20 random bookmarks

Storage for the links

2026-04-01

425.

hectorm/demergi: A proxy server that helps to bypass the DPI systems implemented by various ISPs.

github.com/hectorm/demergi

A proxy server that helps to bypass the DPI systems implemented by various ISPs. - hectorm/demergi

2026-03-03

412.

Бакли, Уильям (высланный) — Википедия

ru.wikipedia.org/wiki/Бакли,_Уильям_(высланный)

2026-01-11

394.

Nvidia kernel module nvidia-drm already be loaded | internet-lab.ru

internet-lab.ru/nvidia_drm_loaded

В тексте ошибки всё хорошо описано. В моём случае графическая оболочка использует модуль 'nvidia-drm', поэтому установку проприетарных драйверов следует выполнять из консоли.

2026-01-08

391.

Official Raspberry Pi VPN Server with Access Server

openvpn.net/as-docs/raspberry-pi.html##

How to install Access Server on a Raspberry Pi single-board computer. Launch a VPN server with an easy, web-based management GUI.

2025-12-31

384.

Titles

www.g-raffa.eu/Cinelerra/HOWTO/titles.html

Color

2025-12-22

374.

podman-systemd.unit — Podman documentation

docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html

2025-10-06

324.

GitHub - azlux/MumbleRadioPlayer: A Mumble Music bot which plays radio stream from an URL

github.com/azlux/MumbleRadioPlayer

A Mumble Music bot which plays radio stream from an URL - azlux/MumbleRadioPlayer

2025-06-15

249.

Excalidraw — Collaborative whiteboarding made easy

excalidraw.com

Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.

2025-06-02

244.

style iced - Поиск в Google

www.google.com/search?client=firefox-b-d&q=style iced

2025-05-07

228.

Deserializing XML - help - The Rust Programming Language Forum

users.rust-lang.org/t/deserializing-xml/84137

2025-04-28

212.

API документация

ru.iiko.help/articles#!api-documentations/getting-started

2025-04-27

211.

How to program microcontrollers without the Arduino IDE, and without libraries : r/arduino

www.reddit.com/r/arduino/comments/ifpqbl/how_to_program_microcontrollers_without_the

2025-03-27

152.

GitHub - mholt/caddy-ratelimit: HTTP rate limiting module for Caddy 2

github.com/mholt/caddy-ratelimit

HTTP rate limiting module for Caddy 2. Contribute to mholt/caddy-ratelimit development by creating an account on GitHub.

2025-02-22

96.

A system to organise your life

johnnydecimal.com

Johnny.Decimal is a system to organise your life. Find things, quickly, with more confidence, and less stress. It's free to use and the concepts are the same at home or work.

2025-02-06

67.

Rust SQLx basics with SQLite: super easy how to - TMS DEV

tms-dev-blog.com/rust-sqlx-basics-with-sqlite

Learn how to use the basics of the SQLx crate with Rust by creating and querying an SQLite database. SQLx is an async pure Rust SQL crate.

2025-02-02

57.

Serving Static Files With Axum

benw.is/posts/serving-static-files-with-axum

Perhaps you'd like to run a fileserver with Axum, or maybe just serve static content in a folder. It's a bit trickier in Axum than you might expect

2025-01-31

56.

Writing an OS in Rust

os.phil-opp.com

This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code.

2025-01-19

36.

Manuals Brain - all useful manuals at one place!

manualsbrain.com/en

Read online or download any manual that you need. More than 3136516 of various pdf manuals indexed.

2025-01-14

24.

Making your Fantasy Map in QGIS

docs.google.com/document/d/167CiL-K2kzQ3awyedqmMfHfrA2iDB_vFtIQuCVkbt_s/edit?tab=t.0#heading=h.ajm0nao9og2f

Table of Contents Introduction Pros and Cons Pros Cons Useful tutorials Note from the Editor Module 1: Getting Started Downloading QGIS Installing Plugins Choosing a Directory Module 2: Creating an Extent Layer How to Make a Shapefile Module 3: Inserting a Raster Inserting your Image into QGIS ...

2025-01-13

16.

Playing m3u playlist with html5

stackoverflow.com/questions/23058202/playing-m3u-playlist-with-html5

I've created a very simple and basic html5 audio player, actually not more than:

<audio src="[url-to-m3u]" controls>

but I am facing two problems, this simple audio tag is working on Chrome...