Salta al contenuto principale





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).

Questa voce è stata modificata (1 settimana fa)
in reply to Aurora Chrysalis

I3 or Sway are not the best choice IMHO.
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.
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.



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.



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.



Video - Anti-Zohran Protest




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

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!

in reply to Dr. Quadragon ❌

I'm following all of them using Mastodon 4.4.3, but not getting posts as yet. Only posts in reply to the one that tagged me.
Questa voce è stata modificata (3 giorni fa)
in reply to Jaz (IFTAS)

Here's instructions I wrote up for another NodeBB site with how to follow stuff from Mastodon - discussions.thenexus.today/top…

@jaz @drq @julian




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.

in reply to RealM__

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.

wiki.lineageos.org/devices/FP5…

in reply to RealM__

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.

Questa voce è stata modificata (1 settimana fa)
in reply to ℕ𝕖𝕞𝕠

Its not what you are asking for, but on web, searching for the URL in the Lemmy search seems to bring up the post
Questa voce è stata modificata (1 settimana fa)


Fuzzel 1.13 adds new features for menu building and usability




A Dark Money Group Is Secretly Funding High-Profile Democratic Influencers


An initiative aimed at boosting Democrats online offers influencers up to $8,000 a month to push the party line. All they have to do is keep it secret—and agree to restrictions on their content.

https://www.wired.com/story/dark-money-group-secret-funding-democrat-influencers/



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.

Questa voce è stata modificata (1 settimana fa)
in reply to eee (they/them)

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

Questa voce è stata modificata (1 settimana fa)
in reply to ∞🏳️‍⚧️Edie [it/its, she/her, fae/faer, love/loves, null/void, des/pair, none/use name]

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.

Questa voce è stata modificata (1 settimana fa)




Happy Birthday Linux (Linux Prepper selfhosted podcast)


cross-posted from: lemmy.world/post/35055740

Happy Birthday to Linux from 8/25. Detailed show notes available here.

Selfhosted apps


  • Jellyswarrm
  • iSponsorBlockTV


Desktop apps


  • Anki
  • Thunderbird
  • Steam key giveaway
  • Share your thoughts on Matrix Chat and Truenas

in reply to King_Simp

You can be against Zionism and isreals genocide against Palestinians without being antisemitic. Criticism of the actions of a government =/= hatred of a race/religion.

False equivalency.

in reply to thecaptaintrout

According to Israel, the only credible authority on anything and everything, you are Antisemitic Hamas.

Expect a live missile on your local hospital's doorstep for your crimes against semitism.

in reply to King_Simp

Nazis are antisemitic, zionists are nazis, Netanyahu is an nazi asshole and supported by an US nazi asshole. Sheldon Cooper had the best idea with moving Israel to the US.

youtube.com/embed/shO1rZ-Q_e8

Questa voce è stata modificata (1 settimana fa)


Rwanda accepts seven people from US as part of deportation deal


Is Rwanda speaking honestly, as per the article? Can anyone familiar with Rwandan politics elucidate?
in reply to Maeve

The US is positioning Rwanda as their ‘African Israel’, as they did with Zaire previously. Kagame has been ruling since 2000, apparently FPR (His party) used to be socialist, before they pivoted to neoliberalism
in reply to Stalins_Spoon

Oh wow. That means there's a non-zero chance they're lying about treating the extraordinarily renditioned well.

Edit: thank you for answering.

Questa voce è stata modificata (1 settimana fa)



A Dark Money Group Is Secretly Funding High-Profile Democratic Influencers


An initiative aimed at boosting Democrats online offers influencers up to $8,000 a month to push the party line. All they have to do is keep it secret—and agree to restrictions on their content.

Archive link

https://www.wired.com/story/dark-money-group-secret-funding-democrat-influencers/

Questa voce è stata modificata (1 settimana fa)


Crontab problems... 😤 [solved]


Hi

When I setup a cron job like this
crontab -e

*/1 * * * * echo $A_VARIABLE > /home/user/Desktop/test.txt

no problem, the file is created whether the variable exist or not.

BUT doing

*/1 * * * * cd /Path/To/Script && Script.sh
\#The Script.sh
echo $A_VARIABLE > /home/user/Desktop/test.txt

Do not generate the file ! and The CRON log give me
(CRON) info (No MTA installed, discaring ouput)


and yes, the Script.sh has the execution bit.

Any ideas ?

Thanks.

Questa voce è stata modificata (1 settimana fa)
in reply to SpongeB0B

@SpongeB0B By default Linux shells don't look in the current folder for executables. Use "./Script.sh" instead of "Script.sh" to start the script.


US manufacturing activity contracts for sixth straight month in August: 'It's survival'


cross-posted from: lemmy.ca/post/50889682

Respondents to the ISM's survey widely cited tariffs as putting pressure on their planning, sales, and costs.

reshared this



Review of the Star Labs Starbook7: thanks i hate it


Hey, folks. I wanted to share my findings about the Star Labs StarBook 7 (AKA mk7 AKA mark vii). I've been daily driving this laptop for about 6 months.

Hardware


  • Intel® Core™ Ultra 7 165H × 22
  • 32.0 GiB memory
  • 1TB storage


Display


I have historically been against hidpi displays for laptop because they just don't work 100% of the time on Linux. No matter how many brittle workarounds I've applied, hidpi displays have always hurt more than helped.

However, the StarBook 7 laptop absolutely nailed the display resolution. 3840x2160 is perfect for 2x integer scaling. When I ran Arch, I never ran into an app that was tiny or blurry. From Bitwarden to Claws Mail to Reaper. I'm happy to report everything worked fine. The ONLY app I was able to find that looked blurry was Cambalache for GNOME dev. All of this with ZERO workarounds, ZERO tweaks. It Just Works.

This has been the best hidpi support I've experienced. However, it's still not as good as running standard dpi. Despite the apps not being blurry, some apps like Bitwarden would forget the size of the window when I closed the app. This means, sometimes, some apps, would start in a tiny, little window, and I would have to grab a corner to stretch it out. Annoying.

When I switched to Guix Linux. UUff. This was bad. Almost all non-wayland apps did not respect GNOME's integer scaling. And when I got GTK apps working, QT apps were still broken.

So even though the Starbook 7 has the best hidpi support I've ever experienced, I will gladly take a more stable system, with less workarounds, and a larger amount of supported software over a slightly crisper screen.

Keyboard


The display was the best part of the laptop. The keyboard might be the worst.

This is easily the worst keyboard I've ever used anywhere, by far.

The keyboard is backlit, which is nice. The keys themselves feel a little light and wobbly, not great, but fine.

However, the actual output signals coming out of the keyboard hardware are trash. VERY often a key signal is sent more than once. The space bar in particular VERY often emits two spaces. But this happens with other keys too. I thought I just had to get used to typing on this keyboard, but no, it's not me, it's the keyboard.

The other trash thing about the keyboard is the placement of "home", "pgup", "pgdn", "end", and the freaking ~~print screen~~ sysrq key. This vertical row of keys is not very visible in the product pics on the website. But the placement of the ~~print screen~~ sysrq key in particular is HORRIBLE because it's right next to the right arrow key. And since the arrow keys blend together (another bad layout choice), I very frequently press the ~~print screen~~ sysrq key on accident.

And other thing. I keep saying ~~print screen~~ sysrq because there is no print screen key on this laptop. If you press the sysrq key, you may be fooled into thinking it's print screen. Do not be fooled. It actually sends a totally different keyboard event signal. This means you loose the ability to use GNOME's built-in screenshot tool. I never found a way to fix this.

The keyboard is so bad, that sometimes it interferes with entering my password. I frequently have to toggle the switch to view the password in plaintext that way I can see when the keyboard doubled up a character.

Other things


Cons:
- About 1 out of 30 times I startup the computer, Linux fails to boot. Like the laptop doesn't even try to boot the kernel. It gets stuck on the boot screen. There are no errors. I just have to force power off and try again.
- There is no fwupd support on non-official distros (Ubuntu is official).
- The laptop has BRIGHT ASS pure blue LED lights on the side and right in front of your face. The front facing LED in particular is horrible at night.
- The headphone jack is absolute trash, specifically the mic input. It is extremely noisy. Unusable even with software tweaks.
- Laptop is heavy.
- Laptop gets HOT, fans frequently need to go on.
- Battery life is abysmal
- Shits expensive

Meh:
- The trackpad is all right. It clicks.
- Coreboot is cool for being open source... but I didn't really notice any performance gains compared to the other big, bloated, firmwares.

Pros:
- Port selection is good.
- No barrel jack for power, just plain ol' USB-C
- The camera is decent.
- Wifi works.
- Bluetooth works...

in reply to paequ2

Am I the only one that thinks that USB-C power delivery is a con?

Having the option to charge with usb-c in a pinch is a really nice feature, but for longterm use I'd really rather usb-c plus a seperate barrel jack for power.

The barrel jacks on business line laptops are usually a separate module that if it breaks from catching the cord with your foot and ripping it out of the laptop, you can replace the module. I'm not sure I've really seen replaceable usb-c power jacks very commonly, they're usually part of the motherboard because it's a combined power delivery/thunderbolt port or something. Now if you rip the cord out the jack is totally fucked And you have to solder a new one on.

Questa voce è stata modificata (1 settimana fa)
in reply to paper_moon

I'll take everyday convenience over less inconvenience in case of an exceptional event
in reply to floquant

I mean, I always buy used business line laptops for about $400 each when I upgrade, but if I plopped down new $1500 pricing for a new laptop, I'd be a little upset if I broke the USB power port. Guess that's just me though. I don't like planned obselence, most people don't seem to really think about that much I guess.
in reply to paper_moon

If anything, barrel plugs are more planned obsolescence than USB-C. How many old gadgets end up in landfill only because you've lost their specific charger? But still to me that's not even planned obsolescence, just repairability vs interoperability
in reply to paper_moon

I guess how much people care also depends on whether they tend to use laptops in ways and places that are prone to causing damage to the ports. I've never damaged any port on any laptop I've ever owned, and it's unlikely I ever will because I like to keep the cables organized and out of the way (so it would require conscious effort to tug on them), and when I want to pick my laptop up, I always quickly run my hand around its perimeter to make sure everything is disconnected.

I do not claim that this is the correct way to use a laptop or that others should do the same, it is a tool that should be used the way its user needs, I just want to point out that for some usecases, this is simply a non-issue in the same way a non-replaceable CPU is - nothing's going to happen to it.

Also, my current laptop does have both a barrel jack (probably works, I've never used it) and a USB-C charging connector, so it's not necessarily an either-or proposition.

in reply to paequ2

Sorry you hate it. Thanks for being honest.

I avoid all of those kinds of devices because the price in no way reflects the mediocre hardware that we'll be getting.

When we can get 4070 Lenovo laptops at Walmart for $1,000, it just doesn't make sense to be spending a comparable price on something without a fucking GPU.

We're lining the pockets of businessmen at that point. And don't be fooled: it's all business at the end of the day.

Questa voce è stata modificata (1 settimana fa)


[Solved] My OpenSUSE Tumbleweed install broke and I can't rollback


Update #1


I fixed my boot issue, but now I have to fix the issue with snapper not working right.

The boot issue: Something—I don't know what—added a removable drive to fstab, and the error was that drive couldn't be mounted at boot. I have two guesses:

  1. I formatted a microSD card using YaST Paritioner sometime before doing the distro upgrade.
  2. The drive might have been mounted during the distro upgrade, though I don't think it was.

At any rate, I commented out that line in fstab and it booted right up.

Mullvad is working fine when I boot normally. I guess it was only broken when booting a snapshot from before I upgraded it.

Update #2


I also fixed /.snapshots by adding it to fstab. Now it gets mounted on every boot, and this version of fstab will be in all future snapshots. I just took a manual snapshot for good measure.


I don't know which action caused the issue, so I'm going to list everything I did. I'm new to OpenSUSE Tumbleweed, and I haven't used Linux since like Linux Mint 17.

  1. I disabled KWallet because I got tired of typing in a password every time my desktop launched just for wifi passwords. I decided to just let Linux store them in plain text since my whole system is encrypted with LUKS.
  2. I did a distro update. (zypper dup) After that succeeded, I logged off and back on.
  3. I noticed Mullvad had a new version. They don't officially support OpenSUSE, so I downloaded the new RPM. I ran rpm -e mullvad-vpn to remove the old one. That might have been a mistake since my notes say I used zypper to install it the first time. I installed the new one with zypper. It launched and connected just fine.
  4. I had some trouble getting network settings to store/retrieve my wifi password, so I decided to reboot my system since I changed so much stuff.
  5. It wouldn't boot. I see a few "BIOS" and "ACPI" errors.
  6. Time to try out Snapper! I reboot and choose the most recent snapshot from before tonight.
  7. It boots, but when I try snapper rollback I get IO error (.snapshots is not a btrfs subvolume)
  8. I get the same error trying to open the YaST snapshot viewer.
  9. I check btrfs, and I see @/.snapshots plus a bunch of numbered snapshots, of course.
  10. I check fstab, but I don't see an entry mounting anything on /.snapshots.
  11. I do see a directory at /.snapshots, but it appears just be an empty directory.

Mullvad seems broken with this snapshot. I can't connect to the internet. The mullvad-daemon won't start, so I think the killswitch is active. I've had to type all this on my phone.

What can I do to fix this? I just want to rollback to this good snapshot, and then I can worry about fixing Mullvad when the filesystem isn't read-only.

One month. That's how long it took me to break my system. ☹️

Questa voce è stata modificata (1 settimana fa)
in reply to Quibblekrust

Is it possible that you didn't enable snapshots during installation of TW, and then turned it on later?

That seems to be a common explanation on the openSUSE forum when .snapshots is missing from fstab (found by searching for the error you are hitting). There are some threads with workarounds. Basically, mount the .snapshots subvol manually, re-try the rollback and then add .snapshots to fstab so it works in the future.

in reply to tychosmoose

No, I don't think so. Turns out, I don't need the rollback, so now I just need to fix snapper. (I updated my post)


LTT Labs blog + benchmarks for linux vs windows performance AMD/Intel/NVIDIA


Part 2: lttlabs.com/blog/2025/06/30/is…

LTT Fourm discussion as well linustechtips.com/topic/161659…

They approached this from a noob perspective and the benchmarks seemed pretty rough. The blog has an overall positive tone on linux which is nice even though it got murdered in performance.

I'd like to see a follow up with optimizations, get some of the linux community involved to help setup an optimized linux test bench to go toe to toe with their "golden image" windows 11 benchmark setup.

They benchmarked a few distros against each other and it was very samey which I expected, the real difference is between the drivers/kernel and desktop environment since most distros come very light in terms of installed software.

in reply to Fizz

Not bad. I take issue with the part of the article called "distro wars". There is no war, but I dont expect them to "get it". These cringelords seem to have a need to meme-fi everything, really dings the tone of the reviews. Am I reading a tech review or an opinion article?

Eeh

in reply to chaoticnumber

Distro wars is because every time someone does something linux related 99% of the comments are you should have used X distro. I thought it was good they included that section. Remember this isnt aimed at linux users its for PC gamers unfamiliar with linux.
in reply to chaoticnumber

It's those Nix fanatics that are so tribal. Us Debian enjoyers are just trying to show people the light.
in reply to Fizz

using the 24.04lts was an odd choice.

and it did prove odd when they noticed the drivers were out of date.



LTT Labs blog + benchmarks for linux vs windows performance AMD/Intel/NVIDIA


Part 2: lttlabs.com/blog/2025/06/30/is…

LTT Fourm discussion as well linustechtips.com/topic/161659…

They approached this from a noob perspective and the benchmarks seemed pretty rough. The blog has an overall positive tone on linux which is nice even though it got murdered in performance.

I'd like to see a follow up with optimizations, get some of the linux community involved to help setup an optimized linux test bench to go toe to toe with their "golden image" windows 11 benchmark setup.

They benchmarked a few distros against each other and it was very samey which I expected, the real difference is between the drivers/kernel and desktop environment since most distros come very light in terms of installed software.

in reply to Fizz

Forget Linux vs Windows, the real question I have is why is Black Myth Wukong so poorly optimized that on a 4060 or 5060 it can't reach 60 FPS at 1080p even on Windows? Freaking unacceptable.

You would think coming from the mobile world, Game Science would be used to low-spec hardware, e.g. phones, but this game can't run well even on pretty new GPUs on PCs??? I had no idea this game had such abysmal performance. I wish people hadn't bought it, so it could've flopped

Questa voce è stata modificata (1 settimana fa)
in reply to KindaABigDyl

I was hoping the Steam Deck would incentivize devs to have a lower spec target for their games, but so far I don't think it had a huge impact...


After about 8 months, I love this Android browser. Not Chrome, FF, or Edge based.


UPDATE: THIS USES GOOGLE WEB VIEW. DO NOT USE.

I can't figure out why nobody talks about this. I see all kinds of alternative browsers on here, but never this one. I especially like the color coded bookmarks for different categories (my news is gray, my searxng/swisscows and other search engines green, my tech solutions purple). It has anti-fingerprinting and a quick toggle for if you need to quickly adjust javascript or cookie setting to make a quick exception. There are lots of features. If anyone else has tried it, it would be interesting to hear your feedback too.

Questa voce è stata modificata (1 settimana fa)
in reply to ScoffingLizard

I've seen this when bopping around in the F-Droid catalogue. Never took it seriously because it didn't seem to communicate well what it was doing.

In general; I usually dislike using Chrome anyways....so much so that I hard disable Chrome on my device, oftentimes via ADB, and download a wide range of alternatives; Kiwi (Plugin enabled), Hermit ([Closed source] Forced Isolation of all domains/sites along a side of ad-blocking and web-app caching baked into the app wrapping it's renderer; which is, of course System Webview. Unfortunately this one is not open source, so I do not often recommend it here and while I trust it; your decisions may be different.) and Firefox (Plugins installed, seems to be replacing Kiwi because it's likely a dead/gone/depreciated/archived project.) I even use URLCheck from F-Droid itself as my "Default Browser" so that I have the power to review each URL and open it in a browser I feel is most appropriate to the context of my browsing and choose the browser I feel can best protect my privacy for a given site. One-off visits often go to Hermit; which promptly isolates away and forgets I ever visited the site while blocking ads with a lighter touch than most plugins I've seen that exist. If a site often breaks in Hermit; usually due to ad-blocking hostile scripts; I kick it over to Firefox where I have extensive plug-in tooling to defang the beast...including tools like JShelter, Canvas Blocker, LocalCDN, Chameleon, Decentraleyes and uBlock Origin.

What I do know is that Android System Webview is far more configurable than you might realize; and that it is absolutely possible to build a browser on top of it. Most importantly; Android System Webview IS NOT Chrome! Yes, it is extremely similar and it behaves mostly the same; but it is based on the Chromium project; which is basically what Chrome is before Google applies all of its own Branding, Customization, Policies and Application touches on it. Does Chromium project mirror what Chrome needs? Absolutely yes, but it does not follow Chrome exactly. In general; Android System Webview is a Web rendering component that other applications can call on and wrap their own code around. This means you are basically free to implement whatever other features you want around the webview; including adding plugins and other things like ad-blocking. My favorite closed-source lite-app browser Hermit does this; and I'm not seeing any significant privacy concerns with that one.

Questa voce è stata modificata (1 settimana fa)


Republicans get court win over "green bank" funds


A federal appeals court sided with the Environmental Protection Agency in its effort to freeze billions of dollars and terminate contracts for nonprofits charged with running a "green bank" to finance climate-friendly projects.

The decision from the U.S. Court of Appeals for the District of Columbia Circuit, handed down in a 2-1 ruling, shifts the dispute away from the federal district court and into the U.S. Court of Federal Claims, which handles contract matters. For the nonprofits involved, including Climate United Fund, the ruling represents a major setback in their push to regain access to roughly $16 billion in frozen funds.



What distro do you game on?


I just picked up a cheap older gaming PC with a GTX 1050 and and Intel I7 CPU. Trying to decide what distro to load on it for gaming. Curious that others experience is gaming on various distros.
in reply to qwestjest78

Arch. Just dropping the dxvk/vkd3d libs in the game main dir with exe and double click. No need for bottles, crates, kegs and other warehouse ware. 😂 Just plain old simple and highly customized Wine 10.5.

in reply to UndergroundGoblin

What was the update? Getting address not found on both calyos.org and calyxinstitute.org which doesn't bode well

Edit: came back up. Update if it's down when viewed

Update: August 27 2025

We are concerned that some users may have not seen the important message in this letter about CalyxOS’ current hiatus. Therefore, we are rolling out one last OTA update to devices currently running CalyxOS to reach as many active users as we can. You can read our post for more details about this update.

Questa voce è stata modificata (1 settimana fa)


Apertus: a fully open, transparent, multilingual language model


#AII


(solved, thanks guys!) "No key available with this passphrase" despite it being the correct passphrase


Edit: Turns out you guys were right, I entered the setup password wrong for LUKs. I got this new Logitech keyboard I got for a gift and I type around 170wpm, but I've been having issues with it kind of lagging keys for some reason. What I did was I opened up a notepad and typed in my password a bunch of times and noticed whenever I would type something such as "stain" for example, it would come out at "stani" despite me looking at the keyboard and knowing that wasn't what I was typing. So I encrypted my drive with the wrong password, but figured out how to decrypt it that way. Thanks for the help doods!

Hello! I have a external drive I've encrypted with LUKs that has irreplaceable backups of mine, and for some reason no matter which PC I try it won't unlock despite it being the correct password. It doesn't give me anything else in the terminal other than what I put in the title.

I recently just backed up everything onto the external drive from my computer cause I was distro hopping. It's worked fine on my PC, I saved the password so I was able to mount it no problem before, but now it won't mount on any other PC I try. It isn't the end of the world since I can just try and copy old data from my computers drive before the format since I haven't downloaded anything yet that could overwrite anything important, but I'd still like to be able to get this external drive unlocked. As I've said, irreplaceable files of mine are on it so I'm hoping to get it working. Thank you!

Questa voce è stata modificata (1 settimana fa)
in reply to helpmyusernamewontfi

Check the caps lock and the num luck lights on your keyboard; they are the leading causes of a failed password with the correct password
in reply to bacon_pdp

I actually tried entering my password with caps lock on just in case, still didn't work sadly


How Erik Prince is Trying to “Make Haiti a Hub for Mercenaries” | Haiti Liberte


Erik Prince, the founder of many mercenary companies since Blackwater, is looking to gain a lucrative foothold in Haiti through wheeling and dealing with unelected, illegitimate leaders as cynical as he is. It won’t end well. Photo: ABC News

in reply to mesa

So, if I've not had a UEFI update in to update the Secureboot cert, wouldn't this affect any OS? Ie Windows too?


Democratic congressman Jerry Nadler for New York will retire next year in move to galvanize generational change among Democratic party


Jerry Nadler, a Democratic representative from New York, will retire next year after 34 years in Congress in a self-proclaimed move aimed at galvanizing a generational changing of the guard in the party.

Nadler, 78, who represents one of New York’s wealthiest districts covering midtown Manhattan, said he had been persuaded not to run for re-election in 2026 after witnessing the implosion of Joe Biden’s presidential bid last year. The former president was pressured into abandoning his candidacy amid widespread doubts about his age and mental acuity. He was replaced by the former vice-president, Kamala Harris, who subsequently lost the election to Donald Trump.

“Watching the Biden thing really said something about the necessity for generational change in the party, and I think I want to respect that,” Nadler told the New York Times, which broke the news of his forthcoming retirement.

He told the newspaper that a younger replacement “can maybe do better, can maybe help us more”.



CHECK DETAILS


Session is a FOSS messenger focused on privacy. No phone numbers, decentralized servers, and full end-to-end encryption. Perfect for anyone tired of surveillance-hungry chat apps. Secure, anonymous, open-source.

🔗 GitHub: SESSION - GITHUB

Questa voce è stata modificata (1 settimana fa)


😅😅😅


hey --sudu,
kill --windows,
install --linux,
Questa voce è stata modificata (1 settimana fa)


Linux on my smart tv?


I have been rather unhappy with my smart TV's functionality as I feel it isn't smart for me but smart for the manufacturers. I just can't use it how I want to. I would love to overwrite the existing OS from Android to Linux. I've recently converted from Windows and loving Mint.

I haven't read too much regarding Linux smart tvs as my searches mostly come up with raspberry Pi and overwriting an Android box. I don't want to connect anything and just want my tv to boot up in Linux when it's turned on, and get some of my apps going. Is there a way to do this?

For reference I have a Sony Bravia with Android installed on it.

in reply to guyincognito

I wish! I have a Samsung and I used to have an LG. One thing I anticipated which turned out to be on the nose is that these TVs stay operational just up until the maker decides they want your money again. I never bought into it to begin with. I only got a Smart TV to begin with because it has everything else I want. But I go straight to hooking up a computer. The apps on the TVs are all ooh and aah until a couple of years go by and then suddenly the apps are not compatible with the sites or backends what have you, and guess what? No more updates. You need a new TV despite the fact that yours is 100% perfectly fine, other than the inherent sabotage built in.

So that’s why I never even had any expectations. But I would love to find the best Linux distro for a media machine that my wife could learn to use. Right now I have to do all of it because it’s just browse to the files or load a playlist. I’d like something like Kodi or Plex but they have issues with one thing or another. I just want an SMB based connection in an interface that shows friendly thumbnails kinda like Nova player on Android. That app is highly underrated. Free, as far as I know open source and aside from a few control designs not being too great, the app is terrific. Kicks VLC’s butt. Why are they still designing the software like it’s 20 years ago and it’s on Windows XP?

Anyway I digress. Smart TV running Android or Linux would rock but I don’t expect it to be too feasible. But what do I know, because I’m not a professional dev.

in reply to AndrewZabar

Answer: get a "dumb TV" (or more cheaply: a SmartTV you don't grant internet access) and tape a fanless N100 PC to the back. They're far more capable and responsive than the cheapo processors that come in a SmartTV and just as silent. They're going for well under $200 these days, and run Linux very well.
in reply to MangoCats

The "dumb TV" options are few (there are some but doubt their panels are as good), so the only "real" options are to go with the second option you gave. Depending on the size needed, PC OLED/AMOLED monitors are probably the best option pared with a HTPC or whatever other box. Sucks that a lot of the larger ones are also becoming "smart."
in reply to guyincognito

The cheapest is to buy some android box with armlogic processor and install coreelec on it. You can do it for 20 bucks, then you have a kodi oriented linux distro on your tv.

Though I prefer to straight up connect my laptop to the tv with a small remote keyboard and have full computer functionality. I'm looking to change the laptop for a miniPC when the laptop finally breaks down. I would use a normal DE. Nothing specially suited for smartTV usage. But you get used to it pretty quick.




Do you guys just have flawless experiences or what?


It's been a week. Ubuntu Studio, and every day it's something. I swear Linux is the OS version of owning a boat, it's constant maintenance. Am I dumb, or doing something wrong?

After many issues, today I thought I had shit figured out, then played a game for the first time. All good, but the intro had some artifacts. I got curious, I have an NVIDIA GeForce RTX 3060 and thought that was weird. Looked it up, turns out Linux was using lvmpipe. Found a fix. Now it's using my card, no more clipping, great!. But now my screen flickers. Narrowed it down to Vivaldi browser. Had to uninstall, which sucks and took a long time to figure out. Now I'm on Librewolf which I liked on windows but it's a cpu hungry bitch on Linux (eating 3.2g of memory as I type this). Every goddamned time I fix something, it breaks something else.

This is just one of many, every day, issues.

I'm tired. I want to love Linux. I really do, but what the hell? Windows just worked.

I've resigned myself to "the boat life" but is there a better way? Am I missing something and it doesn't have to be this hard, or is this what Linux is? If that's just like this I'm still sticking cause fuck Microsoft but you guys talk like Linux should be everyone's first choice. I'd never recommend Linux to anyone I know, it doesn't "just work".

EDIT: Thank you so much to everyone who blew up my post, I didn't expect this many responses, this much advice, or this much kindness. You're all goddamned gems!

To paraphrase my username's namesake, because of @SnotFlickerman@lemmy.blahaj.zone and his apt gif (also, Mr. Flickerman, when I record I often shout about Clem Fandango)...

When some wild-eyed, eight-foot-tall GNU/LINUX OS grabs your neck, taps the back of your favorite head up against the barroom wall, and he looks you crooked in the eye and he asks you if ya paid your dues, you just stare that big sucker right back in the eye, and you remember what ol' Jack Burton always says at a time like that: "Have ya paid your dues, Jack?" "Yessir, the check is in the mail."

Questa voce è stata modificata (2 settimane fa)
in reply to vandsjov

At the very least they should allow you to get them all back, I'm not talking about allowing to store more.
in reply to youmaynotknow

I agree that there should be a grace period after payments are stopped before they delete stuff. But I see no reason that they should provide you with free access to their service - if you haven’t paid, service is cut off.

But that is just my opinion.