@borkena · Post #5950 · 07.03.2026 г., 16:34
Amnesty International Exposes OLA Crimes Against Women. Read more. https://borkena.com/2026/03/07/amnesty-international-exposes-oromo-liberation-army-ola-crimes-against-women/#Ethiopia#News#OLA
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
Пребарај: #ola
@borkena · Post #5950 · 07.03.2026 г., 16:34
Amnesty International Exposes OLA Crimes Against Women. Read more. https://borkena.com/2026/03/07/amnesty-international-exposes-oromo-liberation-army-ola-crimes-against-women/#Ethiopia#News#OLA
@addisstandardeng · Post #21274 · 02.02.2026 г., 07:20
‘Executions, torture, abductions, rape': #Ethiopia’s hidden conflict Wanted by the Ethiopian government, rebel military leader Jaal Marroo moves constantly to stay ahead of drones hunting him from the skies. The rebel commander leads the Oromo Liberation Army (#OLA) from a series of remote forest outpost in #Oromia, the country’s biggest region with a population of roughly 40 million people. The government has designated the former student as a terrorist, accusing the OLA of massacring civilians in ethnically motivated attacks. But in a rare interview from one of his hideouts, Marroo rejected accusations that his fighters target civilians. “Our war is not against the people,” he told The Associated Press. “It is against the brutal regime that has occupied and oppressed the nation for generations.” He added: “We are fighting to correct a system that treats the Oromo as subjects,.... https://web.facebook.com/AddisstandardEng/posts/pfbid02LchK3yaEF3X7SqibhSvj53rCitjKBMKJdagBKhHcwVG65YxSm5eSUkdXGzXaSDhFl
@terminchi · Post #3239 · 08.02.2024 г., 16:09
Maqtanishmasu menga Ana de Armas instagramdan yozgan. 😁 #kuchinskiy#ola#yōğe @terminchi
Hashtags
@borkena · Post #5934 · 06.03.2026 г., 05:50
Ethiopia: Authorities must investigate sexual violence, summary killings and torture by OLA fighters. Read more. https://borkena.com/2026/03/06/amnesty-international-ethiopian-authorities-must-investigate-sexual-violence-summary-killings-and-torture-by-ola-fighters/#Ethiopia#News#OLA#humanrights
Hashtags
@borkena · Post #5916 · 04.03.2026 г., 05:22
Oromo Liberation Army Points Finger At Abiy Ahmed’s Admin. Over Arsi Massacre. Read more. https://borkena.com/2026/03/04/ethiopia-oromo-liberation-army-points-finger-at-abiy-ahmeds-admin-over-arsi-massacre/#Ethiopia#OLA#Arsi
@borkena · Post #5940 · 06.03.2026 г., 15:20
“የኦሮሞ ነጻነት ሰራዊት" የሚያደርሰው የአስገድዶ መድረፈ ወንጀል መጋለጡ ፤ ኤርትራ የፕሮቴስታንት እምነት ተክታይ እስረኞችን መፍታቷ ፤ በትግራይ የተጀመረው አዲስ አስገዳጂ ህግ እና ሌሎች ዜናዎች… https://youtu.be/GOLVh2OE2Ik#Ethiopia#news#Oromia#Tigray#Eritrea#OLA
@borkena · Post #6074 · 26.03.2026 г., 04:28
Oromo Liberation Army Claims Significant Military Gain. Read more. https://borkena.com/2026/03/25/ethiopia-oromo-liberation-army-claims-significant-military-gain/#Ethiopia#News#EthiopianNews#OromoLiberationArmy#OLA
@addisstandardeng · Post #21815 · 24.03.2026 г., 09:43
News: OLF-OLA joins #Fano in criticizing #Ethiopia’s upcoming election, calls it a ‘hollow ritual’ A week after the #Amhara Fano National Movement issued warnings over participation, the Oromo Liberation Front–Oromo Liberation Army (#OLF-#OLA) has also dismissed Ethiopia’s upcoming national election as lacking credibility, claiming that much of the country remains beyond the reach of a meaningful electoral process. In a press release issued on March 23, the group said the election has been reduced to “a performance staged for foreign consumption,” with over seventy percent of the country inaccessible for credible voting. According to the statement, major opposition parties have either withdrawn or are participating solely to avoid deregistration or to expose what it described as flaws in the process. “All remaining parties in the process are either created by or colluding with the regime,” the group added. Last week, Addis Standard reported, citing the….. Read more: https://addisstandard.com/?p=56026
@borkena · Post #6248 · 02.05.2026 г., 18:40
Managed Peace or Real Stability? Ethiopia Is Being Stabilized, Not Solved. Read more. https://borkena.com/2026/05/02/ethiopia-managed-peace-or-real-stability-ethiopia-is-being-stabilized-not-solved/#Ethiopia#Politics#usa#EU#TPLF#OLA#Fano
@addisstandardeng · Post #21635 · 06.03.2026 г., 17:56
#Ethiopia: OLA outlines factual error in #Amnesty report; calls for independent investigation The Oromo Liberation Army (#OLA) has rejected findings of a recent report by Amnesty International accusing its fighters of gang rape and sexual slavery against women in #western_Oromia, alleging that the report contains “serious methodological flaws and factual errors,” and calling for an independent investigation into abuses committed in the region. In a press release issued on 06 March, the OLA said that while it condemns all forms of gender-based violence and supports efforts to document abuses against civilians, Amnesty’s report titled “No One Came to My Rescue” suffers from investigative shortcomings & fails to conclusively identify the perpetrators of the crimes described. The armed group argued that Amnesty itself acknowledged in the report that it could not verify the identities of the alleged perpetrators at the time of publication, a point the OLA said.. Read more: https://addisstandard.com/?p=55634
@addisstandardeng · Post #21666 · 10.03.2026 г., 11:03
#Op_ed: Breaking Silence, Demanding Accountability: Confronting war crimes in #Oromia Ewnetu B. Debela cites a report by #Amnesty_International documenting grave atrocities in #Ethiopia’s Oromia region, including gang rape and sexual slavery. He writes, “Under international humanitarian law, these abuses—as well as acts such as the summary execution of civilians and the large-scale forced displacement of populations—constitute war crimes and demand urgent investigation and accountability.” Ewnetu adds that “international observers have also documented widespread abuses… allegedly committed by both government forces and the Oromo Liberation Army (#OLA).” He emphasizes, “Documentation alone, however, is not justice,” warning that “history will judge… those who knew of these atrocities and chose silence over action.” https://addisstandard.com/?p=55692
@addisstandardeng · Post #21593 · 03.03.2026 г., 13:59
#Ethiopia: Religious councils, OLA condemn killing of civilians in #East_Arsi, call for swift accountability The Permanent Synod of the Ethiopian #Orthodox Tewahedo Church, the #Inter-Religious Council of Ethiopia, and the Ethiopian #Islamic Affairs Supreme Council have issued separate statements condemning the killing of 21 civilians in #Shirka Woreda, East Arsi Zone of #Oromia Region, urging authorities to take immediate action to bring perpetrators to justice and strengthen protection for residents. In their respective statements, the religious institutions denounced the attack and called for swift, transparent investigations, warning against attempts to exploit the incident to incite further violence. The Oromo Liberation Army (#OLA), for its part, accused what it described as “mercenaries” of moving through Arsi Zone and deliberately targeting Orthodox Christian civilians in an effort to inflame inter-religious and inter-ethnic tensions........ Read more: https://addisstandard.com/?p=55518