Difference between revisions of "Linux"

From Nearline Storage
Jump to navigation Jump to search
m
m
Line 16: Line 16:
 
* List files by size - "du -xmS | sort -g"
 
* List files by size - "du -xmS | sort -g"
 
* Identify processes using files or sockets - "fuser"
 
* Identify processes using files or sockets - "fuser"
 
* [[Enabling acpi handling of Thinkpad keys]]
 
* [[VMWare and ALSA]]
 
* [[When a VMWare Guest System's Clock Runs Too Fast]]
 
* [[Building DOS boot disks on Linux]]
 
* [[Setting Up Seamless Windows Using VirtualBox]]
 
* [[Installing the AT&T Global Network Client]]
 
* [[Dialogs in Shell Scripts - zenity]]
 
 
===Troubleshooting===
 
* [[Starting LVM manually]]
 
* [[When Crossover Office Apps Don't Start]]
 
* [http://www.mail-archive.com/wget@sunsite.dk/msg09478.html Cookie handling bug in wget]
 
* [[Set up serial console to view system log]]
 
  
 
__NOTOC__
 
__NOTOC__

Revision as of 14:54, 31 December 2019


  • Unpack an RPM: rpm2cpio myrpmfile.rpm | cpio -idmv
  • Finding large files - "du -axS | sort -r -n -k 1,1 | less"
  • List files by size - "du -xmS | sort -g"
  • Identify processes using files or sockets - "fuser"