WEB-NES-BAY

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

bookmark bookmark
Posted by WEBNESBAY ADD COMMENTS

This is simple article which specifies the surfing anonymous in ubuntu linux. We will do this using privoxy and a firefox add on.
Privoxy
Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. Privoxy has a flexible configuration and can be customized to suit individual needs and tastes. It has application for both stand-alone systems and multi-user [...]

Categories: Hacking, Linux
Posted by WEBNESBAY 8 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

How to block lists with a graphical front-end called IPblock. It requires no knowledge of networking, firewalls or command-line configuration are needed. It doesn’t effect the firewall which makes it compatible with other firewall applications. This howto is intended for Beginners and was tested on Ubuntu Feisty, Gutsy, Hardy, Intrepid and Jaunty (32-bit and 64-bit).
Installation Steps
For Jaunty
sudo wget http://iplist.sf.net/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/iplist.list
For Intrepid Ibex
sudo wget http://iplist.sf.net/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/iplist.list
For Hardy Heron
sudo wget http://iplist.sf.net/sources.list.d/hardy.list -O /etc/apt/sources.list.d/iplist.list
The key of the signed packages [...]

Categories: Hacking, Linux