Difference between revisions of "System Setup & Administration"

From Nearline Storage
Jump to navigation Jump to search
m
m
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* [[Notes On The Nvidia Proprietary Display Drivers]]
 +
* [[ASUS GL702VM Laptop BIOS Upgrades]]
 
* [http://reactivated.net/writing_udev_rules.html Writing udev rules]
 
* [http://reactivated.net/writing_udev_rules.html Writing udev rules]
 
* [[Set up serial console to view system log]]
 
* [[Set up serial console to view system log]]
 
* Useful commands:
 
* Useful commands:
 
** Unpack an RPM: <code>rpm2cpio myrpmfile.rpm | cpio -idmv</code>
 
** Unpack an RPM: <code>rpm2cpio myrpmfile.rpm | cpio -idmv</code>
** Finding large files - <code>du -axS | sort -r -n -k 1,1 | less</code>
+
** Finding large files: <code>du -axS | sort -r -n -k 1,1 | less</code>
** 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]]
 +
* [[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]]
 +
* [[OpenVPN Split Tunneling: Retaining Local LAN Access While Using A VPN]]
  
 
[[Category:Linux]]
 
[[Category:Linux]]

Revision as of 19:02, 12 April 2021