Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfittl/sysadmin-patches-n-tools
Useful patches & small helper scripts/tools for system administrators
https://github.com/lfittl/sysadmin-patches-n-tools
Last synced: 21 days ago
JSON representation
Useful patches & small helper scripts/tools for system administrators
- Host: GitHub
- URL: https://github.com/lfittl/sysadmin-patches-n-tools
- Owner: lfittl
- Created: 2010-04-22T12:54:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-26T13:55:27.000Z (over 14 years ago)
- Last Synced: 2024-12-03T04:14:41.253Z (23 days ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A collection of scripts and patches to utilities, and a small list of lessons learned.
*** Lessons learned: ***
After doing a filesystem online resize, fix superblock backup by running e2label /dev/XXX "`e2label /dev/XXX`"
HP DL160 G6 (without HW RAID) -- Change SATA controller settings to AHCI (in BIOS), otherwise disk performance sucks badly.
Nagios check_disk, always use -X none (excludes bind mounts) and -e (only lists partitions that actually have issues).