Difference between revisions of "System Setup & Administration"
Jump to navigation
Jump to search
m |
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]] | + | * [[Adding Third Party Drivers To A VMware vSphere/ESXi 5 Installation ISO]] |
− | *[[Shrinking VMware Virtual Disks]] | + | * [[Shrinking VMware Virtual Disks]] |
− | *[[Replace Drive In Software RAID Array]] | + | * [[Replace Drive In Software RAID Array]] |
+ | * [[Display Calibration]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 22:41, 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
- Shrinking VMware Virtual Disks
- Replace Drive In Software RAID Array
- Display Calibration