
How to Add Linux Swap Space on CentOS 6 VPS
I have a virtual private server (VPS) and plans to run a WordPress blog in it. A limited amount of RAM and swap size will be an issue because some…
How to Add Linux Swap Space on CentOS 6 VPS
I have a virtual private server (VPS) and plans to run a WordPress blog in it. A limited amount of RAM and swap size will be an issue because some…
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,…
Problem : I noticed there are the errors in NGINX when trying to update my WordPress post. In my case, NGINX service running as web service with php-fpm behind varnish…
How to Setup VsFTPD Service with SSL/TLS on Linux CentOS 7 / RHEL 7 / Oracle Linux 7
If you have your own dedicated server or virtual private server (VPS) that run in linux operating system to host your website or blog, it is recommended to install and setup…
How to Install Webmin on CentOS 7/RHEL 7/Oracle Linux 7
Webmin is a free software that is used by system administrators for system administration and configuration of the system where it is web based. Through Webmin, the system administrator can…
How to Create an Archive using tar Command
In Linux, tar command is the primary utility to create compressed archive files and directories. “tar” stands for tape archive and it is actually archiving file format. The following example…
3 Command to Change the Linux Date and Time in CentOS 7/RHEL 7
Red Hat Enterprise Linux 7 or CentOS 7 come with three default utilities or command line that help to configure and display the information about the system date and time:…
How to Setup Bind DNS Server in Chroot Jail on CentOS 7
BIND (Berkeley Internet Name Daemon) also known as NAMED is the most widely used linux dns server in the internet. This tutorial will explain how we can setup BIND DNS…
How to Change Hostname on CentOS 7.0/RHEL 7.0
Q. I have CentOS 7.0 virtual private server, but the default hostname still localhost.localdomain. How do i change the hostname to my prefer hostname or FQDN ? [root@localhost ~]# hostname…
How to Perfom SMTP Test Command in Linux
Q. I just installed postfix on my linux virtual private server (VPS), but i am not sure how to verify the SMTP service and perform SMTP test to ensure the…
How to Lock and Unlock Zimbra Accounts from Command Line
Q. One of the account in zimbra mailbox sending spam and zimbra administrator need to lock the account then ask user to reset their current password password immediately. Once password…
How to Enable Changing SVN Log Messages or History
Issue : When i try to change the svn log message, i am getting the error below : Repository has not been enabled to accept revision propchanges; ask the administrator…