Blog Detail
Tips Trics & Tutorials on PHP, Perl, Python, Hacking and more
http://webnesbay.com
Webnesbay provides you tips, tricks and tutorials on PHP, Linux, Hacking, Perl and web related information. You can learn lot of tips and tricks on all kind of web technologies and services. Learning cool tips and tricks makes your work easier.
Recent Posts
How to make reverse sort in perl array
I am working on some perl project. I have come across a situation where I need to sort the values in arrays in reverse order. I have done it very simply. I have an array of array: @array=qw(canada mexico usa); Now I can use te sort() command to sor...
Track website visitors using PHP
We have so many tools available to track the blogs or wesites. Although there are some free ones, most of them come with a price tag. Why not do it yourself? With PHP, you can easily create a log file within minutes. This article shows you the comp...
Track website visitors using PHP
We have so many tools available to track the blogs or wesites. Although there are some free ones, most of them come with a price tag. Why not do it yourself? With PHP, you can easily create a log file within minutes. This article shows you the comple...
How to enable Auto Login in Ubuntu Linux
This is a small tip to enable auto login in Ubuntu flavour. That means you don’t need to login in to your machine when the system boots up. For enabling Auto Login you need to have mingetty and need to edit one file. For complete procedure, p...
How to enable Auto Login in Ubuntu Linux
This is a small tip to enable auto login in Ubuntu flavour. That means you don’t need to login in to your machine when the system boots up. For enabling Auto Login you need to have mingetty and need to edit one file. For complete procedure, p...
Hack WEP Key in Ubuntu Linux
This is a simple tutorial on, How to hack the WEP key of a wireless network. We have the tools available in ubuntu to get the WEP Key. Before proceeding this I am mentioning the complete steps below along with the pre-requisites. This article s...

