Category Archives: PC

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 »

PC Web

How to Align HTML Table


read more »

Basics PC

How to Install Eclipse in Ubuntu

Ubuntu is a very well-known and widely used Linux based operating system. Developers prefer this OS because of its light weight and ease of use. In this tutorial we will learn how to install eclipse on ubuntu for development purposes.


read more »

PC Web

How to Add Hyperlink to HTML Document


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 »

PC Web

How to Add a Page Break to a HTML Page


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 »

PC Web

Choosing Doctype for HTML Documents


read more »

Basics PC

How to Connect VPN in Ubuntu

In this tutorial, we will guide you how to connect VPN in Ubuntu. The tutorial will guide you from initially editing the connection to setting up a VPN. Once the VPN connection will be added, we will try and establish a connection.


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 »