Spotlight | Reviews | Current Issue | Academy | Newsletter | Subscribe | Shop |
Departments

Partner Links
Make your own website
WinWeb OnlineOffice
Comparing prices of hardware is worth it.
Price Comparison
UK Linux Jobs
What:
Where:
Country:
vacatures Netherlands njobs Linux vacatures
arbeit Deutschland njobs Linux arbeit
work United Kingdom njobs Linux jobs
Lavoro Italia njobs Linux lavoro
Emploi France njobs Linux emploi
trabajo Espana njobs Linux trabajo

user friendly

Admin Magazine

ADMIN Network & Security

Subscribe now and save!

ADMIN - Explore the new world of system administration! Special introductory offer! Order by September 30th to save 10% off the regular subscription price! Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:

  • network security
  • system management
  • troubleshooting
  • performance tuning
  • virtualization
  • cloud computing

 

on Windows, Linux, Solaris, and popular varieties of Unix.

http://www.admin-magazine.com/

  linux-magazine.com » Online » Blogs » Productivity Sauce  

Productivity Sauce
Productivity Sauce

Back up MySQL Databases with a Simple Bash Script

Jan 12, 2011 5:59pm GMT

If you host your own blog or any Web-based application running on the Apache/MySQL/PHP stack, you should have a backup system in place for keeping data stored in MySQL databases safe. There are several solutions that can help you with that, but nothing beats a simple Bash script I stumbled upon in a blog post comment. Here is the script in all its beauty:#!/bin/bash NOW=`date +"%Y-%m"... more »

Turn Google Chrome into a Text Editor with Write Space

Jan 07, 2011 7:52pm GMT

The Write Space app for Google Chrome and Chromium can come in rather handy when you need to quickly scribble down a note without leaving the browser. Once installed, Write Space adds a no-frills text editor to the browser. Despite its simplicity, Write Space has a handful of nifty features. For example, the persistent auto-save function sav... more »

Use GoogleCL to Upload Photos to Picasa Web Album

Jan 05, 2011 4:41pm GMT

If you are using Google's Picasa Web Album photo sharing service and you want to automate the process of uploading photos, the GoogleCL command-line toolset can come in rather handy. Once installed on your machine, you can use it to perform several tasks such as creating albums, uploading and tagging photos, downloading photos, etc. directly from the command-line. Better yet, GoogleCL is pretty... more »

Manage Amazon S3 with DragonDisk

Dec 28, 2010 10:32pm GMT

Amazon S3 provides ample storage at bargain prices, but to put the service to practical use, you need a client software. There are a few command-line utilities out there that let you manage your S3 storage space, but if you are looking for a graphical client, then you might want to give DragonDisk a try. This graphical S3 client allows you to manage buckets as will as synchronize local director... more »

Tomdroid: Now with One-Way Sync

Dec 20, 2010 6:35pm GMT

The version of Tomdroid covered in a previous blog post lacked any advanced features like the ability to sync notes. A lot has changed since then, though. The Tomdroid developers have released a new version of the app which boasts a couple of improvements and new features. The most notable addition is the synchronization feature which supports syncing with the Tomboy Web service and SD cards.... more »

Keep an Eye on Network Usages with NetCounter for Android

Dec 18, 2010 11:23am GMT

Many (if not all) wireless carriers have bandwidth caps, so it makes a lot of sense to keep an eye on your network usage to avoid going over the limit. There are a few Android utilities that can help you with that, including NetCounter. This open source app lets you track bandwidth usage with consummate ease, and it can monitor both Wi-Fi an... more »

Create Presentations with Ease

Nov 29, 2010 5:58pm GMT

Although OpenOffice.org Impress offers a wide range of features for creating high-quality presentations, it's too heavy for users who practice the art of minimalistic presentation design. For them, a graphical presentation tool like Ease will probably be a much better fit. While this application may look rather bare-bones, it does include al... more »