How To Use Wget Through ProxyAugust 25th, 2006 Wget is a super-useful utility to download pages and automate all types of web related tasks. It works for HTTP as well as FTP URL's.
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 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 Connect To OpenFire XMPP Server From Gaim / PidginAugust 17th, 2007 I faced quite some problems, to say the least, in configuring Pidgin / Gaim to connect to OpenFire XMPP Server on Fedora Core 6. Here are the detailed steps for a no-brainer configuration of Gaim for OpenFire:
1.
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.
Free Java Source For DNS ServerJuly 21st, 2006 dnsjava is a popular implementation of DNS in Java. It supports all defined record types (including the DNSSEC types), and unknown types.
How To: Wireless Networking With BSNL DataOne Broadband On Windows & LinuxJuly 22nd, 2007 I am going to describe a simple no-brainer way to share your BSNL Dataone Broadband internet connection over wireless network. The same principles can be used with other broadband connections too.
How to Recover MySQL Root PasswordJanuary 17th, 2009 Do you want to recover the MySQL root password. its by no means, easy.
How To Forward Local Host & Port via SSH Client To Remote SSH ServerDecember 21st, 2007 SSH is aptly termed as poor man's VPN. You can use it to either forward local host host name and port to a remote server running ssh daemon.
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.
Tips on Configuring Nginx for Virtual HostingJuly 10th, 2008 Nginx tutorials and examples doesn't tell you how you can configure nginx with virtual hosting when different sites are in different pre-defined directories. Often you are moving over your site from a different web server like Apache HTTPD to Nginx.
Top 10 Nginx TutorialMay 7th, 2009 Nginx is a free open source web server, reverse proxy and IMAP/POP3 proxy server. Nginx has grown into a feasible alternative for the much hyped Apache.
How To Setup BSNL DataOne Broadband on Linux / Fedora CoreApril 22nd, 2007 BSNL DataOne provides software for connecting to Linux. However I found that you can setup much easier and without using their custom software.
The Mystery of Apache HTTPD Server Hanging and SolutionJune 2nd, 2006 As I mentioned previously my Apache server was inexplicably hanging every morning (PST). And in panic I had to restart my VPS, whenever I could find it.
November 30th, 2007 at 12:22 pm
Pz, help me from a danger if any solution. We with some friends have a broad band connection for the purpose of sharing the single- line with proxy using a HUB and an extra lan card. But their connection type is PPPoE. How can we use proxy server for this case so that we can use net together from our pcs.
April 17th, 2008 at 2:21 am
dear sir please tell me some tricks to have control on the entire proxy server
November 25th, 2008 at 6:16 am
Doesn’t work. I go the following error:
Usage: cvs [cvs-options] command [command-options-and-arguments]
where cvs-options are -q, -n, etc.
(specify –help-options for a list of options)
where command is add, admin, etc.
(specify –help-commands for a list of commands
or –help-synonyms for a list of command synonyms)
where command-options-and-arguments depend on the specific command
(specify -H followed by a command name for command-specific help)
Specify –help to receive this message
The Concurrent Versions System (CVS) is a tool for version control.
For CVS updates and additional information, see
the CVS home page at http://www.nongnu.org/cvs/ or
the CVSNT home page at http://www.cvsnt.org/
No utmp entry. You must exec “login” from the lowest level “sh”
paritosh@ubuntu:~$ cvs -d:pserver;proxy=172.16.13.20;proxyport=8080:parrymathur@cvs.dev.java.net:/cvs login sh
Usage: cvs [cvs-options] command [command-options-and-arguments]
where cvs-options are -q, -n, etc.
(specify –help-options for a list of options)
where command is add, admin, etc.
(specify –help-commands for a list of commands
or –help-synonyms for a list of command synonyms)
where command-options-and-arguments depend on the specific command
(specify -H followed by a command name for command-specific help)
Specify –help to receive this message
The Concurrent Versions System (CVS) is a tool for version control.
For CVS updates and additional information, see
the CVS home page at http://www.nongnu.org/cvs/ or
the CVSNT home page at http://www.cvsnt.org/
No utmp entry. You must exec “login” from the lowest level “sh”
Can you please help?
Thanks
January 26th, 2009 at 2:39 am
Hi “virender”, this is because you need to put quotes around it because of the semi-colons, or escape the semi-colons.
e.g. cvs ‘-d:pserver;proxy=172.16.13.20;proxyport=8080:parrymathur@cvs.dev.java.net:/cvs’ login
*or*
cvs -d:pserver\;proxy=172.16.13.20\;proxyport=8080:parrymathur@cvs.dev.java.net:/cvs login
January 29th, 2009 at 12:51 am
sir, i get an error saying…
cvs [login aborted]: proxy server 172.24.2.1:8080 does not support http tunnelling
what does this mean and how can i fix this?
thanks for the help
sharat
April 7th, 2009 at 5:31 pm
First of all thanks for such interesting tip.
I have a question: what kind of proxy server could be used? For example if I will take any free public proxy server from lets say freeproxylist.org web site, will they work? Or do I need a proxy servers which supports for example CONNECT command? In other words what protocol CVS uses to make a request? Because as far as I know most public proxy servers support only HTTP or HTTPS requests…
Thanks in advance