Articles in the Fedora Category
Here is a short tutorial for using VNC on a machine CentOS and so access to one (or more) session (s) X. In my case, I use it occasionally to access the desktop XFCEon my …
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 …
Kloxo it is a free alternative to cPanel. Is simple and easy to use.
To install it follow next steps:
1: yum -y update
2: setenforce 0
3: mkdir temp; cd temp
4: wget http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh
5: sh ./kloxo-install-master.sh
6: check if your …
To install GNOME use this command:
yum -y groupinstall “X Window System” “GNOME Desktop Environment”
If you boot your os and gnome don’t auto start login as user or root, type startx and press enter.
After …
Some aplications have problems because of SELinux and many of you will choose to disable it.
To disable SELinux you must edit “/etc/selinux/config” useing any text editors, nano, mcedit, vi or whatever you want.
To install MySQL, we do this:
yum install mysql mysql-server
Then we create the system startup links for MySQL (so that MySQL starts automatically whenever the system boots) and start the MySQL server:
chkconfig –levels 235 mysqld on
/etc/init.d/mysqld …
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 …
