Tuesday, April 24, 2012
Wipe a hard disk
Sunday, April 15, 2012
How to extract *.xz files ?
How to extract *.xz files ?
If you are running Ubuntu, you should have the xz-utils installed by default. I am running Ubuntu 10.04, and to extract .xz files, I use the following command:
if it is not installed , install by giving the command:- sudo apt-get install xz-utils
xz -d path/to/file.xz
This will extract the file to the current directory.
If you are running Ubuntu, you should have the xz-utils installed by default. I am running Ubuntu 10.04, and to extract .xz files, I use the following command:
if it is not installed , install by giving the command:- sudo apt-get install xz-utils
xz -d path/to/file.xz
This will extract the file to the current directory.
Monday, April 2, 2012
Subscribe to:
Comments (Atom)