• Entries (RSS)
  • Comments (RSS)

How to create a tar file using SSH on Linux

Posted by | Posted in Linux, Tips and Tricks, Tutorials | Posted on 02-07-2008

Tagged Under : , , , , , , ,

To create a tar from a directory using SSH on Linux punch in the following command

tar -vcf backup.tar mystuff/

Where “mystuff” is a directory and backup.tar is the target compressed file.
You can also create a file called archive.tar of all the files and subdirectories in the current directory with the following command

tar -vcf backup.tar *

Note: “v” flag is for verbose mode.

Article: Reading and Writing Spreadsheets with PHP

Posted by | Posted in PHP, Tips and Tricks | Posted on 27-06-2008

Tagged Under : , , , , , , ,

A very nice article on Reading and Writing Spreadsheet Excel files.
Read it here.

Get Adobe Flash playerPlugin by wpburn.com wordpress themes