Difference between revisions of "Server administration tips and tricks"
From Notes_Wiki
m |
m |
||
Line 6: | Line 6: | ||
*[[Stop a program if it takes more than given time to execute]] | *[[Stop a program if it takes more than given time to execute]] | ||
*[[Prepending timestamps to output lines]] | *[[Prepending timestamps to output lines]] | ||
*[[Running GUI programs as root using sudo over SSH connection]] | |||
Back to [[Main Page]] | Back to [[Main Page]] |
Revision as of 06:34, 7 October 2013
<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
Back to Main Page