Internet

Linux

MAC

PC General

Windows

NOTE! Before using any of those informations, be sure you read the Disclaimer! Thank you.

Home » Archive by Category

Articles in the cPanel Category

How to see .htaccess file in cPanel File Manager

Well is verry easy.
When you try to access cPanel File Manager a box is show up and let you chose the directory selection.

You must check the “Show Hidden Files (dotfiles) and press go and now …

How to install Fantastico using root login WHM.

If you are a user of cPanel and want to install Fantastico you need to follow next steps
1. Move your location to /usr/local/cpanel/whostmgr/docroot/cgi:
cd /usr/local/cpanel/whostmgr/docroot/cgi
2. Download latest version of Fantastico:
wget -N wget http://www.netenberg.com/files/free/…_whm_admin.tgz
3. Unpack fantastico files:
tar …

How to remove Swap Space CentOS

You have three options: remove an entire LVM2 logical volume used for swap, remove a swap file, or reduce swap space on an existing LVM2 logical volume.

Reducing Swap on an LVM2 Logical Volume

To reduce an …

How to install cPanel on Fedora

yum -y update
yum -y install tcp_wrappers-devel perl tar
mkdir /tmp/cpanel
cd /tmp/cpanel
wget http://layer1.cpanel.net/latest sh latest &
if fails you can repair it with this: /scripts/upcp –force
you will get bored until it finish
login on your server https://xxx.xxx.xxx.xxx:2087/
This should install …