![]() |
Software > Linux tools >
Create symbolic links.
See also:
TODO – my LibriVox setup notes – https://wiki.librivox.org/index.php/User:Spiralofhope/1-Minute_Test_redux
(on Wikipedia)
Chocolatey: audacity
https://www.audacityteam.org/
A free audio recording / editing suite.
Very capable, but rather confusing.
See also:
![]() |
Taskbars, Application launchers >
(on Wikipedia)
https://wiki.lxde.org/en/LXPanel
A straightforward and capable taskbar.
I’ve used this for a long time, and it’s done the job well. I just want something similar to Windows 95.
Software > Application launchers >
(on Wikipedia)
https://tools.suckless.org/dmenu/
A simple application launcher with intelligent autocompletion.
Awesome and extremely smart; more so than something like Bash or Zsh tab completion. I use it with my run.sh
From dwm
more coming later
![]() |
(on Wikipedia)
http://openbox.org/wiki/Main_Page
A straightforward but powerful window manager.
Openbox has been my window manager of choice for years now. Over that time, I’ve amassed some significant knowledge which I’ll try to maintain here.
A component of LXDE.
![]() |
(on Wikipedia)
https://www.oracle.com/virtualization/virtualbox/
https://www.virtualbox.org/ (direct downloads)
![]() |
(on Wikipedia)
https://www.gnu.org/software/screen/
A terminal multiplexer
I use it only in fairly dire circumstances, usually when at the TTY console. It’s essential in that circumstance, even if it’s only to lock the console screen (with ^a^x)
aka GNU Screen
(on Wikipedia)
Software >
A file can be “summarized” into a short string. That string can be compared with the file again to determine if it’s the same file. This is often used when downloading a file to check it after the fact. This sort of thing is built into compression software, but using md5sum is way faster/easier because it doesn’t need to put the file in a container and uncompress it to use it.
There are various other programs which do similar things, like sha256sum. These all come with almost all Linux distributions.
![]() |
Software > Scripting Languages >
(on Wikipedia)
https://www.gnu.org/software/bash/
A ubiquitous shell. The default for almost all Linux distributions.
Random notes on this software.