cleric_splash

joined 1 year ago
 

The Sub Labans lost their home of several decades after being forced out by Israel at the start of the month. Willem Marx recounts the story of the eviction, and the push to force Palestinians out.

Occupied East Jerusalem – In the darkness, just after 4:30am [01:30 GMT], police officers began to seal off the narrow sloping street, al-Khalidiyya Ascent, named for an illustrious family who had established a nearby public library.

Some of the officers positioned themselves in doorways opposite the designated building, equipped with Kevlar vests and truncheons, others in a row along the top of a stone step.

Despite the dim grey light, the soaring Dome of the Rock inside the al-Aqsa Mosque compound was still visible in the near distance, towering over the alleyway and the rooftops.

The police commander’s quiet signal was eventually given less than an hour later. After decades of conflict, debate and courtroom drama leading up to this finale, the speed of the eviction on July 11 was itself extraordinary.

A small team of officers entered through the cornflower blue metal door into the building’s cramped foyer.

They needed just a handful of seconds to break open the white wooden doorway of the Sub Laban family home for the past 70 years.

“It was very, very fast,” said Alma Shibolet, one of a small number of people who had been inside the cramped 60-square-metre (645-square-foot) apartment. “They just push the door, came storming in, like dozens of them, immediately.”

[–] cleric_splash@lemmy.world 97 points 1 year ago

There goes the narrative. Didn't last very long, did it?

[–] cleric_splash@lemmy.world 1 points 1 year ago
function pkglist -d "Gets list of installed packages"
  # Prevent descriptions in other languages
  set -l LANG C
  # Define pkglists location
  set -l dot $HOME/.config/dotfiles

  echo "(1/5) RPM-OSTREE status"
  rpm-ostree status > $dot/pkglist.rpm-ostree --booted

  echo "(2/5) Identify flatpaks"
  flatpak list --app --columns=application > $dot/pkglist.flatpak

  echo "(3/5) Identify pinned flatpak runtimes"
  flatpak pin > $dot/pkglist.flatpak.pinned

  echo "(4/5) Identify flatpak overrides"
  for i in (cat $dot/pkglist.flatpak)
      if test -s (flatpak override --show --user $i|psub)
	  echo $i
	  flatpak override --show --user $i
	  echo
      end
  end > $dot/pkglist.flatpak.overrides

  echo "(5/5) Save KDE configuration"
  fedora konsave -s kde_configuration --force

  # to apply configuration
  # fedora konsave -a kde_configuration

  git -C $dot st
end
[–] cleric_splash@lemmy.world 1 points 1 year ago (1 children)

Lots of Red Hat engineers use it as a daily driver

You mean IBM engineers.