Here I want to share a little knowledge, where do I find out about how Information System hardware that we use for our favorite OS is ubuntu linux.
The first thing to do is open a terminal, then log in as root by typing
sudo -s -H
after that enter your password, a $ sign in the terminal is now turned into a # which means that you are logged in as root
Furthermore, to obtain hardware information that we use in ubuntu, we use the command diterminal head. Command head will show the file system associated with the information we need, directly Okay try it.
Knowing the type of Processor
# Head / proc / cpuinfo
as an example of a processor that I use is Intel Dual Core 2.2 GHz, the results are as shown below:
# Head / proc / version
Here I am using linux ubuntu 9.10 karmic koalahasilnya like the following picture:
Information Displays memory used
# Head / proc / meminfo
Here I use DDR 2 GB, the results are as follows:
Displays the disk partition information
# Head / proc / partitions
I am using 500 GB SATA hard drive and 40 GB partition for linux results like the following picture:
GOOD LUCK......!!!!!
0 comments:
Posting Komentar