Create or Delete A Service in Windows XP

Services are added from the Command Prompt. You need to know the actual service name as opposed to what Microsoft calls the Display Name. For example, if you wanted to create or delete the Help and Support service, the name used at the Command Prompt would be “helpsvc” rather than the Display Name of “Help …

Kumpulan Aplikasi Blackberry

Please check your memory space before installing : OTA AIM RIM OTA AmAze OTA Auto Lock OTA Auto Standby Accuweather – Push Weather AIM For Blackberry – Instant Messaging Amaze GPS – GPS/Mapping Amazon.com:– Mobile Launcher Autolock – Automatically Enter Standby OTA BB Corrector OTA BB Light OTA BB Notepad OTA BB Today OTA BB …

Word CUP 2010

you also can visit this sites to live watching… http://espn.go.com/espn3/index/_/sport/soccer-futbol (ESPN) http://www.cbc.ca/sports/?ref=cbcsports (CBC.CA) http://futbol.univision.com/ (Univision) http://news.bbc.co.uk/sport2/hi/football/world_cup_2010/matches/match_01/default.stm (BBC)

WEB STATISTICS ON CENTOS 5 (version 2)

yum install awstats Optional: (To see what countries are visiting your website) # yum install perl-Geo-IP # yum install GeoIP-data Prepare the configuration file: # cd /etc/awstats # mv awstats.model.conf awstats.model.bak # Keep a backup of the original # mv awstats.localhost.localdomain.conf awstats.example.com.conf # Change it to your domain Edit the configuration file: # vi /etc/awstats/awstats.example.com.conf …

Setting Up A Static IP Address Using The GUI

If you are using Gnome, click on “System => Administration => Network”. From the Network Configuration window, select your NIC from de “Devices” tab and click on the “Edit” button. Select “Statically set IP addresses” and enter the IP address, subnet mask and default gateway. Click OK when done. Now back to the Network Configuration …

MotoGP Jepang Dipastikan Mundur ke Oktober

Jakarta – Gara-gara letusan gunung api di Islandia, MotoGP Jepang yang sedianya digelar akhir pekan ini ditunda. Sirkuit Motegi baru akan menggelar balap MotoGP pada 3 Oktober mendatang. Seperti diberitakan sebelumnya, akibat letusan Gunung Eyjafjallajokull di Eropa, banyak penerbangan dari dan ke ‘Benua Biru’ tersebut terpaksa dibatalkan. Kejadian tersebut berimbas pada seri kedua MotoGP musim …

Calendar MotoGP Season 2010 | Schedule Circuits MotoGP Season 2010

Calendar MotoGP Season 2010 | Schedule Circuits MotoGP Season 2010. Hi MotoGP fans around the world. MotoGP season 2009 is over now it’s time to begin 2010 season. Is Rossi will become world champion again? What actually Lorenzo is going to beat “The Doctor”. From the busy guessing who won this 2010 season, following a complete list of …

Install and Configure SARG for Dansguardian on CentOS

Install Apache yum install httpd – install Apache if not already installed Add ports to firewall You may need to add a firewall rule to allow port 80 vi /etc/sysconfig/iptables – add the following lines, if they don’t already exist -A RH-Firewall-1-INPUT -m state –state NEW -m tcp -p tcp –dport 80 -j ACCEPT Install …