How to Disabled SELinux using Command Line on CentOS 6/RHEL 6
In this short article, I’ll show you an easy way to disable SELinux in RHEL or CentOS 6 6. You only need to run the following command line. After that, make sure you reboot your CentOS server for...
View ArticleHow to Check VPS Network Speed
Several important factors to consider before buying a Virtual Private Server (VPS) are Internet connection speed, I/O speed, CPU performance and the server or network uptime. Actually, you can get a...
View ArticleHow to Check Opened Port on Linux VPS Server
By default, the linux operating system manages 65536 ports. If you run Virtual private Server (VPS) on linux platform, it is better to turn off any services or ports that you don’t actually need. This...
View ArticleHow to use tmpwatch to Auto Clean Up Files and Logs in Linux
Tmpwatch is tools that recursively removes files which have not been used or accessed for certain period of time. In this post, i will describe how we can automate the clean up process on log directory...
View ArticleHow To Get Email Alerts for SSH Login on Linux Server
Enable SSH server on a virtual private server (VPS) will expose the server to the internet and provide opportunities for hacking activities, especially when VPS still using root as a primary access....
View ArticleHow to Install IonCube Loader in CentOS 6 / CentOS 7
What is IonCube Loader ? IonCube Loader is a PHP module or extension for PHP files decoding encrypted and is often required for many applications based on PHP. It helps us to protect php applications...
View ArticleHow to Install JAVA 8 (JDK 8u45) on CentOS 6 / CentOS 7
The JDK is a development tool for building applications, applets, and components using the Java programming language . It includes a useful tool for developing and testing programs written in the Java...
View ArticleHow to Change RunLevel on CentOS 7 / RHEL 7
Old method to change the runlevel via /etc/inittab in Redhat Enterprise Linux version and CentOS server has become obsolete on RHEL 7 and CentOS 7. This latest Linux operating system uses systemd...
View Article