macOS Fix Zsh auto-completion and get more

Apple has delivered auto-completions for Zsh with the OS, but they seem to not be used... The Fix Edit ~/.zshrc with your favourite editor, like nano, and add the following two lines: autoload -Uz compinit compinit Now save, exit, close and reopen your terminal. Now your system utilities should have [...]

By |2022-10-25T20:37:19+02:00November 29th, 2021|Guide, Tech Support|0 Comments

macOS fix Zsh Home and End keys

When you're using macOS with bash, you can use the Home and End keys on your keyboard to jump to the beginning or end of the line you're on. But Apple switched from bash to Zsh with Catalina, and I noticed those keys don't work anymore. The Fix Edit ~/.zshrc [...]

By |2022-10-25T20:36:27+02:00November 29th, 2021|Guide, Tech Support|1 Comment

Git SSH with YubiKey on Windows

Assuming you set up PGP (GPG) on your YubiKey, all you need to do is: Install Gpg4win from here.Install PuTTY from here.Tell git to use it (CMD): git config --global core.sshcommand "plink -agent" 4. Edit or create %appdata%\gnupg\gpg-agent.conf with the following contents: enable-putty-support enable-ssh-support use-standard-socket default-cache-ttl 600 max-cache-ttl 7200 5. [...]

By |2021-09-09T08:44:29+02:00September 9th, 2021|Guide, Tech Support|0 Comments

Windows CVE-2021-34527 Workaround

A serious security hole that is actively being exploited puts your Windows machines at risk. A remote code execution vulnerability exists when the Windows Print Spooler service improperly performs privileged file operations. An attacker who successfully exploited this vulnerability could run arbitrary code with SYSTEM privileges. An attacker could then [...]

By |2021-07-03T16:49:34+02:00July 3rd, 2021|Guide, News, Tech Support|0 Comments
Go to Top