News

Linux 101: How to create a zip file in Linux Jack Wallen walks you through the process of zipping and unzipping files in Linux from both the command line and the GUI.
Here goes the recipe:<BR><BR>Create an empty file of 650MB size.<BR><BR>dd if=/dev/zero of="empty_file" bs=1024k count=650<BR><BR>Create an extended-2 filesystem on this file<BR><BR>shell> /sbin ...
Also: The first 5 Linux commands every new user should learn During your lifetime with Linux, you may use 1% of those commands. For file and folder management, that number dwindles.