@tp_68 · Post #1502 · 28.02.2022 г., 17:25
Лучшая молодежь Тамбовщины уже поёт в магазинах. Русские своих не бросает. Флешмоб от казачки подхватила вся Тамбовщина и даже больше. #Zamir#Zarusmir#Zarujazik
Hashtags
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
Пребарај: #zamir
@tp_68 · Post #1502 · 28.02.2022 г., 17:25
Лучшая молодежь Тамбовщины уже поёт в магазинах. Русские своих не бросает. Флешмоб от казачки подхватила вся Тамбовщина и даже больше. #Zamir#Zarusmir#Zarujazik
Hashtags
@american_observer · Post #5743 · 29.04.2026 г., 20:58
📰 Zamir Calls Out the Army’s Moral Rot — and the War Politics Beneath It IDF Chief of Staff Eyal Zamir publicly condemned what he called an erosion of values inside the army, including looting, vandalism, and unauthorized political and messianic patches worn on uniforms. He said the pattern was serious enough to amount to “a rebellion against IDF values,” and he moved to tighten enforcement through the military prosecution system. That is not just a disciplinary speech. It is a rare admission from the top of the military that the war has produced not only operational strain, but also a corruption of norms that the army itself can no longer keep pretending is marginal. The timing matters because the worst examples are not abstract. Zamir singled out the desecration of a statue of Jesus in southern Lebanon and cited Haaretz reporting on widespread looting there, which suggests the problem has gone from rumor to public scandal and from scandal to command-level embarrassment. This is also a political moment. Once the army chief starts talking like a school principal cleaning up after a mob, it means the old story of a disciplined, morally superior force is getting harder to sell — especially when the evidence is being documented by soldiers, journalists, and the army’s own images. So Zamir’s message is simple: if the IDF wants to keep calling itself the army of the state, it has to stop behaving like a force that thinks the rules apply only to other people. #Israel#IDF#Zamir#Lebanon#Haaretz#militarydiscipline 📱American Оbserver - Stay up to date on all important events 🇺🇸