Nov 30, 2015 GMT
Dolphin is not the only file browser that makes it possible to add custom commands to the context menu. If you happen to use Nautilus as your preferred file browser, you can add commands by placing executable scripts in the ~/.local/share/nautilus/scripts/ directory. In addition to popular languages like Python and Perl, you can use good old Bash to write scripts. When a script is called, Nautilus automatically sets a handful of variables that can be used in the script. Here is a simple Bash script that uses the mogrify tool to resize the currently selected image files: #!/bin/bash FILE=`echo $NAUTILUS_SCRIPT_SELECTED_URIS | sed 's@file://@@g'` mogrify -resize "1600x1600>"...Productivity Sauce

Nov 20, 2015 GMT
Most Linux distributions run perfectly well on ThinkPad laptops right out of the box, save for a few minor annoyances. Fan control is one of them. On my ThinkPad T410 running Kubuntu, the fan kicks in right from the start and keeps going until I turn the machine off. The thnkfan tool removes this particular fly from the ointment. Since this handy tool is available in the official Ubuntu software repositories, you can install it using the sudo apt-get install thinkfan command. But to make it work on the ThinkPad, it's necessary to load the thinkpad_acpi kernel module with the fan_control=1 parameter that enables the fan control. To do this, run the following command: sudo echo...Oct 29, 2015 GMT
The Atom editor has keybindings for practically all commands, but some of them may have trouble working with international keyboard layouts. Take the spell checking correction keyboard shortcut, for example. Its default Ctrl-: keybinding doesn't work with the Danish (and probably other international) layouts. Fortunately, this problem is easy to fix. Open Atom settings (press Ctrl-, or choose Edit -> Preferences), and switch to the Keybindings section. Type spell into the filter field to view all spell-checking commands and their keybindings, and click the Copy to Clipboard icon next to the spell-check:correct-misspelling item. Choose Edit -> Open Your Keymap to open the keymap.cson...Oct 28, 2015 GMT
To practice the Pomodoro technique you need one thing: a timer. And there are plenty of timer tools and applets out there designed specifically for the Pomodoro technique. But you don't need to install a dedicated timer software to practice the Pomodoro technique. If you happen to use Google Chrome or Chromium as your preferred browser, you can use the set timer for search query to activate a timer in a separate window or tab. Just run the set timer for 30 minutes search query to start a timer. Of course, this little feature is not limited to the Pomodoro technique, and it can come in handy in many situations: from brewing a perfect cup of...Oct 16, 2015 GMT
Overwhelmed by the news stream in your regular RSS aggregator? Try Krill. It may look like yet another text-based RSS aggregator, but this nifty little application has a few clever tricks up its sleeve. For starters, Krill can handle not only RSS and Atom feeds, but also Twitter. Krill can display a single news source, or you can point the application to an .opml file to view all your feeds as a stream. By default, Krill updates the current stream every five minutes, but you can specify a different refresh interval. Krill's most interesting feature, though, is the support for filters. Using the -f flag, you can specify a regular...Sep 29, 2015 GMT
Being able to pinpoint the current position of your Android device can come in useful in many situations, but using a third-party app or service may not appeal to privacy-conscious users. If you are one of them, Self-Hosted GPS Tracker might be right up your alley. It consists of two parts: 1) a simple Android app that obtains geographical coordinates and sends them to your own server, 2) a couple of relatively simple PHP scripts parse the pushed data and display the position in an OpenStreetMap-powered map.To get started with Self-Hosted GPS Tracker, clone the project's GitHub repository or download the source code as a ZIP archive, and move the PHP scripts from the server-side folder to...Sep 28, 2015 GMT
Sometimes you need to quickly share a text snippet or a blog post without going through the rigmaroles of dealing with a full-blown web publishing platform. In this situation, UrlHosted can come in rather handy. At first glance, it looks like a no-frills publishing web app, but it features a rather unique approach to storing and publishing content. In fact, it doesn't store content in the traditional sense of the word. Instead it saves the entire content in a URL in the base64 encoded and zipped JSON format. The app itself is stupidly easy to use. Point your browser to urlhosted.graphicore.de and start writing. UrlHosted supports Markdown...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
-
openSUSE Tumbleweed Ditches AppArmor for SELinux
If you're an openSUSE Tumbleweed user, you can expect a major change to the distribution.
-
Plasma 6.3 Now Available
Plasma desktop v6.3 has a couple of pretty nifty tricks up its sleeve.
-
LibreOffice 25.2 Has Arrived
If you've been hoping for a release that offers more UI customizations, you're in for a treat.
-
TuxCare Has a Big AlmaLinux 9 Announcement in Store
TuxCare announced it has successfully completed a Security Technical Implementation Guide for AlmaLinux OS 9.
-
First Release Candidate for Linux Kernel 6.14 Now Available
Linus Torvalds has officially released the first release candidate for kernel 6.14 and it includes over 500,000 lines of modified code, making for a small release.
-
System76 Refreshes Meerkat Mini PC
If you're looking for a small form factor PC powered by Linux, System76 has exactly what you need in the Meerkat mini PC.
-
Gnome 48 Alpha Ready for Testing
The latest Gnome desktop alpha is now available with plenty of new features and improvements.
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.