https://en.wikipedia.org/wiki/Udemy http://udemy.com
Git GUI: git-gui AKA git gui
https://git-scm.com/docs/git-gui
Git GUI: gitk
https://git-scm.com/docs/gitk
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
Git GUI: SmartGit
https://www.syntevo.com/smartgit/ Current colleague Jan H. mentioned it.
“Jitsi Meet” as an app outside browser, also for macOS
https://github.com/jitsi/jitsi-meet-electron/releases
GitLab CI – an introduction by Ivan Nemytchenko
https://about.gitlab.com/blog/2016/07/29/the-basics-of-gitlab-ci/
Unix …: “exa” – a modern replacement for “ls”
https://the.exa.website/ https://en.wikipedia.org/wiki/Exa_(command-line_utility) 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… Continue reading Unix …: “exa” – a modern replacement for “ls”
a cross-platform password manager: KeePassXC
https://en.wikipedia.org/wiki/KeePassXC https://KeePassXC.org https://www.curlie.org/Computers/Security/Products_and_Tools/Password_Tools/
BorgBackup – Deduplicating archiver with compression and authenticated encryption
https://www.borgbackup.org/ https://en.wikipedia.org/wiki/Borg_(backup_software) https://en.wikipedia.org/wiki/Attic_(backup_software)#Borg https://www.curlie.org/Computers/Software/Internet/Site_Management/Backup/ This utility lets me back up files resp. directories to a target directory (which can be a “network share“) as well as to a remote directory reachable through SSH. Its target is called a repository. In order to browse the backups I can mount that repository to a local directory –… Continue reading BorgBackup – Deduplicating archiver with compression and authenticated encryption