Nov 05, 2009 GMT
There are plenty of places on the Web where you can find ebooks in the EPUB format, but what if you need to create an ebook yourself? Sigil can help you with that. This nifty application allows you to create ebooks using the graphical interface without getting your hands dirty with coding. Despite being a relatively new application, Sigil already sports all the essential features that simplify the process of formatting ebooks and generating ready-to-use EPUB files. Installing Sigil is as easy as it gets. Download the installer .bin file. and run it in the terminal as root: ./Sigil-x.x.x-Linux-x86-Install.binSigil supports most common...Productivity Sauce

Oct 23, 2009 GMT
Feel the urge to update your blog while on the move? As an Android user, you'll be pleased to learn that you can manage your WordPress blog from your device courtesy of the wpToGo application. This nifty blogging client lets you manage multiple blogs and it has a few clever features up its sleeve. On the first run, you are prompted to configure a new blog account. To do that, you have to enter your login credentials and specify the exact path to the xmlrpc.php interface of your blog. If you have a hosted WordPress blog, then the path to xmlrpc.php is yourblogname.wordpress.com/xmlrpc.php Once the account has been configured, you can enable...Oct 16, 2009 GMT
When you need to offload photos from a digital camera onto your computer, you can do this using the default browser, a photo management application, or a dedicated tool like Rapid Photo Downloader. Despite its name, transferring photos is only one of Rapid Photo Downloader's many talents. For starters, it can simultaneously download photos from multiple sources, so if your camera has two card slots, you can transfer photos from both of them in one go. More importantly, using Rapid Photo Downloader's preferences, you can configure the way the utility processes and sorts the downloaded photos. In the Download Folder section of the Preferences dialog window, you can specify the destination...Oct 09, 2009 GMT
While the GIMP offers a plethora of advanced and powerful photo editing tools, it also sports a few easy-to-use features that can help you to instantly improve your photos with a minimum of effort.Most digital cameras do a good job of figuring out the correct white balance. But tricky lighting conditions or wrong white balance settings can result in a less than perfect photo. The GIMP provides an easy fix for that: choose Colors -> Auto -> White Balance, and the application does the rest.The red eyes problem is the bane of many point-and-shoot cameras. If your camera doesn't have an automatic red eye removal feature, you can use the Filters -> Enhance -> Red Eye Removal...Oct 08, 2009 GMT
You can upload photos from your machine to TwitPic using the following command: curl -F "username=[username]" -F "password=[password]" -F "message=message" -F media=@/path/to/photo.jpg http://twitpic.com/api/uploadAndPostYou need the cURL tool installed on your machine for this command to work. Since cURL is available in the software repositories of most mainstream Linux distributions, you can install it using your distro's package manager.You might wonder why you'd want to upload photos from the command-line when there are many other ways to do that. The answer is automation. For example, you can write a simple Bash script that transfers all new photos...Oct 03, 2009 GMT
While the markup macro described in the previous post does the trick of formatting Writer documents, it has one tiny drawback: it doesn't save the formatted text in a separate file, which can come in handy in many situations. So here is an updated version of the macro that formats the currently opened Writer document and saves it as a plain text file in the same directory. Sub HTMLMarkup Dim Args(0) As New com.sun.star.beans.PropertyValue ThisDoc=ThisComponent MarkupHeadingsFunc("Heading 1", "<H1>", "</H1>") MarkupHeadingsFunc("Heading 2", "<H2>", "</H2>") MarkupHeadingsFunc("Heading 3",...Sep 28, 2009 GMT
Although Flickr sports a functional, lightweight interface, it still has some room for improvement. And if you are using Firefox as your primary browser, you can turbocharge the photo sharing service by installing the Better Flickr and Greased Lightbox extensions. Greased Lightbox is a one-trick pony, but the trick it does is a pretty clever one. Normally, clicking on a thumbnail in a Flickr gallery or your photostream opens the related photo page. The Greased Lightbox extension changes the default behavior, so when you click on a thumbnail, the related photo appears as a slide on top of the main window. You can then use the Left and Right...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.