Category Archives: PC

PC

How to Write Bash FOR-Loops

In this tutorial we will show you how to write a Bash FOR-Loop script. A loop is basically something that repeats itself unless told to stop. Over here the Bash FOR-Loop command allows you to repeat words or numbers in a given string. In the tutorial below, the string consists of the numbers from one till ten which skip internally inside the string from a difference of three.
To understand how the bash for-loops script works look at the steps given below.


read more »

PC

How to Install Git for Eclipse

In this tutorial we will show you how to install git for eclipse. Git is a version of a control system whose provider is the Eclipse Team (EGit). Git functions as distributed SCM that allows a developer to maintain a copy of every code and every revision made to it. This allows the queries which are against this history to be very fast and flexible.
To learn how to install git eclipse, follow the steps given below.


read more »

PC

How to Set Flash Player to Linux

In this tutorial we will show you how to set flash player to Linux. Flash player is a high defined software that allows users to look at online designs, animations, videos, etc. A flash player allows users to watch stuff on the internet that attracts their attention.
To understand how to set a flash player to Linux, follow the steps given below.


read more »

PC

How to Use the Tar Command

In this tutorial we will show you How to use the tar command.
In Linux, you can extract tar files using the terminal application only. So first of all, let’s move to the desktop and list the contents by using the ls command.


read more »

PC

How to Use Who Unix Command

In this tutorial we will show you how to use the who unix command.
The “who” command works exactly the same as the “w” command and is used to find the same information along with more detailed statistics and further information.
For this tutorial, we will show you how the different attributes can be used along with the “who” command. To understand more about the who unix commands look at the steps given below.


read more »

PC

How to Use Unix AT Command

In this tutorial we will show you how to use the unix at command.
Through the Unix AT commands, we can run a set of commands at a particular time, which is really helpful in scheduling tasks in a Linux environment.
For this tutorial, we will show you how to restart the Unix server by using this command.


read more »

PC

What is Bash

In this tutorial we will introduce you to what is Bash in Linux.
Bash is basically a file to process commands which can be run in the Terminal window. This allows the user to write commands and actions. A Bash can also read commands from a file which is technically called a script.
Using Bash is not very difficult if you know which scripts to run and use. Follow this tutorial below to understand a basic overview of what exactly Bash present in Linux is.


read more »

PC

How to Log Out in Ubuntu

In this tutorial we will show you how to log out in Ubuntu.
For this tutorial, we will show you two methods of logging out. First, from the desktop and the second is from the terminal application.
To understand how you can log off from Ubuntu using any of these two methods, follow the steps given below.


read more »

PC

How to Start Ubuntu in Safe Mode

In this tutorial we will guide you how to start Ubuntu in safe mode.
In Ubuntu, the safe mode is called the recovery mode, and if the system fails to boot for any reason,
It may be useful to boot it into Recovery Mode.


read more »

PC

How to Add Printer in Linux

In this tutorial we will show you how to add a printer in Linux. Today, a printer is an essential device as it allows you to get a hard copy of the documents that you made on your system. However, what one needs to know is that every printer needs to be configured in the system.


read more »