linux

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版 前次修改
下次修改
前次修改
linux [2016/08/31 00:10] – [Hardware information] jzlinux [2018/03/26 09:36] (目前版本) jz
行 25: 行 25:
 ====== Hardware information ====== ====== Hardware information ======
  
 +  * inxi -Fx
   * lscpu   * lscpu
   * lshw -short   * lshw -short
行 31: 行 32:
   * lsscsi   * lsscsi
   * lsusb   * lsusb
-  * inxi -Fx+  * lsblk 
 +  * df -
 +  * fdisk -l 
 +  * mount | column -t 
 +  * free -m 
 +  * dmidecode 
 +  * cat /proc/cpuinfo 
 +  * cat /proc/version 
 +  * cat /proc/scsi/scsi 
 +  * cat /proc/partitions 
 +  * hdparm -i /dev/sda 
 +  * lstopo
  
 http://www.binarytides.com/linux-commands-hardware-info/ http://www.binarytides.com/linux-commands-hardware-info/
 +
 +====== ldap ======
 +
 +[[ldap|ldap]]
 +
 +===== Coredump =====
 +
 +Disable coredump
 +
 +<code>
 +sysctl -w kernel.core_pattern=|/bin/false
 +ulimit -c 0
 +</code>
 +
 +**Ref**
 +https://www.kernel.org/doc/Documentation/sysctl/kernel.txt
  • linux.1472573406.txt.gz
  • 上一次變更: 2016/08/31 00:10
  • jz