Posts

Showing posts from February, 2020

FEDORA 31 BASIC

Image
Fedora 31 Fedora is a linux operating system which shows more paths than windows. So, in programming we are using Fedora as the OS system. Before starting the programming we have to understand the basic codes and basic functions in Ferdora.  01. Opening the terminal - Once you log in to the Fedora, go to the Activities > Menu> Utilities> Terminal                   or Activities>Menu>Search for the Terminal 02. Creating a File- consider typing vi myFirstText.txt and press Enter .  This will create a file named "myFirstText" and the extension  of that file is .txt After creating the .txt file it will take you to the inside of the file. Though you opened the txt file it will not alow you to type until you press the Insert  button. As an example I typed Every person is beautiful . It'll appear as below. When you press the Insert key, it'll appear on the left side of the b...