@import url("../Parallax-One/style.css");
Friday, 4 December 2015
Monday, 17 August 2015
Usefull linux commands
Recursively Zip a Directory and Files on Linux
zip -r filename.zip /path/to/folder
to unzip to current directory,
unzip file.zip -d .
To get the size of directory
du -sh dirname
Subscribe to:
Posts (Atom)