Ubuntu
From Null-pointer
Contents |
vmware
User = notroot
set-up
[root@localhost ~]# sudo aptitude update # refresh apt's cache
[root@localhost ~]# sudo aptitude upgrade # run the upgrade
[root@localhost ~]# sudo apt-get install openssh-server
.profile
add to the bottom
TZ='Europe/London'; export TZ
Ubuntu 10
aptitube proxy
Seems to ignore http_proxy env setting. Create file /etc/apt/apt.conf
Acquire::http::Proxy "http://yourproxyaddress:proxyport";

