Author: Lucas

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Debian Squeeze Terminal (SSH) with Colored Text

Unlike Ubuntu, Debian 6 Squeeze doesn’t have the colored text in the Terminal or SSH of folders, files and so on… Doing a bit of research, I found the following solution: 1 – Edit the file /etc/bash.bashrc   $ vi /etc/bash.bashrc 2 – Add the following code to the file: # System-wide .bashrc file for

Standard

Learn how to enable Mod_rewrite in Apache

The Apache mod_rewrite module allows you to rewrite URLs so that they don’t point to the real address of the file and the real name of the file. This is often used to create so-called Friendly URLs.   To activate the mod_rewrite module just use the following command: $ a2enmod rewrite   Now edit the

Standard

Upgrading Debian 6 (Squeeze) to Debian 7 (Wheezy)

A month ago Debian 7.0 (Wheezy) Stable was released. Today I will teach you how to upgrade Debian 6 (Squeeze) to Debian 7 (Wheezy). This tutorial works on 32 / 64 bit architectures.   Open your list of repositories: # vi /etc/apt/sources.list Remove all Squeeze repositories and add the repositories for Wheezy: deb http://mirrors.kernel.org/debian/ wheezy

Standard

Installing IonCube Loader on Linux

IonCube is a program that protects the source code of PHP scripts through encryption. In order for it to be read, PHP must have the IonCube module installed and activated. You can find the latest version of the IonCube loader at: http://www.ioncube.com/loaders.php How to install IonCube Loader ?   1 – Download the IonCube Loader:

Latest news

Latest news directly from our blog.