- download 0.9.9.0.1 version.
- tar -zxvf ntlmaps-0.9.9.0.1
- modify the following parameters:
PARENT_PROXY:192.168.16.6
PARENT_PROXY_PORT:8080
NT_DOMAIN:YourDomain
USER:yourname
PASSWORD:yourpassword - $ ./ntlmaps-0.9.9.0.1/main.py &
$ export http_proxy="http://127.0.0.1:5865"
$ sudo apt-get update - Now you can have built-in package installed
apt-get install ntlmaps
- add proxy into apt configuration file: create
/etc/apt/apt.conf.d/proxy
with content:Acquire::http::Proxy "http://127.0.0.1:5865/";
- modify your general proxy setting and your synaptic proxy setting as well
To reconfigure you ntlmaps using new proxy address:
sudo dpkg-reconfigure ntlmaps
References:
http://michaelcarden.net/blog/?p=58
http://www.lupaworld.com/912/viewspace_2210.html
1 comment:
Thanks ! !
Post a Comment