September 29th in Linux/Unix by .

Sample DNS Zone File for BIND

Sample Zone file for a domain with 2 nameservers ns1.example.com and ns2.example.com for BIND9. You can use this template to define your own nameservers. Just do changes on the domain name and IP addresses.

Be sure to include the below statement in your named.conf
I am assuming that you are running Bind9 …

September 29th in Internet, Linux/Unix by .

Fast Website Loading with OpenDNS – Alternative to ISPs DNS Servers

When you type a website name in the browser where often the sites dont load fast. You will see in the status bar of the browser “looking up website.com”, which often means the DNS server (resolves hostnames to IP address) is slow causing such a long time to connect to …

September 28th in Linux/Unix by .

how to create new user for phpmyadmin login

PHPMyAdmin and MySQL server complement each other very well. In most situations you have installed mysql server and phpmyadmin.

By default the mysql root password is blank and this is a big security issue and you have change the mysql password as soon as possible. If that is not done …

September 28th in Linux/Unix by .

How to Fix: PHPMyAdmin 403 Forbidden Error

Screen shot 2011-04-04 at 6.48.47 PM

If you have installed phpMyAdmin in your linux server (centos/RHEL/debian), and tried to access phpMyAdmin in most cases you will get this 403 forbidden error. I have seen this issue very often if you are installing phpmyadmin using yum or by apt-get. By default phpmyadmin installed path is /usr/share/phpmyadmin and …

September 23rd in Linux/Unix by .

Disable anonymous FTP login in cPanel

I have been looking at server logs and there have been a number of connections from different IPs logging in my server. By default anonymous FTP is enabled in cpanel.

Sep 22 19:47:08 server pure-ftpd: (?@x.x.x.x) [INFO] New connection from x.x.x.x
Sep 22 19:47:11 server pure-ftpd: (?@x.x.x.x) [INFO] Anonymous user logged in …

September 19th in Money & Finance by .

Paypal view limits missing?

I have been noticing this since this september 2008 and the “view limits” option is missing most PP accounts. Earlier there used to be a cap of $2500 monthly withdrawal limit and this option is missing or entirely disappeard and nowhere to be found for most verified indian paypal …

September 19th in Linux/Unix by .

Install Apache Mod_Substitute

I came across interesting module for apache which does automatic search and replacement operations using regular expressions and decided to experiment on it. For information about this module documented in apache website

NOTE: This module is only available in Apache 2.2.7 and later

I was running Centos 5 and unable to …

September 13th in Design, Internet by .

CSS Tutorial: How to Design Round Corner Boxes

How to design a rounded corner menu boxes in CSS?

Being a beginner in CSS coding, i have always struggled to design round corner
menu boxes in CSS. At last i found a very simple way to to accomplish this with
minimum lines of code in CSS. In this …

September 12th in Design, PHP Scripts by .

How to design 3 Column Website Layout with Top Navigation Menu in CSS

CSS as we go deeper and deeper it gets harder and harder to understand, especially margins, padding and floats could be confusing at times as well. I am going to post here the tutorial to make a very simple CSS website layout (skeleton) with

- Container
- Header
-Top Navigation Menu
- Left …

September 10th in General by .

Firefox 3 problem with CSS

i have noticed a weird problem ever since i updated to Firefox3. It tends to show certain websites a bit stretched and the CSS div float behaves abnormally by stretching div or shrinking them.

i believe the div float is the problem. With the previous versions of firefox this problem …

 Page 1 of 2  1  2 »