Enable rsync for users on CloudLinux
CloudLinux servers are built to be far more secure than traditional CentOS servers, especially with the addition of CageFS. However, sometimes you might want to allow your users access to…
LinuxHub: Your Gateway to Reliable Web Hosting Solutions
Empowering Your Web Presence with Linux: Hosting Made Simple!
Learn how to install software on your Ubuntu and CentOS systems with this guide. It’s easy as 1, 2, 3!
CloudLinux servers are built to be far more secure than traditional CentOS servers, especially with the addition of CageFS. However, sometimes you might want to allow your users access to…
Set the system wide open file limit: vi /etc/security/limits.conf Change/Add the following: * soft nofile 1024000 * hard nofile 1024000 * soft nproc 10240 * hard nproc 10240 Now do…
This topic has been discussed many times so i am going to write a complete guide to track your video conversion problem and fix it. I am using ClipBucket 2.0.9,…
Install memcached daemon with command yum install Memcached Enable memcached to start on boot systemctl enable memcached Start memcached systemctl start memcached You can verify if memcached is running with…
By default memcached on CentOS 7 is set to run on all IP address on the server. This allow attackers to abuse the service. To set memcached to only listen…
IP sets are a framework inside the Linux kernel, which can be administered by the ipset utility. Depending on the type, an IP set may store IP addresses, networks, (TCP/UDP)…
OVH template uses MBR for disk partitioning which has a limitation of an inability of utilizing more than 2 TB disk space of the single drive. We’ll illustrate the problem…
cPanel EasyApache 4 Installing Redis and Redis PHP extension Installing the Redis daemon: for CentOS 6/RHEL 6 rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm yum -y install redis --enablerepo=remi --disableplugin=priorities chkconfig…