- print -deps Speedup.eps
- use epstopdf
Search This Blog
Sunday, 6 March 2011
Basic plots using octave
Save a figure into a file:
Labels:
octave
Friday, 4 March 2011
Linux Networking
Set proxy from command line:
Add a new file called
Cntlm authentication proxy:
create new authentication:
By using "Create New Wireless Network ..." only an ad-hoc network is created. These kind of networks are not detected by my htc desire hd phone. See this blog for a discussion.
Add a new file called
01proxy to your /etc/apt/apt.conf.d/ directory with the following line:Acquire::http::proxy "http://[user]:[password]@[server_ip_or_name]:[port#]";
Cntlm authentication proxy:
create new authentication:
- sudo usr/bin/cntlm -c /etc/cntlm.conf -I -M http://test.com
- enter root password
- copy the output into the file /etc/cntlm.conf
- restart cntlm
By using "Create New Wireless Network ..." only an ad-hoc network is created. These kind of networks are not detected by my htc desire hd phone. See this blog for a discussion.
Subscribe to:
Comments (Atom)