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

Пребарај: #sspdf

当前筛选 #sspdf清除筛选
Addis Standard

@addisstandardeng · Post #21674 · 11.03.2026 г., 05:28

UPDF dismisses #UN report alleging atrocities in #South_Sudan The Uganda Peoples’ Defence Forces (#UPDF) has rejected a United Nations report accusing it of committing atrocities during joint military operations in South Sudan. The report by the UN Commission on Human Rights in South Sudan, published on February 27, 2026, alleges that the UPDF supported the South Sudan People’s Defence Forces (#SSPDF) in conducting deadly airstrikes that killed civilians and destroyed homes in opposition-affiliated areas. According to the report, the joint operations targeted areas dominated by the #Nuer community, which are perceived as rebel strongholds. The Commission claims the aerial bombardments were at levels “unprecedented since pre-independence wars,” withcivilian homes, hospitals, and opposition sites reportedly hit. One incident cited occurred on March 24, 2025, when SSPDF and Ugandan forces allegedly launched an...... https://chimpreports.com/updf-dismisses-un-report-alleging-atrocities-in-south-sudan/