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

INSTALLING TURBO C/C++ IN WINDOWS || INSTALLING TURBO C++ || INSTALLING BORLAND'S TURBO C++

Borland's Turbo C/C++ has been making the novices to know the power of coding with interest beside of being outdated since 1987. It was noted for its integrated development environment, small size, fast compile speed, comprehensive manuals and low price availability. But now it's completely free to download and use. You can download Turbo C/C++ of Borland's (according to your PC's requirements) by clicking here. TO SEE THE INSTALLATION VIDEO CLICK HERE . After the download is completed, follow the following steps (picture-wise too) after opening it : 1. Double click the application to start installation. 2. Now click next. 3. Accept the license aggreement to continue to install by clicking intsall button. 4. The installing page will look like - 5. After the installation is completed soon, click read me if you wish to see its license aggreement. 6. Otherwise you can continue by clicking finish. 7. Now go to the desktop and search