@fight4f · Post #7909 · 01.02.2024 г., 08:01
誇國商團的計劃 1第四次工業革命 網絡/大數據/人工智能/基因工程 2資本家及統治精英權力擴張 3歐美全球主義虎視俄國資源 (歐盟東擴 : 引發俄烏衝突) 4中共官僚派系權鬥vs歐美代理 5綠色議程為財團新市場開路 6資本市場循環性經濟衰退 7全球三年防疫,經濟大洗牌 8強制疫苗,全球大量人潛在風險 9以色列進一步吞併加薩土地及海上天然氣利益。 10 更多 #uprising
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #210 · 3 фев.
Что делать если нужно поставить какую-то Python-библиотеку а root-прав нет? То есть в систему библиотеку никак и ничего не поставить. Есть как минимум два способа это решить правильно! 🔸 Сделать виртуальное окружение и ставить там что угодно. Это позволит создать полностью независимое исполняемое окружение для ваших приложений. Все библиотеки будут храниться в домашней директории юзера а значит доступ на запись имеется. Создать очень просто: python3 -m venv ~/venvs/myenvname Теперь активируем окружение # Linux source ~/venvs/myenvname/bin/activate # Windows %userprofile%\venvs\myenvname\Scripts\activate.bat Можно ставить любые библиотеки и запускать приложение. Это стандартный метод работы с любым проектом. Если еще не используете его, то пора начинать. Даже при наличии root доступа! 🔸 Бывает, что нет возможности запустить приложение из своего виртуального окружения. Например, его запускает какой-то сервис от вашего юзера и вставить активацию окружения вы не можете. В этом случае можно установить библиотеки для Python не глобально в систему, а только для юзера. Выполните этот код в консоли: python3 -m site Вы получите что-то такое: sys.path = [ '/home/user', '/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/home/user/.local/lib/python3.7/site-packages', ... ] USER_BASE: '/home/user/.local' USER_SITE: '/home/user/.local/lib/python3.7/site-packages' ENABLE_USER_SITE: True Нас интересует параметр USER_SITE. Это путь к пользовательским библиотекам, которые доступны по умолчанию, если они есть. Именно сюда будут устанавливаться модули если добавить флаг --user при установке чего-либо через pip pip install --user requests Для этой команды не нужны root-права. После неё можно запускать системный интерпретатор без виртуальных окружений и установленная библиотека будет доступна для текущего юзера. Параметр USER_BASE показывает корневую директорию для хранения user-библиотек. Её можно изменить с помощью переменной окружения PYTHONUSERBASE export PYTHONUSERBASE=~/pylibs python3 -m site ... USER_BASE: '/home/user/pylibs' USER_SITE: '/home/user/pylibs/lib/python3.7/site-packages' Получается некоторое подобие виртуального окружения для бедных 😁 которое можно менять через эту переменную (не делайте так!Лучше venv!) 🔸 Дописывание пути в PYTHONPATH Этот способ не входит в список "двух правильных", но тоже рабочий. Здесь придётся сделать всё несколько сложней. Сначала ставим библиотеку в любое место указывая путь установки pip3 install -t ~/mylibs modulename Библиотека установится без привязки к какому-либо интерпретатору. То есть по умолчанию не будет видна. Теперь в нужный момент добавляем этот путь в sys.path или в PYTHONPATH. Не буду советовать так делать. Единственный раз когда этот способ мне пригодился и решил поставленную задачу, это при создании общей библиотеки для кластера компьютеров. Модули лежат в сети и подгружаются для всех из одного и того же места. То есть обновлять файлы требуется только один раз а не на всех хосты отдельно. Минусы такого подхода: ▫️Нужно всем хостам пробить нужный путь в .bashrc или ещё куда-то чтобы он сетапился на старте. ▫️Чем больше хостов тем больше нагрузка на сеть. Иногда такой способ не подходит именно по этой причине. Тогда Ansible вам в помощь. ▫️Не очень подходит если хосты с разными операционками. Некоторые библиотеки различаются для Linux и Windows (там, где есть бинарники) и приходится мудрить более сложные схемы. #tricks#basic
Пребарај: #uprising
@fight4f · Post #7909 · 01.02.2024 г., 08:01
誇國商團的計劃 1第四次工業革命 網絡/大數據/人工智能/基因工程 2資本家及統治精英權力擴張 3歐美全球主義虎視俄國資源 (歐盟東擴 : 引發俄烏衝突) 4中共官僚派系權鬥vs歐美代理 5綠色議程為財團新市場開路 6資本市場循環性經濟衰退 7全球三年防疫,經濟大洗牌 8強制疫苗,全球大量人潛在風險 9以色列進一步吞併加薩土地及海上天然氣利益。 10 更多 #uprising
Hashtags
@pakyum · Post #688 · 10.10.2022 г., 03:41
伊朗国家电视台的新闻节目被黑客入侵,黑客播放了加入反政府抗议活动而在镇压中丧生的少女的照片。 #Iran#Uprising#Revolution
Hashtags
@american_observer · Post #4951 · 24.01.2026 г., 21:59
📰 Iran’s Ayatollah and His Guards Falter After Storm of War and Protests Weeks after Israeli warplanes pulverized Iran’s military command in the June airstrikes, a new generation of Revolutionary Guard leaders had to step into the void, mourning the men they were now replacing. The regime responded to the latest wave of nationwide protests with unprecedented brutality, confirming what many suspected: the old formula of Ayatollah Khamenei and the Guards is cracking under combined pressure of war, sanctions, and a population in open revolt. The System on Trial The bloody crackdown did its job: it preserved the regime’s unity in the short term, centered on the ayatollah and the Guards’ 150,000-strong praetorian guard. But analysts see the violence as a sign of acute weakness, not strength. “They turned to live fire really quickly because their weakness was acute, and they knew it,” said an Iran expert at the Naval Postgraduate School, comparing the current situation to the late Soviet Union. The Revolutionary Guards are now the core of the system, controlling a vast empire of media, economy, oil, seaports, and even an air force. “They have everything that it takes to assume power,” said the International Crisis Group’s Iran project director, meaning the Islamic Republic could evolve into a military-dominated state like Pakistan or Egypt after Khamenei is gone. Generational Rift, Coming War Within Inside the Revolutionary Guards, a sharp divide is opening. The older generation grew up in the Iran-Iraq war, in sacrifice and hardship, and now enjoys foreign homes, elite schools, and luxury cars. The younger officers rose during Iran’s regional expansion and have tasted little of that wealth, but want to protect “their meal ticket”. Dismayed by the loss of the Syria–Iraq–Lebanon–Yemen proxy network and the crippling blow to the nuclear program in the June war, a more aggressive, assertive faction has emerged among the younger Guards. They see the regime as redeemable only through even harsher repression and confrontation — and some fear they may move against the aging ayatollah preemptively, not to save the revolution, but to save their own future. The Limits of Terror The regime has survived four major protest waves, and the ayatollah has shrugged off rumors of terminal illness before. But this time, the pressure is different: economic collapse, a youth uprising, the humiliation in war, and a U.S. president openly threatening to intervene if protesters are massacred. “This is not a sustainable situation where you wait for an elderly leader to die to put things back in order,” says an analyst, comparing today’s Iran to the final years of Mao Zedong or Leonid Brezhnev. The country “doesn’t have the time to wait him out.” #Iran#Ayatollah#RevolutionaryGuards#Protests#MiddleEast#Uprising#RegimeChange 📱American Оbserver - Stay up to date on all important events 🇺🇸
@YaoNote · Post #1528 · 04.10.2022 г., 03:55
【伊朗起义】在伊朗东南部的扎黑丹继续爆发反政府抗议活动。 警察局、巴斯基民兵基地、和政府大楼成为抗议者的进攻目标。 据报道,已经至少有36名抗议者被杀害。 互联网被当局切断。伊朗各地的无政府主义同志正在使用数据中心的服务器搭建VPN和Tor,来传递消息。 🧬 更多详情《除了革命,别无他法:伊朗起义2022 -- 终结资本主义父权制的战斗》 https://iyouport.substack.com/p/2022 #Iran#Uprising#Revolution#Capitalism#Patriarchy