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 Refreshes the Lemur Laptop
If you're looking for a laptop with tons of power and battery, look no further than the latest iteration of the System76 Lemur Pro.
-
More than 43 Million Lines of Code in Linux Kernel 7.2
Using the cloc utility, Michael Larabel of Phoronix discovered that Linux kernel 7.2 has over 43 million lines of code.
-
Kubuntu Focus Goes Ultra
The Kubuntu Focus team has upped the performance ante of its M2 and Zr laptops with the latest, greatest CPUs from Intel.
-
Linux Gamers May Soon See Less Mouse Lag in KDE Plasma
Gamers using KDE’s Plasma desktop have been suffering from a slight input delay in mouse movement that could lead to getting fragged.
-
Three Lines of Code Improve Linux Storage Performance
A developer changed three lines of code, giving Linux storage performance a 5% bump.
-
AUR Hit Again with Malicious Packages
Once again the Arch User Repository is plagued by a high volume of malicious packages.
-
Alpine Linux 3.24 Features Fresh Desktops and a Newer Kernel
If you're a fan of Alpine Linux, it's time to upgrade because the latest version has been released with KDE Plasma 6.6, Gnome 50, and Linux kernel 6.18 LTS.
-
EU Open Source Strategy Plays Key Role in Tech Sovereignty Package
Comprehensive measures adopted by the European Commission aim to reduce dependency on non-EU countries.
-
Linux Foundation Report Indicates AI Driving Tech Hiring
Within growing security and skills gaps, AI has been found to be a positive driving force behind tech hiring trends in Europe.
-
United Nations Open Source Portal Goes Live
A new open source portal seeks to coordinate and scale open source efforts across the United Nations system.
