Daily Shaarli

All links of one day in a single page.

March 30, 2018

Online music tools

Flashcards and assorted little aids to the art and craft of music

InstallationNotes - Tiny Tiny RSS

Installing Tiny Tiny RSS for the first time
Upgrading Tiny Tiny RSS

Software Library: MS-DOS Games : Free Software : Download & Streaming : Internet Archive

Software for MS-DOS machines that represent entertainment and games. The collection includes action, strategy, adventure and other unique genres of game and entertainment software. Through the use of the EM-DOSBOX in-browser emulator, these programs are bootable and playable. Please be aware this browser-based emulation is still in beta - contact Jason Scott, Software Curator, if there are issues or questions. Thanks to eXo for contributions and assistance with this archive.

5 Useful Terminal Tools to Better Manage Processes in Linux - Make Tech Easier

Linux offers a number of tools for examining your running processes. With the applications shown below, you can find out which applications are eating all your memory and which files are attached to those rogue programs. Or you can just get a global view of how your system is performing.

Regardless of your specific level of interest, this tutorial will offer you a starting point on that journey.

How to create a Bash completion script | Opensource.com

I recently worked on creating a Bash completion script for a project, and I enjoyed it very much. In this post, I will try to familiarize you with the process of creating a Bash completion script.

What is Bash completion?
Bash completion is a functionality through which Bash helps users type their commands more quickly and easily. It does this by presenting possible options when users press the Tab key while typing a command.