Wednesday, March 20, 2013
Tuesday, February 5, 2013
Tuesday, July 10, 2012
CHROME DIRECT DOWNLOAD
You can directly download the latest standalone version of Chrome from here...
http://dl.google.com/tag/s/appguid%3D%7B8A69D345-D564-463C-AFF1-A69D9E530F96%7D%26iid%3D%7B63A02678-F7D9-5470-D63A-5C240784E871%7D%26lang%3Den%26browser%3D3%26usagestats%3D0%26appname%3DGoogle%2520Chrome%26needsadmin%3Dfalse/update2/installers/ChromeStandaloneSetup.exe
Enjoy..
Urs Venki.
http://dl.google.com/tag/s/appguid%3D%7B8A69D345-D564-463C-AFF1-A69D9E530F96%7D%26iid%3D%7B63A02678-F7D9-5470-D63A-5C240784E871%7D%26lang%3Den%26browser%3D3%26usagestats%3D0%26appname%3DGoogle%2520Chrome%26needsadmin%3Dfalse/update2/installers/ChromeStandaloneSetup.exe
Enjoy..
Urs Venki.
Friday, March 2, 2012
Saturday, December 31, 2011
Sunday, October 23, 2011
Quantitative Techniques In Finance Material
Monday, October 17, 2011
Monday, September 19, 2011
PROXY SETTINGS IN UBUNTU TERMINAL
First let us set proxy settings in GUI and later we will set proxy in "Terminal", k!
If you are having ubuntu desktop/laptop in your office or home behind proxy this tutorial is for you.This tutorial will explain How to Configure Ubuntu desktop/laptop to use your proxy server.
Network Proxy
Ubuntu has a setting in gnome for the Network Proxy, which should set gnome’s proxy.
First go to System--->Preferences--->Network Proxy
Once it opens click on “Proxy Configuration” and enter your proxy server,port number details click Close.
Synaptic Package Manager
Synaptic Package Manager must have the proxy set, in order to update your installation using the in-built Update Manager or Synaptic GUI.
Go to System--->Administration--->Synaptic Package Manager
Once Synaptic Package Manager opens click on Settings--->Preferences
Click on Network tab select Manual Proxy Configuration option and enter your proxy server,port details.If you have username,password click on Authentication to enter these details click on ok
Firefox proxy Configuration
Open your firefox browser go to Edit--->Preferences
Click on Advanced and select Network tab
Select Settings option
Now select Manual Proxy Configuration and enter your proxy server,port details click on ok
Terminal Proxy Settings
If you want to configure proxy for apt-get in terminal, use the following procedure
Step1: Open terminal and go to Super user (root) using the command
$su -
Step2: now open the file bash.bashrc in gedit or any editor which is in etc/ directory
$gedit /etc/bash.bashrc
and Add your proxy server details in the following format
Step3: Also modify the following file
$gedit /etc/apt/apt.conf
Acquire::http::proxy "http://username:password@proxyhost:port/";
Acquire::ftp::proxy "ftp://username:password@proxyhost:port/";
Acquire::https::proxy "https://username:password@proxyhost:port/";
and save it.
Its done!!
Good luck!!
If you are having ubuntu desktop/laptop in your office or home behind proxy this tutorial is for you.This tutorial will explain How to Configure Ubuntu desktop/laptop to use your proxy server.
Network Proxy
Ubuntu has a setting in gnome for the Network Proxy, which should set gnome’s proxy.
First go to System--->Preferences--->Network Proxy
Once it opens click on “Proxy Configuration” and enter your proxy server,port number details click Close.
Synaptic Package Manager
Synaptic Package Manager must have the proxy set, in order to update your installation using the in-built Update Manager or Synaptic GUI.
Go to System--->Administration--->Synaptic Package Manager
Once Synaptic Package Manager opens click on Settings--->Preferences
Click on Network tab select Manual Proxy Configuration option and enter your proxy server,port details.If you have username,password click on Authentication to enter these details click on ok
Firefox proxy Configuration
Open your firefox browser go to Edit--->Preferences
Click on Advanced and select Network tab
Select Settings option
Now select Manual Proxy Configuration and enter your proxy server,port details click on ok
Terminal Proxy Settings
If you want to configure proxy for apt-get in terminal, use the following procedure
Step1: Open terminal and go to Super user (root) using the command
$su -
Step2: now open the file bash.bashrc in gedit or any editor which is in etc/ directory
$gedit /etc/bash.bashrc
and Add your proxy server details in the following format
export http_proxy=http://username:password@proxyhost:port/
export ftp_proxy=http://username:password@proxyhost:port/
Step3: Also modify the following file
$gedit /etc/apt/apt.conf
Acquire::http::proxy "http://username:password@proxyhost:port/";
Acquire::ftp::proxy "ftp://username:password@proxyhost:port/";
Acquire::https::proxy "https://username:password@proxyhost:port/";
and save it.
Its done!!
Good luck!!
Sunday, August 14, 2011
Computer Netorks Material
http://www.youtube.com/damodarvenkiThe Download link of computer networks material is the following
http://www.mediafire.com/?k4mm
http://www.mediafire.com/?k4mm r9tufbnbvmv
Also 2 videos are uploaded in
http://www.youtube.com/damodarvenki
Monday, August 1, 2011
Subscribe to:
Posts (Atom)