Squashing is a process in which we squeeze multiple commits into one pretending it is only a single commit.
Basically squashing commits means we are rewriting the history of commits to make them look like single commit.
Using Laravel Valet for localhost development, So it installs
dnsmasq
with it. dnsmasq runs on port53
, The default DNS port. So we setup dnscrypt-proxy on port5300
with the default config files in this gist.
brew install dnscrypt-proxy
No Filter
# Sample Nginx configuration for Misskey | |
# | |
# 1. Replace example.tld to your domain | |
# 2. Copy to /etc/nginx/sites-enabled | |
# or copy to /etc/nginx/sites-available and symlink from /etc/nginx/sites-ebabled | |
# For WebSockets | |
map $http_upgrade $connection_upgrade { | |
default upgrade; | |
'' close; |
Add on top of default.nix: with import {};
or simply run as nix-build ''
(i. e. for nix-build complaining) or rather nix-build -E 'with import {}; callPackage ./default.nix {}'
(or even import)
# Default config for sway | |
# | |
# Copy this to ~/.config/sway/config and edit it to your liking. | |
# | |
# Read `man 5 sway` for a complete reference. | |
exec wal -R | |
#notifications | |
exec mako | |
exec mailnag |
Note: This gist may be outdated, thanks to all contributors in comments.
adb
is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
Don't hesitate to read comments, there is useful tips, thanks guys for this !
Just 24hrs ago, we were much further from having a wormhole. The service was down, there was no routing from port 443 to the localhost:7070 port that the wormhole runs on, we were not using CloudFlare and our SSL certs were not working correctly.
Now we have a WormHole running, where CloudFlare listens on wormhole.myhush.org:443 and sends data to our haproxy instance
maps that to the wormhole
backend running localhost:7070.
SDA can initiate a connection, and attempts to register a websocket sessionid. This is where things go wrong: