In Linux, you need to use the command line to view basic computer configuration information.
The proc directory is the mount point for information in the memory.
CPU in/proc/cpuinfo
Memory in/proc/meminfo
Hard Disk on fdisk
Graphics card in lspci
USB flash disk lsusb
Driver lsmod
Kernel version uname
Ubuntu/etc/issue
The operating system is kernel, and Ubuntu can only be said to be a release version on the kernel.
Strictly speaking, the operating system only refers to kernel. ie. mediaplayer is the application software on the operating system.
Command for viewing Text File Content:Cat/Proc/cpuinfo view the CPU information file.
In the cpuinfo fileBogomipsIndicates the number of commands executed in one second. bogo indicates false.
CAT/proc/meminfo | grep memtotal command, used to view the overall memory size.| GrepIs a filter. Note: The command is case sensitive.
View USB device information:Lsusb-VIf you want to scroll through a single screen, use lsusb-v | more and scroll the screen by space.| MoreThe pipe controller is used to control single-screen scrolling.
View hard disk information: sudo fdisk-l
View the video card and nic information: lspci
View driver information: lsmod
View kernal version: uname-
View Ubuntu version: CAT/etc/issue
Configure the software source and click upgrade manager to complete the upgrade.
Note: The main server in the software source is usually relatively slow. You can select a server that is relatively fast to download and update files.