Border Patrol agents arrest fire crew members at Washington wildfire
Border Patrol agents arrest fire crew members at Washington wildfire
Immigration agents arrested two Mexican contractors helping to tackle a wildfire in Olympic National Forest in Washington, a supervisor who oversees the crews said ThursdayAlicia Victoria Lozano (NBC News)
Switching to Linux - A comprehensive guide
I’ve been seeing a lot of people wanting to switch to GNU/Linux(shortly just Linux) recently, owing to various reasons including Windows 10 EOL, forced integration of AI tools, screenshot spying, bloatware, etc. and I thought I’d make a comprehensive guide based on my experience.
Please feel free to correct me when I’m mistaken.
Step 1-A:
To dual boot with Windows or not:
Decide how much you rely specifically on Windows based apps.
For most apps, there are open source and/or free alternatives.
- M$ Office → LibreOffice.
- Edge → LibreWolf, Ungoogled-chromium/Trivalent.
- Outlook → BetterBird, and a shout-out to the new Tuta Mail client.
- Photoshop → Krita, GIMP
- Premiere Pro → Davinci Resolve, Kdenlive
There are also workarounds to run Windows apps on Linux using a VM(Virtual Machine) or containers, which you’ll have to experiment or look up others’ experiences.
→ A few multiplayer games with invasive kernel-level anti-cheat(like Valorant, LoL, Apex, Destiny2, Rainbox Six Siege, Fortnite, some Battlefield ones) will not run on Linux.
Check if it’s the case with the game you play on ProtonDB.
Edit: As some people have pointed out, AreWeAntiCheatYet website is also a good resource on multiplayer gaming on Linux.
Steam with its Proton support will just run majority of games otherwise.
98% of my 500+ games library on Steam just works.
→ For those who use Epic Games, your library will work through Lutris or Heroic.
- Heroic will have a library of all your games and each one will have its own prefix, I think.
- Lutris just has one prefix for Epic games and all the games in its library and runs like the Windows equivalent.
→ Those sailing high seas can still use Lutris/Heroic/Bottles to run stuff. IYKYK. Make sure to play around with winetricks and change runners if things don’t work.
There’s a slight learning curve if you’re using Lutris and stuff on your own.
Get the relevant community’s help when needed.
I personally dual boot two different Linux distros, one of which is to run stuff from the high seas.
Step 1-B:
(Skip to Step 2 if you don’t want Windows.)
If you don’t have alternatives or if VM/containers don’t run the apps you use properly, you will have to stick to dual booting Linux with Windows.
If you do, try to install Linux on a separate HDD/SSD. If you don’t have a spare drive, you can still install Linux in the same drive as Windows, but Windows has a history of breaking dual boot configurations and Linux’s bootloader. In this scenario, all you just need is to keep a USB drive with your distro’s ISO handy so you can live boot, open CLI and fix the bootloader.
Also, after installation, don’t try to run games directly from external NTFS drive on Linux. You’ll have issues.
You can always continue to copy/run files from an NTFS drive on Linux. But since NTFS is windows’ proprietary filesystem, expect it to corrupt it. It can be easily be fixed by chkdsk(disk Error checking) on Windows. So, don’t panic about this.
If you don’t need to use your external drive on Windows at all, convert it to ext4 and safely use it on Linux.
If you want to use your external drive on both Windows and Linux without corruption, exFAT supposedly works better, but exFAT doesn’t have journaling and similar features. So, a power cut during file transfer might cause data loss.(?)
I started out dual booting with Windows myself as I was scared if some things wouldn’t work, but gradually, I’ve been able to ditch Windows completely.
Step 1-C:
If you’re using the same drive for dual booting, you’ll have to make some space on it for Linux to use.
Windows can make it harder sometimes, so you might end up using some 3-rd party partion manager tools to force it, if it wouldn’t allow you.
→ Also, disable Hibernation, turn off Virtual Memory in Advanced System Settings and set paging size to 0. You can turn it back on after installing Linux.
→ To make some space, go to Disk Management and shrink your Windows volume based on your choosing. You should ideally be able to get as much free space as you see in Properties of your C Drive.
If this doesn’t work, then try a reputable 3-rd party partition manager to shrink it.
→ Once shrunk, you’d see unallocated space of your chosen size. This is where we’re going to install Linux.
Step 2-A:
Picking a distribution. There are a lot to pick from.
The three big parent ones are Debian, Fedora and Arch and many other distributions are built on top of them. There’s also OpenSuse, which supports RPM packages that is typically used on Fedora.
There are also a lot more independent distros like Gentoo, Void, Nix, Qubes of which I’m not much familiar with. You can explore those communities if interested.
Debian is a fixed release distro. Fedora is semi-rolling, and Arch & OpenSuse Tumbleweed are rolling/bleeding-edge.
- Debian(Slow to update but supposedly stable) → Ubuntu(has unfriendly snap) → Mint(most popular and friendly).
I’d not recommend Ubuntu based on my experience. But if you want to, go ahead.
- Fedora(Natively, it has only FOSS packages by default and requires a bit of really simple initial config for proprietary Nvidia driver and codecs- refer RPM Fusion).
Fedora derivatives like Nobara/Bazzite usually have Nvidia driver and proprietary codecs already installed. Make sure to choose their ISO file that has Nvidia support.
- Only try regular Arch install if you have enough time and patience.
[If you’re a novice, avoid AUR if possible since they are all user submitted packages there.]
Otherwise, try Cachy-OS that is Arch-based. It has a GUI package manager.
SteamOS, also Arch-based, is typically not recommended for Desktop systems, I think.
- OpenSuse Tumbleweed is also rolling distro like Arch. Has a nice installer and a GUI package manager.
This is what I’m currently using after a lot of distro hopping, along with another Fedora based distro.
Most of these are regular traditional distros except Bazzite.
Bazzite is an image-based or an atomic distribution, which is supposedly hard to break. The core of it is untouched and applications can then be installed using Flatpak/Containers.
If packages are installed natively, they will be layered on top of the image.
If something goes wrong after an update, it can be rolled back to the previous working image.
Note: Regular Fedora based distros offer the ability to switch to 2 previous kernel versions during boot.
There are also other atomic distros like Kinoite(Fedora KDE in atomic form), Silverblue(Fedora Gnome in atomic form), Secureblue(if you take security very seriously), Aurora, etc.
At first, you may pick a distro that’s not for you.
In which case, always have a back up of your important data elsewhere and be ready to install another distro that you’d like to try.
Step 2-B:
Picking a Desktop Environment (also Display Server and Window Manager/Compositor).
TLDR note: Only worry about choosing Desktop Environment. Ignore others if needed.
Desktop Environment is how an OS looks like and all that you can customize with the GUI.
A lot of distros support KDE & Gnome by default.
There’s Cinnamon used in Mint.
XFCE is a lightweight DE.
Cosmic DE(still in alpha) is based on Rust(memory-safe).
Optional reading:
These DE typically have their own Window Manager(X11) or Compositor(Wayland).
I’ve never strayed away from the default stacking managers that most Desktop Environments provide.
But feel free to explore others out there if you’re into it.
Popular tiling managers are i3 on X11 and Sway on Wayland.
Now, Display Server is the simply the underlying protocol coordinating input/output. There are only two that exists. Xorg’s X11 and Wayland.
X11 is the legacy display server that is used by many distros, but slowly being phased out.
Wayland is the newer display server that is supposedly more secure with GUI isolation(which X11 lacks) and supports features like HDR.
Applications that are developed to run for X11 run on Wayland too using compatibility layers like x-Wayland.
- Cinnamon on Mint works well on X11 from last I used it and Wayland is only experimental.
If you’re choosing Mint, you’ll probably be sticking to X11 for now. - KDE and Gnome, both have wayland support. Gnome is soon phasing out X11.
- Xfce has recently introduced wayland support.
→ On most DE, both Wayland and X11 can be used by switching over in the Login Screen.
Speaking of login screen, there’s the Display Manager. If you’re asked to pick anything in some distros, just use SDDM(for plasma), GDM(for gnome), lightDM(for others).
Step 3-A:
Now, time to get the distro ISO file from their legit websites.
Some of them support torrent downloads too.
Distros like Fedora package different environments as spins.
So, there will be Fedora KDE, Fedora Workstation(Gnome), Fedora Cosmic, and so on.
Mint’s native ISO will have Cinnamon bundled.
It also has a separate XFCE version and LMDE version(derived from Debian instead of Ubuntu).
In other cases, if you have an Nvidia card, make sure to select the Nvidia version of the ISO if they offer you that way.
Step 3-B:
Preparing a USB drive with Ventoy:
Before anyone asks, Rufus is great, but only works on Windows and you’ll have to format an ISO with it everytime you want to use a different one and you’re only limited to one ISO at a time.
Ventoy on the other hand, has cross-compatibility. It is a one time installation. You can just drag and drop or copy & paste multiple distro ISOs in it as long as you have the space in the USB drive.
Avoid Balena Etcher. I’ve seen people have issues with it.
Ventoy should have both GUI and CLI method to install. Check their site.
Step 3-C:
Meddling with BIOS:
BIOS/UEFI can be accessed during the startup of a system usually with F2/Delete/F12.
- SecureBoot(a Microsoft feature) has to be turned off before installation.
Note: If you’re not dual-booting or don’t need Mircosoft’s secureboot, you can continue to leave it disabled after installation too.
If you want it however, it can be turned on again after installation.
If turned on, a secureboot key for your linux distro has to be registered.
You’ll have to create a keypair using ‘mokutil’ and register this with a password.
Check your distro documentation regarding how to do this.
Exception:
From what I recall, Nobara does not support SecureBoot.
- Fast boot can be turned off too.
- SATA mode should preferably be in AHCI.
- Boot order can be changed and the installation USB can be prioritized to boot first too.
This step can also be done by accessing the boot menu, typically by spamming F8 or F10 on startup.
Step 4-A:
Installation & Partitioning:
- If you’re using auto-partitioning,
→ choose the unallocated free space if you’re dual booting on same drive.
Distro installations will usually have options like ‘Install alongside Windows’.
→ Choose the windows drive otherwise if you’re getting rid of Windows. The installer will format the drive and install over it.
Note:
You can also choose to encrypt your disk partition with a password with LUKS during installation.
Ignore the following if you’re using auto-partitioning.
- If you’re manually partitioning, you’ll typically have to create:
/boot/efi (EFI partition type – vfat filesystem) of about 300 MB to 600 MB space for boot loader.
/boot partition(linux extended boot - ext4) of about 1 GB to 2 GB size to store kernel images.
/ partition(Linux root x86_64 partition type – either ext4 or btrfs or one of your choosing), with the much of the rest of your free space.
/swap partition (Linux swap partition type – swap filesystem) with anywhere from 2 to 4 to 8 GB of size.
This is similar to the paging file and acts as extended Memory. This is optional, but good to have.
Note: I suspect most distros have fully started using GPT instead of legacy MBR even for EFI partition. So, hopefully, no one has any issues with that.
→ For your root filesystem, you can use the standard ext4 filesystem which has journaling features.
There’s also the popular Btrfs, which has Copy-on-Write feature that supposedly helps with better snapshots of system.
→ Additional Note: Timeshift backup program doesn’t work well with Btrfs on Fedora because of how the root volume is labeled there. I think the root is labeled as @ instead of /. Look into it if you want to use Timeshift on Fedora.
Nobara fixes this by default. So, you can use Timeshift in it.
OpenSuse distros have btrfs+snapper integration for backup.
→ Troubleshooting note for btrfs users:
Lately, during power cut or forced shutdown, Btrfs partition got corrupted due to a bug in the Linux Kernel(anywhere between 6.10 to 6.15, I think).
To fix this, use the command:
btrfs rescue zero-log <insert root partition address>
.
Eg.
btrfs rescue zero-log /dev/nvme0n1p3
OR
btrfs rescue zero-log /dev/sda3
Your root partition can be found by using the command ‘lsblk
’.
Edit:
Troubleshooting note:
- Try to use USB 3.0 or USB-C ports for live boot or live-install. Avoid USB hubs.
- On USB 2.0, live-install can be slow since it has to load stuff from USB to RAM.
- If you have any issues with graphics, try the legacy graphics/ basic graphics mode while choosing to install.
Intermediate/Expert users:
You can also do this temporarily.
Press 'E' during boot loader menu and edit kernel entry(line that starts with linux or kernel and may end with splash) to add nomodeset
.
So, it should look like:
linux /boot/vmlinuz... nomodeset quiet splash
- Those who have other issues during install, make sure you downloaded the file fully or copied the file into the USB fully.
This can be confirmed by comparing the checksum of the file on the website to the one on the USB.
Step 4-B:
Post-install and Troubleshooting notes:
→ For those who ditched Windows completely, make sure to back up your data and convert your external drives’ Filesystem to ext4 too for Linux-only use.
→ For most apps, you can try to find a flatpak version(preferably verified ones).
Some apps like Steam, Lutris, gamescope and OBS are recommended to be installed natively.
*Avoid Snap packages if you use Ubuntu.
→ In some distros, you have to manually add Flathub repository and use flatpak apps that are then integrated with your Desktop Environment’s AppStore.
To be safe, you can also check for a tick sign or a verified signature of the developer of your flatpak application.
Distros like Mint have an option to just show you only verified apps.
Fedora has an extra repository of its own managed Flatpak applications. I avoided this and just directly used apps from Flathub though.
→ Remember to always update your system additionally after a kernel/GPU driver update, if you are using flatpak applications.
This is so that the Flatpak runtimes(like Freedesktop stuff and other application platforms) will get updated and only then most flatpak apps will continue to work.
Some distros take care of this during a regular update itself. But keep an eye out for this one.
→ Some distros like base Fedora only comes with FOSS apps. Install proprietary Nvidia driver and codecs separately by following the RPM-fusion site.
(If you’re using Fedora derivatives like Nobara/Bazzite, you don’t even have to do the following.
If you’re intimidated by it, just use a Fedora derivative.)
It involves installation of two RPM repos: free and non-free. Then, a few lines in the commandline to install Nvidia driver and ffmpeg codecs.
Those with AMD GPU can just install the proprietary codecs.
//
For people who don’t want to read too much into the simple, one-time procedure can just follow this (as shown in RPM fusion site):
For Nvidia driver, type:
sudo dnf install akmod-nvidia
For optional CUDA support, type:
sudo dnf install xorg-x11-drv-nvidia-cuda
For Video acceleration support, type:
sudo dnf install nvidia-vaapi-driver libva-utils vdpauinfo
For Codecs, type:
sudo dnf swap ffmpeg-free ffmpeg –allowerasing
For additonal codecs:
sudo dnf update @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
//
→ Screensharing with audio is still problematic with Discord even though it claims to have been fixed.
Vesktop had fixed this a year ago or even before Discord even tried.
→ Some mkv files with eac3 audio may have issues with VLC.
Haruna player, with its innate mpv stuff, manages to play those.
→ If Steam doesn’t launch the first time, type:
__GL_CONSTANT_FRAME_RATE_HINT=3 steam
→ For rolling & semi-rolling distros, the latest Nvidia drivers should have solved a lot of its issues.
If anyone still finds a blank screen after waking from sleep, try getting into TTY by pressing Ctrl+Alt+F3, followed by Ctrl+Alt+F2(or F1) to get back into your Graphical UI.
→ CachyOS and OpenSUSE has great GUI installers that allows one to choose packages during and after installation.
Arch users are on their own with the Wiki.
→ Other distro users can still make use of the Arch Wiki in most cases. It’s very helpful.
Case in point:
Arch has a guide to disable HSP/HFP of a Bluetooth headset by creating a file in .config folder in home(~) directory.
I had to do this so that I can just use my external mic and avoid my Bluetooth headset going to poor quality audio codec when it uses BT microphone.
→ If anyone suddenly miss their Wifi/Bluetooth device and not even detected with ‘rfkill
’ command, then you might be overloading your USB ports that it doesn’t get enough power.
You might see a code “usb error -110” when you check your journalctl log or when you use the command :
journalctl -b 0 -p err
.
In this case, just unplug all your devices and powercycle your motherboard, i.e. you have to press your power button for 10-15 seconds.
After that, your Wifi/BT device will be detected again.
→ Most distros have good enough firewall like ufw or Firewalld.
One can also install OpenSnitch or Safing Portmaster if your distro supports it and have fine-grained control of your system.
→ If printing, local filesharing and geolocation are not needed,
packages like ‘cups’, ‘samba’ and * ‘geoclue’ can be removed or *masked(disabled).
like this
Chris Hedges: Israel’s Assassination of Memory
European leaders, along with Joe Biden and Donald Trump, remind us of the real lesson of the Holocaust. It is not Never Again, but, We Do not Care. They are full partners in the genocide. Some wring their hands and say they are “appalled” or “saddened.” Some decry Israel’s orchestrated starvation. A few say they will declare a Palestinian state.
This is Kabuki theater — a way, when the genocide is over, for these Western leaders to insist they stood on the right side of history, even as they armed and funded the genocidal killers, while harassing, silencing or criminalizing those who decried the slaughter.
The razing of Gaza is not only a crime against the Palestinian people. It is a crime against our cultural and historical heritage — an assault on memory. We cannot understand the present, especially when reporting on Palestinians and Israelis, if we do not understand the past.
History is a mortal threat to Israel. It exposes the violent imposition of a European colony in the Arab world. It reveals the ruthless campaign to de-Arabize an Arab country. It underscores the inherent racism towards Arabs, their culture and their traditions. It challenges the myth that, as former Israeli prime minister Ehud Barak said, Zionists created, “a villa in the middle of a jungle.” It mocks the lie that Palestine is exclusively a Jewish homeland. It recalls centuries of Palestinian presence. And it highlights the alien culture of Zionism, implanted on stolen land.
When I covered the genocide in Bosnia, the Serbs blew up mosques, carted away the remains and forbade anyone to speak of the structures they had razed. The goal in Gaza is the same, to wipe out the past and replace it with myth, to mask Israeli crimes, including genocide.
This denial of historical truth and historical identity permits Israelis to wallow in eternal victimhood. It sustains a morally blind nostalgia for an invented past. If Israelis confront these lies it threatens an existential crisis. It forces them to rethink who they are. Most prefer the comfort of illusion. The desire to believe is more powerful than the desire to see.
Chris Hedges: Israel’s Final Solution for Gaza — Erasing a City, Its People, and Its History
Chris Hedges: Israel is razing Gaza City with bombs, bulldozers, and famine. Palestinians face genocide, while centuries of Gaza’s history are wiped outChris Hedges (MintPress News)
The Last Days Of Social Media: Social media promised connection, but it has delivered exhaustion.
At first glance, the feed looks familiar, a seamless carousel of “For You” updates gliding beneath your thumb. But déjà‑vu sets in as 10 posts from 10 different accounts carry the same stock portrait and the same breathless promise — “click here for free pics” or “here is the one productivity hack you need in 2025.” Swipe again and three near‑identical replies appear, each from a pout‑filtered avatar directing you to “free pics.” Between them sits an ad for a cash‑back crypto card.Scroll further and recycled TikTok clips with “original audio” bleed into Reels on Facebook and Instagram; AI‑stitched football highlights showcase players’ limbs bending like marionettes. Refresh once more, and the woman who enjoys your snaps of sushi rolls has seemingly spawned five clones.
Whatever remains of genuine, human content is increasingly sidelined by algorithmic prioritization, receiving fewer interactions than the engineered content and AI slop optimized solely for clicks.
These are the last days of social media as we know it.
The Last Days Of Social Media
Social media promised connection, but it has delivered exhaustion.James O'Sullivan (NOEMA)
Video - Anti-Zohran Protest
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
Iran’s Parliament submits emergency bill to withdraw from Nuclear Non-Proliferation Treaty
Following the announcement by the E3 (France, Germany, and the United Kingdom) to trigger the snapback mechanism on sanctions against Tehran, Iran’s Parliament has drafted and submitted an emergency bill proposing a full withdrawal from the Nuclear Non-Proliferation Treaty (NPT).
Hossein-Ali Haji-Deligani, Deputy Chairman of the Article 90 Committee of Iran’s Parliament, confirmed that the bill will be uploaded to the parliamentary system on the following day and subsequently reviewed in an open session.
“As we had previously stated, these countries were already implementing the consequences of the snapback mechanism, including sanctions against us. There is nothing new in this.” Haji-Deligani told Iran's Tasnim.
Iran’s parliament submits emergency bill to withdraw from NPT
Iran’s parliament has introduced a bill for a complete withdrawal from the NPT in response to the E3’s decision to trigger the snapback mechanism.Al Mayadeen English (Iran’s parliament submits emergency bill to withdraw from NPT)
like this
The proposed legislation comes amid growing frustration in Tehran over the West’s repeated failure to honor agreements and ease pressure on Iran.
That part is important.
Introducing ActivityPub.Space
The in-person events at FediCon in Vancouver lit a fire in the Canadian ActivityPub community. One of the louder calls were for a place in the fediverse for ActivityPub discussions; a place for groups to form and for long-running discussions to be had.
I was more than happy to get involved. I also wanted such a place, and I've discussed it on and off for the past year. ActivityPub development discussions are fragmented across multiple disconnected channels, and none of them fully capture the entirety (or a majority, or even a sizeable minority) of the AP developer community. ActivityPub.Space is my answer to that call.
One constant about ActivityPub is that all ActivityPub developers are on the fediverse, and so it only makes sense that discussions about AP development should also take place on the fediverse.
At the same time, the "fediverse" isn't one singular entity. jaz@mastodon.iftas.org famously quipped "There is One Fediverse. There are a Million Fediverses." While I can't make guarantees about this site connecting with a million fediverses, I can say that it does connect with the microblogiverse, the blogiverse (WordPress blogs!), and the Threadiverse (Lemmy/Piefed/MBin/NodeBB/Discourse).
So how does it work?
The site is divided up into several categories:
- General Discussion is for any non-technical discussions about ActivityPub
- Technical Discussion is for technical deep-dives
- Meta contains discussions about this site itself
- Random is for everything else (there's always a "Random" category on a forum, isn't there...?)
We also pull in content direct from Fediverse news outlets such as "Week in Fediverse", "Connected Places", and "Relay, by We Distribute".
On the threadiverse side, we directly link to several other fediverse-focused communities on Lemmy and Piefed.
We utilise a number of relays to both distribute local content out and receive content from the wider microblogiverse. When content comes in via microblogs, they're not usually categorized, so we check for relevant hashtags and automatically categorize them into one of the local categories.
The wonderful thing about this site is that it fully federates, which means you can follow all of these categories from your app of choice. You don't even have to register a local account if you don't want to, but you definitely can (and should!) if you want the best experience browsing the categorized topics.
The categories today are rather broad, but over time I hope to split them up into smaller topics based on user demand. Give the site a try today!
crossgolf_rebel - kostenlose Kwalitätsposts likes this.
reshared this
Here's instructions I wrote up for another NodeBB site with how to follow stuff from Mastodon - discussions.thenexus.today/top…
How to follow and participate in discussions here from your Fediverse and ATmosphere accounts
Another way you can load discussions here into Fediverse is to copy the address bar, but add a post index to the end. For example, /topic/123 might not load,...The Nexus of Discussions
How do I diagnose issues when it comes to bugs/crashes?
So, how do I go about fixing this sort of stuff? My method of trying every single version of Proton with various recommended settings/commands from Protondb has not yielded anything beneficial. Additionally, searching the web with errors has also not yielded any meaningful results. For now, my solution is to switch back to windows if I want to play anything other than Factorio.
Thanks for the help.
My best guess is that you have an GPU that either doesn't support Vulkan, or has driver issues. But we shouldn't guess, that's what logs are for.
For Steam logs, running Steam from terminal as suggested is one way. Do note that error with wrong ELF class for game overlay library when starting any game is normal, since Steam tries to load both 32 and 64 for bit version for each game, and the wrong one will always fail. Arch wiki has more information.
wiki.archlinux.org/title/Steam…
For Proton logs, set environment variable PROTON_LOG=1. You can do it in Steam launch options, see Proton Readme for more info.
github.com/ValveSoftware/Proto…
With hardware and firmware issues system logs often point to right direction. Again Arch wiki has a good tutorial on it.
wiki.archlinux.org/title/Syste…
Games often have their own logging too if you need to go there. You'll need to look those up, as they vary by game.
I hope this helps.
GitHub - ValveSoftware/Proton: Compatibility tool for Steam Play based on Wine and additional components
Compatibility tool for Steam Play based on Wine and additional components - ValveSoftware/ProtonGitHub
Jaguar Land Rover Car Production and Sales Crippled by Cyberattack
IT issue leaves JLR unable to register cars on crucial 'new plate' day
No new Land Rover models registered in UK today as firm races to solve system faultFelix Page (Autocar)
Technology Channel reshared this.
“This is Eternal Displacement”: Israeli Onslaught on Gaza City Forcing Thousands to Flee With Nowhere to Go
cross-posted from: lemmy.ml/post/35366137
Abdel Qader Sabbah
Aug 27, 2025
Palestinians are describing the assault by the Israeli military to seize and ethnically cleanse Gaza City—Gaza’s largest city, where up to a million people are currently seeking shelter—as the end game.On Tuesday, residents in al-Saftawi neighborhood, just north of Sheikh Radwan in Gaza City, were forced to flee in the thousands as Israel’s ground assault bore down, with tanks and warplanes leveling entire blocks.
“For about a week now, it’s been constant bombing, shelling, and destruction,” Ramy, a resident being displaced from al-Saftawi, told Drop Site on Tuesday. “Today we were shocked when the army raided our area and bombed it. We were terrified, really terrified. A quadcopter came and they told us: ‘You have six hours to evacuate.’”
like this
“This is Eternal Displacement”: Israeli Onslaught on Gaza City Forcing Thousands to Flee With Nowhere to Go
Abdel Qader Sabbah
Aug 27, 2025
Palestinians are describing the assault by the Israeli military to seize and ethnically cleanse Gaza City—Gaza’s largest city, where up to a million people are currently seeking shelter—as the end game.On Tuesday, residents in al-Saftawi neighborhood, just north of Sheikh Radwan in Gaza City, were forced to flee in the thousands as Israel’s ground assault bore down, with tanks and warplanes leveling entire blocks.
“For about a week now, it’s been constant bombing, shelling, and destruction,” Ramy, a resident being displaced from al-Saftawi, told Drop Site on Tuesday. “Today we were shocked when the army raided our area and bombed it. We were terrified, really terrified. A quadcopter came and they told us: ‘You have six hours to evacuate.’”
“This is Eternal Displacement”: Israeli Onslaught on Gaza City Forcing Thousands to Flee With Nowhere to Go
“No one is spared—no old person, no child, no woman. No human being is spared.”Abdel Qader Sabbah (Drop Site News)
Google Photos app uploaded all my locally saved pictures completely against my will
I've gotten a new phone and setting it up for the past few days - a Fairphone 5 with Android installed. So obviously, this means I can't escape Googles clutches. Sure, whatever.
I have been VERY adamant about pressing "No" on all prompts, that try to get me to try something out or use some dumb service. I do not want any AI tool or similar to go through my files.
Yet, while perousing the depths of my system settings, I realized Google Photos was using a suspicous amount of storage. Somehow, it had "synchronized" ALL my locally saved pictures - this included pictures of my vacations, my drivers license, private pictures I would have rather not shared, and so on...
And while checking the Google Photos App for the damage done, obviously it had already automatically generated "previews" and "albums" for me, neatly organized.
IT HAD AUTOMATICALLY ANALYSED MY DRIVERS LICENSE AND SAVED IT INTO AN ALBUM CALLED "Identity-related"
How the fuck is this legal? I am so mad at myself right now. I'm usually so fuckin cautious about denying any sort of pop-up and setting all settings as strictly as possible.
So obviously I just had to spent 2 hours figuring out how to turn this "synchronization" off, and how to delete all photos in google photos - spoiler alert: There is no "Delete All" button. You have to manually select every single fucking image.
Sorry for the rant, I hope it's not too off-topic.
I'm just so mad right now.
a Fairphone 5 with Android installed. So obviously, this means I can't escape Googles clutches
If you have a Fairphone then you can escape Google, Fairphones are one of the few phones that support third party ROMs. If they weren't so expensive I would buy one myself.
Google Photos fails to include a libre software license text file. We do not control it, anti-libre software.
What did you expect? LMAOO
[RESOLVED] Looking for a way to make links to posts that don't leave the instance.
I know I've seen it before, some website that translated a link to a post into a link to that same post, but on the instance of the user clicking the link. I cannot for the life of me seem to find it again, though.
It was not a browser extension.
Is BOINC safe to run on your personal computer/server with your private files?
The adage that victors write history unravels here. China, a clear victor, was denied the platform to showcase its courage, sacrifices, and contributions. Today, it’s unjustly branded as a threat by Western discourse. World War II neither began nor ended in Europe. China, a founding UN member and the first to sign the UN Charter, remains its most steadfast supporter. It rejects the US-dominated narrative, crafted by a latecomer to the war that suffered the least yet unleashed atomic devastation. China’s WWII legacy fuels its modern mission: eradicating poverty, aiding the Global South, building global infrastructure, and championing peace and a shared future for mankind.
I know that after my death a pile of rubbish will be heaped on my grave, but the wind of History will sooner or later sweep it away without mercy. — Stalin
Maybe some day, but in the Global North they’re still piling on rubbish.
China’s SANY has commenced work on a 10 MW solar photovoltaic (PV) power plant in Zimbabwe as part of a mining project
SANY's Zimbabwe mining solar power project - African Review
Energy - Sany commences zimbabwe mining solar power projectafricanreview.com
Fuzzel 1.13 adds new features for menu building and usability
Fuzzel 1.13 adds new features for menu building and usability
Fuzzel, a popular Linux app-launcher and menu building tool on Linux has recently released version 1.13. While Fuzzel may be best known as an app launcher, it's a popular choice for building little menus.Mark Stosberg
German consumer confidence slumps again as job fears rise
German consumer confidence slumps again as job fears rise
German consumer confidence fell for a third month in August, with income and economic expectations dropping sharply amid rising job fears. Willingness to buy declined slightly, signalling a fragile outlook.Piero Cingari (Euronews.com)
Can other lemmy users see my email address I registered with?
"The Fort Bragg Cartel": Book Exposes U.S. Special Forces' Involvement in Drug Trafficking & Murder
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
A Dark Money Group Is Secretly Funding High-Profile Democratic Influencers
https://www.wired.com/story/dark-money-group-secret-funding-democrat-influencers/
Israel raids Nablus in the West Bank, injuring 80+, Microsoft workers occupy president’s office in protest of company support for Israel, and the U.S. demands Lebanon's Hezbollah surrender arms
cross-posted from: lemmy.ml/post/35350848
Drop Site Daily: August 27, 2025At least 76 Palestinians have been killed and 298 injured in Gaza over the past 24 hours, with 10 more dying of famine and malnutrition, including two children. An ongoing Israeli raid in Nablus injures at least 80 people. Churches in Gaza City vow to continue sheltering civilians as Israel prepares its assault. Hamas’s Qassam Brigades released footage of a July ambush in Beit Hanoun that killed five Israeli soldiers. In Syria, Israeli drone strikes kill six soldiers near Damascus, part of Netanyahu’s escalating regional war strategy. In Lebanon, Trump’s envoys pitch a U.S.-Gulf backed “economic zone” in exchange for Hezbollah’s disarmament, while Sen. Lindsey Graham demands Lebanon surrender its arms before any conversation with Israel. In the U.S., Microsoft workers occupy president’s office over ties to Israel as Brad Smith acknowledges the company helps run Israeli military surveillance programs, Delta Airlines faces a $20 million lawsuit over alleged assault of a Palestinian passenger, Silicon Valley billionaires launch a $100 million AI super-PAC. Activist groups advocate for the immediate release of Mohammed Zaher Ibrahim, a Palestinian-American teenager detained in an Israeli prison. Britain, France, and Germany begin the process of reimposing U.N. sanctions on Iran.
like this
Israel raids Nablus in the West Bank, injuring 80+, Microsoft workers occupy president’s office in protest of company support for Israel, and the U.S. demands Lebanon's Hezbollah surrender arms
Drop Site Daily: August 27, 2025
At least 76 Palestinians have been killed and 298 injured in Gaza over the past 24 hours, with 10 more dying of famine and malnutrition, including two children. An ongoing Israeli raid in Nablus injures at least 80 people. Churches in Gaza City vow to continue sheltering civilians as Israel prepares its assault. Hamas’s Qassam Brigades released footage of a July ambush in Beit Hanoun that killed five Israeli soldiers. In Syria, Israeli drone strikes kill six soldiers near Damascus, part of Netanyahu’s escalating regional war strategy. In Lebanon, Trump’s envoys pitch a U.S.-Gulf backed “economic zone” in exchange for Hezbollah’s disarmament, while Sen. Lindsey Graham demands Lebanon surrender its arms before any conversation with Israel. In the U.S., Microsoft workers occupy president’s office over ties to Israel as Brad Smith acknowledges the company helps run Israeli military surveillance programs, Delta Airlines faces a $20 million lawsuit over alleged assault of a Palestinian passenger, Silicon Valley billionaires launch a $100 million AI super-PAC. Activist groups advocate for the immediate release of Mohammed Zaher Ibrahim, a Palestinian-American teenager detained in an Israeli prison. Britain, France, and Germany begin the process of reimposing U.N. sanctions on Iran.
Yemeni sources: Israeli propaganda false, airstrikes hit civilians
A senior Yemeni military source told Al Mayadeen that the Israeli occupation’s “psychological and propaganda warfare is ineffective and will have no impact on the course of operations.”
The source emphasized that the Israeli entity is “experiencing significant confusion in presenting its narrative” and is exercising “extreme caution when sending aircraft into Yemeni airspace.” He stressed that “the Yemeni people, together with the Arab and Islamic worlds, rely not on the enemy’s narrative but on that of the Yemeni Armed Forces.”
Additional Yemeni sources confirmed to Al Mayadeen that the Israeli occupation’s claims are false, stating that “the targeting is directed against the Yemeni people, not as the enemy claims.”
The bureau chief further reported that Israeli airstrikes also targeted the residence of Ali Mohsen al-Ahmar, which had already been evacuated following earlier Israeli attacks on Yemen. He confirmed that there were no casualties among Yemeni military personnel or officials at the Ministry of Defense.
Yemeni sources: Israeli propaganda false, airstrikes hit civilians
Yemeni sources dismiss Israeli claims as false, saying strikes hit civilian sites and homes, not military targets, with no casualties among defense officials.Al Mayadeen English (Yemeni sources: Israeli propaganda false, airstrikes hit civilians)
like this
Trump fires CDC director, Israeli military declares “inevitable” forced displacement of millions from Gaza City, and Israel strikes Damascus
cross-posted from: lemmy.ml/post/35350591
Drop Site Daily: August 28, 2025At least 24 Palestinians have been killed since dawn, while over the past 24 hours, at least 71 Palestinians have been killed and 339 injured. Four more died of famine and malnutrition, including two children. Every member of the UN’s Security Council agreed the famine in Gaza is a “man-made crisis”—except the United States. Israel’s military spokesperson says the evacuation of Gaza City is “inevitable.” Two additional Gaza Humanitarian Foundation “aid” sites are slated to open in southern Gaza as Israel closes one GHF site in Rafah. Steve Witkoff is reportedly consulting with Jared Kushner on the Gaza “day-after” plan. In San Francisco, 138 arrested after protesters occupied the lobby of Sen. Alex Padilla’s office to demand action against the Gaza genocide. Israeli strikes on Damascus kill eight Syrian soldiers. Venezuela deploys ships to the Pacific Coast in response to American militarization in the region. The Trump administration fired CDC Director Susan Monarez after she refused to resign amid pressure to change vaccine policy.
Trump fires CDC director, Israeli military declares “inevitable” forced displacement of millions from Gaza City, and Israel strikes Damascus
cross-posted from: lemmy.ml/post/35350591
Drop Site Daily: August 28, 2025At least 24 Palestinians have been killed since dawn, while over the past 24 hours, at least 71 Palestinians have been killed and 339 injured. Four more died of famine and malnutrition, including two children. Every member of the UN’s Security Council agreed the famine in Gaza is a “man-made crisis”—except the United States. Israel’s military spokesperson says the evacuation of Gaza City is “inevitable.” Two additional Gaza Humanitarian Foundation “aid” sites are slated to open in southern Gaza as Israel closes one GHF site in Rafah. Steve Witkoff is reportedly consulting with Jared Kushner on the Gaza “day-after” plan. In San Francisco, 138 arrested after protesters occupied the lobby of Sen. Alex Padilla’s office to demand action against the Gaza genocide. Israeli strikes on Damascus kill eight Syrian soldiers. Venezuela deploys ships to the Pacific Coast in response to American militarization in the region. The Trump administration fired CDC Director Susan Monarez after she refused to resign amid pressure to change vaccine policy.
Trump fires CDC director, Israeli military declares “inevitable” forced displacement of millions from Gaza City, and Israel strikes Damascus
Drop Site Daily: August 28, 2025
At least 24 Palestinians have been killed since dawn, while over the past 24 hours, at least 71 Palestinians have been killed and 339 injured. Four more died of famine and malnutrition, including two children. Every member of the UN’s Security Council agreed the famine in Gaza is a “man-made crisis”—except the United States. Israel’s military spokesperson says the evacuation of Gaza City is “inevitable.” Two additional Gaza Humanitarian Foundation “aid” sites are slated to open in southern Gaza as Israel closes one GHF site in Rafah. Steve Witkoff is reportedly consulting with Jared Kushner on the Gaza “day-after” plan. In San Francisco, 138 arrested after protesters occupied the lobby of Sen. Alex Padilla’s office to demand action against the Gaza genocide. Israeli strikes on Damascus kill eight Syrian soldiers. Venezuela deploys ships to the Pacific Coast in response to American militarization in the region. The Trump administration fired CDC Director Susan Monarez after she refused to resign amid pressure to change vaccine policy.
Immigration Agents Arrest Firefighters Combatting Bear Gulch Wildfire
cross-posted from: lemmy.ml/post/35349837
Nikki McCann Ramirez
August 28, 2025[This takes the cake - read this article and you will hear your blood boil.]
The family of teenager who died by suicide alleges OpenAI's ChatGPT is to blame
cross-posted from: lemmy.ml/post/35349105
Aug. 26, 2025, 7:40 AM EDT
By Angela Yang, Laura Jarrett and Fallon Gallagher[this is a truly scary incident, which shows the incredible dangers of AI without guardrails.]
Israeli forces raid former air defence base near Syrian capital
Israeli forces raided a former air defence base in southern Syria on Wednesday during a series of airstrikes in the area – their farthermost such operation inside Syria since Bashar al-Assad was ousted last December.
The site, near the city of al-Kiswah, about 6 miles (10km) south of Damascus, was a strategic base for Iranian militias during Assad’s rule.
Syrian state media reported that the Israeli military had carried out strikes in the same area a day earlier, killing six Syrian troops who had found Israeli listening and spying devices there. The troops were in the process of dismantling the devices when they were killed, state media said.
Israeli forces raid former air defence base near Syrian capital
Operation at site south of Damascus is deepest into Syrian territory since ousting of Bashar al-Assad last yearWilliam Christou (The Guardian)
Israeli forces raid former air defence base near Syrian capital
Israeli forces raided a former air defence base in southern Syria on Wednesday during a series of airstrikes in the area – their farthermost such operation inside Syria since Bashar al-Assad was ousted last December.
The site, near the city of al-Kiswah, about 6 miles (10km) south of Damascus, was a strategic base for Iranian militias during Assad’s rule.
Syrian state media reported that the Israeli military had carried out strikes in the same area a day earlier, killing six Syrian troops who had found Israeli listening and spying devices there. The troops were in the process of dismantling the devices when they were killed, state media said.
Israeli forces raid former air defence base near Syrian capital
Operation at site south of Damascus is deepest into Syrian territory since ousting of Bashar al-Assad last yearWilliam Christou (The Guardian)
How do I check the wifi connection in Whonix?
Skip the flavour text by going to the bold text
In my sky high arrogance I thought 'I have never let Linux grace my devices, how hard can Qubes/Whonix truly be?' and I learned my lesson within minutes.
So I come here before you, humbly and beaten by 0s and 1s, to ask for your help.
How do I open a window where it neatly lists available connections and, if so, my current connection?
Usually when I am connected, it has a wifi symbol on the top right where the rest of my panels are. It disappeared.
I tried searching on the internet for answers. My mental capacity is basically non-existent, otherwise I wouldn't be here (probably).
Please. I just want to connect my device via wifi. I do not own an ethernet cable.
Thank you.
You title says whonix, but the text mentions QubesOS. Which one? This distinction is very important.
Edit: in QubesOS the networking is handled by the sys-net
qube. If the networking icon does not show up in the tray make sure the sys-net qube is started. If it is, check what programs are available for the sys-net qube in the start menu (hopefully some networking software is available. But I dont have QubesOS in front of me so I cannot check) otherwise try and start a terminal in sys-net and run the command nmtui
Believe me, I wish I could tell you what I've done :') I wanted to get Whonix, but I think the website eventually led me to QubesOS? All I can say is that at startup it shows the Qubes symbol, so it's likely I got that.
When I try to start sys-net it can't start and says that the Qube sys-net has shut down. I'll provide the error message in a moment if I can't get it up with your other suggestion. Thanks!
eta:
Cannot connect to qrexec agent for 120 seconds.
When I want to check the logs, some other qubes cannot start. Bizarre. I even tried creating a qube without the offending qubes (sys-net etc.) yet it still fails.
artiman
in reply to Aurora Chrysalis • • •SailorFuzz
in reply to Aurora Chrysalis • • •Hadriscus
in reply to SailorFuzz • • •Joker
in reply to SailorFuzz • • •There hasn't been a better time before now and I think it will keep getting better. Linux used to be about making a lot of compromises. Now, it's legitimately good on the desktop, although it's admittedly still geared towards power users and developers.
I switched to a Mac right around when OS X was first released. Software was sometimes a little bit of an issue with things being Windows-only, but you could generally find something comparable on the Mac. During the next few years, it became increasingly common for developers to offer a Mac version alongside the Windows version and it changed everything. All of a sudden, Mac wasn't a platform where you were going to run into a bunch of compatibility issues and people started adopting it.
That's what Linux feels like these days. It's finally reached the point of having enough market share that you don't feel like a second class citizen using it. It is THE premier platform for developers and power users in the same way Mac became popular with developers 20-25 years ago. It's the target platform for many developers considering it powers virtually the entire internet and a billion mobile devices. Also, what Valve did with Proton can't be overstated. Their work on Proton and the Steam Deck is really a watershed moment for Linux. I think we are on the verge of seeing some decent Linux growth on the desktop.
Egonallanon
in reply to Aurora Chrysalis • • •Dariusmiles2123
in reply to Aurora Chrysalis • • •I’ve read 70% of your guide and it seems great. I just hope people (not on Lemmy) will easily find it on the web when looking for help.
Good work for our community 👍
like this
meekah likes this.
eldavi
in reply to Dariusmiles2123 • • •fmstrat
in reply to Dariusmiles2123 • • •I agree it's great, but woah.
Nothing says Linux is easier than you think than 23 screens of a guide 😆
Matt
in reply to Aurora Chrysalis • • •irm https://get.activated.win/ | iex
to PowerShell.Aurora Chrysalis
in reply to Matt • • •SauceFlexr
in reply to Aurora Chrysalis • • •This is solid if you're somewhat technical. I think it could be simplified with an overview at the beginning.
I feel like the focus jumps around. If they have already made the decision, no reason to list replacement programs.
Honestly, you might get some better results if you dropped it into AI and asked for a summary/less technical versions of what you wrote. Or it could just make you laugh.
Aurora Chrysalis
in reply to SauceFlexr • • •I should maybe have done the overview.
Exactly why Ventoy was suggested. To avoid repeating the formatting and burning ISO over and over again.
Oh, I see what you mean. I should have asked to skip to Step 2 after 1-A.
Edited it now. Thanks.
Yeah, no, a lot of people don't like slop.
☂️-
in reply to Aurora Chrysalis • • •good work, penguin comrade 🫡
i'd add areweanticheatyet to the note about multiplayer gaming.
protondb is awesome in a pinch when you need stuff like a specific proton runtime, or a tweak for a game to work. it doesn't happen very often anymore these days, but it's great when you need it.
sad for apex, they used to let linux players in but recently blocked us out. if you like that style game check out the finals.
Aurora Chrysalis
in reply to ☂️- • • •Thanks, fellow tux comrade.
Duly noted. Someone else also suggested this. Let me edit and include it in the original post.
Resonosity
in reply to Aurora Chrysalis • • •Lots of assumptions made in this guide about who you audience.
I think it would be helpful if you preface your guide, or any future guide, with your audience in explicit terms so people know if it applies to them or they look for another guide elsewhere.
Drito
in reply to Aurora Chrysalis • • •Many people think about these WM when they talk about tilling as an overhyped feature used just for unixporn posts.
Stop with I3 or Sway please.
AwesomeWM Qtile or River are more automatised, this is a great added value allowed by tilling for everyday use.
Aurora Chrysalis
in reply to Drito • • •Pardon my ignorance, fellow Linux user.
I just happened to mention the ones I heard of.
Will check these out and include them.