Skip to content

helioole/lab0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

lab0

OOP Lab0. Racovcena Irina. FAF-212

Installing UNIX-based operating system.

I've installed Manjaro Linux with the following steps:

Step 1. Partition the space.

I had to make space for installing Manjaro. Since I had a free disk D, I've decided to dedicate it to installing LInux. So, it looked like this on Windosk disk manager in the end of installing: Screenshot from 2022-09-12 18-19-55

Step 2. Downloading the ISO in live USB

I've downloaded the ISO from the Manjaro webside and burnt it to a USB flash drive. Screenshot from 2022-09-12 18-21-56

Step 3. Booting into a Live Environment

I've restarted my computer and was pressing F2 key comtinously, so I could get it in BIOS settings. After changing Boot priority, I had Windows on UEFI and LInux on Legacy.

Once the USB flash card is connected to the laptop, I could start the Manjaro installation.

Step 4. Installing Manjaro Linux.

(The next screenshots will be provided as examples since i couldn't make screenshots during installation)

I could launch the installer after clicking the Launch Installer button: Screenshot from 2022-09-12 19-52-09

Then I clicked Continue and had to set my location, time zone and click Next again. After this the next option was Keyboard where you have to set language and layout. I've faced problems with Partition, since I could use the free space which included the whole disk D and had more than enough storage for installing Manjaro. Therefore, I had to divide it manually. The result was shown on the first screen above.

Afterwards, the hardest past left I just had to set all the users settings such as my name, name of the computer and password. Then I could see Summary and finally Install and after it Finish which looked like this: Screenshot from 2022-09-12 18-52-06

Installing essential tools

The first essential tool was zsh shell. I had it already after installing Manjaro so I skipped this step:Screenshot from 2022-09-11 21-28-02

Then I installed oh-my-zsh which is the most popular framework for managing Zsh configuration, plugins, and themes: Screenshot from 2022-09-12 14-59-52

Also had to install Git: Screenshot from 2022-09-11 21-30-40

I downloaded base-level grub that included gcc: Screenshot from 2022-09-11 21-56-46

And my favorite IDE - Visual Studio Code

Creating a Git repository

I made a folder named "lab0" whewe my C program is supposed to be:

Screenshot from 2022-09-12 19-42-05

The main.c file included the "Hello, World!" program:

Screenshot from 2022-09-12 16-20-05

Further, I made a new repository on GitHub and named it lab0. Therefore, I had to connect my GitHub account and Git on my laptop so I could have acces to my program in this folder from GitHub website. Entered my user email and user name, added my first commit and changed branches from master to main:

Screenshot from 2022-09-12 19-42-58

and pushed it:

Screenshot from 2022-09-12 19-43-36

The result on GitHub webpage:

Screenshot from 2022-09-12 17-09-29

Now it's time for a Makefile, adding the second commit, compiling and running the program:

Screenshot from 2022-09-12 19-43-48

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published