Monday, November 21, 2011

The istallation of linux (Part 2)

When Installing Knoppix i didn't have many problems apart from when the GUI came up it kept freezing if i didn't move the mouse.

Now i have Installed Knoppix i can run commands from the command prompt. I ran some commands on the Bash.

$ Scat  /Proc /Version This command allowed me to see what version of linux i was using.

Linux version 2.6.39.3 (root@eeepc) (gcc version 4.6.1 20110526 (prerelease) (Debian 4.6.0-10) ) #21 SMP PREEMPT Sat Jul 23 09:48:39 CEST 2011

$ Scat /Proc /IOports This will give me all the peripherals attached to this computer.

0000-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-0060 : keyboard
0064-0064 : keyboard
0070-0071 : rtc0
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : 0000:00:1f.1
  0170-0177 : ata_piix
01f0-01f7 : 0000:00:1f.1
  01f0-01f7 : ata_piix
0376-0376 : 0000:00:1f.1
  0376-0376 : ata_piix
0378-037a : parport0
037b-037f : parport0
03c0-03df : vesafb
03f2-03f2 : floppy
03f4-03f5 : floppy
03f6-03f6 : 0000:00:1f.1
  03f6-03f6 : ata_piix
03f7-03f7 : floppy
03f8-03ff : serial
0400-047f : pnp 00:0a
  0400-0403 : ACPI PM1a_EVT_BLK
  0404-0405 : ACPI PM1a_CNT_BLK
  0408-040b : ACPI PM_TMR
  0410-0415 : ACPI CPU throttle
  0420-0420 : ACPI PM2_CNT_BLK
  0428-042f : ACPI GPE0_BLK
0480-04bf : pnp 00:0a
04d0-04d1 : pnp 00:05
0680-06ff : pnp 00:0a
0cf8-0cff : PCI conf1
d000-dfff : PCI Bus 0000:01
  dc00-dc3f : 0000:01:08.0
    dc00-dc3f : e100
e000-e01f : 0000:00:1f.3
  e000-e01f : i801_smbus
e080-e0bf : 0000:00:1f.5
  e080-e0bf : Intel 82801DB-ICH4
e400-e4ff : 0000:00:1f.5
  e400-e4ff : Intel 82801DB-ICH4
e800-e81f : 0000:00:1d.0
  e800-e81f : uhci_hcd
e880-e89f : 0000:00:1d.1
  e880-e89f : uhci_hcd
ec00-ec1f : 0000:00:1d.2
  ec00-ec1f : uhci_hcd
ffa0-ffaf : 0000:00:1f.1
  ffa0-ffaf : ata_piix

$ Scat /Proc /meminfo  This will tell me all the Memory on this computer.


MemTotal:         509284 kB
MemFree:          186920 kB
Buffers:           23168 kB
Cached:           188756 kB
SwapCached:            0 kB
Active:           139004 kB
Inactive:         138708 kB
Active(anon):      65888 kB
Inactive(anon):    35556 kB
Active(file):      73116 kB
Inactive(file):   103152 kB
Unevictable:           4 kB
Mlocked:               4 kB
HighTotal:             0 kB
HighFree:              0 kB
LowTotal:         509284 kB
LowFree:          186920 kB
SwapTotal:       1052252 kB
SwapFree:        1052252 kB
Dirty:               352 kB
Writeback:             0 kB
AnonPages:         65788 kB
Mapped:            32656 kB
Shmem:             35656 kB
Slab:              37152 kB
SReclaimable:      25776 kB
SUnreclaim:        11376 kB
KernelStack:        1688 kB
PageTables:         1548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     1306892 kB
Committed_AS:     413556 kB
VmallocTotal:     509688 kB
VmallocUsed:       11376 kB
VmallocChunk:     491516 kB
HardwareCorrupted:     0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       4096 kB
DirectMap4k:       18688 kB
DirectMap4M:      503808 kB

$ Scat /Proc /upTime

No comments:

Post a Comment