Local network for local virtual machines: Ready to use bash script

Local Network for local virtual machines: Ready to use bash script

July 28, 2013 · 5 min · Alexander Holbreich

Extracting tar, gzip, bzip2, z

Sometimes there is a need to extract some files on Linux console. Below y’ll find list of most common methods for that. tar Tar archives are the most common way of distributing bundles of files under Linux or UNIX. The .tar file represents a bundle of files packaged with GNU tar program. To extract such files use: tar xf somearchive.tar tar xvf somearchive.tar Provide option f if you want to extract content of files....

February 1, 2009 · 2 min · Alexander Holbreich