Posts tagged as:

Linux

Display motherboard information on Linux

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. […]

{ 3 comments }

How To Copy Hidden Files On Linux

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.

{ 0 comments }