MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

Wget with proxy

rajeshkumar created the topic: wget with proxy Hi, Please find a following commmand which can used to wget with proxy…. export http_proxy=:3128 && wget –proxy-password= –proxy-user= -r -l 1 http://www.yahoo.com/ Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn scmuser replied the topic: Re: wget with proxy GNU Wget is a free software package for retrieving files … Read more

Perforce Proxy upgrading issue

pradeep created the topic: Perforce Proxy upgrading issue Hi, Do any one has any idea on how to read perforce proxy version files? Is there any vast/major change went to perforce proxy cache database management so that older version of perforce proxy cache might conflict with a newer version? Did anyone faced any issue during … Read more

Start the Perforce Proxy without cache timestamp checking

rajeshkumar created the topic: Start the Perforce Proxy without cache timestamp checking Problem: Perforce Proxy cache and timestamp issues. Solution: start perforce proxy using “-k” It is not in the System Administrator’s Guide or the output of “p4p -h”. You will find the following as part of “p4 help undoc”: p4p -k … Start the … Read more

How to Set or Configure Proxy in Linux and Windows System? – scmGalaxy

proxy-configuratin-in-linux-and-windows

Setting the proxy configuration in Linux and Windows If you use a proxy server or firewall, you may need to set the http_proxy environment variable in order to access some url from command-line. Windows Command line set http_proxy=http://your_proxy:your_port set http_proxy=http://username:password@your_proxy:your_port set https_proxy=https://your_proxy:your_port set https_proxy=https://username:password@your_proxy:your_port Windows GUI 1. Open the Control Panel and click the System … Read more

How to Access SVN when client is under proxy ?

access-svn-when-client-is-under-proxy

The Subversion client can go through a proxy, if you configure it to do so.   First, edit your “servers” configuration file to indicate which proxy to use. The files location depends on your operating system.   On Linux or Unix it is located in the directory “~/.subversion”.   On Windows it is in “%APPDATA%\Subversion”. … Read more