Я нашел самый быстрый способ поднять свой независимый и бесплатный 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
📰 CachyOS just dethroned Arch Linux on ProtonDB, and Linux gamers are finally noticing
It was inevitable once you see everything CachyOS has.
🔗 Source: https://www.xda-developers.com/cachyos-is-the-new-king-of-protondb/
#linux#arch
📰 Garuda Linux Draws a Line on Age Verification as Arch Stays Keeps Mum
Garuda has taken an official stance on the age verification question, while Arch Linux is silent.
🔗 Source: https://feed.itsfoss.com/link/24361/17305810/garuda-linux-age-verification
#linux#arch
📰 EndeavourOS Titan released, devs comment on age verification laws
The Arch-based Linux distribution EndeavourOS Titan is out now, bringing with it plenty of nice sounding upgrades and some comments on age verification.Read the full article on GamingOnLinux.
🔗 Source: https://www.gamingonlinux.com/2026/03/endeavouros-titan-released-devs-comment-on-age-verification-laws/
#linux#arch
📰 Manjaro Linux looks like it's in trouble with the release of the "Manjaro 2.0 Manifesto"
At one point it seemed like Manjaro Linux would be the most popular Arch-based distribution, but after many missteps it appears to be at breaking point.Read the full article on GamingOnLinux.
🔗 Source: https://www.gamingonlinux.com/2026/03/manjaro-linux-looks-like-its-in-trouble-with-the-release-of-the-manjaro-2-0-manifesto/
#arch#linux
📰 How to Install Linux Kernel 7.0 on Ubuntu 25.10
You can now install the latest and greatest Linux 7.0 kernel series on your Ubuntu 25.10 distribution. Here’s how to do it!
🔗 Source: https://9to5linux.com/how-to-install-linux-kernel-7-0-on-ubuntu-25-10
#kernel#linux#ubuntu
📰 elementary OS 8.1.1 Released With Linux kernel 6.17
elementary OS 8.1.1 arrives with Linux kernel 6.17 and the latest Ubuntu 24.04 LTS Hardware Enablement stack.
🔗 Source: https://linuxiac.com/elementary-os-8-1-1-released-with-linux-kernel-6-17/
#ubuntu#linux#kernel
📰 Ubuntu 24.04.4 LTS released with Linux 6.17 + Mesa 25.2
Ubuntu 24.04.4 LTS is now available to download. This fourth point release brings the Linux 6.17 HWE kernel and Mesa 25.2 graphics stack for better hardware support.You're reading Ubuntu 24.04.4 LTS released with Linux 6.17 + Mesa 25.2, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
🔗 Source: https://www.omgubuntu.co.uk/2026/02/ubuntu-24-04-4-lts-released
#linux#kernel#ubuntu
#今天又看了啥#security#提权#Linux#GitHub
The Dirty Pipe Vulnerability CVE-2022-0847
a vulnerability in the Linux kernel since 5.8 which allows overwriting data in arbitrary read-only files. This leads to privilege escalation because unprivileged processes can inject code into root processes.
It is similar to CVE-2016-5195 “Dirty Cow” but is easier to exploit.
The vulnerability was fixed in Linux 5.16.11, 5.15.25 and 5.10.102.
又一个 Linux kernel 本地提权,可覆盖重写任意只读文件中的数据,从而可将普通权限的用户提升到特权 root
影响范围 >=5.8, <5.16.11, 5.15.25 and 5.10.102
https://dirtypipe.cm4all.com/
See also:
- Easily exploitable Linux bug gives root access to attackers (CVE-2022-0847)
POC & Exploit:
- https://github.com/Arinerron/CVE-2022-0847-DirtyPipe-Exploit/
- https://github.com/imfiver/CVE-2022-0847/
(以上的原理是把 /etc/passwd 文件中 root 用户需要密码的 x flag 去掉
- https://haxx.in/files/dirtypipez.c
(原理是直接覆写一个带有 SUID 权限的程序,如 ./exp /usr/bin/su
This is Probably the Best Video Downloader App (And it is Free and Open Source) | itsFOSS
VidBee allows you to download videos from YouTube, Facebook, X, Instagram, etc. In fact, it supports over 1,800 websites.
It is built on top of popular command line tools like yt-dlp and #ffmpeg. For the interface, it uses the Electron framework. I understand that some people dislike Electron framework as it runs a web browser underneath, but the 'advantage' of this framework is that you get the same interface in all the operating systems. At least, it's an advantage for the developers as they don't have to build the interface separately for #Linux, #Windows and #macOS.
The source code for VidBee is available on its GitHub repository.
#VidBee - Free Open Source Video Downloader
https://vidbee.org/
[$] The future for Tyr
Tyr 团队在 2025 年初时,为 Arm Mali 硬件开发 Rust GPU 驱动的工作进展甚微。但到年底,他们已在 Linux Plumbers Conference 上成功运行了开源 3D 赛车游戏 SuperTuxKart。该原型由 Arm、Collabora 和 Google 合作开发,在会议期间运行稳定,性能足以满足游戏需求。
这一进展恰逢其时:Dave Airlie 在维护者峰会上宣布,DRM 子系统将在大约一年后禁止新的 C 语言驱动程序,并要求使用 Rust。因此,团队现在需要为 2026 年制定路线图,以期将所有工作整合到上游内核中。
原文链接:https://lwn.net/Articles/1055590/
#Linux#内核开发#Rust#GPU驱动
#AIGC
Read more