Linux software

All posts tagged Linux software

TODO – my LibriVox setup notes – https://wiki.librivox.org/index.php/User:Spiralofhope/1-Minute_Test_redux

Audacity logo

(on Wikipedia)
Chocolatey: audacity
https://www.audacityteam.org/

A free audio recording / editing suite.

Very capable, but rather confusing.

See also:

Continue Reading

LXDE logo

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.



Continue Reading

more coming later

Openbox 3 logo

Software > Window managers >

(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.



Continue Reading

(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.

Continue Reading