How to Secure /tmp using files
Securing /tmp is easy in a web hosting linux server , if you don’t have a partition for /tmp 1) create a raw file of size 5 GB as follows dd if=/dev/zero of=/usr/tmpfile bs=1M…
HOSTSEO BLOG - Practical insights on web hosting, server administration, cybersecurity, WordPress, domains and search visibility.
Best Webhosting Articles Directory - Get Tips and Tricks about Linux Administration, cPanel and WHM hosting management, VPS and Dedicated Server Management, Etc.
Securing /tmp is easy in a web hosting linux server , if you don’t have a partition for /tmp 1) create a raw file of size 5 GB as follows dd if=/dev/zero of=/usr/tmpfile bs=1M…
The removal of softaculous is easy /usr/local/cpanel/bin/unregister_cpanelplugin /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/softaculous.cpanelplugin; rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/softaculous; rm -rf /var/softaculous rm -rf /etc/cron.d/softaculous; rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_softaculous.php;
When connecting to the MySQL screens in DirectAdmin, if this error appears, that would indicated that the “da_admin” user has not been setup correctly. Also you are reset the mysql root password too. To…
Fantastico removal is easy from cPanel. /usr/local/cpanel/bin/unregister_cpanelplugin /usr/local/cpanel/bin/fantastico_de_luxe.cpaneladdonmodule rm -rf /var/netenberg/ rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/ rm -rf /usr/local/cpanel/3rdparty/fantastico* rm -rf /usr/local/cpanel/base/frontend/*/fantastico rm -f /usr/local/cpanel/base/frontend/x/cells/fantastico.html rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_fantastico.cgi
Please see the procedure below, wget -c http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-stable.tgz tar -xzf freetds-stable.tgz cd freetds-0.82/ ./configure --prefix=/opt/freetds --enable-msdblib --with-openssl make make install If it it is a 64 bit server then make the following softlink ln…