battletoad
Expert Member
- Joined
- Mar 10, 2009
- Messages
- 1,451
Hi. I need some pointers.
I am to be a system's administrator for an academic department. The computers have a dual boot system with mostly windows and ubuntu (opensuse on a few others).
My remote desktopping to windows is fine. I'd like to do the same with ubuntu; my ubuntu skills are putrid though.
Disclaimer: I've heard there's a uvnc version for linux, but i'm more interested in using putty/ssh terminal clients for now so's i can level my linux skills (after all thats where all the fun is
)
Terminal commands I need (ubuntu 10.10 and 9.04+ mostly):
-making user accounts:
just for username and passwords
-setting up connections for proxy servers:
a friend gave me a script, here's a portion.
-installing software:
if the above is correct (proxy server), i should, in theory, be able to do apt-get installations thru our proxy no probs (assuming my sources are sorted)?
also would it be possible to install programs from cds which use a gui during installation (afaik i wouldn't be entertained with a gui during ssh connections)?
For now, thats it. If anyone else has any other commands I may need to make my job easier I'm all ears.
Thanks
I am to be a system's administrator for an academic department. The computers have a dual boot system with mostly windows and ubuntu (opensuse on a few others).
My remote desktopping to windows is fine. I'd like to do the same with ubuntu; my ubuntu skills are putrid though.
Disclaimer: I've heard there's a uvnc version for linux, but i'm more interested in using putty/ssh terminal clients for now so's i can level my linux skills (after all thats where all the fun is
Terminal commands I need (ubuntu 10.10 and 9.04+ mostly):
-making user accounts:
just for username and passwords
-setting up connections for proxy servers:
a friend gave me a script, here's a portion.
I take it that, in the terminal, i just edit the apt.conf file with the above details?sudo echo "Acquire::http:: Proxy \"http://user: pass@proxy server: port\";" > /etc/apt/apt.conf
-installing software:
if the above is correct (proxy server), i should, in theory, be able to do apt-get installations thru our proxy no probs (assuming my sources are sorted)?
also would it be possible to install programs from cds which use a gui during installation (afaik i wouldn't be entertained with a gui during ssh connections)?
For now, thats it. If anyone else has any other commands I may need to make my job easier I'm all ears.
Thanks