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 5 COMMENTS

THIS IS A GREAT PLUGIN
Empower your webmail signatures in Gmail, Google Apps, Yahoo, Hotmail, and AOL.
WiseStamp a signature creator includes many exciting and improved webmail signature fetchers such as:

New Features:
? Add your personal feeds (rss)- Automatically Share blog posts, bookmarks, videos, daily quotes in your signature.
? Renaming signatures
Features:
? Personally designed signatures
? Easy setup and configuration interface
? Automatically insert your signature
? Use multiple email signatures (Business and Personal)
? Add your logo or image to your signature
? Easily link to all of [...]

Categories: Firefox
Posted by WEBNESBAY 1 COMMENT

The AutoPager Firefox extension automatically loads the next page of a site inline when you reach the end of the current page for infinite scrolling of content. It includes a adblock similar features to allow you filter out the ads from the contents in the loaded page contents.
This plugin is very useful

When you are googling
When you are viewing blogs
Saves lots of time without loading a fresh page

It works well with most of the greasemonkey scripts.  By default AutoPager works with [...]

Categories: Firefox
Posted by WEBNESBAY Comments Off

Downloading youtube videos is very easy without any software. Here is the procedure below
Step 1: Find the video you want to download and wait for it to completely finish loading.
Step 2: Minimize your browser (do NOT close it, some browsers delete the temp directory upon closing), and navigate to the directory /tmp
Step 3: Drag the flash file onto your desktop. Voila!
This procedure works with almost every browser. I have tried it in firefox and worked
Also, here is the shell script [...]

Categories: Linux
Posted by WEBNESBAY Comments Off

Implementing an AJAX feed data to a PHP script, and usually by sending data via GET, it had not experienced major problems, however this time the number of bytes far exceed the limited capacity of the GET. Before proceeding further, to clarify this point that we have reference …
Do limit the number of characters that can be passed by GET ($ _GET)?
In mid-1998 was published the HTTP protocol specification, a fairly complete, but inaccurate in [...]

Categories: PHP
Posted by WEBNESBAY ADD COMMENTS

I have spend hours searching how to make java
web start work in my Hardy Hedron AMD64, but
couldn’t make it work so far. When I run it with
openJDK nothing happens at all, and when I run
it with sun java 32-bit, the “java starting” even splash
appears, but I get the following error
(trying to launche topcoders arena):
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://www.topcoder.com/contest/arena/ContestAppletProd.jnlp
at com.sun.deploy.net.DownloadEngine.actionDownload(DownloadEngine.java:961)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(DownloadEngine.java:1059)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1134)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1068)
at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:142)
at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:127)
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Launcher.java:245)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:127)
at com.sun.javaws.Launcher.launch(Launcher.java:95)
at com.sun.javaws.Main.launchApp(Main.java:300)
at com.sun.javaws.Main.continueInSecureThread(Main.java:210)
at com.sun.javaws.Main$1.run(Main.java:107)
at java.lang.Thread.run(Thread.java:619)
Follow the below instructions to open with webstart
1. First [...]

Categories: Linux