Difference between revisions of "Oberoid"
(Created page with "{{Members |Nickname=Oberiod |Memberstatus=member |Tasks=repair the pfaff 238 |email=fp@vonck.nl |Project=wemos micropython green junkie }}") |
(→glasbewassing links) |
||
(28 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[File:gonzo_teacher.png|400px]] | ||
{{Members | {{Members | ||
|Nickname=Oberiod | |Nickname=Oberiod | ||
|Memberstatus=member | |Memberstatus=member | ||
− | |Tasks= | + | |Tasks=Glasbewassing |
|email=fp@vonck.nl | |email=fp@vonck.nl | ||
− | |Project= | + | |Project= Factoring Out with Forth}} |
− | }} | + | |
+ | =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 <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 | ||
+ | and here | ||
+ | ==Hackspace at Vossius== | ||
+ | [[File:hackspace_vossius.JPG|500px]] | ||
+ | ==The Tower Room== | ||
+ | [[File:tower_room.jpg|250px]] | ||
+ | |||
+ | ==space@school== | ||
+ | [[File:Bigbunnyback2school.jpg|500px]] | ||
+ | --> |
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>