Difference between revisions of "Oberoid"
(→glasbewassing links) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
=Doing one Gniht and Doing it Well= | =Doing one Gniht and Doing it Well= | ||
− | == Basics of Unix Philosophy == | + | == Basics of the Unix Philosophy == |
http://www.catb.org/~esr/writings/taoup/html/ch01s06.html | http://www.catb.org/~esr/writings/taoup/html/ch01s06.html | ||
Line 20: | Line 20: | ||
''' https://eli.thegreenplace.net/2016/persistent-history-in-bash-redux/ ''' | ''' https://eli.thegreenplace.net/2016/persistent-history-in-bash-redux/ ''' | ||
+ | == youtube download == | ||
+ | youtube-dlg: refresh gives automatically new download quotum <br> | ||
+ | mps-youtube: download on the command line. Needs google developers api key for fresh download quotum. | ||
+ | |||
+ | == play ascii movies on terminal == | ||
+ | ''' mpv -vo caca <movie.file> ''' | ||
+ | |||
+ | <!-- == glasbewassing links == | ||
+ | --> | ||
<!--- | <!--- | ||
your comment goes here | your comment goes here |
Latest revision as of 09:33, 29 August 2021
TechInc Member | |
---|---|
nickname | Oberiod |
Memberstatus | member |
Tasks | Glasbewassing |
fp@vonck.nl | |
Part of Projects | Factoring Out with Forth |
Contents
Doing one Gniht and Doing it Well
Basics of the Unix Philosophy
http://www.catb.org/~esr/writings/taoup/html/ch01s06.html
using terminal with beamer
Dell beamer (Techinc): 1024-768
$ setfont /usr/share/kbd/consolefonts/ter-c24n.psf.gz
save history bash
https://eli.thegreenplace.net/2016/persistent-history-in-bash-redux/
youtube download
youtube-dlg: refresh gives automatically new download quotum
mps-youtube: download on the command line. Needs google developers api key for fresh download quotum.
play ascii movies on terminal
mpv -vo caca <movie.file>