How To Connect To CVS Via Proxy ServerFebruary 10th, 2007 CVS is commonly used by open source project to provide access to their source code. Here is a simple way how you can connect to CVS server from behind a proxy server.
How to Use FireFox Browser Through AnalogX ProxyAugust 21st, 2005 When FireFox is used through AnalogX Proxy (a popular free proxy server) a strange error persistently happens if you have too many browser windows open. All of your requests get strangely redirected to the last opened site.
How To Install Sun JVM (JDK 1.5.x) on Linux / Fedora Core in 5 Simple StepsDecember 26th, 2006 Install Sun's Java Virtual Machine ( J2SE(TM) Development Kit 5.0 Update 9 ) on Fedora Core / Linux platform in 5 simple steps. The procedure is geared for users having access to Linux box from ssh / telnet only as in a vpn / dedicated web hosting.
Google Proxy UnhackedJanuary 21st, 2008 Google had a well known proxy facility. You could use
an url like http://www.google.com/translate?langpair=en|en&u=http://blog.taragana.com to access http://blog.taragana.com using Google as proxy.
Solving Analog X Proxy DNS Caching ProblemJuly 13th, 2006 As I informed earlier we made a major move to a new server in the last few days. All the websites have moved over.
How To Easily Switch Proxies in FirefoxJune 25th, 2006 There are two Firefox extensions depending on your need. If you need to switch between different proxies quickly then you can use the SwitchProxy extension for Firefox.
Google Proxy Hacking - How Your Page Rank Can Be Stolen & Pages Removed from SERPFebruary 23rd, 2008 I recently came across an instance of Google Proxy hacking with one of my clients, which removed his index page and other pages from SERP (Search Engine Ranking & Positioning) and he lost the page ranks (went down to zero). We were asked to protect his site against Google Proxy hacking, a really dangerous technique which can not only cause you to loose page rank but also remove your pages from SERP, all because Google cannot properly identify original pages from duplicates.
How to force any Java program to use HTTP proxyApril 14th, 2009 You can either specify it on command line or within program code by setting three system properties as below:
proxyHost=proxy_host_name
proxyPort=proxy_port
proxySet=true
For example if a proxy is running on localhost at port 8080 then we can use:
java -DproxyHost=localhost -DproxyPort=8080 -DproxySet=true YourProgram
The same properties can be set within your Java program by System.getProperties().put(key, value);
That's it folks!
How To Proxify Yourself Through FoxyProxy - A Detailed DiscussionNovember 18th, 2008 FoxyProxy is a free, open-source, advanced proxy management tool that helps you in proxying your browsing experience through Firefox. It surpasses the limitations of Firefox's inherent one and gives you quite a wide scope to browse.
How To Block MSN & P2P on Linux (Using Shorewall)March 27th, 2008 You need to use shorewall, which in my experience is a highly capable and flexible firewall as well as Squid proxy to use this solution.
Apology to "Simple Thoughts" blog commenters in last 20 days or soMarch 17th, 2005 What happened
After my WordPress 1.5 upgrade and enabling of an option to reject comments from open proxy, no comments (over 100) were appearing on my blogs. Moreover they were silently discarded.
How To Install JDK 6 / Java SE 6 (+ Tomcat) in Fedora Core 6 / Fedora 7 in 5 MinutesAugust 7th, 2007 Fedora Core developers make it rather hard to install and properly configure Sun's JVM. All said and done Sun's JVM (comes with JDK) is the best JVM implementation out there; not to mention that it is the reference implementation.
How To Install MS True Type Fonts in Linux / Fedora CoreMay 21st, 2007 Microsoft's True Type fonts can also be used on Linux. Not only can they improve visibility, they are essential for proper look and layout if you are using Internet Explorer on Linux for testing etc.
Linux Worm Exploits PHP XMLRPC VulnerabilityNovember 9th, 2005 There are few reports of an attack by a new Linux worm called Lupper which exploits a well known PHP XMLRPC implementation vulnerability. PHP XMLRPC implementation is used in a large number of popular web applications such as PostNuke, Drupal, b2evolution, Xoops, PHPGroupWare, TikiWiki etc.
Analysis & Solution: Security Vulnerability Discovered in DWR, Open Source Java AJAX Development FrameworkJanuary 9th, 2007 Security vendor Imperva has identified an access-control vulnerability in DWR, Java Open Source AJAX development framework (stable release 1.1.3 and 2.0), which it says an attacker can use to compromise a DWR based application which may in turn enable him to say break into back-end databases or servers or launch a denial-of-service-attack. On a positive note Imperva commented that DWR, AJAX Web application development framework, is
"emerging as the lingua franca for building new generation Web 2.0 applications" :)
Forceful Method Invocation Attacks
The key issue is how DWR restricts access to not exposed class methods.
January 17th, 2008 at 10:47 am
Correct usage is:
–proxy-user=\\\\\\\”user name\\\\\\\” –proxy-password=\\\\\\\”password\\\\\\\”
August 26th, 2008 at 2:16 am
[...] here. If you’re behind a firewall, there’s some hints here on how to get Curl/Wget to play nicely with firewalls (even though the instructions are for wget, it still applies to curl). Once you think you’ve [...]
September 9th, 2008 at 6:44 pm
Your content system is eating your hyphenhyphens, and vomiting emdashes.
October 2nd, 2008 at 1:48 am
how can you make the export of http_proxy permanent?
October 26th, 2008 at 7:26 am
@ Benson: Well, endashes, but same diff.
@ koen: You could place it in your shell’s rc or profile; but actually, the environment variables aren’t the only way to communicate this information to wget. They are also available as wgetrc commands, so you can place them in your ~/.wgetrc; you can also specify them on the command-line as: -e http_proxy=… -e proxy_password=…