ipacialsection

joined 1 year ago
[–] [email protected] 23 points 4 months ago* (last edited 4 months ago) (1 children)

Personally, I've had no problems whatsoever running the Office 365 apps needed by my school on Debian's version of Firefox ESR. Aside from Outlook and Teams, I'm not asked to use them very often, as most assignments are turned in as PDFs, but when I have been required to use Word and Excel, I have had no problems.

Apparently GNOME 46 introduced support for Microsoft 365 accounts including OneDrive support in the file manager, so a distro that runs a recent GNOME version, such as Fedora or Ubuntu, may be your best option. But without that, you can still use a third-party project like onedriver or abraunegg's OneDrive client.

[–] [email protected] 2 points 4 months ago

What is a "must have" depends on your use case, personal preferences, and the shortcomings of your distro's default configuration (I've never used Cachy so I don't know what's missing).

For myself, I usually end up installing VLC and Strawberry Media Player, since the media players most distros come with aren't as good. On non-GNOME distros I tend to install GNOME Disks as it's the least painful to use of the GUI partitioning tools I have used. My preferred rich text format is Markdown, for which I use ghostwriter. I also usually install a few FOSS games to pass the time with - my favorites are Freedoom, SuperTux, SuperTuxKart, and Xonotic - and RetroArch for emulation.

[–] [email protected] 4 points 4 months ago* (last edited 4 months ago)

Bit confused about what you're looking for. If you're just SSH/VNC ing into devices on the same local network, then you can simply use their local IP address, which you can find with a command like ip addr and will rarely change, or their hostname if your network is configured properly. There are several GUIs that can remember connection info for you, so you likely will only need it once. It's also quite easy to scan the local network for SSH servers if you have nmap (nmap -p22 <your ip address range, e.g. 192.168.0.1/24>). If you need to connect to a device on your home network from a different network, any VPN software can achieve that. I'm not aware of any remote desktop solution that doesn't require a network connection, but your network doesn't necessarily need to be connected to the Internet.

Are you looking for a GUI that combines all those things?

[–] [email protected] 7 points 4 months ago* (last edited 4 months ago)

Doom was officially ported to Linux in 1994, and a modified version of Linux Doom was made source-available in 1997, then open-source (GPLv2) in 1999. It was one of the first high-quality open-source games. Those versions do not work on current Linux distros, but they have enabled modern source ports such as PrBoom+ and Chocolate Doom to be developed, and those are available in nearly every distro's repository.

[–] [email protected] 8 points 4 months ago* (last edited 4 months ago)

These are the mixes of the Federation DJ Enterprise. His five-hour mission: to spin strange new records, to seek out new sounds and new labels, to boldly crate-dig where no DJ has dug before. (disco Alexander Courage theme plays)

[–] [email protected] 30 points 4 months ago (6 children)

It's very new. Previously the system would just drop to a console with a message saying "Kernel panic: not syncing: [reason]" and a whole bunch of debug info.

But still, on a well-maintained system, that pretty much never happens. Mainly because Linux is significantly more resilient to faults in device drivers than Windows.

[–] [email protected] 5 points 4 months ago (1 children)

I'm against a megathread. That would be too busy and I think there will be more than enough to discuss about each episode.

For entirely selfish reasons, I'd like individual discussion threads for each episode that come out one or two a day, since that's the pace I expect to be watching it (optimistically).

Though, I think the best option for everyone might be five-episode blocks. That would allow both bingewatchers and slower viewers to enjoy the conversation without spamming the feed, and will match up well enough with the "parts" it would have been split into if it aired on Nickelodeon that both broad and individual episode discussions will make sense.

[–] [email protected] 4 points 5 months ago (1 children)

Yeah, 50% (ram / 2) seems about right.

[–] [email protected] 11 points 5 months ago (4 children)

The major tradeoff with zRAM is that programs are much more likely to crash due to running out of memory, but will run faster when memory is running low and freezes are less likely. You can think of it as offloading the pressure that traditional swap puts onto your disk, onto the (much faster) CPU. There will be an impact on CPU usage, but not enough to cause noticeable slowdown; in my experience running Linux, the CPU is almost never the reason something is slow, and is only going to be under significant pressure if you're running a 3D game in software rendering, compiling a large program, or another complex CPU-bound task.

I wouldn't recommend making the switch unless you often encounter system freezes or slowness while running tasks that use a lot of RAM (like web browsing on certain sites, or gaming), but it will improve things in that case.

[–] [email protected] 9 points 5 months ago* (last edited 5 months ago)

You can install an antivirus, but you really don't need to. Malware for Linux is rare, and malware that targets desktop Linux users is extremely rare (to the point that it's a newsworthy story every time it does appear). Most distros have ClamAV and the frontend ClamTk in their repos, but it's primarily used to scan servers for Windows malware before it reaches its intended target. Some Windows malware can still be harmful if run with Wine/Proton, but unless you're downloading and running a lot of Windows software from unofficial sources (which you shouldn't have any reason to) that won't be a risk.

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago)

I'm using an AMD Ryzen iGPU on Wayland. I switched to Testing because the support already existed, but the kernel and mesa versions in stable were buggy for my particular GPU and I didn't want to make a FrankenDebian.

[–] [email protected] 23 points 5 months ago* (last edited 5 months ago) (2 children)

It's not systemd's fault, though systemd most often implements offline updates. The arguments for and against offline updates have nothing to do with systemd.

A lot of Linux distros, and graphical package managers like Discover and GNOME Software, are moving in that direction, under the argument that updating while online can cause disruptions to running software, in the worst case including the package manager itself (which can brick the system if it occurs in the middle of a critical update), and updates can't be applied until the affected program (or the system, in case of critical components like the kernel) restarts anyway. Fedora Magazine explains the reasoning here: https://fedoramagazine.org/offline-updates-and-fedora-35/

In my personal experience though, I have never had an issue enabling automatic online updates on Debian Stable, and have had computers stay online for several months without any noticeable issues beyond Firefox restarting, so the risk is there but it's pretty minor.

view more: ‹ prev next ›