Ubuntu Force a filesystem check
HOWTO: Forcing a filesystem check Ubuntu makes a filesystem check every 30 boots or something. If for any case, you want a filesystem check you can do it by issuing…
HOWTO: Forcing a filesystem check Ubuntu makes a filesystem check every 30 boots or something. If for any case, you want a filesystem check you can do it by issuing…
rpm -ivh package.rpm install a rpm package rpm -ivh –nodeps package.rpm install a rpm package ignoring dependencies requests rpm -U package.rpm upgrade a rpm package without changing configuration files rpm…
To see every process on the system using standard syntax: ps -e ps -ef ps -eF ps -ely To see every process on the system using BSD syntax: ps ax…
UPDATE: 1/4/10 After restoring a site in WHM, a client stated his IP addresses in WHM Main >> Account Information >> List Accounts page. In checking, all that was seen…
If you are on a debian-based distro (ubuntu, mint, etc.) or Suse (which it is a tool of) you can run: sudo apt-get install hwinfo (not that kind of tool...)…
To locate information related to your CPU, use these commands: echo $(cat /proc/cpuinfo | grep 'model name' | sed -e 's/.*: //' | uniq) = $COUNT awk '/model name/ {ORS="";…
Install lshw on RHEL, Fedora, Centos The easiest way to install lshw on a RedHat based system is to get the package from DAG: http://dag.wieers.com/packages/lshw/ If you already have the…