rm -rf /var/netenberg/fantastico_de_luxe/ 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 Once you fire this command your fantastico will be removed from the server. Thank you
See MoreTag: web hosting
How to restore crashed directadmin server from old HDD !!!
First of all mount the crash disk. In my case I am mounting it in /mnt Now, you have to copy the data from old disk to new disk using below commands cp -avprf /mnt/etc/passwd /etc/ cp -avprf /mnt/etc/group /etc/ cp -avprf /mnt/etc/shadow /etc/ cp -avprf /mnt/etc/gshadow /etc/ cp -avprf /mnt/etc/my.cnf /etc/ cp -avprf /mnt/etc/exim* […]
See MoreHot to add default Index page when new account is created in cpanel/WHM !!!
We all want to show default index page when new account is setup. Below are the steps: First of all we have to create below folder. mkdir /root/cpanel3-skel mkdir /root/cpanel3-skel/public_html Create default index page. vi /root/cpanel3-skel/public_html/index.html save and quit the file. If you want user have a customized .bashrc file for their SSH sessions then […]
See More
You must be logged in to post a comment.