Я нашел самый быстрый способ поднять свой независимый и бесплатный 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
📰 5 Linux tools that made me stop using Windows utilities
One of the perks of running Windows Subsystem for Linux is that it allows me to use Linux tools on Windows. There are several default Windows utilities for which Linux has much better alternatives, so I've begun using them in place of the Windows equivalents.
🔗 Source: https://www.xda-developers.com/linux-tools-that-made-me-stop-using-windows-utilities/
#linux
📰 System76 Preparing To Introduce Redesigned Thelio Hardware
Linux hardware vendor System76 has begun teasing a redesign of their Thelio chassis that is used by their modern desktops and workstations. Helping distinguish System76 from other Linux desktop/PC vendors has been their custom-engineered, built-in-the-USA enclosures and now they are preparing to launch a next-generation design...
🔗 Source: https://www.phoronix.com/news/System76-Thelio-Redesign
#linux
📰 NTFS3 Driver Sees Improvements In Linux 7.0 While "NTFS Remake" Driver Bakes
The NTFS3 driver maintained by Paragon Software for Microsoft NTFS file-systems today saw a batch of improvements merged for Linux 7.0 This comes as there is also the competing "NTFS Remake" driver that began a few months ago as the "NTFSPLUS" driver. That NTFS Remake driver isn't looking like it will be submitted for the Linux 7.
🔗 Source: https://www.phoronix.com/news/NTFS3-Linux-7.0
#linux
📰Rocket League is adding Easy Anti-Cheat, Psyonix say Linux will still be supported with Proton
Rocket League is set to get Easy Anti-Cheat in April, as the Epic Games owned studio Psyonix just recently announced.Read the full article on GamingOnLinux.
🔗 Source: https://www.gamingonlinux.com/2026/02/rocket-league-is-adding-easy-anti-cheat-psyonix-say-linux-will-still-be-supported-with-proton/
#linux
📰 Bottles 62.0 Adds Dynamic Launcher Portal Support
Bottles 62.0, a Wine prefix manager for running Windows apps on Linux, introduces Dynamic Launcher portal support and adds detailed progress reporting for backups and restore operations.
🔗 Source: https://linuxiac.com/bottles-62-0-adds-dynamic-launcher-portal-support/
#linux
📰 RISC-V In Linux 7.0 Brings User-Space CFI & Optimized strlen Assembly
The RISC-V architecture updates have been merged for Linux 7.0 with a few items to note...
🔗 Source: https://www.phoronix.com/news/Linux-7.0-RISC-V
#linux
📰 CTM360: Lumma Stealer and Ninja Browser malware campaign abusing Google Groups
CTM360 reports 4,000+ malicious Google Groups and 3,500+ Google-hosted URLs used to spread the Lumma Stealer infostealing malware and a trojanized "Ninja Browser." The report details how attackers abuse trusted Google services to steal credentials and maintain persistence across Windows and Linux systems.
🔗 Source: https://www.bleepingcomputer.com/news/security/ctm360-lumma-stealer-and-ninja-browser-malware-campaign-abusing-google-groups/
#linux
📰6 microcontroller projects that used to require a full SBC running Linux
We used to need SBCs for these projects; modern microcontrollers handle them more easily and inexpensively while being easier to maintain.
🔗 Source: https://www.xda-developers.com/microcontroller-projects-used-require-full-sbc-running-linux/
#linux