The best way is:
shutdown -r now
This will tell the server to take it’s time so to speak and reboot when it’s ready.
For a hard reboot simply put:
reboot
In most cases a hard reboot is fine unless you have file errors and the servers needs to clean them up before a reboot.
Entries from December 2009
Rebooting a linux server
December 29th, 2009 by EZ linux · No Comments
Tags: Linux Commands
Restart cpanel and web hosting manager WHM
December 29th, 2009 by EZ linux · No Comments
Both of these restart cpanel and Web Host Manager WHM services the exact same way
service cpanel restart
/etc/init.d/cpanel restart
Tags: Cpanel and WHM
Install FFMPEG from source
December 22nd, 2009 by EZ linux · 1 Comment
Do you prefer to manually install everything? Here is a article for you on installing FFMPEG on a Linux server.
For the automated people check this article out for FFMPEG Installation
FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library.
NOTE:
- This guide is designed for [...]
Tags: Linux Software / Scripts
