UBUNTU NOTES
1. "How-To" sites for Ubuntu Linux:
1.1. Official Ubuntu documentation
-
https://help.ubuntu.com/10.04/ and https://help.ubuntu.com/10.10/ etc
-
https://help.ubuntu.com/community Community contributed documentation
1.2. Unofficial Ubuntu documentation
-
http://ubuntuguide.org (Detailed instructions for numerous problems/issues)
-
http://www.psychocats.net/ubuntu/index (particular emphasis when coming from Windows background)
2. Working as Administrator
|
Note
|
The Administrator is the "root" user. |
Anything you need to do as administrator of an Ubuntu system can be done via the terminal with ;
$ sudo command$gksudo appliactionIf you really need a persistent root login, use
$ sudo -i
or
$ sudo bash
See instructions at this site: https://help.ubuntu.com/community/RootSudo
3. C Development in Labs
C development is typically done using the GNU compiler collection (GCC) which includes gcc (for c) and g (for C) To install gcc etc on Ubuntu
$sudo apt-get install buildessential4. Firefox Setup in Labs
Firefox must be configured to user the GMIT cache: Tools | Option | Advanced | Network TAB | Settings Button | Manual Proxy Configuration Http proxy : cache.gmit.ie Port: 3128 Tick box : Use this proxy server for all prtocols