/bin/rm: Argument list too long
If you have too many files to remove, try this trick:
find . -name '*' | xargs rm -v
If you have too many files to remove, try this trick:
find . -name '*' | xargs rm -v
In root SSH, copy the /etc/domainips file and then remove the IP from it: Code: cp /etc/domainips /etc/domainips.bak110726 vi /etc/domainips You’ll see a line for the IP like the following that you’d remove from that file: Code: IP#: domain.com Where IP# is the dedicated IP and domain.com is the current domain using that IP. After…
There is no excerpt because this is a protected post.
How to Install Nginx, MySQL, PHP (LEMP) Stack on CentOS This guide will help you install Nginx, MySQL, PHP (LEMP) Stack on CentOS machine i.e. Server. LEMP is a software stack comprised of Nginx as Web Server and MySQL as Database server along with PHP as the dynamic content processor for websites. LEMP term is…
Most businesses choose to create a professional email account to boost their credibility and build customer trust. To accomplish this, you just need to buy a domain and set up your business email on an email client or a server. If you build your website or web application with the PHP programming language, you can…
Performing a MySQL Database Dump From your SSH command prompt type … mysqldump -u {username} -p {password} {databasename} > {databasename.sql} Replace the parameters with the appropriate values {username} – this is your database username {password} – this is the password for your database {databasename} – the name of your database {databasename.sql} – the file to…
Identify the spammer, if your server is getting spammed. Learn how to track down a spammer on cPanel step by step. If your server has been SPAMming you need to identify how the SPAM isĀ getting sent. The first thing to do is login to WHM and go to the Mail Queue section. Look through the…