eshep

u/eshep@social.trom.tf
0 posts · 97 comments

Recent posts

No posts.

Recent comments

on Skills to install Gentoo · c/linux · 2 pts · 91d

@Mikelius @pixeldaemon Far as "keeping it updated" you shouldn't ever run into dep issues if you stick to the stable branch without loads of overlays. I regularly go years ๐Ÿ˜† (at least months) between updates without issue.

on Skills to install Gentoo · c/linux · 1 pts · 91d

@pixeldaemon You always install gentoo from an "already working" system. Basically, all yer gonna do is partition/format the drive, explode the file system to it, and chroot over to set shit up. You can easily build gentoo on an external drive on one (more powerful) computer, and throw it in the one it's for when yer done. This is a very common way of installing it on an SBC.

on Skills to install Gentoo · c/linux · 8 pts · 92d

@pixeldaemon As a 20+ year gentoo user, I often point people to the handbook as a tool for helping them to gain a solid understanding of linux. The way I recommend you go about it is to first read through the entire handbook and (most importantly) go read about each thing you encounter in it that you don't understand. Once you think you somewhat have a grasp of why each step is in there, start running through an install. Only use prebuilt kernels for now (ever really), there is no need to build one yourself unless you need something specific. Don't worry about fuck ups, just keep going till you get through it, you'll learn what you did wrong as you progress. Once you've made it as far as a functional desktop, rinse and repeat until you find yourself only referencing the handbook for verification, not reading it, then move on to learning about portage.

@non_burglar @digitalRights4All In case you weren't aware, everything from the crosspost shows as intended in Friendica, same (formatting aside) as I see it if I go to the lemmy.zip post.

Really cool project too!! I've wanted for quite some time to build one that mounts on my arm like in the later episodes of Chuck. I was thinking of runing #postmarketOS on mine though.

Hope ye stick with it, this is what it's all about.
\m/

on Gentoo experience? · c/linux · 3 pts · 279d

@Twakyr I've been a hardcore gentoo user/fan for 20+ years, I thought I'd never be able to use anything else till I started playing with Nix this year. The granular configurability of each individual package has yet been unmatched for me in any other distro till Nix. For #gentoo though, I'd highly recommend taking great care in tailoring your /etc/portage/make.conf, setup /etc/portage/repos.conf/gentoo.conf with sync-type = git, and use /etc/portage/package.{use,mask,unmask,accept_keywords} as directories for individual packages. I tend to keep a /etc/portage/package.mask/failed file for upgrade blockages fer me to unfuck after a emerge -avuDUN @world succeeds.

@BCsven
This is so much less helpful than just posting "I don't know" or "beats me".

First, if you're gonna post code, put it in a code block. And nevermind you not knowing if the ""code is good"", it doesn't even adhere to the question that was asked; the two programs you suggested are not even wayland compatible tools.
@null_dot

@null_dot
Haven't ever done this in wayland, but in X, I always used to xdotool to grab the title of the active window. I'd guess you could do the same using one of the wayland alternatives like ydotool, wlrctl, dotool, or whatever else is out there. And something like grim to grab an image of the window.