Use .htaccess to Deny Access Directory Listing
Don’t have an index in all your directory’s? Many people create a blank index.html file in every directory to prevent directory listing. It’s ok for a small website, but imagine if you have a website that has hundred or thousand directories. The easiest way is to write a htaccess file, include the following line in [...]
Changing default gateway on MS Windows using command line
Despite the fact this post is quite fat from Ubuntu or Linux I decided to puclish it here as find this usefull and sometimes neccessary.
So here we are on how to update default gateway using command line:
netsh interface ip add address “local area connection” gateway=100.1.1.5
gwmetric=2
Free Wordpress themes and Hidden code
If you are using a free wordpress theme, make sure that the footer does not contain hidden code. I’ll show you how to find and unhide that hidden code below, something that many people starting out with Wordpress miss. Such a mistake can have you linking to bad link partners which can cause your site [...]
Limits for Linux filesystems
File System
File Size (Bytes)
File System Size (Bytes)
Ext2 or Ext3 (1 kB block size)
234 (16 GB)
241 (2 TB)
Ext2 or Ext3 (2 kB block size)
238 (256 GB)
243 (8 TB)
Ext2 or Ext3 (4 kB block size)
241 (2 TB)
243-4096 (16 TB-4096 Bytes)
Ext2 or Ext3 (8 kB block size) (systems with 8 kB pages, like Alpha)
246 [...]
What is 127.0.0.1?
127.0.0.1 is the standard IP address used for a loopback network connection.
This means that if you try to connect to 127.0.0.1, you are immediately looped back to your own machine. If you telnet, ftp, etc… to 127.0.0.1, you are connected to your own machine.
In other words, 127.0.0.1 is you.
For example, if your system was named [...]
