-
Enable Emmet support for JSX in Visual Studio Code on Windows 10
Great tutorial on how to get Emmet support for JSX in Visual Studio Code on Windows 10: Link
-
How to stop Youtube playing a video after pause was hit in Chrome or Edge on Windows 10
Today I was wondering about the following situation: a video was paused on Youtube in Chrome or Edge and suddenly the video was automatically started again. Even without using the play button or hitting any key on the keyboard or the mouse. It turns out that the Hardware Media Key Handling feature of both browsers…
-
How to start Nextcloud Client as an AppImage, setup autostart and add an icon to the Launcher on Ubuntu 20.04.2
Create a directory where to put the .AppImage files Download the AppImage Make it executable Run it once Setup autostart Add Nextcloud to the Ubuntu launcher Insert the following into the file and save it afterwards Make sure that an image Nextcloud.png exists at the correct location. (create one with 96×96 pixels).
-
Change the boot order of a dual boot system on Ubuntu 20.04.2
Check the order of the desired entry Edit /etc/default/grub And in that file set GRUB_DEFAULT to for example 2 if the 3rd entry should be the default (because here we start counting with 0). Update grub.
-
How to register a username and room on freenode IRC
Switch to a desired nickname: Registration: Confirm registration with the received confirmation code: Join a room: Register a room:
-
How to create a keypair, export a public key, sign/verify a file and clearsign/verify a text file with GnuPG on Debian 10
Generate a new keypair: Export public key: List keys: Sign a file: Verify a file: Clearsign a text file: Verify a clearsigned text file: