This tutorial is how to install WordPress on Debian Linux. Installing WordPress on Debian? What for? Are there many easy ways to install WordPress on our server (Web hosting)? Eventually, We don’t need to know what distro that our server use or what operating system is. You right.
I have a “special” condition here. I need [...]
This tutorial is how to install MySQL Database Server on Debian Linux.
MySQL is a relational database management system, which means it stores data in separate tables rather than putting all the data in one big area. This adds flexibility, as well as speed. The SQL part of MySQL stands for “Structured Query Language,” which is [...]
ionCube produces leading tools for PHP source code protection to secure your PHP software from prying eyes and to combat software piracy. In order to view encoded ionCube files on your server you need the ionCube loader. Featuring an advanced compiled-code encoding engine that translates source to highly efficient bytecodes, ionCube encoding tools deliver the [...]
This tutorial about installing HTTP Server on Debian Linux.
Installing Apache HTTP Server for HTTP (Web) Server Service
apt-get install apache2
Testing HTTP Server:
Open a web browser and enter http://localhost or its IP Address http://ip-address.
Installing PHP for Apache HTTP Server
apt-get install php4
/etc/init.d/apache2 restart
vi /var/www/testphp.php
Insert this following line into testphp.php file.
<?php phpinfo(); ?>
Save this new file.
Open a web browser [...]
Description
This tutorial is about howto installing PostgreSQL on Debian Server.
Installing PostgreSQL
apt-get update
apt-get install pgsql
Create Language
Example plpgsql
su postgres
createlang plpgsql template1
exit
Change authentication method
We need to edit file pg_hba.conf to change authentification method for accessing PostgreSQL database.
cp /etc/postgresql/pg_hba.conf /etc/postgresql/pg_hba.confbak
vi /etc/postgresql/pg_hba.conf
Find this section
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
# Database administrative login by [...]
What is Picasa for Linux?
Picasa is software that helps you instantly find, edit and share all the pictures on your computer. Every time you open Picasa, it automatically locates all your pictures (even ones you forgot you had) and sorts them into visual albums organized by date with folder names you will recognize. You can [...]
Description
Use this gconf-editor nuoveXT theme to change your default gconf-editor theme. This theme make a unified desktop to nuoveXT theme.
You can see my gaim nouveXT icon theme. The original NuoveXT icon from http://nuovext.pwsp.net/
Installation
Extract gconf-nuovext.tar.gz to /usr/share/pixmaps/
sudo tar zxvf gconf-nuovext.tar.gz –directory=/usr/share/pixmaps/
Uninstall
To restore your default gconf-editor theme extract gconf-default.tar.gz to /usr/share/pixmaps/
sudo tar zxvf gconf-default.tar.gz –directory=/usr/share/pixmaps/
Download
Gconf-editor Default ThemeDownloads: [...]

