What is a command prompt?

In previous article  I share a list of the common Linux (UNIX Style) command, but what is a command prompt? A command prompt is a non-graphical interface that allows us to interact with our operating system. At the command prompt, you enter commands by typing their names followed by options and arguments. Most modern computers use a graphical user interface (GUI), which allows users to more intuitively access programs and documents. However, some programs and commands are still only available only through a command prompt. To access the command prompt, follow the instructions appropriate to your operating system.

Windows

To access the command

Continue reading What is a command prompt?

Linux Command Line Guide

For those who new to world of Linux, and overwhelmed by CLI. I have a Command Line "Cheat Sheet" that might be what you looking for.

Compression tar cf file.tar files – create a tar named file.tar containing files tar xf file.tar – extract the files from file.tar tar cf file.tar.gz files – create a tar with Gzip compression tar xf file.tar.gz – extract a tar using Gzip tar cf file.tar.bz2 – create a tar with Bzip2 compression

Continue reading Linux Command Line Guide

Computer Science Course

Before we study even deeper it’s always good idea to know what we’re going to study and what we can expect to get by studying it. In this article we’re going to explore all Computer Science Course that you can learn from this website.

Data Storage In this subject, we consider topics associated with data representation and the storage of data within a computer. The types of data we will consider including text, numeric values, images, audio, and video.

Data Manipulation In

Continue reading Computer Science Course