@Nomad01290 · Post #4079 · 28.05.2022 г., 22:18
https://github.com/firezone/firezone #wireguard#linux#cli
Hashtags
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
Глобално пребарување
@Nomad01290 · Post #4079 · 28.05.2022 г., 22:18
https://github.com/firezone/firezone #wireguard#linux#cli
Hashtags
@iGengdu · Post #353 · 19.06.2024 г., 04:52
#博客#观点#Linux.do #AI#分享 分享我的一篇博文:谈谈我对Linux.do论坛及其文化的理解 | iGengdu博客同名文章 主要介绍Linux.do论坛及分析论坛兴盛的文化因素。 📢频道✈️ 群聊 (耕读) 📬投稿
@awesomeopensource · Post #126 · 30.04.2018 г., 05:00
Anbox 可以在 GNU/Linux 下运行 Android 软件(不是虚拟机 而是一种 chroot ,Anbox 使用当前 Linux 的 Kernel 所以基本上没有性能损失 语言:#cpp 分类:#Linux#Android 感谢 @wmliyin 的投稿
@simulation_sijime · Post #1598 · 15.12.2025 г., 09:59
На вершине #предложка@simulation_sijime #offtop@simulation_sijime #Shijima@simulation_sijime #Majime@simulation_sijime かなわく
Hashtags
@libreware · Post #1543 · 12.02.2026 г., 05:10
AppManager GTK/Libadwaita developed desktop utility in Vala that makes installing and uninstalling #AppImages on #Linux desktop painless. It supports both SquashFS and DwarFS AppImage formats, features a seamless background auto-update process, and leverages zsync delta updates for efficient bandwidth usage. Double-click any .AppImage to open a macOS-style drag-and-drop window, just drag to install and AppManager will move the app, wire up desktop entries, and copy icons. Features Drag-and-drop installer: Mimics the familiar macOS Applications install flow. Smart install modes: Can choose between portable (move the AppImage) and extracted (unpack to ~/Applications/.installed/AppRun) while letting you override it. Desktop integration: Extracts the bundled .desktop file via 7z or dwarfs, rewrites Exec and Icon, and stores it in ~/.local/share/applications. Simple uninstall: Right click in app drawer and choose Move to Trash, can uninstall in AppManager or simply delete from ~/Applications folder. Install registry + preferences: Main window lists installed apps, default mode, and cleanup behaviors, all stored with GSettings. Background app updates: Optional automatic update checks with configurable interval (daily, weekly, monthly) and notifications when updates are found. Your Linux AppImages don't need to be disorganized. https://itsfoss.com/appmanager/ https://github.com/kem-a/AppManager/releases
Hashtags
@libreware · Post #1237 · 27.02.2024 г., 01:33
How to Anonymize Your Linux System with Whoami #Whoami is a comprehensive toolkit that can anonymize a running #Linux session. It comes with scripts that can hide your machine’s real IP address, change its default DNS resolvers, and secure your browser. This article will show you how to install Whoami and run some of its modules to anonymize your Ubuntu system. Note: Don’t confuse this with the whoami command that displays the username of the current user. Also, Whoami works for any Debian and Arch based distro. https://www.maketecheasier.com/anonymize-linux-with-whoami/ @BonesTechGarage
@tg_infosec · Post #2940 · 15.02.2025 г., 12:33
📦 Прохождение Linux-машины средней сложности SANDWORM HackTheBox. • Sandworm — это машина средней сложности на #Linux, которая содержит веб-приложение с сервисом проверки PGP, уязвимым к инъекции шаблонов на стороне сервера (SSTI), что приводит к выполнению удалённого кода (RCE) внутри изоляции Firejail. В этой изоляции можно обнаружить текстовые учетные данные, позволяющие получить доступ по SSH к машине от имени одного из пользователей. • Далее обнаруживается cron-задача, которая компилирует и запускает бинарник на Rust. Программа использует настраиваемый внешний модуль логирования, к которому у пользователя есть доступ на запись, что затем используется для получения шелл от имени пользователя atlas, запускающего cron-задачу. Наконец, используется недавний эксплойт Firejail (CVE-2022-31214) для создания песочницы, в которой атакующий может выполнить команду su и получить оболочку root на целевой системе. ➡️https://youtu.be/NpzTEVfUo_U #Пентест#CTF
@ioskk · Post #4214 · 18.09.2025 г., 15:04
🧭#优质应用 📂软件名称:iCloud Photos Downloader 🍏支持平台:#Windows#macOS#Linux 📊软件价格:免费 🪟软件简介:一款iCloud照片下载器,用于从iCloud中下载照片。可以通过直接下载可执行文件或使用各种包管理器(如Docker、PyPI、AUR和npm)来安装和使用该工具。 主要功能包括三种操作模式:复制(默认模式,下载新照片)、同步(下载新照片并删除iCloud中已删除的本地文件)和移动(下载新照片并删除iCloud中的照片)。 🕸软件下载:点击下载 🚀频道💬群聊📭投稿🛃商务
@linuxgram · Post #18723 · 09.05.2026 г., 16:45
📰 Linux Foundation Launches Open Driver Initiative to Strengthen Hardware Support Across Linux by George WhittakerThe Linux Foundation has announced a new Open Driver Initiative, a collaborative effort aimed at improving the development, maintenance, and long-term sustainability of open-source hardware drivers across the Linux ecosystem.The initiative reflects growing demand for better hardware compatibility in areas ranging from desktops and gaming systems to cloud infrastructure, automotive platforms, AI hardware, and next-generation... 🔗 Source: https://www.linuxjournal.com/content/linux-foundation-launches-open-driver-initiative-strengthen-hardware-support-across-linux #linux#opensource
Hashtags
@linuxgram · Post #18641 · 01.05.2026 г., 11:08
📰 Shotcut 26.4 Video Editor Adds Vulkan GPU to Speech to Text on Linux Shotcut 26.4 open-source video editor is now available for download with Vulkan GPU support for Speech to Text on Linux, 10-bit VP9 MP4 (E-AC-3) and 10-bit VP9 WebM (Opus) export presets, and more. 🔗 Source: https://9to5linux.com/shotcut-26-4-video-editor-adds-vulkan-gpu-to-speech-to-text-on-linux #linux#opensource
Hashtags
@linuxgram · Post #18612 · 29.04.2026 г., 11:45
📰 The ps5-linux project can turn some PlayStation 5 consoles into a Linux gaming machine The open source ps5-linux project has been released, allowing you to turn a PlayStation 5 into a fully fledged Linux gaming machine.Read the full article on GamingOnLinux. 🔗 Source: https://www.gamingonlinux.com/2026/04/the-ps5-linux-project-can-turn-some-playstation-5-consoles-into-a-linux-gaming-machine/ #linux#opensource
Hashtags
@linuxgram · Post #18609 · 29.04.2026 г., 06:00
📰 Thunderbird 150 Lands on Linux: Smarter Encryption, Better Tools, and a Polished Experience by George WhittakerMozilla has officially rolled out Thunderbird 150.0, the latest version of its open-source email client, bringing a mix of security-focused enhancements, usability upgrades, and workflow improvements for Linux and other platforms. Released in April 2026, this update continues Thunderbird’s steady evolution as a powerful desktop email solution. 🔗 Source: https://www.linuxjournal.com/content/thunderbird-150-lands-linux-smarter-encryption-better-tools-and-polished-experience #linux#opensource
Hashtags