![]() |
(on Wikipedia)
https://www.gnu.org/software/coreutils/
A ubiquitous byte-copying tool.
I use this for copying disks, partitions and ISOs.
-
Part of GNU's "coreutils"
![]() |
(on Wikipedia)
https://www.gnu.org/software/coreutils/
A ubiquitous byte-copying tool.
I use this for copying disks, partitions and ISOs.
Part of GNU's "coreutils"
TODO - add my notes, and scripts
![]() |
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.
formerly: TIP (TIP Isn't Pico)
![]() |
(on Wikipedia)
Chocolatey: mc
http://midnight-commander.org/
A commandline file manager, with FTP access.
Particularly easy to use and featureful. I consider this an essential tool, but usually forget it exists.
mcmcedit is its text editor
![]() |
![]() |
(on Wikipedia)
https://www.gnu.org/software/grub/
A boot loader.
This is one of the "big" boot loaders. I can't fathom it (since it's GNU), so I expect a distribution to be magic with it.
When GRUB breaks, I use boot-repair.
![]() |
(on Wikipedia)
http://www.gnu.org/software/findutils/
"The GNU Find Utilities" is one of those packages that's installed everywhere. find is one of those programs everyone ends up using and ends up being horrified at.
aka GNU Find Utilities
See also:
![]() |
(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
![]() |
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.
![]() |
Software > Linux tools >
(on Wikipedia)
https://www.gnu.org/software/sed/
Generally used to do search/replace on strings, but also in text files.
![]() |
(on Wikipedia)
https://www.gnu.org/software/wget/
A commandline file fetching and Mirroring program.
A core part of every Linux distribution. Essential, for when Lynx is just too terrible to use, and there's nothing else.