Я нашел самый быстрый способ поднять свой независимый и бесплатный VPN
Сразу оговорка, платить придётся только за хостинг.
1️⃣ Покупаем сервер где-то на просторах интернета. Конечно же сервер должен находиться за пределами страны. Например я закупился на https://eurohoster.org/ (не реклама). Проверяйте лимиты по трафику, в идеале - без ограничений.
2️⃣ Ставим docker
sudo apt install docker.io
Если удобней с DockerCompose то ставим и его
sudo apt install docker-compose
3️⃣ Ставим WG-EASY
Самый простой способ поднять сервис WireGuard c WebUI это проект wg-easy
Код и документация здесь
https://github.com/weejewel/wg-easy
Запускаем контейнер:
https://github.com/weejewel/wg-easy#2-run-wireguard-easy
Для тех кто с DockerCompose, забираем файл здесь:
https://gist.github.com/paulwinex/be87f79687b96786098ec8fa6a8e251c
В обоих случаях потребуется поменять две переменные:
WG_HOST - внешний статичный IP вашего сервера
PASSWORD - придумайте пароль для WEB UI
Остальные параметры указаны ниже на странице github https://github.com/weejewel/wg-easy#options
4️⃣ Ставим клиента
Все доступные клиенты здесь
https://www.wireguard.com/install/
Есть возможность добавить клиента в Network Manager для управления подключением через UI. Установка зависит от вашей системы, ищите мануалы в сети, их много.
https://github.com/max-moser/network-manager-wireguard
Скрипт установки для RasperryPi
https://gist.github.com/paulwinex/c2c4090f19dbe8bd1253c5744f3f06e1
ЗЫ. Конечно же это не "самый простой" и далеко не единственный способ. А просто тот, который использую я сам.
#offtop#linux
▎SmartDNS
SmartDNS 是一个运行在本地的 DNS 服务器,它接受来自本地客户端的 DNS 查询请求,然后从多个上游 DNS 服务器获取 DNS 查询结果,并将访问速度最快的结果返回给客户端,以此提高网络访问速度。
SmartDNS 同时支持指定特定域名 IP 地址,并高性匹配,可达到过滤广告的效果; 支持DOT(DNS over TLS)和DOH(DNS over HTTPS),更好的保护隐私。
与 DNSmasq 的 all-servers 不同,SmartDNS 返回的是访问速度最快的解析结果。
支持树莓派、OpenWrt、华硕路由器原生固件和 Windows 系统等。
项目地址:https://github.com/pymumu/smartdns
SmartDNS官网:https://pymumu.github.io/smartdns
标签:#OpenWrt#Windows#路由#Linux
📰 Linux's adorable Tux the Penguin mascot turns 30 today, and the OG design is still being used
Whenever people think of Linux, the first thing that springs to mind, regardless of whether they're an open-source vet or if they've never even touched a Linux PC before, is Tux. Tux is the penguin associated with the Linux kernel as a whole, and he's found his way onto operating systems, merch, and various memes that depict the image creator's distaste for Windows.
🔗 Source: https://www.xda-developers.com/linuxs-tux-the-penguin-mascot-turns-30-today/
#kernel#linux#opensource
📰 Nouveau vs. NVIDIA R595 Linux Driver For Workstation Graphics Performance
When having the HP Z6 G5 A workstation in the lab for benchmarking, one of the curiosity-driven tests was seeing how well the latest open-source and upstream Nouveau driver stack is competing against the latest official NVIDIA R595 driver for workstations. The official NVIDIA Linux driver stack remains the best positioned software solution for RTX (PRO) hardware but Nouveau continues evolving while awaiting the Nova kernel driver to reach the...
🔗 Source: https://www.phoronix.com/review/nvidia-nouveau-nvk-may2026
#kernel#linux#opensource
📰 RISC-V BeagleV Ahead Single Board Computer To See Working HDMI With Linux 7.1
The BeagleV Ahead is an open-source RISC-V single board computer S(BC) built around the quad-core TH1520 SoC. With the Linux 7.1 mainline kernel there is HDMI display support coming now that the Device Tree bits have been added...
🔗 Source: https://www.phoronix.com/news/Linux-7.1-BeagleV-Ahead-HDMI
#kernel#linux#opensource
📰 NXP Neutron NPU Kernel Driver Blocked For Now By A Closed-Source User-Space Blob
Last month NXP posted open-source Linux kernel driver patches for their Neutron NPU accelerator. The NXP Neutron NPU aims to help with edge AI applications and this neural processing unit is found in their different SoCs. Unfortunately, their GitHub repository for the user-space software ends up containing a binary-only blob that will end up delaying plans on getting this driver into the mainline Linux kernel...
🔗 Source: https://www.phoronix.com/news/NXP-Neutron-NPU-User-Blob
#opensource#linux#kernel
📰 OpenWrt 25.12 Released with APK Package Manager Replacing opkg
OpenWrt 25.12 open-source router firmware arrives with a major shift to the APK package manager, replacing opkg, alongside Linux kernel 6.12.
🔗 Source: https://linuxiac.com/openwrt-25-12-released-with-apk-package-manager-replacing-opkg/
#kernel#linux#opensource
📰 Drgn v0.1 Released For Very Versatile Programmable Debugger
Drgn is the programmable debugger developed by Meta engineer Omar Sandoval that has proven quite versatile and popular with Linux kernel developers and others. After nearly two dozen releases already, Drgn v0.1 was released this week as another big step forward for this open-source debugger...
🔗 Source: https://www.phoronix.com/news/Drgn-0.1-Released
#opensource#linux#kernel