Published in Linux By vishal

How to extract and install a variety of tar application packages

Linux/UNIX/FreeBSD contains many tar packages extensions

Probably the most common other type of package you will see are tar files. These come in a few different flavors. You can identify them by their file extensions, which will be “.tar”, “.tar.gz”, “.tgz”, and “.tar.bz2

package extension opening and extraction command

.tar tar –xvf file.tar

.tar.gz tar -zxvf file.tar.gz

.tgz tar -zxf file.tar.gz

.tar.bz2 (UNIX, FreeBSD ) tar xjf file.tar.gz

Published in Linux By vishal

How to configure interface from terminal/shell

Published in Linux By vishal

How to read .chm (windows help file most e-book contains this format) in linux

Published in Linux By vishal

How to play any media -video file in linux using single mediaplayer

Published in Linux By vishal

Learn linux firewall using iptables

« Previous PageNext Page »