Difference between revisions of "Linux"
Jump to navigation
Jump to search
m |
m |
||
Line 13: | Line 13: | ||
*Unpack an RPM: <code>rpm2cpio myrpmfile.rpm | cpio -idmv</code> | *Unpack an RPM: <code>rpm2cpio myrpmfile.rpm | cpio -idmv</code> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* Finding large files - "du -axS | sort -r -n -k 1,1 | less" | * Finding large files - "du -axS | sort -r -n -k 1,1 | less" | ||
* 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]] | * [[Enabling acpi handling of Thinkpad keys]] | ||
* [[VMWare and ALSA]] | * [[VMWare and ALSA]] |
Revision as of 14:48, 31 December 2019
- Audio Processing
- Bash Shell
- Disks & Storage
- eMail Servers
- File Format Conversion
- Graphics Processing
- Networking
- Raspberry Pi
- System Setup
- Video Processing
- 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"
- 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
- Cookie handling bug in wget
- Set up serial console to view system log