Tutorials

Welcome  on our pages. 

Here are the tutorials which have been published on YouTube

          pwd

Clear

 

                      glances

Glances is great tool which you can use by identify HW process. Great alternative by HW Info.

                                         PING

 

                                  CP

CP – One from the most useful commands in linux

                                CAT

Statement cat … one of most useful  statenents on linux.

Some more exmples , which  are not in the video::

# Copy the all in the folder to folder tutorial 
cp *    /home/username/tutorial

# Copy text.txt to folder tutorial
cp text.txt   /tutorial

#Copy of data to text1_new.txt with information and cpnfirmation 
cp -v -i text_old.txt text1_new.txt