Difference between revisions of "Server administration tips and tricks"
From Notes_Wiki
m |
m |
||
Line 9: | Line 9: | ||
*[[Restricting user from changing password]] | *[[Restricting user from changing password]] | ||
*[[Rename an existing user]] | *[[Rename an existing user]] | ||
*[[Frequent errors from cron for MRTG]] | |||
*[[Invalid magic number 0 or unrecognized and unsupported file format error on boot]] | |||
Back to [[Main Page]] | Back to [[Main Page]] |
Revision as of 13:06, 15 January 2017
<yambe:breadcrumb>Main Page | Home</yambe:breadcrumb>
Server administration tips and tricks
- Deleting shell start-up scripts remotely without executing them
- Disowning terminal programs so that they dont exit when terminal is closed
- Stop a program if it takes more than given time to execute
- Prepending timestamps to output lines
- Running GUI programs as root using sudo over SSH connection
- Restricting user from changing password
- Rename an existing user
- Frequent errors from cron for MRTG
- Invalid magic number 0 or unrecognized and unsupported file format error on boot
Back to Main Page