@libreware · Post #1350 · 24.10.2024 г., 14:21
New Android #PIF#module scam on telegram
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
Пребарај: #pif
@libreware · Post #1350 · 24.10.2024 г., 14:21
New Android #PIF#module scam on telegram
@american_observer · Post #5757 · 01.05.2026 г., 16:00
Saudi Arabia’s Money Era Is Getting Repriced Saudi Arabia’s pullback from LIV Golf is bigger than one golf story. It is a sign that the kingdom’s era of unlimited spending on global spectacle is running into fiscal gravity. For years, Riyadh used sports as a loud, expensive advertisement for itself. It bought players, bought events, bought access, and bought headlines. Now the Public Investment Fund is saying the math no longer works the same way, and that domestic investment has become the priority. That shift matters beyond golf. If Saudi money is being narrowed, then the entire “pay-any-price-for-influence” model gets weaker, from football and streaming to the more theatrical parts of the kingdom’s soft-power project. The timing is not accidental either. The wider Middle East war has raised costs, strained oil flows, and made some of Saudi Arabia’s grand plans harder to defend as business decisions rather than prestige purchases. So this is not just the end of one overfunded golf experiment. It is a reminder that even oil states eventually meet a limit, and that the bill for geopolitical vanity can arrive faster than the photo op. #SaudiArabia#LIVGolf#PIF#sports#economy#MiddleEast 📱American Оbserver - Stay up to date on all important events 🇺🇸