WEB-NES-BAY

Learn Tips and tricks on Linux, Hacking, linux, PHP, Perl, Web, Hardware

bookmark bookmark
Posted by WEBNESBAY ADD COMMENTS

If you are among those who have multiple machines on their desktop, then you must be familiar with the problem of goofing up with the keyboard and mouse. You start typing and suddenly realize that the keyboard which you are using is not the one intended. Also, multiple keyboards and mice eat up a lot of desk space. In case of KVM Switch, it reduces the number of monitors as well, along with keyboards and mice. And sometimes, sliding between [...]

Posted by WEBNESBAY 7 COMMENTS

This is  a simple article to setup a DNS Server in Ubuntu. Please follow the steps to make this.  Setting up DNS Server is used to serve the new domain names using your IP. This is kind of providing webhosting.
Step1: We need to install bind 9 for this
sudo apt-get install bind9
Step 2: Configure the main Bind files. Usually, if you install Bind from the source code, you will have to edit the file named.conf. However, Ubuntu provides you with a [...]

Categories: Linux
Posted by WEBNESBAY ADD COMMENTS

It is necessary to send an email anonymously sometimes.  My definition of anonymous includes the email addresses appearing as if they have been sent from whatever address you specify as well as no accurate record of your IP in the headers of the mail that could be traced back to you.  The method that follows supports my definition of anonymous.   All you need to accomplish this is telnet and a SMTP server.
Telnet is a software application that connects one [...]

Categories: Hacking
Posted by WEBNESBAY ADD COMMENTS

Surfing at school? Parents enabled website blocking? Stuck behind a strict firewall? There are lots of ways around the problem so that you can get to the sites you want to see without those cybernannies tying your hands…
phproxy is “dedicated to bringing you fast web browsing from behind web filters”. Simply tap in the URL of that banned site you really must see, it could be Facebook, MySpace, Youtube, or a renegade blogger behind enemy lines, and you will be [...]

Categories: Hacking, Internet tools
Posted by WEBNESBAY ADD COMMENTS

You can use the PING utility included with Windows to determine the “real” IP address of a web site. Before using this utility, make sure you are not mapping a host name to some IP address with HostName Commander, because if you do, the PING utility will show the address you’ve set up with HostName Commander, instead of the “real” IP address.
To run the PING utility, click on the Windows Start button, and choose Run from the Start Menu. If [...]

Categories: Internet tools