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 CentOS Category

CentOS 6 – Install APC

After you install and configure your environment properly under CentOS LAMP 6 you want to install APC.
What you need before starting:
- PEAR,
- Development of interfaces PHP, Apache & PCRE,
- A C & Make tool.

yum …

CentOS 6 – Varnish & GeoIP

We’ll see how the deportation system on IP geolocation Varnish.
The ultimate goal is to allow your backends to retrieve the Country of the user in the HTTP request.
By default, Varnish does not include a system …

Setting up a VNC server and SSH tunneling

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 …

CentOS 6.0 has now been released

There are some important changes to this release compared with the
previous versions of CentOS and we highly recommend reading this
announcement along with the Release Notes at
http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.0
Torrent files for the DVD‘s are avilable at :
http://mirror.centos.org/centos/6.0/isos/i386/CentOS-6.0-i386-bin-DVD.torrent
http://mirror.centos.org/centos/6.0/isos/x86_64/CentOS-6.0-x86_64-bin-DVD.torrent

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 add Swap Space in CentOS

You have three options: create a new swap partition, create a new swap file, or extend swap on an existing LVM2 logical volume. It is recommended that you extend an existing logical volume.

Extending Swap on …

How to install Kloxo on Centos / Fedora

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 …

How to install and start GNOME Desktop Environmnet on CentOS or Fedora

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 …