Я нашел самый быстрый способ поднять свой независимый и бесплатный 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
📰 Linux Foundation kicks off effort to shield FOSS maintainers from AI slop bug reports
Big Tech donates $12.5 million to get things rolling Half a dozen Big Tech players have together delivered $12.5 million in grants towards a project that aims to help maintainers of open source projects to cope with AI slop bug reports.…
🔗 Source: https://go.theregister.com/feed/www.theregister.com/2026/03/18/linux_foundation_ai_slop_defense/
#linux#opensource
📰 System76 Makes The Best Open-Source Keyboard Even Better
If System76 engineers didn't already have enough going on with recently shipping the COSMIC Rust-based desktop environment and also shipping Pop!_OS 24.04 as their in-house Linux distribution plus completely redesigning the Thelio Desktop, they also recently revised their Launch Keyboard. They have made this leading open-source keyboard design even better with the latest iteration of the System76 Launch Keyboard.
🔗 Source: https://www.phoronix.com/review/system76-launch-keyboard-2026
#linux#opensource
📰 Open source devs consider making hogs pay for every Git pull
Careless big-time users are treating FOSS repos like content delivery networks Opinion I'm at the Linux Foundation Members Summit, and Sonatype's CTO Brian Fox introduced me to a new open source problem. I wouldn't have thought that was possible, but here I am.…
🔗 Source: https://go.theregister.com/feed/www.theregister.com/2026/02/28/open_source_opinion/
#linux#opensource
📰 ONLYOFFICE 9.3 makes document editing easier than ever
A new version of ONLYFFICE Desktop Editors, a open source office suite for Windows, macOS and Linux, is out with a fresh set of features and tools. ONLYOFFICE 9.3 adds more signature options for PDF forms, multipage view for documents, new solver tools and regex formulas in the spreadsheets and support for animated GIFs in presentation slides made with the suite’s PowerPoint equivalent.
🔗 Source: https://www.omgubuntu.co.uk/2026/02/onlyoffice-9-3-desktop-editors-released
#linux#opensource
📰This is Probably the Best Video Downloader App (And it is Free and Open Source)
If you are looking for a free video downloader that just works on Linux, Windows or macOS, VidBee is the ideal choice here.
🔗 Source: https://itsfoss.com/vidbee/
#linux#opensource
📰 Experimental code ready for testing to enable HDMI 2.1 FRL with AMDGPU on Linux
Unfortunately, the HDMI Forum refused to allow HDMI 2.1+ features in the open source driver, but that hasn't stopped one developer.Read the full article on GamingOnLinux.
🔗 Source: https://www.gamingonlinux.com/2026/02/experimental-code-ready-for-testing-to-enable-hdmi-2-1-frl-with-amdgpu-on-linux/
#linux#opensource
📰 exFAT Achieves Better Sequential Read Performance With Linux 7.0
The open-source Linux file-system driver for supporting Microsoft's exFAT now can deliver better sequential read performance with Linux 7.0 thanks to multi-cluster support...
🔗 Source: https://www.phoronix.com/news/Linux-7.0-exFAT
#linux#opensource
https://github.com/cheat/cheat
cheat allows you to create and view interactive cheatsheets on the command-line.
Alternative to https://t.me/nomad01290/4027
#linux#cli#shell
👩💻 Linux Master.
• Нашел очень крутое приложение на Android, которое называется Linux Master - это такая интерактивная викторина, предназначенная для улучшения ваших знаний Linux за счет повышения уровней и рангов. Независимо от того, являетесь ли вы новичком или опытным пользователем, это приложение поможет вам отточить свои навыки по широкому кругу тем Linux. Обязательно попробуйте.
• Кстати, у разработчиков есть аналогичные приложения и по другим направлениям. Например есть KubePrep - поможет в обучении для освоения Kubernetes. Или есть System Design - познакомит вас с основными концепциями системной архитектуры.
• В общем и целом, вы обязательно найдете для себя полезное приложение из имеющихся: https://play.google.com/CodingShell
#Linux#DevOps#Kubernetes
📰 Dirty Frag gets a sequel as Fragnesia hands Linux attackers root-level access
Fresh kernel flaw comes with public exploit code and continues ugly run of highly reliable privilege escalation bugs tied to memory and page-cache handling.
🔗 Source: https://www.theregister.com/security/2026/05/14/dirty-frag-gets-a-sequel-as-fragnesia-hands-linux-attackers-root-level-access/5240270
#kernel#linux