Skip to content

Instantly share code, notes, and snippets.

@Kentzo
Kentzo / README.md
Last active June 7, 2025 15:44
Authoritative DNS Server on RouterOS with CoreDNS

Authoritative DNS Server on RouterOS with CoreDNS

RouterOS script that uses CoreDNS to:

  • Prevent leaks of queries for domains in Locally-Served DNS zones
  • Set up Comprehensive A/AAAA/PTR resource records for hosts
  • Set up PTR/SRV/TXT resource records for Wide-Area DNS-Based Service Discovery

Introduction

@maelvls
maelvls / README.md
Last active June 7, 2025 15:43
My hundred struggles while using Linux as my desktop driver (Ubuntu 22.04)

My hundred struggles while using Linux as my desktop driver (Ubuntu 24.04)

Hi! On Thursday 25 April 2021, I entirely switched from macOS to Linux: https://maelvls.dev/evolution-of-my-home-office/. I took note of every adjustment I had to make along the way. I use Ubuntu "vanilla" (with Gnome as my desktop manager).

🔥 Update 26 June 2023: I am abandoning "desktop" Linux! I can't bear having to work around everything all the time, not even counting the tons of problems that occur whenever I do a major version upgrade (e.g., when I upgraded from 21.10 to 22.04, my PPAs broken obviously, and also I lost all the hack I had made to the /etc to work around problems). I am officially back to macOS starting 26 June 2023. I'll still use my Linux workstation remotely over Mosh, but not as a desktop environment. To learn more: https://hackmd.io/@maelvls/my-macos-tweaks


My other articles:

@InternetUnexplorer
InternetUnexplorer / reactor.lua
Created May 15, 2022 00:05
ComputerCraft program to control a Mekanism fission reactor
local state, data, reactor, turbine, info_window, rules_window
local STATES = {
READY = 1, -- Reactor is off and can be started with the lever
RUNNING = 2, -- Reactor is running and all rules are met
ESTOP = 3, -- Reactor is stopped due to rule(s) being violated
UNKNOWN = 4, -- Reactor or turbine peripherals are missing
}
------------------------------------------------
@lvn
lvn / fb_poll_scrape.js
Last active June 7, 2025 15:41
Scrape Facebook poll results.
var pollResults = Array.apply(null, document.getElementsByClassName('fbEigenpollForm'))
.map(function(e) {
return [
e.getElementsByClassName('label')[0].textContent,
Array.apply(null, e.getElementsByClassName('uiList')[0].children)
];
})
.reduce(function(o,i) {
var k = i[0],
l = i[1],
@bzvyagintsev
bzvyagintsev / README.md
Last active June 7, 2025 15:41
Шаблон README.md

Название проекта

Добавьте краткое описание проекта, опишите какую задачу он решает. 1-3 предложения будет достаточно. Добавьте бейджи для важных статусов проекта: статус разработки (в разработке, на поддержке и т.д.), статус билда, процент покрытия тестами и тд.

Содержание

@jsvenancio
jsvenancio / Git-en.md
Last active June 7, 2025 15:40 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

States

  • Modified
  • Staged (index)
  • Committed

Help

General
@crypt0rr
crypt0rr / fix.md
Last active June 7, 2025 15:40
Intel e1000e fix - Proxmox

Fix Intel e1000e error

Please note - you may want to validate whether the options used affect your setup.

Create a new service file.

nano /etc/systemd/system/disable-offloading.service
@Axel-Erfurt
Axel-Erfurt / celluloidTV.m3u
Last active June 7, 2025 15:33
Livestreams deutscher TV-Sender
#EXTM3U
#EXTINF:-1,ARD
https://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8
#EXTINF:-1,ARD ONE
https://mcdn-one.ard.de/ardone/hls/master.m3u8
#EXTINF:-1,ARD Alpha
https://mcdn.br.de/br/fs/ard_alpha/hls/de/master.m3u8
#EXTINF:-1,ARD Tagesschau
https://tagesschau.akamaized.net/hls/live/2020115/tagesschau/tagesschau_1/master.m3u8
#EXTINF:-1,ZDF
@K1ethoang
K1ethoang / Active StarUml version 6 for Window | MacOS | Linux.md
Last active June 7, 2025 15:33
Active StarUml version 6 for Window | MacOS | Linux