Feb 24, 2016 GMT
While you can deploy a full-blown Linux distribution on your Android device, opting for a nimble solution like Termux makes more sense in most situations. Installed as a regular app, Termux gives you a terminal emulator and a lightweight Linux environment that offers all basic Linux tools, including the Bash shell and apt utilities. This means that you can use Termux to write Bash scripts and install additional packages right out of the box. Install, for example, the openssh package, and you can manage remote Linux hosts from your Android device as well as run an SSH server on it. Want to use Termux to write and run code? Install Python, Perl, ruby and Node.js from Termux' repositories....Productivity Sauce
Feb 16, 2016 GMT
Worry about keeping your photos safe when you are on the move? Enter Little Backup Box. This simple Bash shell script cobbled together by yours truly transforms a Raspberry Pi into a simple, reliable and fully-automatic photo backup device. The script detects and mounts a storage device like a USB stick or hard disk as soon as it's connected. It then does the same with a card reader (with a storage card in it) or a camera when one of these is connected. The script then transfers photos from either the card reader or the camera to the storage device. Once the backup operation is completed, the script shuts the Raspberry Pi down. Little Backup Box has been tested with Raspberry Pi 2...Jan 29, 2016 GMT
Whether you write code for fun or for profit, having instant access to documentation that doesn't depend on a network connection is essential and even critical. That's why it's a good idea to have Zeal installed on your machine. This simple tool provides access to documentation (or docsets) for a wide variety of programming languages and applications: from PHP and Python to Markdown and MongoDB, and everything in between. To populate Zeal with docsets, choose File | Options, switch to the Docsets section, then pick and download the desired docsets. Zeal's interface is simplicity itself. The left sidebar presents all installed docsets as...Jan 29, 2016 GMT
Configuring a wireless connection from the command line can be a daunting proposition, especially for Linux novices. Enter wifi.sh. This user-friendly wpa_supplicant wrapper reduces the complexity of connecting or setting up a wireless connection to a few simple steps. Written in Bash, the tool is light on resources, so it's suitable for machines like Raspberry Pi. To install wifi.sh, you need an Internet connection and Node.js and NPM software installed on your machine. Run the sudo npm install -g wifi.sh command, and you are good to go.wifi.sh features several commands that can help you to establish a wireless connection with a minimum of effort. The sudo wifi.sh scan command, for...Jan 27, 2016 GMT
Next time you need to sketch an app interface or a web page layout, you might want to give QuickMockup a try. It may look somewhat crude, but this simple tool lets you whip up quick mockups in no time from the convenience of your favorite browser. Written in HTML, JavaScript, and CSS, QuickMockup requires no installation. Grab the latest version of the app from the project's GitHub repository, open the index.html file in a browser, and start building mockups. The app offers all basic interface elements such as buttons, drop-down lists, text fields, progress bars, sliders, and more. If you have a working knowledge of HTML and CSS, you can add custom elements too. ...Jan 25, 2016 GMT
Markdowned editor indeed consists of a single editable HTML file, which is rather nifty if you think about it. There is no need to install anything, and you can use the editor on any device with a browser. Markdowned is decidedly bare-bones, so it's better suited as a no-frills distraction-free tool for jotting notes and drafting articles, rather than a replacement for a regular markdown editor.That said, Markdowned does have a couple of interesting features. Firstly, Markdown formatting is automatically applied when you print the text, so you get a properly-formatted file. More importantly, Markdowned supports versioning, and it keeps all versions in the same file. Here is how this...Jan 21, 2016 GMT
Not so long ago, Automattic released the WordPress desktop app for all major platforms, including Linux. The idea of using a website via a dedicated desktop app instead of a browser may sound silly, but after having used the app for a while, I must admit that it makes a lot of sense. First of all, everything in the app is faster: navigating through pages and sections, loading articles, customizing -- there are almost no delays or waiting time. As a blogger, you'll appreciate the new streamlined and improved writing interface that is a nice departure from WordPRess' original cluttered editing screen. And as a reader, you'll find the...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
-
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.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.