Linux software

All posts tagged Linux software

TODO – add my notes, and scripts

Nano logo

Software > Text editors >

(on Wikipedia)
https://git.savannah.gnu.org/cgit/nano.git/
https://nano-editor.org/

The license-unencumbered version of Pico.

Small, easy. Needs some basic functionality but is still quite useful.

  • acronym: Nano’s ANOther editor
  • formerly: TIP (TIP Isn’t Pico)



Continue Reading

Pale Moon logo -- logo256

Software > Web browsers >

(on Wikipedia)
Linux > http://www.palemoon.org/
http://www.palemoon.org/

A web browser which is essentially a fork of Firefox. Pale Moon keeps the simpler UI before the astonishingly terrible changes Firefox made.

A very good browser. Newer addons targeting the latest Firefox which are addicted to its new interface will not work with Pale Moon, since Pale Moon lacks that interface. Older addons or proper UI-agnostic addons will work fine.



Continue Reading

Deluge logo

Software > BitTorrent >

(on Wikipedia)
https://git.deluge-torrent.org/deluge
https://deluge-torrent.org/

A BitTorrent client.

It can’t copy magnet links, so it’s best to not use it.



Continue Reading

syslinux logo

(on Wikipedia)
https://wiki.syslinux.org/wiki/index.php?title=The_Syslinux_Project [ 1 ] was https://web.archive.org/web/20191231072326/https://wiki.syslinux.org/wiki/index.php?title=The_Syslinux_Project

A bootloader with various companion tools.

Seems fantastic, but only in the sense that various other tools use it in magical automated ways.

  • isohybrid is part of the syslinux group of tools.
  • Includes SYSLINUX, which is Linux-specific.



Continue Reading

Software > Scripting Languages >

(on Wikipedia)
https://www.zsh.org/

A shell.

Though not usually available for a Linux distribution, it’s exceptionally powerful enough that I insist upon it.

Default for macOS.

  • aka Z shell

Continue Reading

Linux logo - 'Tux'

Software > Scripting Languages >

(on Wikipedia)

This is the “base language” for shell scripting under Linux.

This is generally known as “the vanilla shell”.

  • Dash is very close to the vanilla shell, and is what I’m probably using.
  • My scripts are hosted in a git repository.



Continue Reading