Sponsored Links:

Generate Apache SSL certificates

May 28th, 2009

To use https for web traffic, you will need to obtain a valid Apache SSL certificate. When generating an Apache (mod_ssl) SSL certificate, you have two options:Purchase a SSL certificate from a certificate authority (CA). Searching the Web for “certificate authority” will present several choices. Generate a self-signed certificate. This option costs nothing and provides the same level of encryption as a certificate purchased from a certificate authority (CA). However, this option can be a mild annoyance to some users, because Internet Explorer (IE) issues a harmless warning each time a user visits a site that uses a self-signed certificate.Regardless of which option you select, the process is almost identical. Know the fully qualified domain name (FQDN) of the website for which you want to request a certificate. If you want to access your site through https://www.domain.tld., then the FQDN of your website is www.domain.tld. Note: This is also known as your common name. ..... Read more

Perfect Server on Centos 5.3

May 28th, 2009

Install Apache (httpd), PHP, MySQL (server and client), and the component that allows php to talk to mysql. yum -y install httpd php mysql mysql-server php-mysql php-gd Configure the new services to start automatically chkconfig httpd on chkconfig mysqld on service httpd start service mysqld start IMPORTANT! Set up the mysql database root password. Without a password, ANY user on the box can login to mysql as database root. The mysql root account is a separate password from the machine root account. mysqladmin -u root password 'new-password' [quotes are required] Sponsored Links:google_ad_client = "pub-0983540800597903"; google_ad_width = 468; google_ad_height = 15; google_ad_format = "468x15_0ads_al"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "FFFFFF"; google_color_text = "555555"; google_color_url = "555555";Make additional security-related changes to mysql. mysql -u root -p mysql> DROP DATABASE test; ..... Read more

How to go Completely Anonymous in the internet

May 22nd, 2009

Completely go Anonymous with the help of your SQUID Proxy lets assume you already did this steps  How To Install Squid    and  How to Secure Squid Proxy   i assume you are already enjoying your private Proxy surfing the world wide web but for your information some website can still detect your WAN IP address because   $_SERVER   has http-forwarder for example you go to this site   http://whatismyip.com/ and you get this result Your IP Address Is: 119.95.IP.IP Other IPs Detected: 67.IP.IP.185 Possible Proxy Detected: 1.1 67.IP.IP.185:PORT (squid/2.6.STABLE21) anyways we will not discuss about  $_SERVER   at this moment, this step is to hide your ip address “tweak” to be done on your squid.conf Sponsored Links:google_ad_client = "pub-0983540800597903"; google_ad_width = 468; google_ad_height = 15; google_ad_format = "468x15_0ads_al"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "FFFFFF"; google_color_text = "555555";..... Read more

Prank Calls – Dead Friend of TOTO

May 21st, 2009

A prank call, also known as a crank call, is a form of practical joke committed over the telephone. Prank phone calls began to gain an America-wide following over a period of many years, as they gradually became a staple of the obscure and amusing cassette tapes traded amongst musicians, sound engineers, and media traders beginning in the late 1970s. Among the most famous and earliest recorded prank calls are the Tube Bar prank calls tapes which centered around Louis “Red” Deutsch. Comedian Jerry Lewis was an incorrigible phone prankster, and recordings of his hijinks, dating from the 1960s and possibly earlier, still circulate throughout the country to this day. this what you are about to hear is a prank call made by a  Raoul Suarez  from Iloilo City to  Clarkson Memorial Listen HERE ..... Read more

yum crashes when trying to update

May 18th, 2009

Yum crashes (and pirut, and pup, and yumex) upon trying to update File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 413, in _packageByKey po = self.pc(repo, cur.fetchone()) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 68, in __init__ self._read_db_obj(db_obj) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 94, in _read_db_obj setattr(self, item, _share_data(db_obj[item])) TypeError: unsubscriptable object commands to fix: yum clean metadata and/or yum clean allif still not working use this one #rm /dev/urandom #mknod -m 644 /dev/urandom c 1 9 Sponsored Links:google_ad_client = "pub-0983540800597903"; google_ad_width = 468; google_ad_height = 15; google_ad_format = "468x15_0ads_al"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "FFFFFF"; google_color_text = "555555"; google_color_url = "555555";..... Read more

Improve the web with Nofollow Reciprocity.