(Arm64/IPv6-only)
This guide describes how to install Void Linux on ARM Hetzner Cloud instances with IPv6-only setup.
Table of contents:
(Arm64/IPv6-only)
This guide describes how to install Void Linux on ARM Hetzner Cloud instances with IPv6-only setup.
Table of contents:
#!/bin/bash | |
# Append this command to /etc/pam.d/sshd: | |
# session optional pam_exec.so <path to script> | |
# Remember to chown +x! | |
exec &> /dev/null #Hide output | |
Gotify_URL='https://gotify.example.com' | |
Gotify_Token='awawawawawawawawawawawawa' |
Here is the best setup (I think so :D) for K-series Keychron keyboards on Linux.
Note: many newer Keychron keyboards use QMK as firmware and most tips here do not apply to them. Maybe the ones related to Bluetooth can be useful, but everything related to Apple's keyboard module (hid_apple
) on Linux, won't work. As far as I know, all QMK-based boards use the hid_generic
module instead. Examples of QMK-based boards are: Q, Q-Pro, V, K-Pro, etc.
Most of these commands have been tested on Ubuntu 20.04 and should also work on most Debian-based distributions. If a command happens not to work for you, take a look in the comment section.
Older Keychron keyboards (those not based on QMK) use the hid_apple
driver on Linux, even in the Windows/Android mode, both in Bluetooth and Wired modes.
Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.
Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill
) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating everyone else (e.g., people using just an X11 window manager or something like GNUstep) in the process.
As 2024 is winding down:
More info on: https://cemkeylan.com/blog/20200828-wpa-add-script.html |
require 'webrick' | |
require 'open3' | |
server = WEBrick::HTTPServer.new :Port => 8000 | |
server.mount_proc('/') { |req, res| res.body = Open3.capture2(ARGV[0], :stdin_data=>req.body)[0] } | |
trap('INT') { server.shutdown } | |
server.start | |
# server: | |
# ruby webify-webrick.rb "wc -c" |
Disable all telemetry and privacy breaching settings on initial setup. (voice search, location services, etc...)
$hexified = "00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00".Split(',') | % { "0x$_"};
$kbLayout = 'HKLM:\System\CurrentControlSet\Control\Keyboard Layout';
pass2csv
to export generic csvfolder,name,password,comments
to first line of that csv fileRemeber to delete your csv file safely once it's imported!