20 random bookmarks
Storage for the links
Storage for the links
A proxy server that helps to bypass the DPI systems implemented by various ISPs. - hectorm/demergi
В тексте ошибки всё хорошо описано. В моём случае графическая оболочка использует модуль 'nvidia-drm', поэтому установку проприетарных драйверов следует выполнять из консоли.
How to install Access Server on a Raspberry Pi single-board computer. Launch a VPN server with an easy, web-based management GUI.
Color
A Mumble Music bot which plays radio stream from an URL - azlux/MumbleRadioPlayer
Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.
I'm trying to deserialize the following xml data: <?xml version="1.0" encoding="UTF-8"?> <wfs:FeatureCollection timeStamp="2022-11-11T14:52:17Z" numberReturned="100" numberMatched="100" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:BsWfs="http://xml.fmi.fi/schema/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http:schemas.opengis.net/wfs/2.0/wfs.xsd ...
HTTP rate limiting module for Caddy 2. Contribute to mholt/caddy-ratelimit development by creating an account on GitHub.
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.
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.
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
This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code.
Read online or download any manual that you need. More than 3136516 of various pdf manuals indexed.
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 ...
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...