hahahah amol hacked ur ip address

Sign by Danasoft - For Backgrounds and Layouts

Author

Amol Bhure (ultra l33t) was born in Maharashtra, Seventh July Of Nineteen Hundred Nineteen Ninety A.D. He's currently pursuing his B.E in Bangalore. A cyber Security Professional, Hacker, Designer, Programmer. Keen interest in hacking and network security and he developed several techniques of defending and defacing websites. He's of the opinion that people should learn this art to prevent any cyber attacks. Currently Amol works as a member of 'Null International', Bangalore chapter as a network security guy. Apart from this, he has done internships at YAHOO! India, AMAZON India, etc. He has also attended various International conferences like NullCon GOA, c0c0n, ClubHack, Defcon , SecurityByte, ICFoCS, OWASP, etc.. He is certified with RHCE, LPT, CEH v7, SCJP, AFCEH. In programming he knows stuffs on C, C++, C# , JAVA (SCJP), .NET , and PHP. Additionally he knows few hardware languages like HDL, VHDL, Verilog, Embedded Micro controller Programming. He has been featured on google hall of fame. Amol was named a "India's top 10 hacker" by google. "World's top 50 hacking blog" by google.

Daily Page Views

Sunday, December 5, 2010

General LINUX administration commands

General LINUX administration commands

  1. Read General Notes
  2. mount -w nas://share /mylocalFolder
  3. sudo mount -a
Q: What version of Linux am I runing?

uname -a
cat /etc/issue
ls /etc/*release*
ls /etc/*version*

Q: Missing chkconfig. Most likely you are not running under the user root

sudo su
type your user password

rpm -qa |grep chkconfig

whereis chkconfig

/sbin/chkconfig --list service
/sbin/chkconfig --add service
/sbin/chkconfig service on

No comments: