Oct 31, 2011 GMT
SimET is only 21KB in size, which probably makes it the most lightweight text editor available on the Android platform. But the tiny size is not the only highlight of SimET. In addition to being nimble and fast, the text editor sports a couple of handy features, such as the Undo/Redo combo and integration with Sedroid. The latter functionality allows you to send a text selection to the Sedroid app (provided it's installed on your android device) to perform complex text manipulations. In addition to that, the Share command (press the Menu hardware button, and tap on Share) allows you to share text snippets with other apps and services. Once installed, the text editor registers in the Share...Productivity Sauce

Oct 21, 2011 GMT
As you might already know, I use a home-made Python script called Pygmynote to keep tabs on all kinds of data: from text snippets and links, to tasks and deadlines. Usually, I enter data in Pygmynote manually, but there are situations when having the ability to just push a text selection or link to Pygmynote's SQLite database can come in rather handy. So I wrote a simple Python script that does just that. #!/usr/bin/env python import pygtk, gtk, wx import sqlite3 as sqlite pygtk.require('2.0') DB = 'pygmynote.db' conn = sqlite.connect(DB) cursor = conn.cursor() def escapechar(sel): sel=sel.replace("\'", "\''") sel=sel.replace("\"",...Oct 17, 2011 GMT
TinyShell can come in rather handy when you need to access your web server remotely but can't use SSH. Put TinyShell on your server, and you can access and manage it remotely using a web browser. TinyShell lives up to its name: it's only 250Kb in size and includes only a handful of files. Installing TinyShell couldn't be easier: grab the latest version of the application, unpack the downloaded archive, and move the resulting directory to the document root of your server. Open the config-example.php file in a text editor and specify the desired login credentials. TinyShell features a built-in MySQL command-line client, and if you want to use it for managing MySQL running on your server,...Oct 14, 2011 GMT
As the layouts of many websites become more and more complex and overloaded with distracting elements, focusing on reading the actual contents becomes increasingly difficult. The iReader extension for Google Chrome (it works with Chromium, too) and Mozilla Firefox solves this problem by extracting the relevant content like the main text of an article from the current page and presenting the content in a nicely formatted and easy to read form. Whenever the extension detects "extractable" content in the currently viewed page, the iReader icon is displayed in the address bar. Click on the icon to open the body text in iReader. Hover the mouse at the bottom of the iReader interface...Oct 11, 2011 GMT
Need to quickly geotag a bunch of photos taken at a specific location? ExifTool is your friend. Using this powerful command-line tool, you can geotag multiple photos with a single command. Before you proceed, make sure that ExifTool is installed on your machine. To install ExifTool on Ubuntu, run the sudo apt-get install libimage-exiftool-perl command. Next, you have to obtain the longitude and latitude of the desired geographical location, and feed the coordinates to ExitTool as follows: exiftool -GPSLongitudeRef=E -GPSLongitude=139.7513889 -GPSLatitudeRef=N -GPSLatitude=35.685 *.jpgThis command will geotag all JPEG images in the current directory. Besides GPSLongitudeRef,...Oct 10, 2011 GMT
Although Android supported the cut-and-paste functionality from day one, the system's clipboard feature remains pretty rudimentary: it allows you to store only one clipping at the time, and you can't do much with the clipboard's contents beyond pasting it. And while the standard clipboard feature does the job most of the time, power users looking to extend the clipboard's functionality may appreciate the ClipShare app. Once installed, this tiny (only 72KB) app adds an entry in the Share menu, so you can push text selections and links to ClipShare from any app that supports sharing. ClipShare's key feature is the ability to store multiple items, but that's not all the app has to offer. You...Oct 05, 2011 GMT
A slick open source task manager that runs on virtually any platform and can sync data across multiple devices? Sounds like a pipe dream, until you try Wunderlist. This is not the most advanced tasks manager out there, but it features a thought-out interface which is a real pleasure to use. More importantly, it's available for all major platforms, including Linux (both 32-bit and 64-bit) and Android. It's also available as a Web-based application, so you can access and manage your tasks from virtually any computer with Internet access. Best of all, Wunderlist transparently syncs data between all your devices.Wunderlist is available as a ready-to-run precompiled package, and deploying it...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
-
Red Hat Releases RHEL 10 Early
Red Hat quietly rolled out the official release of RHEL 10.0 a bit early.
-
openSUSE Joins End of 10
openSUSE has decided to not only join the End of 10 movement but it also will no longer support the Deepin Desktop Environment.
-
New Version of Flatpak Released
Flatpak 1.16.1 is now available as the latest, stable version with various improvements.
-
IBM Announces Powerhouse Linux Server
IBM has unleashed a seriously powerful Linux server with the LinuxONE Emperor 5.
-
Plasma Ends LTS Releases
The KDE Plasma development team is doing away with the LTS releases for a good reason.
-
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.