You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guide on how to un-occupy port 53 used by `systemd-resolved` on Linux systems
How to un-occupy port 53 used by systemd-resolved on Linux systems
On Linux systems systemd-resolved handles DNS resolution on port 53, thus occupying it on system level.
If you wish to, for example, run a custom DNS server; you'll need to unassign the port 53 by disabling systemd-resolved's usage of it. That can be achieved by (run these as root or sudo):
sudo nano /etc/systemd/resolved.conf (to open the configuration file)
locate line #DNSStubListener=yes
uncomment the line & change value to no --> DNSStubListener=no
Routing emails via CloudFlare is a free, simple and secure way to connect your domain with a professional email using Gmail inbox/client. Follow my comprehensive steps below to achieve that functionality and level-up your impact.
1. Enable 2FA on Google Account
Two-factor authentication is required for your Google account
{ "name": "__________", "version": "1.0.0", "private": true, "scripts": { "modules:update": "pnpx npm-check-updates -u --format group", "install:clean": "pnpx rimraf node_modules/ pnpm-lock.yaml && pnpm install", "supabase:typegen": "pnpx supabase gen types typescript --project-id \"______________\" --schema public > src/types/supabase.ts", "tsc": "pnpx rimraf .next/ && tsc --noEmit && pnpx rimraf tsconfig.tsbuildinfo",