https://docs.google.com/spreadsheets/d/1ZZPa8LdSqu3ObpqX4NKYb9gdp6tRUqMjMc6bDPvU9X4/edit?pli=1&gid=0#gid=0
This guide ensures the hardware communication pipes (/dev/hidraw*) are open and the correct protocol is used. 1. Set Permanent Permissions (udev) Create a rule to allow the system to grant user access to the keyboard whenever it is plugged in. Create the rule file Add this content and the save and exit Apply the changes
For when I forget, because I rarely use Apache any longer: Create a .htaccess file in the document root for the site, adjusting the source domain (in this case subdomain.exmaple.co.uk) and the destination domain (subdomain.example.com):
The new “IN PLACE” variants can be run on already-filed media, to improve the file naming, without undoing any custom folder structures. Yeah, I would make my life easier not having those, but I didn’t find out about the Jellyfin “collections” feature until I’d already done a bunch of work on folder structures to a
SpinupWP is a great hosting platform for people who want to own their own cloud servers, but not have to worry about running a web stack. It also has a simple feature in the dashboard to enable Basic Authentication for an entire website domain. It cannot, however, do this for just a specific subdirectory (or
While on holiday recently I made some layouts for a couple of my favourite keyboards. Drop + OLKB Planck Mechanical Keyboard Kit V7 http://www.keyboard-layout-editor.com/#/gists/f903b0463cd6d4e687888a9f842e4a75 Nuphy Air 60 v2 https://www.keyboard-layout-editor.com/#/gists/40906428a351c6484543c71330bba767
Install libwebp first: Convert all the PNGs to WEBP and touch them to have the same datetime as the original PNG files. Then delete the original PNG files. Putting it alltogether Possible improvements (that I’ll probably never get around to)
Tl;Dr Download and extract poweriso to the user binary directory. curl -o temp-download-delete http://www.poweriso.com/poweriso-1.3-osx.tar.gz && tar -xvzf temp-download-delete -C /usr/local/bin/ && rm temp-download-delete Convert the BIN+CUE to a single ISO file β run this command from the directory in which the BIN+CUE files are stored: poweriso convert ./”Image Name with Spaces.cue” -o ./”Image Name with
Reference
If you’re working on Windows and you need to grab a file from a remote Linux server over SSH, make sure you use Cmder. Once you have Cmder extracted, you can use the Linux command line SCP directly from Windows: You can use this shortcut if you’ve already setup your SSH agent. There is unexplained