Difference between revisions of "System Setup & Administration"
Jump to navigation
Jump to search
m |
m |
||
Line 11: | Line 11: | ||
* [[Replace Drive In Software RAID Array]] | * [[Replace Drive In Software RAID Array]] | ||
* [[Setting Up A SystemRescueCD USB Key]] | * [[Setting Up A SystemRescueCD USB Key]] | ||
+ | * [[Setting Up A Fedora System Rescue / Security Spin USB Key]] | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 05:06, 27 February 2020
- 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
- Shrink An Encrypted LUKS Partition
- Replace Drive In Software RAID Array
- Setting Up A SystemRescueCD USB Key
- Setting Up A Fedora System Rescue / Security Spin USB Key