bash: fork: retry: Resource temporarily unavailable
In cPanel users with SSH access may sometimes get below error on running commands. This happens because of “Shell Fork bomb Protection” which prevent users with terminal access (ssh/telnet) from using up the server’s resources. It’s for crash protection of server by users. -bash: fork: Resource temporarily unavailable To solve this problem you can simply […]
What is outsourced web hosting support?
In outsourced web hosting support the support provided to the clients is handled by an outside company. Companies providing outsourced technical support for web hosts offer support via helpdesk/email, phone, and/or chat (some companies). Outsourced technical support company may be providing support either part time or full time. Reliable and reputed technical support companies that […]
Mitigate Slowloris attack
Slowloris is a piece of software written by Robert “RSnake” Hansen which allows a single machine to take down another machine’s web server with minimal bandwidth and side effects on unrelated services and ports. Slowloris tries to keep many connections to the target web server open and hold them open as long as possible. It […]
Enable SFTP Logs
SFTP logs are disabled by default. Sometimes you need to enable the logs see what the users are upload/downloading from the server. You need to make two changes to enable SFTP logs. Edit the subsystem line in /etc/sshd/sshd_config Subsystem sftp /usr/libexec/openssh/sftp-server -f LOCAL7 -l INFO Add below lines to /etc/sysctl.conf #sftp logging local7.* /var/log/sftpd.log