Skip to main content

Linux OS- Overview

After installing linux on your windows OS using VMWare software, let us see how the linux will look like and where the commabds will be run. The Commands in Linux runs on its terminal like the commands of Windows runs on its Command Prompt. Let's begin the journey...

Important : Know how to install linux on your windows OS.
1. This is how the screen will look like...


2. You can scroll it from left-to-right(ltr) and from right-to-left(rtl).

  1. Additional_1. To get complete linux based OS experience, just click the 'Fullscreen' option from the status bar (showing by arrow)  and to exit from the fullscreen mode repeat the step by moving the mouse cursor upwards (out of the upper screen, if status bar is pinned).


3. The tasks through command is held through its terminal. To Open it, click on  "Applications -> System Tools -> Terminal".

4. The other way to open the terminal is - Right click on the linux desktop and select 'Open in Terminal' option.

5. To create a direct link to the terminal, follow step 4 and then write click over the 'Terminal' option and select 'Add this launcher to Panel'.

The panel will now look like  -

Additional_2. If you open your Username'sHome directory on the desktop, 

the directories will appear here in which nothing will be there except the Desktop directory containing the Terminal application that we just added to the panel.


Rest will be empty.

6. Now to open the terminal, just doble-click the Terminal on the dektop (you can choose various alternatives provided above).

7. "itknowledge@localhost" is the name and path of the user from where the commands will be executed. The path is also visible on the panel head.

8. This is the terminal where one has to give commands to perform the respective task.

Additional_3. One can search, save contents, open new terminal, open new tab in same terminal, etc directly from the menu provided in the Terminal window.

Regards,
ITK

Comments

Popular posts from this blog

ASCII TABLE || HEXADECIMAL TABLE

ASCII & Hexadecimal Table (CLICK THE IMAGE TO VIEW IT PROPERLY) REGARDS, ITK

Calculator Using C Programming

  C  is not only capable in maximizing the logical concept towards machine/software programming but it also makes users comfortable through its in-built functions. Making of simple calculator in C must at least be done by the novices themselves to improve and test their level of understandings in logics being applied. Here is the code that has been created for the joy of creativity through C-coding. CODE #include <stdio.h> #include <conio.h> int main() {     int a,b,result;     char ch[2]; clrscr(); gotoxy(30,1);printf("CALCULATOR"); gotoxy(10,8);printf("FIRST NUMBER : "); gotoxy(4,9);printf("OPERATION(+,-,*,/) : "); //to choose operation from gotoxy(9,10);printf("SECOND NUMBER : "); gotoxy(16,12);printf("RESULT : "); gotoxy(30,18);printf("Powered By : ITK"); gotoxy(25,8);scanf("%d",&a); // input first number gotoxy(25,9);scanf("%s",ch); //input operation as a...

KEYBOARD CHARACTERS || KEYBOARD CHARACTER NAMES || KEYBOARD SYMBOLS AND THEIR USES || KEYBOARD CHARACTERS NAMES

The symbols used in keyboards are generally not known to all of us about. Many of us don't know either their use or their names what they are called as too. Here is the list of the symbols that are in the computer keyboards with their names. Symbols in Keyboards and their names Sl.   No.                    Symbol                                  Name 1                      & ampersand or and 2                        ‘ apostrophe or single quote 3               ...