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

A Simple Bash Script to Download and Organize Photos

Oct 22, 2010 4:49pm GMT

When it comes to dowloading photos from a storage card and organizing them in the process, Rapid Photo Downloader is just the ticket. But if you prefer to do that from the command line, here is a simple Bash script cobbled together by yours truly.#!/bin/bash SOURCE_DIR="/media/NIKOND5000/DCIM/100D5000" WORK_DIR=TMP TARGET_DIR=Photos cp -R $SOURCE_DIR $WORK_DIR cd $WORK_DIR exiftool -... more »

Command Line Little Helper: CLI Companion

Oct 14, 2010 8:41pm GMT

Whether you are a command line newbie or a proficient terminal user, you'll probably appreciate CLI Companion. This nifty little tool couples the terminal with a database of frequently-used commands. So if you need to execute a specific command, you don't have to type it manually and remember all its parameters. Instead, select the command from the list and hit the Apply button.... more »

Flickr Free: Flickr Client for Android

Oct 13, 2010 7:56pm GMT

While Flickr features a slick and highly functional mobile interface, it can't replace a native Android client. Especially a client like Flickr Free which boasts a few clever features that make this nifty app a must-have tool for all shutterbugs. As you would expect, Flickr Free allows you to access and browse your photostream, sets, collect... more »

Hotot: A Stylish Twitter Client That Packs Power

Oct 07, 2010 7:46pm GMT

Here is a question: Why would you want to try Hotot when there is a plethora of other Twitter clients out there? The answer is simple: Hotot offers a perfect mix of style and useful features. A pleasant interface gives you quick access to essential features and it sports slick transitions between screens. For each item in the timeline, Hotot provides shortcuts which you can use to retweet (Hoto... more »

LibreOffice: OpenOffice.org Liberated

Sep 28, 2010 8:14am GMT

It has been a long time coming, but finally it happened: OpenOffice.org has been forked under the name of LibreOffice. The Document Foundation will oversee the development of LibreOffice. According to the press release, "The Document Foundation is the result of a collective effort by leading independent members of the former OpenOffice.org community, including several project leads and key... more »

Add Instant Word Count Feature to OpenOffice.org Writer

Sep 23, 2010 4:35pm GMT

While the Writer's Tools extension for OpenOffice.org is developed and maintained by your truly includes the Visual Word Count tool, it does have one serious drawback: it uses a modal window, i.e., you can't do anything until you close the Visual Word Count window. Fortunately, there is an alternative solution that solves that problem. The Live Word Count macro for OpenOffice.org is written in... more »

Stream Internet Radio with Radiotray

Sep 20, 2010 8:33pm GMT

Since popular music players like Rhythmbox and Amarok support Internet radio streaming, why would anyone need a tool like Radiotray? For two reasons: 1) It's light on resources, 2) It doesn't stand in your way. Radiotray sits in the Gnome panel and lets you quickly switch between your favorite radio stations. Radiotray supports notifications... more »