I often have to SSH into different servers, either to deploy new code or to carry out maintenance, so SSH shortcuts are an easy way of making the login process easier.
0
Geolocation Using HTML5, jQuery and Google Maps (Interactive Version)
Following on from the Static Google Maps example with Geolocation, this tutorial looks at creating a Interactive version using the JavaScript Google Maps API.
Geolocation, HTML5, JavaScript, jQuery, TutorialFacebook API: Tracking Shares using the JavaScript SDK
Tracking Facebook Shares on your website or application is a useful way of seeing how popular your articles are with your readers. In order to tracking Shares, you must used the Facebook JavaScript SDK.
Facebook, Facebook Graph API, JavaScript, jQuery, Tracking, TutorialBatch 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, Security