Productivity Sauce

Dmitri Popov
Create Geotagged Galleries in WordPress with Easy2Map Photos

Oct 09, 2013 GMT

If you want to publish geotagged photos on your WordPress-powered blog, you can do much worse than using Easy2Map Photos for the job. This plugin lets you generate sleek photo galleries from geotagged photos complete with a map and a marker pointing to the exact location where each photo was taken. Better still, the plugin can be used to map non-geotagged photos, too. When installed and activated, the plugin adds the dedicated Easy2MapPhotos section in the administration interface where you create and manage photo galleries. To create a new gallery, click on the Create New Photo Map link, give the gallery a descriptive name, and use the...
A Few Notes from LibreOffice Conference 2013

Oct 01, 2013 GMT

If you follow me on Google+, you probably already know that I had a chance to attend the LibreOffice conference held in Milan, Italy. I missed the previous couple of conferences, so it was nice to catch up with old friends and get updated on the current status of the project and its future. This year's conference followed the established tradition of splitting all talks in three tracks: developer, community, and ODF. As the name implies, talks in the latter tracks weren't limited to LibreOffice and covered the OpenDocument format (which is a cornerstone of the open source productivity suite). The developer-related talks offered seasoned developers and newcomers alike a chance to get down...
Cheat: Cheatsheets for Command-Line Tools

Sep 30, 2013 GMT

Most command-line tools on Linux come with documentation accessible through the man command. But scrolling up and down the help file trying to figure out how to make a tool do what you want is not always the most efficient way to go. Enter Cheat, a simple Python-based tool that allows you to access cheatsheets for command-line tools. Once installed, the cheat command followed by the name of a specific tool returns a concise usage guide. Type, for example, cheat tar, and you should see a list of the most useful tar options and their usage. Installing cheat is a rather straightforward affair. First, clone the project's GiHub repository: git clone...
PasteVault: Easy Way to Send Sensitive Info

Sep 23, 2013 GMT

Need to send sensitive info via email? PasteVault provides a simple solution to the problem. The way the service works is simple: enter the text you want to encrypt, specify an expiration period, and enter a decryption password. Hit the Create Private Encrypted Link button, and PasteVault generates the text containing the encrypted link along with the password. Paste the snippet into your email and send it. The recipient then can click on the link to decrypt the text using the provided password. This approach doesn't require any additional software installed on your and the recipient's machine, it's straightforward in use, and the expiration feature ensures your data, even in the ecrypted...
Quick Directory Navigation from the Command Line

Aug 24, 2013 GMT

Jeroen Janssens has recently shared a neat little hack that allows you to bookmark often-used directory paths in the terminal and quickly jump to any of the bookmarked directories. The way the hack works is simple: several custom functions in the .bashrc file are used to create and remove symbolic links in the ~/.marks directory as well as quickly jump to a specific bookmarks. So to make the hack work on your system, add the following code to the ./bashrc file: export MARKPATH=$HOME/.marks function jump { cd -P "$MARKPATH/$1" 2>/dev/null || echo "No such mark: $1" } function mark { mkdir -p "$MARKPATH"; ln -s "$(pwd)"...
Set up Your Own Firefox Sync Server with Weave Minimal

Aug 19, 2013 GMT

Using the Sync feature in Firefox, you can keep browser data in sync between different devices and platforms. By default, Firefox syncs data using the service maintained by Mozilla, but it's easy to set up your own synchronization server courtesy of the Weave Minimal software. First of all, make sure that the Python setuptools package is installed on your system. On Debian and Ubuntu-based distibutions, the package can be installed by running the apt-get install python-setuptools command as root. Once you've done that, run the easy_install -U weave-minimal as root to install the Weave Minimal server. You can then run the server using the weave-minimal --enable-registration command.Next...
Change Default Search Engine in Firefox for Android

Aug 15, 2013 GMT

I've been using Ixquick as my primary search engine lately, and I'm pretty happy with it so far. In fact, I like it so much that I decided to set it as the default search engine on Firefox for Android. It turned out, though, that this is not as straightforward as I expected. Here is how this can be done. In Firefox for Android, navigate to https://addons.mozilla.org/android, search for ixquick, and install the Ixquick HTTPS Privacy Search Engine add-on in the usual manner. Once you've done that, tap on the Menu button in Firefox and choose Tools | Add-ons. Tap then the Ixquick HTTPS item and tap the Set as Default button. From now on, Firefox will use Ixquick for all searches.
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News