by lifeLinux on April 25, 2011
Dmidecode reports information about your system’s hardware as described in your system BIOS according to the SMBIOS/DMI standard (see a sample output). This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. […]
by lifeLinux on November 24, 2010
If you want to SSH login without password or automate your task between two servers, you need to setup SSH login via certificate.
by lifeLinux on November 24, 2010
The MySQL access control system enables you to create MySQL accounts and define what each account can do. The steps bellow to create a new user MySQL account.
by lifeLinux on November 23, 2010
Q. Is there an easy way to recursively copy all files include hidden files in a directory to another directory? A. Using rsync command is a better solution.