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

Unpacking archives with tar, gzip, bzip2, z

Sometimes there is a need to extract some files on the Linux console. Below you’ll find a list of the 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 the content of files....

February 1, 2009 · 4 min · Alexander Holbreich