The most interesting aspect of Linux which makes it favorite for setting up multi user systems is the file permission and efficient user management. Because of this permissions and user management systems, it becomes almost impossible for normal users to gain root permissions or execute commands that is accessible only for root. … [Read more...] about How to Install and Configure SUDO on a CentOS Server
Archives for August 2013
Setting Up A Remote MySQL Server in your cPanel server
Recent versions of cPanel allow administrators the option of hosting a MySQL server on a separate box, which can help decrease resource usage from high-activity MySQL databases. Setting up the remote database server is easy: … [Read more...] about Setting Up A Remote MySQL Server in your cPanel server
How to Keep Your Shell Session Alive Using “Screen”
Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows. … [Read more...] about How to Keep Your Shell Session Alive Using “Screen”