Tag Archives: linux

Basics PC

How to Restart Linux Server

In this tutorial, we will guide you how to restart a Linux Server.
It is recommended that if your Linux server is on a production environment, do not restart the Linux server until and unless you are facing some fatal error. In this step by step guide, we will teach you how to restart your Linux server not only through the user interface but also through the terminal application.


read more »

Basics PC

How to Find Linux Command Line

In this tutorial, we will guide you on how to find the Linux Command Line application.
In ubuntu, the command line application is called the terminal. It’s like the command prompt in windows, a simple text interface through which you can operate your computer, just by using different commands. In other words, it is Linux’s version of command line.


read more »

Basics PC

How to Set Environment Variables in Linux

In this tutorial, you will learn how to set environment variables in linux.
Linux based operating systems use bash shell. The shell environment variables are used for several purposes, from storing data, storing software configurations, set terminal settings, and changing shell environment. The environment variables are normally created by the operating system during installation, or by different software as per the required need. Apart from that, in linux, to set environment variables, we first need to access the terminal application. That’s because the user has the privilege to add, edit, and remove different variables at will.


read more »

Basics PC

How to Download Google Web Fonts

In ubuntu, there is an application named typecatcher which allows you to browse and download google web fonts.
So let’s start by first installing the application. In this tutorial, we will teach you how to download google webfonts.


read more »

Basics PC

How to Validate XML XSD

In this tutorial, we will guide you how to validate xml xsd. With xml validator, xsd files can be easily validated. Furthermore, you can check for errors that might occur during the valication process.


read more »