linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

rgalex, in what caused you to get into Linux?
@rgalex@lemmy.world avatar

Curiosity. It began while trying to play around with programming, and finding a lot of talk and resources about Linux, and then trying it. 3 broken Debian installations just for messing around, then Ubuntu as a more permanent install, all of this alongside Windows.

Then I began using less and less Windows until I just deleted the Windows partition because I needed more space.

mranderson17, in what caused you to get into Linux?

Dark mode back in the day (XP/Vista era). I wanted to theme everything and have cool UI/visual features in a non-shady download-this-third-party-totally-safe-theme-engine-wink-wink way.

PainInTheAES,

Sounds like this guy compiz cubes

lautan, in What are people daily driving these days?

Popos on the Framework laptop. It’s pretty good so far.

Adonnen,

Never omit the space

GreyFalcon, in What are people daily driving these days?

Manjaro kde on 3 computers in the ham shack, manjaro KDE on the media center, and guess what’s on the two lap tops…you got it…manjaro KDE. Most have windows 10 dual boot on a separate drive. I haven’t spent the time to figure out radio control and antenna switching on Linux so windows is still needed for radio contesting.

I have tried many and keep going back to manjaro, everything just works. The Arch wiki is awesome, and the aur has multiviewer to F1, ready to go.

LeFantome,

Give EndeavourOS a go one of these days and compare it head-to-head with Manjaro. I bet you never look back.

GreyFalcon,

Already tried it a few times. Back to manjaro.

kurcatovium, in What are people daily driving these days?

Hannah Montana Linux, the one and only original!

xohshoo,

Rebecca Black here, though now that Wayland is everywhere, should switch

christophski, in What are people daily driving these days?

Ubuntu. It’s working and I don’t have the time to try out other distros.

Emi621,

Wanted to try Ubuntu after using mainly Manjaro but I have only 4gb flash drive and the iso is like 5-6gb so I can’t install it. But so far I’m satisfied with Manjaro Xfce and prefer it to gnu

homesweethomeMrL,

That’s the universe telling you to put an 8GB flash drive on your holiday wish list.

xohshoo,

is it that big because of the snaps? It used to be (well after it breached to 700M CD limit) ~1.5G and AFAIK doesn’t include a lot more default software?

reddit_sux, in What are people daily driving these days?

I use Arch BTW…

Joking aside I use Arch on my desktop, Raspbian on RPi1, Debian on homeserver and VMs.

NixDev,

I have 2 PCs running Arch currently. My SBC is running Ubuntu but that is just a print service for my 3d printer. I have a few Ubuntu & Fedora vns for testing and self study

uis, (edited )
@uis@lemmy.world avatar

Gentoo on desktop, gentoo on Rock64, gentoo on Allwinner A10 device, gentoo on Powerbook G4(don’t ask why I have it). Ah, and OpenWRT on router.

https://derpicdn.net/img/view/2020/9/24/2451747.png

llothar, in What are people daily driving these days?

PopOS on gaming PC Fedora Silverblue on daily PC Ubuntu Server LTS for small servers Ubuntu Desktop LTS for digital signage

blotz,
@blotz@lemmy.world avatar

What’s fedora like to use? I dont see it mentioned as much as Debian or Arch.

thayer, (edited )

I’ve been running Fedora Silverblue on nearly all of my PCs for about a year now and overall it’s been great.

  • Automatic and unobtrusive updates for the core OS and user apps (everything happens in the background without interaction; flatpak updates are applied immediately, and OS updates are applied at next boot)
  • I can choose to apply many core updates immediately, but rarely do
  • Atomic OS updates means that everything must be installed successfully or none of the OS updates are applied, which prevents a partially updated system
  • Being an image-based distro, I can and do easily rebase to Fedora’s test/beta/remix releases, and just as easily rollback, or run both stable and beta releases side by side for testing purposes
  • Being image-based means there’s no chance of orphaned packages or library files being left behind after an update, resulting in a cleaner system over time
  • In the event that anything does go sideways after a system update (hasn’t happened yet), I can easily rollback to the previous version at boot

Some elements not unique to Silverblue but part of its common workflow:

  • Distrobox/toolbox allow you to run any other distro as a container, and then use that distro’s apps as if they were native to your host system; this includes systemd services, locally installed RPMs, debs, etc.; I use distrobox to keep most of my dev workflow within my preferred Archlinux environment
  • Flatpaks are the FOSS community’s answer to Ubuntu’s Snaps, providing universal 1-click installation of sandboxed user apps (mostly GUI based); Firefox, Steam, VLC, and thousands of other apps are available to users, all without the need for root access

My only complaints about Silverblue are more to do with how Flatpaks work right now, such as:

  • Drag & drop doesn’t work between apps, at least not for the apps I’ve attempted to use; for example, dragging a pic into a chat window for sharing; instead, I have to browse to and select the image from within the chat app
  • Firefox won’t open a link clicked within Thunderbird unless the browser is already open, otherwise it just opens a blank tab
  • Many flatpak apps are maintained by unofficial volunteers, and this isn’t always clear on Flathub; I view this as a security risk and would prefer to see a flag or warning of some kind when a flatpak is not maintained by the official upstream developer

That said, I’m confident that these issues will be addressed over time. The platform has already come a long way these past couple of years and now that the KDE and GNOME teams are collaborating for it, things will only get better.

Like I said though, overall Silverblue has been a really great user experience, and as a nearly 20-year Linux veteran it has really changed the way I view computing.

jack, (edited )

Do you have to watch a loading screen while system updates are applied like on regular Fedora or is it in the background?

Many flatpak apps are maintained by unofficial volunteers, and this isn’t always clear on Flathub; I view this as a security risk and would prefer to see a flag or warning of some kind when a flatpak is not maintained by the official upstream developer

On flathub.org there’s a blue checkmark for apps maintained by the devs

thayer, (edited )

Do you have to watch a loading screen while system updates are applied like on regular Fedora or is it in the background?

The image is downloaded and staged in the background of the active session. Upon reboot, the session seamlessly defaults to the staged image. For flatpaks, the updates happen immediately and without the need for a reboot.

On flathub.org there’s a blue checkmark for apps maintained by the devs

Aha, that must be one of the newer features implemented from the beta portal they’d been working on. I’m glad to hear it, and overall I hope to see more official upstream devs come on board with the platform (Signal, I’m looking at you).

jack,

The image is downloaded and staged in the background of the active session. Upon reboot, the session seamlessly defaults to the staged image. For flatpaks, the updates happen immediately and without the need for a reboot.

That’s great to hear. Maybe I’ll give Silverblue a try

thayer,

Sounds good. I don’t think the automatic background updates are enabled by default, at least they weren’t when I last installed it. To enable:

  1. Edit /etc/rpm-ostreed.conf and set AutomaticUpdatePolicy=stage
  2. Reload system service: rpm-ostree reload
  3. Enable the timer daemon: systemctl enable rpm-ostreed-automatic.timer --now

Also, consider disabling GNOME Software’s management of flatpaks with the following:


<span style="color:#323232;">rpm-ostree override remove gnome-software-rpm-ostree
</span>

The flatpaks will continue to be updated by the backend system, but you’ll no longer have to deal with the sluggish frontend UI to keep things up to date.

jack,

I will keep that in mind, thank you

makmarian, in What are people daily driving these days?
@makmarian@kbin.social avatar

I've been using EndeavourOS with KDE for a bit under 2 years now (I think) on both my desktop and laptop. It is Arch based and easy to install. And for my home servers I run Proxmox

LeFantome,

Out-of-the-box, Proxmox runs on Debian. That and PiHole are the two Debian instances I run.

ik5pvx, in Request for help, I broke some graphics

I had something like this and if I remember correctly it had to do with antialiasing. Try changing that settings

Makka, (edited )

Turning AA off for fonts solved the missing characters, downside it doesn’t look very good. I still have glitchy artefacts in some menus and the package manager doesn’t display any text for buttons which is a bit problematic. Guessing disabling some more AA settings would remove more of the problems. But it doesn’t solve my main problem - why did AA break in the first place

Pantherina, in Wanting to improve my Linux skills after 17 months of daily driving Linux

Try virtualization and containerization. Like Distrobox, running libvirt in one and a client in another. Or use ssh.

Harden your system, setup a secure ssh server for example

0x4E4F, in What are the major components of any Linux distribution?

Systemd has gone way and beyond what was supposed to be a replacement for init.rc.

Most important thing… not ALL Linux distros include systemd as the default init system. That’s the beauty of Linux (and POSIX in general), you can choose.

min_fapper, in help: can I move CLI tools through a usb drive ?

If you have an android phone, you can plug it in via USB and enable USB Internet tethering, which will give you working internet access on your machine to do the Wi-Fi debugging with.

gerdesj, in Any experience with teaching kids Linux?

A discarded Windows laptop is ideal for use with Linux. That’s what this Managing Director of an IT company has been doing for over a decade. My desktop PC is a customer cast off from a good five years ago. I slapped in an ageing Nvidia el cheapo card to get two monitors running. My laptop is a cast off from one of my employees - I simply opened it up and moved my M.2 card into it.

I do run ESET on my Linux gear to show solidarity and to show that Linux really is rather more resource friendly than Windows. I login to AD and I use Evolution with Kerb to access Exchange for email. I have the same “drive mappings” to the same file servers too and so on and so forth.

I used to teach word processing, spreadsheeting and databases n that for UK govt funded courses, I’ve written a Finite Capacity planner for a factory in Excel (note the lack of In-). I still find people who have no idea how decimal tab stops work or how to efficiently use styles. I can confidently inform you that Libre Office is just as good as MSO. They both have their … issues but both work pretty well.

Kids are easy. Adults are a pain! KDE has a lot of educational games ready to go out of the box.

Chewy7324, in What Tweak, Program, ... changes a Desktop Environment from unusable to great for you?

I really like compositor/wm/DE which allow for keyboard driven movement of windows between workspaces and workspaces between monitors. Especially the latter requirement is only met by a few wms, e.g. sway/i3, hyprland.

I can’t stand it if switching to the next workspace all workspaces on all monitors change. This makes it annoying to use with a second monitor that mostly display the same windows (e.g. messaging, video, docs).

lemmyvore,

compositor/wm/DE which allow for keyboard driven movement of windows between workspaces and workspaces between monitors

Wait isn’t that standard? It should be supported by all of them.

Chewy7324,

I don’t think Gnome, KDE and XFCE support moving workspaces between monitors. They only support moving windows between workspaces and monitors.

Sway/i3 have a single set of workspaces while most DEs have a set for each monitor. On these DEs switching between workspaces applies to all monitors.

lemmyvore,

That’s true, most WMs have a simplistic workspace geometry, where they spread a workspace across all monitors (regardless of their placement). I suspect that, since the workspace abstraction comes above monitors it may not even be possible for them to have a workspace split between monitors.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #