TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #324 · 23 сеп.

Я нашел самый быстрый способ поднять свой независимый и бесплатный 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

Резултати

Пронајдени 1,515 слични објави

Глобално пребарување

Linuxgram 🐧

@linuxgram · Post #18788 · 14.05.2026 г., 10:52

📰 New AMDGPU Driver Pull Request For Linux 7.2 Preps For HDML 2.1 FRL Sent out on Wednesday was the latest AMDGPU/AMDKFD driver pull request of new feature code ready for DRM-Next as the staging area ahead of the upcoming Linux 7.2 kernel. This doesn't yet land the HDMI 2.1 enablement work that's finally been taking place but it is preparing for that with the FRL register headers now in place as part of this merge... 🔗 Source: https://www.phoronix.com/news/Linux-7.2-AMDGPU-FRL-Regs #kernel#linux

Linuxgram 🐧

@linuxgram · Post #18786 · 14.05.2026 г., 09:57

📰Fragnesia Is Yet Another Local Privilege Escalation Flaw in Linux Kernel Fragnesia is a new local privilege escalation flaw in the Linux kernel that may lead to local privilege escalation. Patch now! 🔗 Source: https://9to5linux.com/fragnesia-is-yet-another-local-privilege-escalation-flaw-in-linux-kernel #kernel#linux

Linuxgram 🐧

@linuxgram · Post #18778 · 13.05.2026 г., 17:14

📰Fragnesia Made Public As Latest Linux Local Privilege Escalation Vulnerability Following last week's disclosure of the Dirty Frag vulnerability for the Linux kernel, which only finished being patched up in mainline on Monday, Fragnesia is now public as a similar local privilege escalation (LPE) vulnerability... 🔗 Source: https://www.phoronix.com/news/Linux-Fragnesia #kernel#linux

Linuxgram 🐧

@linuxgram · Post #18777 · 13.05.2026 г., 16:36

📰 Your Old Potato PC Might Game Better With This Linux Kernel Patch A proposed scheduler update shows frame time improvements on aging hardware under heavy CPU load. 🔗 Source: https://feed.itsfoss.com/link/24361/17339878/linux-scheduler-patch-gaming-old-hardware #kernel#linux

Linuxgram 🐧

@linuxgram · Post #18764 · 12.05.2026 г., 21:21

📰IBM s390 Is The Latest Architecture Seeing Rust Linux Kernel Support An IBM engineer posted the first set of patches enabling the Rust programming language support for the Linux kernel to be built on the s390 architecture... 🔗 Source: https://www.phoronix.com/news/IBM-s390-Linux-Kernel-Rust #kernel#linux

Linuxgram 🐧

@linuxgram · Post #18750 · 11.05.2026 г., 18:43

📰 Tails 7.7.3 Emergency Release Fixes Dirty Frag Vulnerability Tails 7.7.3 fixes the Dirty Frag Linux kernel vulnerability with kernel 6.12.86 and updates Tor Browser, Tor, and Thunderbird. 🔗 Source: https://linuxiac.com/tails-7-7-3-emergency-release-fixes-dirty-frag-vulnerability/ #kernel#linux

Linuxgram 🐧

@linuxgram · Post #18741 · 11.05.2026 г., 09:23

📰 Linux is Getting a Kill Switch! This AI-assisted patch would let admins disable vulnerable kernel functions until a proper fix ships. 🔗 Source: https://feed.itsfoss.com/link/24361/17338173/linux-killswitch-proposal #kernel#linux

Linuxgram 🐧

@linuxgram · Post #18712 · 08.05.2026 г., 15:57

📰 Linux Kernel Dirty Frag LPE Exploit Enables Root Access Across Major Distributions Details have emerged about a new, unpatched local privilege escalation (LPE) vulnerability impacting the Linux kernel.Dubbed Dirty Frag, it has been described as a successor to Copy Fail (CVE-2026-31431, CVSS score: 7.8), a recently disclosed LPE flaw impacting the Linux kernel that has since come under active exploitation in the wild. The vulnerability was reported to Linux kernel maintainers. 🔗 Source: https://thehackernews.com/2026/05/linux-kernel-dirty-frag-lpe-exploit.html #kernel#linux

Linuxgram 🐧

@linuxgram · Post #18711 · 08.05.2026 г., 13:24

📰 Linux 7.2 To Support Realtek RTL8159 10GbE USB Ethernet The Realtek RTL8159 has been appearing in some 10G-rated USB network adapters at online retailers, some for less than $100 USD. But currently the RTL8159 is only supported by Realtek's out-of-tree Linux kernel driver, but fortunately there will be mainline support coming with the Linux 7.2 kernel this summer... 🔗 Source: https://www.phoronix.com/news/Realtek-RTL8159-Linux-7.2 #kernel#linux

Linuxgram 🐧

@linuxgram · Post #18702 · 07.05.2026 г., 14:58

📰 Flattened Image Tree 1.0 Specification For Embedded Linux Systems The Flattened Image Tree "FIT" 1.0 specification was recently finalized for this container format used by U-Boot on embedded systems for providing various boot components like DTBs, the Linux kernel image, and more into a single file... 🔗 Source: https://www.phoronix.com/news/Flat-Image-Tree-1.0 #kernel#linux

Linuxgram 🐧

@linuxgram · Post #18679 · 05.05.2026 г., 19:33

📰 Attackers are cashing in on fresh 'CopyFail' Linux flaw Researchers dropped a reliable root exploit and it didn’t sit idle for long CISA is warning that a newly-disclosed Linux kernel bug dubbed "CopyFail" is already being exploited, just days after researchers dropped a working root-level exploit.… 🔗 Source: https://go.theregister.com/feed/www.theregister.com/2026/05/05/cisa_sounds_the_alarm_on/ #kernel#linux

Linuxgram 🐧

@linuxgram · Post #18666 · 04.05.2026 г., 11:05

📰 Linux File-System Proliferation A Burden: Requirements Laid Out For Any Future File-Systems The growing number of file-systems within the Linux kernel source tree is causing an ongoing burden for upstream developers maintaining the virtual file-system (VFS) code around it and associated code. As a result of the continuing rise of new file-systems being proposed for the Linux kernel, documentation is being introduced to establish clear guidelines for getting new file-systems accepted into the mainline kernel... 🔗 Source: https://www.phoronix.com/news/Linux-FS-Proliferation-Burden #kernel#linux

12•••5455565758•••100•••126127
ПретходнаСтраница 56 од 127Следна