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

TGINSIGHT SIMILAR POSTS

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

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

Python + bash Если вам часто требуется запускать shell команды из Python-кода, какой способ вы используете? Самый низкоуровневый это функция os.system(), либо os.popen(). Рекомендованный способ это subprocess.call(). Но это всё еще достаточно неудобно. Советую обратить своё внимание на очень крутую библиотеку sh. Что она умеет? 🔸 удобный синтаксис вызова команд как функций # os import os os.system("tar cvf demo.tar ~/") # subprocess import subprocess subprocess.call(['tar', 'cvf', 'demo.tar', '~/']) # sh import sh sh.tar('cvf', 'demo.tar', "~/") 🔸 простое создание функции-алиаса для длинной команды fn = sh.lsof.bake('-i', '-P', '-n') output = sh.grep(fn(), 'LISTEN') в этом примере также задействован пайпинг 🔸 удобный вызов команд от sudo with sh.contrib.sudo: print(ls("/root")) Такой запрос спросит пароль. Чтобы это работало нужно соответствующим способом настроить юзера. А вот вариант с вводом пароля через код. password = "secret" sudo = sh.sudo.bake("-S", _in=password+"\n") print(sudo.ls("/root")) Это не все фишки. Больше интересных примеров смотрите в документации. Специально для Windows💀 юзеров #libs#linux

Hashtags

Резултати

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

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

Linuxgram 🐧

@linuxgram · Post #18107 · 19.03.2026 г., 02:57

📰 Running Mainline Linux, U-Boot, and Mesa on Rockchip: A year in review Get the recap of Nicolas Frattaroli's FOSDEM talk detailing Rockchip’s mainline progress, including Vulkan 1.4 and NPU support as a vital path to sustainable, affordable hardware. 🔗 Source: https://www.collabora.com/news-and-blog/blog/2026/03/02/running-mainline-linux-u-boot-and-mesa-on-rockchip-a-year-in-review/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #18102 · 18.03.2026 г., 12:08

📰Manjaro Linux Team Goes on Strike, Threatens to Fork the Project A significant portion of the Manjaro team has signed a manifesto demanding the project split from its parent company and restructure as a non-profit. 🔗 Source: https://feed.itsfoss.com/link/24361/17301403/manjaro-team-strike #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #18092 · 17.03.2026 г., 16:58

📰 Linux gaming is "solved" until anti-cheat shows up Linux and third-party anti-cheat clients are like water and oil. 🔗 Source: https://www.xda-developers.com/linux-gaming-is-solved-until-anti-cheat-shows-up/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #18077 · 16.03.2026 г., 15:39

📰 I dug into the Flipper One's firmware, and it's not a Flipper Zero sequel — it's a pocket Linux PC The firmware of the Flipper One is already publicly available, and there's a lot of interesting tech. 🔗 Source: https://www.xda-developers.com/dug-into-flipper-one-firmware-not-flipper-zero-sequel/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #18076 · 16.03.2026 г., 13:41

📰 SteamOS proved the Linux desktop works when you stop trying to make it look like Windows SteamOS hasn't brought about "the great exodus" to Linux, but it does teach distros how to do it right. 🔗 Source: https://www.xda-developers.com/steamos-proved-the-linux-desktop-works-when-you-stop-trying-to-make-it-look-like-windows/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #18050 · 13.03.2026 г., 08:50

📰 TrueNAS Connect Announced For Offering Enterprise Features Without The Hardware Last year TrueNAS unified their SCALE and CORE offerings as part of solidifying their enterprise storage efforts around Linux from their prior FreeBSD base. This year the developers at iXsystems have another change in store with announcing TrueNAS Connect as a new bridge for accessing TrueNAS enterprise storage features without having to invest in their hardware... 🔗 Source: https://www.phoronix.com/news/TrueNAS-Connect-2026 #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #18039 · 12.03.2026 г., 08:44

📰 freedesktop Closes Controversial Age Verification API Proposal A proposed age verification interface for Linux desktops has been closed in the freedesktop XDG specs, following strong community feedback. 🔗 Source: https://linuxiac.com/xdg-age-verification-interface-proposal-closed/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #18036 · 11.03.2026 г., 22:57

📰 NVIDIA 580.142 Production-Ready Linux Graphics Driver Released with Bug Fixes NVIDIA 580.142 production-ready graphics driver for Linux is now available for download with various bug fixes to improve stability. 🔗 Source: https://9to5linux.com/nvidia-580-142-production-ready-linux-graphics-driver-released-with-bug-fixes #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #18035 · 11.03.2026 г., 22:06

📰 SUSE May Undergo Another Ownership Change in Potential $6 Billion Sale According to Reuters, EQT is exploring options to sell SUSE, the enterprise Linux vendor it took private in 2023. 🔗 Source: https://linuxiac.com/suse-linux-may-undergo-another-ownership-change/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #18008 · 07.03.2026 г., 18:46

📰Fastfetch 2.60 System Information Tool Adds Moss Package Support Fastfetch 2.60 introduces Zed editor detection, moss package support, and enhanced window manager detection on Linux. 🔗 Source: https://linuxiac.com/fastfetch-2-60-system-information-tool-adds-moss-package-support/ #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17999 · 06.03.2026 г., 20:48

📰 New ASUS, Dell & OneXPlayer Hardware Support In Linux 7.0-rc3 A pull request sent out today and already merged to Linux Git ahead of Sunday's Linux 7.0-rc3 has some new hardware driver support additions for the likes of ASUS, HP, Dell, and OneXPlayer... 🔗 Source: https://www.phoronix.com/news/Linux-7.0-rc3-Platform-Drivers #linux

Hashtags

Linuxgram 🐧

@linuxgram · Post #17996 · 06.03.2026 г., 15:40

📰 Transport Fever 3 confirmed for Linux and macOS support The upcoming Transport Fever 3 from Urban Games is due out later this year, and the developers just confirmed more platforms will be supported.Read the full article on GamingOnLinux. 🔗 Source: https://www.gamingonlinux.com/2026/03/transport-fever-3-confirmed-for-linux-and-macos-support/ #linux

Hashtags

12•••89101112•••100•••121122
ПретходнаСтраница 10 од 122Следна