Ubuntu is a popular open-source operating system based on Linux. It is widely used in academic, research, and development environments due to its stability, security, and flexibility. Many developers and engineers prefer Ubuntu for programming, server management, and running computational tasks, making it a great choice for students learning computer programming.
Ubuntu's wide community support and regular updates ensure that it stays up-to-date with the latest technologies. Whether you are looking to set up a development environment or simply explore the world of Linux, Ubuntu offers a user-friendly interface with powerful command-line capabilities.
This method allows you to run both Ubuntu and Windows on your machine. You will choose which operating system to run each time you boot up your computer.
If you prefer running Ubuntu within your existing Windows setup, VirtualBox allows you to run Ubuntu as a virtual machine.
Windows Subsystem for Linux (WSL) enables you to run Ubuntu directly within Windows without needing a virtual machine or dual boot.
You can explore other installation methods such as installing Ubuntu using VMware, or using cloud-based Ubuntu instances for remote development.
Click here to download necessary files. Later, open the directory Downloads
, right click on dotFiles.zip
select Extract here
. Right click the dotFiles
folder, click Open in Terminal
. Type ls
to see if setUbuntu.sh
file is there. If so, run ./setUbuntu.sh
command on the terminal.
After the installation finishes, run
chsh -s /bin/zsh
and
sudo reboot
to apply the changes.
Now, your settings must be the same as the lab computers. If you have any problem about this initial settings we will support you in the class.