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

Пребарај: #tekeze

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

@addisstandardeng · Post #21322 · 05.02.2026 г., 14:40

News: “#Ethiopia inches ever closer to war” – The Economist Ethiopia is edging closer to another devastating conflict as renewed tensions in the #Tigray region raise fears of a wider regional conflagration, The Economist magazine reported in its this week edition. A TPLF official cited by the magazine said the Ethiopian National Defense Force was “mobilising in full force,” warning that another war could be catastrophic if political restraint fails. Tensions spiked again when TPLF-linked forces crossed the #Tekeze River into #Tselemti last week. While officials said the move was intended to protest the treatment of returning civilians, some analysts cited by The Economist believe it may also have been aimed at testing federal defenses... The African Union publicly offered to mediate on 30 January, but Ethiopia privately rejected the proposal, telling the #AU to refrain from intervening in its internal affairs, according to sources cited by The Economist. Read more: https://addisstandard.com/?p=55035