Difference between revisions of "System Setup & Administration"
Jump to navigation
Jump to search
m (Dlk moved page System Setup to System Setup & Administration) |
m |
||
| Line 6: | Line 6: | ||
** List files by size: <code>du -xmS | sort -g</code> | ** List files by size: <code>du -xmS | sort -g</code> | ||
** Identify processes using files or sockets: <code>fuser</code> | ** Identify processes using files or sockets: <code>fuser</code> | ||
| + | *[[Adding Third Party Drivers To A VMware vSphere/ESXi 5 Installation ISO]] | ||
| + | *[[Compiling Last.fm client/scrobbler on Fedora 17]] | ||
| + | *[[Shrinking VMware Virtual Disks]] | ||
[[Category:Linux]] | [[Category:Linux]] | ||
Revision as of 15:42, 31 December 2019
- Writing udev rules
- Set up serial console to view system log
- Useful commands:
- 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
- Unpack an RPM:
- Adding Third Party Drivers To A VMware vSphere/ESXi 5 Installation ISO
- Compiling Last.fm client/scrobbler on Fedora 17
- Shrinking VMware Virtual Disks