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: git clone...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...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, 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.

News
-
System76 Releases COSMIC Alpha 7
With scores of bug fixes and a really cool workspaces feature, COSMIC is looking to soon migrate from alpha to beta.
-
OpenMandriva Lx 6.0 Available for Installation
The latest release of OpenMandriva has arrived with a new kernel, an updated Plasma desktop, and a server edition.
-
TrueNAS 25.04 Arrives with Thousands of Changes
One of the most popular Linux-based NAS solutions has rolled out the latest edition, based on Ubuntu 25.04.
-
Fedora 42 Available with Two New Spins
The latest release from the Fedora Project includes the usual updates, a new kernel, an official KDE Plasma spin, and a new System76 spin.
-
So Long, ArcoLinux
The ArcoLinux distribution is the latest Linux distribution to shut down.
-
What Open Source Pros Look for in a Job Role
Learn what professionals in technical and non-technical roles say is most important when seeking a new position.
-
Asahi Linux Runs into Issues with M4 Support
Due to Apple Silicon changes, the Asahi Linux project is at odds with adding support for the M4 chips.
-
Plasma 6.3.4 Now Available
Although not a major release, Plasma 6.3.4 does fix some bugs and offer a subtle change for the Plasma sidebar.
-
Linux Kernel 6.15 First Release Candidate Now Available
Linux Torvalds has announced that the release candidate for the final release of the Linux 6.15 series is now available.
-
Akamai Will Host kernel.org
The organization dedicated to cloud-based solutions has agreed to host kernel.org to deliver long-term stability for the development team.