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 слични објави

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

互联E栈

@bcd8888 · Post #1170 · 20.06.2025 г., 10:07

#订阅转换#订阅工具#互联E栈 #subs-check订阅合并转换检测 一个功能强大的订阅管理工具,主要用于订阅转换、测速、节点检测和流媒体解锁等功能。 可以通过该工具将不同格式的订阅(如clash、clash.meta、base64、QX等)进行转换,并支持节点的去重和重命名。 还提供了节点可用性检测、测速、解锁情况检查等功能,帮助优化网络连接和使用体验。 支持平台:#Windows#macOS#Linux 🔘下载:点击下载 🔊频道💬群组🎁福利📍导航

Linuxgram 🐧

@linuxgram · Post #18060 · 14.03.2026 г., 17:48

📰 Google Now Using AutoFDO To Enhance Android's Linux Kernel Performance Google's Android LLVM toolchain team shared publicly this week that they have begun making use of AutoFDO for automatic feedback directed optimizations of their Linux kernel build used by Android... 🔗 Source: https://www.phoronix.com/news/Android-Using-Linux-AutoFDO #kernel#android#linux

AIGC

@aigcrubbish · Post #166 · 29.01.2026 г., 16:39

[$] Sub-schedulers for sched_ext 可扩展调度类(sched_ext)允许安装由 BPF 程序构建的自定义 CPU 调度器。它被合并到 6.12 内核版本中,使内核摆脱了此前“一个调度器适应所有场景”的模式;现在任何系统都可以拥有针对其工作负载优化的专属调度器。然而,在单个机器内部,目前仍然是“一个调度器适应所有场景”:整个系统只能加载一个调度器。Tejun Heo 提出的 sched_ext 子调度器补丁系列旨在改变这一状况,允许在单个系统上运行多个 CPU 调度器。 原文链接:https://lwn.net/Articles/1056014/ #Linux#内核#调度器#BPF#sched_ext #AIGC Read more

Linuxgram 🐧

@linuxgram · Post #17986 · 05.03.2026 г., 20:55

📰 Linux MAINTAINERS Cleaning For Recently Departed Intel Devs, Altera Drivers Oprhaned The layoffs and restructuring at Intel in 2025 caused unfortunate hits to their Linux/open-source engineering including various driver maintainers leaving and even their CPU temperature driver being orphaned for lack of maintainers. Sent out today were a number of additional updates to the MAINTAINERS file for the Linux kernel to reflect other Intel departures in recent months. 🔗 Source: https://www.phoronix.com/news/Linux-MAINTAINERS-Intel-March #linux#opensource#intel#kernel

Linuxgram 🐧

@linuxgram · Post #17974 · 05.03.2026 г., 07:21

📰 Intel Begins Preparations For Xe3P Upstreaming To Open-Source OpenGL & Vulkan Drivers Following the mainline Linux kernel beginning to see Xe3P graphics enablement for upcoming Nova Lake integrated graphics as well as the Crescent Island AI inference accelerator, Intel's Mesa OpenGL "Iris" and Vulkan "ANV" drivers are preparing to begin laying out their Xe3P driver support... 🔗 Source: https://www.phoronix.com/news/Intel-Mesa-Xe3P-Start #linux#opensource#intel#kernel

Linuxgram 🐧

@linuxgram · Post #18773 · 13.05.2026 г., 10:58

📰 Arm Preparing The Linux Kernel For 128-bit Page Table Entries "FEAT_D128" A new core infrastructure improvement for the Linux kernel on ARM being worked on is enabling 128-bit page table entries (PTEs) with FEAT_D128 as a new optional feature of Armv9.3 and later... 🔗 Source: https://www.phoronix.com/news/Arm-Linux-FEAT-D128-Patches #arm#kernel#linux

Linuxgram 🐧

@linuxgram · Post #18605 · 28.04.2026 г., 17:46

📰 IBM Updates Linux Patches For Introducing ARM64 KVM Virtualization On s390 At the start of April was the peculiar announcement of IBM collaborating with Arm on "dual architecture" hardware. The initial fruits of that collaboration at least are Linux kernel patches for enabling ARM64 virtualization acceleration on IBM Z servers. As we approach the end of the month, IBM has now posted a second iteration of those patches for enabling AArch64 software to run on IBM s390 via the Kernel-based Virtual Machine (KVM)... 🔗 Source: https://www.phoronix.com/news/ARM64-On-s390-IBM-Z-v2 #arm#kernel#linux

Linuxgram 🐧

@linuxgram · Post #18587 · 27.04.2026 г., 13:48

📰With Linux 7.1 The Mainline Kernel Now Supports Real-Time "RT" On ARM The Linux 7.1 mainline kernel will allow building a real-time "PREEMPT_RT" kernel for the ARM architecture with no longer needing any out-of-tree patches... 🔗 Source: https://www.phoronix.com/news/Linux-7.1-ARM-RT #arm#kernel#linux

Linuxgram 🐧

@linuxgram · Post #18506 · 21.04.2026 г., 10:50

📰 Linux 7.1 Lands Workaround For Arm C1-Pro Erratum Merged yesterday to the Linux 7.1 kernel is a workaround for an Arm C1-Pro CPU hardware bug around its Scalable Matrix Extension implementation... 🔗 Source: https://www.phoronix.com/news/Linux-7.1-Arm-C1-Pro-Fix #arm#kernel#linux

Linuxgram 🐧

@linuxgram · Post #18099 · 18.03.2026 г., 10:17

📰Arm Preparing Live Firmware Activation Support For Linux A new platform feature being worked on by Arm engineers for the Linux kernel is Live Firmware Activation to allow for updated firmware components to be deployed without requiring a system reboot... 🔗 Source: https://www.phoronix.com/news/Arm-Live-Firmware-Activation #arm#linux#kernel

Linuxgram 🐧

@linuxgram · Post #18087 · 17.03.2026 г., 11:57

📰 ARM NEON Accelerated CRC64 Optimization Shows Nearly 6x Improvement A patch posted today to the Linux kernel mailing list provides an ARM64-optimized CRC64-NVMe implementation for nearly a 6x improvement on modern Arm SoCs... 🔗 Source: https://www.phoronix.com/news/ARM-NEON-CRC64-6x #linux#kernel#arm

Linuxgram 🐧

@linuxgram · Post #17900 · 26.02.2026 г., 12:39

📰 Kernel 6.19: GPU, SoC, and Rust improvements Collabora continues to be a key contributor to the Linux kernel, with 125 patches from 21 developers! Highlights include Arm Mali GPU improvements, expanded MediaTek and Rockchip SoC support, Rust integration progress, and new Rockchip video capture functionality. 🔗 Source: https://www.collabora.com/news-and-blog/news-and-events/kernel-619-gpu-soc-rust-improvements.html #linux#kernel#arm

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