There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

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

eek2121 , in Certificate of Destruction

Nice.

JackOfAllTraits , in which linux podcasts do you listen to?
@JackOfAllTraits@lemmy.world avatar

Not sure why this is downvoted. Trolls?

Anyway, I am seconding this post. I would like a good podcast on linux development.

Edit Oh, right, you kiiinda posted this 3 times. That is why people are downvoting this.

matto , in which linux podcasts do you listen to?

I listen to Late Night Linux, and find it quite good. They also have a few other related podcasts, but haven’t had the time to check those.

darcmage , in which linux podcasts do you listen to?

There’s also the tuxdigital podcasts which can be pretty good most of the time.

maggio , in which linux podcasts do you listen to?

Jupiter Broadcasting has nice Linux and FOSS-related podcasts. Most recently with an episode about Red Hat and their decisions.

nan , (edited )
@nan@lemmy.blahaj.zone avatar

This one specifically.

I enjoy their shows but the singsong way Wes talks really bothers me for some reason.

Edit: I just got through the episode. It is pretty disappointing, and doesn’t answer to all of the criticisms, specifically those against the restrictive customer agreements that violate the free software definition (freedom 2). The aggressive stance echoes Bill Gates’ letter to hobbyists so closely, it was in the blog posts, it’s in the employee they have in the episode.

Not putting in extra work is fine, restricting the rights of your users is shitty. Rocky is also shirt, and I don’t blame them for thinking so.

shiroininja , (edited ) in which linux podcasts do you listen to?

I like all the shows on Jupiter broadcasting . They’re really into the fediverse, self hosting, etc. their shows are:

Linux unplugged Linux action news Self hosted Coder radio.

Chris and the gang have created an awesome community that you can find on matrix as well.

matrix.to/#/-broadcasting-space:matrix.or…

I also like their shows because they’re always trying new things and it encourages me to as well. The hosts are really human and it’s not like a voice reading a script. They’re really accessible and I’ve had many conversations with them. They’ve even featured one of my apps/projects They’re active in the community and Sponsor projects and meet ups. They’re also independent and really picky about ads.

krash , in Tabby: A terminal for a more modern age

Tabby seems to get a lot of hate in the comments here, but I enjoy it for the following reasons:

  • it looks consistently on all platforms
  • it has a nice working sync of connection profiles (even of ssh keys…encrypted!)
  • its opensource

Yes, it is built on electron-crappie, but for someone who jumps across different workstations with multiple hosts with their own configurations, tabby is very straightforward.

Could the sync be done with other means? Sure, but I won’t bother since tabby offers that OOTB and I can get up and running in 5 minutes from a fresh install.

SchizoRamblings ,
  • So can qt, gtk and pretty much any gui toolkit
  • Syncthing or git annex functionally the same
  • So is every other terminal

Basically just wasting resources for no reason

418teapot , (edited )

it has a nice working sync of connection profiles (even of ssh keys…encrypted!)

Sorry, but what on earth does this have to do with a terminal emulator? Something like this makes way more sense as a separate tool. It’s like if I was making a decision of what video player to use because it can sync my browser bookmarks.

aniki , in GNOME 45 Alpha Is Now Available for Public Testing

At first I hated the new Gnome but now that I took a deep dive into Extensions I now have my perfect little Mac clone with Arch.

redw0rm OP ,

Yep. I personally like the approach of having a pretty decent system by default and then install extensions for customizing it, rather than having a bloat load of options.

InFerNo , (edited )

I used to have a bunch of cool little extensions (and a few big ones, like dash to dock), but upgrading to a new version is always a removed. Plugins stop working and then a process starts where you’re looking for updates if or when they’ll be updated, if alternatives exists, etc. The system never feels the same to me.

jimmy90 ,

absolutely, i use Dash to Dock, Just Perfection, Hide Top Bar, Gesture Improvements, Awesome Tiles and Battery Indicator Icon to make it just how I want it

burningquestion , (edited ) in let's play make more space on /

You didn’t mention why you’re trying to bind-mount your /data volume from your initramfs environment, but the only reason I can even guess at is that you’re trying to use it as part of your recovery environment. In which case, you’d probably be better served by doing the recovery from an Ubuntu live usb rather than try to cobble together a working environment from the shrapnel you left scattered across your drive.

This process should literally look like – boot, mount drives, rsync /usr back to root volume, clean up fstab/any other config changes, reboot, try again later after you’ve done more reading.

Woozy ,

I’m surprised you can’t put /usr on a separate partition. Back in my SunOS days, we used to NFS mount /usr on all our workstations.

burningquestion ,

There was a movement to make /bin /sbin etc symlinks to /usr a few back. I honestly don’t remember the rationale, but here’s Debian’s page about the change: wiki.debian.org/UsrMerge. If I hadn’t been following the distros at the exact moment they did the changeover it probably would have thrown me for a loop too.

I think it had to do with the fact that these days relatively few people need /usr on a separate partiton and so it very rarely happens and something about system binaries being easier to manage if they’re actually all in one place. People are ready for some tweaks to the FHS, I guess.

mvirts OP ,

You totally can, this is some weirdness in the mount order during boot and not having the disk available at the same path in the init ramdisk

Also, Ubuntu making bin a link to /usr/bin doesn’t help :P

mvirts OP ,

Interestingly, when I added the bind mount to /usr the init environment failed when trying to set up the actual root fs because it was trying to bind mount from the init ramdisk filesystem paths into the new root path. im sure I could cloodge together a script to patch things up in the initrd but my days of straying from a sane upgrade path on Ubuntu are over (now I just do that on nixos because I don’t know what I’m doing)

bizdelnick , in Black screen blinking prompt during apt upgrade: what to do?

Try switching to virtual console (alt+ctrl+F<1-6>). If it does not work, reboot with alt+sysrq+REISUB (sysrq is the same key as prtsc, REISUB must be typed sequentially).

pglpm OP ,
@pglpm@lemmy.ca avatar

Cheers. Didn’t know about the last keyseq!

Maxy , in let's play make more space on /

I’m not too familiar with Ubuntu, but the arch wiki has a section about moving /usr to a separate partition: wiki.archlinux.org/title/Mkinitcpio#/usr_as_a_sep…

Maybe using these instructions, you can still offload /usr to a mechanical drive.

Just out of curiosity, how large is your /usr directory? Mine is only 30GiB (arch Linux, kde plasma with all apps + hyprland), which only takes up 17GiB on my disk due to btrfs compression (zstd level 15).

mvirts OP ,

Ohh I like the sound of that compression ratio, I’ll have to look into it. I’m just using ext4, plus I should repartition the whole disk I’m throwing away another 50Gb keeping my home partition on the SSD…

My /usr is 35Gb but I’m squeezing Ubuntu into a 50Gb partition and between docker, snapd, postgres, apt, and Minecraft it’s hitting 100% weekly.

Im pretty sure it would be fine if i was trying to dedicate a whole partition to /usr, maybe that’s the right answer after all

theshatterstone54 , in Certificate of Destruction

Chief GNUisance

Sounds about right! That was fun.

TheBeege , in Certificate of Destruction

You just know the original sender is on board with it. They probably think this is the stupidest shit and realize they have a bullshit job. I bet they hope an auditor or some superior will someday find the document and have something to say about the waste… but probably not

tarjeezy , in Black screen blinking prompt during apt upgrade: what to do?

I ran into something similar on Linux Mint. Never seen my installation kill itself before until this. Ended up booting into Recovery mode from the grub menu, and rolled back using Timeshift restore.

For me, the culprit was the ubuntu-drivers-common update, because after I rolled back, I was able to install all the other updates without issue. I just blacklisted this one update to keep it from showing until the next version is released.

pglpm OP ,
@pglpm@lemmy.ca avatar

Thank you, I’ll check the status of that in apt.

Yubishi , in Black screen blinking prompt during apt upgrade: what to do?

Try booting into console mode. Maybe there was a botched update that needs to be fixed. Below are some instructions on how to boot into tty.

linuxuprising.com/…/how-to-boot-to-console-text-m…

pglpm OP ,
@pglpm@lemmy.ca avatar

Cheers!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines