Archive for July, 2005

The Gallery is back…

Without further ado The Gallery is Back! Drop me a line if you miss anything from the old collection.

  • Share/Bookmark

rsync

rsync -avz -e ssh /some/small/directory/ remote_user@remotehost.com:/backup/destination/directory/ The trailing slash in the source directory causes rsync to copy only the contents of the source directory. Omitting the trailing slash causes rsync to copy both the directory name and its contents to the destination.

  • Share/Bookmark

MySQL Tutorial – Import or Export A Database

This tutorial section deals with mysqldump which is a tool to import and export MySQL databases. It can be used to back up a database or to move database information from one server to another. 1. Export A MySQL Database This example shows you how to export a database. It is a good idea to [...]

  • Share/Bookmark

What is the difference between Baby Back and Spare Ribs?

Back Ribs, also referred to as Canadian Back Ribs and Baby Back Ribs, originate from the blade and center section of the loin. Back ribs contain meat between the ribs called finger meat, and shall contain at least eight ribs. on the other hand: Spare Ribs are the intact rib section removed from the belly [...]

  • Share/Bookmark