Now you know how to back up your files and code to Amazon S3, but what about databases? Use this script to back up your databases to Amazon S3. You can even use it in a cronjob.
- Home
- Blog (Page 16)
6
Batch Resize Images on Linux Using Mogrify (ImageMagick)
The Linux mogrify command (part of ImageMagick) is a handy way to compress / resize a image, or multiple images easily using the CLI. mogrify can also be used for convert or compress images.
CLI, Command Line, Linux, ServerUsing Amazon S3 to Backup Your Server
Amazon S3 provides a cheap solution and easy to use solution to back up your Linux server or files on the cloud. The Linux s3cmd script lets you use rsync to backup folders and files easily.
Amazon Web Services, Backup, Linux, SecurityGeolocation Using HTML5, jQuery and Google Maps
Geolocating a user using their browser (if supported) is quite easy using HTML5 and JavaScript / jQuery. In fact, it can be done in under 50 lines of code. Here’s my quick and dirty tutorial on doing just that.
Geolocation, HTML5, JavaScript, jQuery, Tutorial