Jun 30, 2011 GMT
Syncany is a relatively young project, but it already garnered the attention of the open source crowd as a potential replacement for Dropbox. Syncany's major attraction is its support for a wide range of storage back-ends: from good old FTP, to Amazon S3, WebDAV, and even Picasa. Better yet, additional back-ends can be easily added via plugins.While Syncany is far from ready for prime time, you can compile the current version of it from the source code to see for yourself what all this buzz is about.First off, install the required packages using the following command (don't forget to enable Canonical Partners' repository in Synaptic first): sudo apt-get install bzr sun-java6-jdk...Productivity Sauce

Jun 28, 2011 GMT
The Klipper clipboard manager is one of many great KDE tools. It not only maintains a clipboard history, making it easier to recover previously copied items: the utility also sports a few nifty features like the ability to edit the contents of the clipboard and generate a QR code for the current item in the clipboard. However, Klipper's most useful, yet often overlooked, feature is so-called clipboard actions. It allows you to configure Klipper to run user-defined actions on specific types of clipboard contents. For example, when you copy a URL, you can configure Klipper to automatically open it in the browser of your choice. To create a new action, click on the Klipper icon in the system...Jun 27, 2011 GMT
Pastebin services like Ubuntu Pastebin are handy for sharing text and code snippets with a minimum of fuss. And if you happen to use Tomboy as your tool of choice for storing and organizing scribbles and code snippets, you'll appreciate the PasteBinIt addin which lets you publish any Tomboy note on Ubuntu Pastebin. To install the addin, grab its latest version from the project's website, and move the downloaded PasteBinIt.dll file to the ~/.config/tomboy/addins/ directory. In the Tomboy, choose Edit | Preferences | Add-ins and enable the PasteBinIt addin under the Tools section. To publish the currently opened note, press the Tools button and choose the Paste Bin it! command.Via OMG!Ubuntu!Jun 22, 2011 GMT
The Google Web Fonts repository is a real treasure trove for anyone looking for high-quality open source fonts, but finding the font you like among dozens of available typefaces can be a time-consuming task. Fortunately, there is a nifty tool that can help you to quickly preview the fonts available in the repository -- provided you use Google Chrome or Chromium as your browser of choice. Using he Google Font Previewer extension, you can access all Google web fonts with a single mouse click. What's more, when you select a font, it's automatically applied to the currently viewed web page, so you immediately see what the font looks like in a real-world situation. You can apply the font to...Jun 21, 2011 GMT
If you follow Linux-related news, you've probably heard about SparkleShare, a promising open source alternative to the popular Dropbox service. SparkleShare has been under active development for some time, but the latest 0.2.2 release is actually the first version suitable for practical use. Mind you, it's far from ready for production use, so install it only if you want to satisfy your curiosity, or if you enjoy using bleeding edge releases.While you can find .deb SparkShare packages in the wild, your best bet is to compile the software from source. This is a rather straightforward thing to do. First off, you need to install the required dependencies. On Ubuntu, this can be done by...Jun 16, 2011 GMT
Since Autokey supports Python, you can automate virtually any task using simple (or complex) scripts. A recent addition to my ever-growing collection of handy Autokey scripts is a relatively simple solution for saving text selections as Tomboy notes: import sys, dbus, gobject, dbus.glib snippet = clipboard.get_selection() retCode, title = dialog.input_dialog("Note Title", "Enter note title:") bus = dbus.SessionBus() obj = bus.get_object("org.gnome.Tomboy", "/org/gnome/Tomboy/RemoteControl") tomboy = dbus.Interface(obj, "org.gnome.Tomboy.RemoteControl") newnote=tomboy.CreateNamedNote(title) tomboy.SetNoteContents(newnote, ...Jun 09, 2011 GMT
There are plenty of powerful open source web-based applications for sharing photos out there. But if you need to publish a bunch of photos on the web as a simple static HTML gallery without all the bells and whistles, a command-line tool like llgal can come in rather handy. This little tool is available in the software repositories of many popular Linux distributions, so you can install it in a pinch. Using llgal to generate an HTML gallery couldn't be easier: in the terminal, switch to a folder containing photos, and run the llgal command. This creates a gallery using default settings. However, llgal supports a handful of options you can use to tweak its behavior and the resulting...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
-
Arch Linux Available for Windows Subsystem for Linux
If you've ever wanted to use a rolling release distribution with WSL, now's your chance.
-
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.