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...Productivity Sauce

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...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: ...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...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)"...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...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,...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.

News
-
Linux Mint 20 Reaches EOL
With Linux Mint 20 at its end of life, the time has arrived to upgrade to Linux Mint 22.
-
TuxCare Announces Support for AlmaLinux 9.2
Thanks to TuxCare, AlmaLinux 9.2 (and soon version 9.6) now enjoys years of ongoing patching and compliance.
-
Go-Based Botnet Attacking IoT Devices
Using an SSH credential brute-force attack, the Go-based PumaBot is exploiting IoT devices everywhere.
-
Plasma 6.5 Promises Better Memory Optimization
With the stable Plasma 6.4 on the horizon, KDE has a few new tricks up its sleeve for Plasma 6.5.
-
KaOS 2025.05 Officially Qt5 Free
If you're a fan of independent Linux distributions, the team behind KaOS is proud to announce the latest iteration that includes kernel 6.14 and KDE's Plasma 6.3.5.
-
Linux Kernel 6.15 Now Available
The latest Linux kernel is now available with several new features/improvements and the usual bug fixes.
-
Microsoft Makes Surprising WSL Announcement
In a move that might surprise some users, Microsoft has made Windows Subsystem for Linux open source.
-
Red Hat Releases RHEL 10 Early
Red Hat quietly rolled out the official release of RHEL 10.0 a bit early.
-
openSUSE Joins End of 10
openSUSE has decided to not only join the End of 10 movement but it also will no longer support the Deepin Desktop Environment.
-
New Version of Flatpak Released
Flatpak 1.16.1 is now available as the latest, stable version with various improvements.