- https://en.wikipedia.org/wiki/Manayek
- https://www.imdb.com/title/tt12819234
- https://www.arte.tv/de/videos/RC-023389/manayek-die-verraeter/ – available for streaming – apart from in French and in German, also in Hebrew with French subtitles – maybe I will go for that during my 2nd try
Blog
-
Israeli TV series: Manayek
-
details of an HTTPS server – as seen from outside
- https://en.wikipedia.org/wiki/HTTPS
- https://stackoverflow.com/questions/40557031/command-prompt-to-check-tls-version-required-by-a-host/55764641#55764641
- https://maxchadwick.xyz/blog/checking-ssl-tls-version-support-of-remote-host-from-command-line
I found this command line (suggested above) really, really useful:
$ nmap –script ssl-enum-ciphers -p 443 www.google.com
Make sure nmap is fairly up-to-date, otherwise you will miss too many interesting bits – seriously! In other words: it makes no sense at all working like this with an outdated nmap.
-
details of sshd (Secure Shell) – as seen from inside
- https://en.wikipedia.org/wiki/Secure_Shell
- “sshd -v” (or with any other illegal option) tells you the version of your OpenSSH and OpenSSL
- “sshd -T” tells you all possible features of your sshd
-
Chromebook – how to make use of the printer attached to my FRITZ!Box via USB cable
- https://en.avm.de/service/knowledge-base/dok/FRITZ-Box-7590/12_Setting-up-a-printer-as-a-network-printer-via-USB-cable/ – has a section “Linux and other operating systems“
- https://support.google.com/chromebook/answer/7225252
How to set up the connection on the Chromebook:
Print and scan > Printers > Add Printers to your profile > Add printer:
Add a printer manually > Name: MAKER via fritz.box, Address: fritz.box:9100, Protocol: AppSocket (TCP/IP), URI: socket://fritz.box:9100 – Add! (in former times AVM told us to look for “HP JetDirect”.)
Advanced printer configuration > Manufacturer: …, Model: … – Add!
If the model you are searching for does not get shown yet, attach the printer directly via USB and set it up on the Chromebook. Via PnP the model and its (PPD) driver should be there and known now. Afterwards you can make use of this driver for reaching it through the network as well. You can also try go get the PPD file for your printer on the Internet. (It appears to me, the Chromebook expects a .ppd.gz .)
How to print on the Chromebook:
Destination: See more…
Select a destination: MAKER via fritz.box
More:
-
RBF / RAF : resting bitch face / resting asshole face
- https://en.wikipedia.org/wiki/Resting_bitch_face
- https://www.scienceofpeople.com/resting-bitch-face/
… is a facial expression that unintentionally appears like a person is angry, annoyed, irritated, or contemptuous, particularly when the individual is relaxed, resting, or not expressing any particular emotion.
https://en.wikipedia.org/wiki/Resting_bitch_face -
an article by Daniel Stenberg: IDN is crazy
- https://daniel.haxx.se/blog/2022/12/14/idn-is-crazy/
- https://en.wikipedia.org/wiki/Internationalized_domain_name – IDN
- https://en.wikipedia.org/wiki/Daniel_Stenberg – the guy behind cURL
- https://en.wikipedia.org/wiki/cURL
Certainly: IDN is crazy – it certainly is crazy to allow Unicode in domain names – but is falling back to ASCII an option? I personally restrict myself to ASCII, if it comes to file names.