AAMOD KORE Graduate Student, University of Toronto | ![]() | ![]() |
You can either install Ubuntu by downloading the ISO file and creating a bootable device and create a disk partition, OR you can download the Windows Installer and install directly from windows.
If you have another operating system already, it would be nice to backup your files (just in case). If in case you you blow up you Windows while trying to install Ubuntu (happened to me the first time I tried), you can download Windows from IIT Bombay's MS Store, if your from IIT Bombay. If your not from IIT Bombay, then God help you!
You then also need to set up proxy settings if you are within the IIT Bombay network and repository settings if you need to install softwares and packages fast:
Following is the way to get Ubuntu working under IITB proxy with apt-line installation
Now some files have to be edited:
sudo gedit /etc/apt/apt.conf /etc/environment /etc/wgetrc
Acquire::http::proxy "P"; Acquire::https::proxy "P"; #### P is from previous step #### Notice: No FTP proxy
#### Something about PATH variable here http_proxy=P https_proxy=P ftp_proxy=P
To use IITB apt software repositories in ubuntu, follow the steps:
sudo gedit /etc/apt/sources.list
######### Warning: Instead of maverick, use the name of your distribution in following lines deb ftp://ftp.iitb.ac.in/os/ubuntu/archives/ maverick main restricted deb-src ftp://ftp.iitb.ac.in/os/ubuntu/archives/ maverick main restricted deb ftp://ftp.iitb.ac.in/os/ubuntu/archives/ maverick-updates main restricted deb-src ftp://ftp.iitb.ac.in/os/ubuntu/archives/ maverick-updates main restricted deb ftp://ftp.iitb.ac.in/os/ubuntu/archives/ maverick universe deb-src ftp://ftp.iitb.ac.in/os/ubuntu/archives/ maverick universe deb ftp://ftp.iitb.ac.in/os/ubuntu/archives/ maverick-updates universe deb-src ftp://ftp.iitb.ac.in/os/ubuntu/archives/ maverick-updates universe deb ftp://ftp.iitb.ac.in/os/ubuntu/archives/ maverick multiverse deb-src ftp://ftp.iitb.ac.in/os/ubuntu/archives/ maverick multiverse deb ftp://ftp.iitb.ac.in/os/ubuntu/archives/ maverick-updates multiverse deb-src ftp://ftp.iitb.ac.in/os/ubuntu/archives/ maverick-updates multiverse
[ << Happily Ever After... ] | [ Travelling. Always. >> ] |