What is Site Meter?
Site Meter is a free, fast, and easy way to add a web counter to your web page. Not only does it display the number of visitors to your web site, it also keeps statistics on the number of visits each hour and each day.
Adding Site Meter to your web page
Register to [...]
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 A Site Tracker?
A site tracker is a tool to tracking our website visitors. A site tracker not only counts and display our visitors, it also keep statistics on the number of our visitors each hour and each day. A site tracker also records our visitors if they return to the same page twice [...]
What is Google Adwords?
Google AdWords ads connect us with new customers at the precise moment when they’re looking for our products or services. With Google AdWords we create our own ads, choose keywords to help Google match our ads to our audience and pay only when someone clicks on them.Another definision; Adwords is Googles version [...]
After waiting for a several days, finally I get Google Analytics Invitation Code from Google Analytics Team. Now it’s time to install Google Analytics on my Blog
What is Google Analytics?
Google Analytics tells us everything we want to know about how our visitors found us and how they interact with our site. We’ll be [...]
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 [...]