Advertisement
Guest User

specs

a guest
Mar 19th, 2021
773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. lshw -short
  2.  
  3. /0 bus Motherboard
  4. /0/0 memory 1GiB System memory
  5. /0/1 processor Intel(R) Pentium(R) Dual CPU T2410 @ 2.00GHz
  6. /0/100 bridge Mobile PM965/GM965/GL960 Memory Controller Hub
  7. /0/100/2 display Mobile GM965/GL960 Integrated Graphics Controller (primary)
  8. /0/100/2.1 display Mobile GM965/GL960 Integrated Graphics Controller (secondary)
  9. /0/100/1a bus 82801H (ICH8 Family) USB UHCI Controller #4
  10. /0/100/1a.1 bus 82801H (ICH8 Family) USB UHCI Controller #5
  11. /0/100/1a.7 bus 82801H (ICH8 Family) USB2 EHCI Controller #2
  12. /0/100/1b multimedia 82801H (ICH8 Family) HD Audio Controller
  13. /0/100/1c bridge 82801H (ICH8 Family) PCI Express Port 1
  14. /0/100/1c.1 bridge 82801H (ICH8 Family) PCI Express Port 2
  15. /0/100/1c.1/0 ens3 network 88E8039 PCI-E Fast Ethernet Controller
  16. /0/100/1c.2 bridge 82801H (ICH8 Family) PCI Express Port 3
  17. /0/100/1c.3 bridge 82801H (ICH8 Family) PCI Express Port 4
  18. /0/100/1c.3/0 wls5 network PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
  19. /0/100/1d bus 82801H (ICH8 Family) USB UHCI Controller #1
  20. /0/100/1d.1 bus 82801H (ICH8 Family) USB UHCI Controller #2
  21. /0/100/1d.2 bus 82801H (ICH8 Family) USB UHCI Controller #3
  22. /0/100/1d.7 bus 82801H (ICH8 Family) USB2 EHCI Controller #1
  23. /0/100/1e bridge 82801 Mobile PCI Bridge
  24. /0/100/1e/9 bus R5C832 IEEE 1394 Controller
  25. /0/100/1e/9.1 generic R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter
  26. /0/100/1e/9.2 generic R5C592 Memory Stick Bus Host Adapter
  27. /0/100/1e/9.3 generic xD-Picture Card Controller
  28. /0/100/1f bridge 82801HM (ICH8M) LPC Interface Controller
  29. /0/100/1f.1 storage 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller
  30. /0/100/1f.2 storage 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode]
  31. /0/100/1f.3 bus 82801H (ICH8 Family) SMBus Controller
  32. /0/2 system PnP device PNP0c02
  33. /0/3 input PnP device PNP0303
  34. /0/4 generic PnP device AUI1501
  35. /0/5 system PnP device PNP0103
  36. /0/6 system PnP device PNP0c02
  37. /0/7 system PnP device PNP0b00
  38. /0/8 scsi0 storage
  39. /0/8/0.0.0 /dev/cdrom disk DVD RW AD-7560A
  40. /1 scsi5 storage
  41. /2 scsi6 storage
  42.  
  43.  
  44. lsblk
  45.  
  46. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
  47. loop0 7:0 0 55.4M 1 loop /snap/core18/1944
  48. loop1 7:1 0 55.5M 1 loop /snap/core18/1988
  49. loop2 7:2 0 69.9M 1 loop /snap/lxd/19188
  50. loop3 7:3 0 31.1M 1 loop /snap/snapd/11036
  51. loop4 7:4 0 32.3M 1 loop /snap/snapd/11107
  52. loop5 7:5 0 70.4M 1 loop /snap/lxd/19647
  53. sda 8:0 0 149.1G 0 disk
  54. ├─sda1 8:1 0 1M 0 part
  55. ├─sda2 8:2 0 1G 0 part /boot
  56. └─sda3 8:3 0 148G 0 part
  57. └─ubuntu--vg-ubuntu--lv 253:0 0 74G 0 lvm /
  58. sdb 8:16 0 931.5G 0 disk
  59. └─sdb1 8:17 0 931.5G 0 part /media/kodimaster/My_Music
  60. sdc 8:32 0 931.5G 0 disk
  61. └─sdc1 8:33 0 931.5G 0 part /media/kodimaster/My_Movies
  62. sr0 11:0 1 1024M 0 rom
  63.  
  64.  
  65.  
  66. free
  67. total used free shared buff/cache available
  68. Mem: 995224 450560 81964 99960 462700 284572
  69. Swap: 1989628 491776 1497852
  70.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement