In this lab we learn some commands: apt-get update, ping, netstat , wget, locate, gzip , gunzip, tar, zip, unzip.
apt-get update:
apt-get update is a command that automatically update your Linux machine and get and install packages and programs.
ping:
ping is a command that checks the IP of a certain destination and check all networking problems, statistics, etc.
netstat:
netstat is a command that check your computer connectivity with the internet.
wget:
wget is a command that can download files from the internet. and operate in the background.
locate:
locate is a command to locate and file or directory.
gzip:
is a command to compress a file.
gunzip:
Is to decompress a file.
tar:
Is to archive files. Is also use to back up files in that form.
zip:
just like gzip but this time it file it also.
unzip:
It decompress it and file it at the same time.