- https://csvkit.readthedocs.io
- https://csvkit.readthedocs.io/en/latest/tutorial/1_getting_started.html#in2csv-the-excel-killer
- in2csv can certainly deal with .xls and .xlsx Excel files
- for .xlsx files it can:
- list the names of all sheet names
- parameterised to extract the specified sheet
Blog
-
csvkit: in2csv: the Excel killer
-
my Microsoft Surface3 no longer “wifi-connects” to my router – problems with “WPA3 transition mode” (WPA2 + WPA3)
My Microsoft Surface3 runs Windows 10.
It sees all my wi-fi networks. But still:
unable to connect to this network
I had to disable the “WPA3 transition mode (WPA2 + WPA3)” and fall back to “WPA2 (CCMP)“.
- https://en.avm.de/service/fritzbox/fritzbox-7590/knowledge-base/publication/show/509_Wireless-device-cannot-establish-a-connection-to-the-FRITZ-Box/
- https://avm.de/service/fritzbox/fritzbox-7590/wissensdatenbank/publication/show/509_WLAN-Gerat-stellt-keine-Verbindung-zur-FRITZ-Box-her/
- https://answers.microsoft.com/en-us/surface/forum/surfgo-surfnetwork/surface-wpa3/f1cc5c1f-2756-469c-aa04-8c57b5eeb515
- https://community.netgear.com/t5/Orbi-AX/WPA3-issues/td-p/1815120
-
Unix …: “exa” – a modern replacement for “ls”
pros:
- … (lots, that’s why I started installing and using it all around me)
cons:
- I can easily ignore backup files ending in a ~ (AKA “tilde”), but if I do want to see them, that’s difficult – “ls --ignore-backups” ignores backup files, if run on a directory, but it shows them, when I list them on the command line – that’s what I got rather used to