20th May 2010
in
Tip
What is your regular command you use? I am sure you must thinking of ls and cd. Yeah, they are common for every users, but how about the rest of them? I have construct a combos of commands to help you identify your top t[...]
No Comments
20th May 2010
in
Tip
History is a common command for shell to list out all the executed commands. It is very useful when it comes to investigation on what commands was executed that tear down the server. With the help of last command, you be[...]
No Comments
11th March 2010
in
Tip
This table is taken from Sun Microsystems' User's Guide: Getting Started (.
Starting vi
vi filename open or create file
vi +18 filename open to line 18
vi +/"mustard" filename open file to first occur[...]
No Comments
1st February 2010
in
Tip
Place all the rpm packages in one local sub-directory (lets say RHEL5) which
does not have and sub-directorires and do;
rpm -ivh createrepo*.rpm
createrepo /RHEL5
Then in the /etc/yum.repos.d directory place a file named[...]
No Comments