[-] [email protected] 3 points 21 hours ago

I will check that out! Mostly I've been looking for something to determine what files are no longer in use, like old configs for programs I don't even have anymore, etc.

[-] [email protected] 19 points 21 hours ago

Great suggestions, that will absolutely be my tomorrow project!

[-] [email protected] 1 points 21 hours ago

I'll have to make a meme about the time I deleted my partition tables one day lol

[-] [email protected] 10 points 21 hours ago

Yeah, my other drive is a 1TB HDD, and I do have all my media/documents/pictures/etc. there, I think what's filling up my drive is actually plugins for Ardour lol, plus I might have too many Things I Definitely Need™. Maybe the real solution to my storage problems is to look within... (like do I seriously need No Man's Sky installed all the time for the once every three months that I play it?)

But yeah, I wanna set up a NAS for this sort of thing, next time I have money lol

[-] [email protected] 6 points 22 hours ago
[-] [email protected] 9 points 22 hours ago

Since I posted it on the other two, here's the recap:

I woke up this morning and decided my main drive (just a 500GB SSD) was too full, at about 85%, so I decided to do something about that. I go through the usual: pacman -Sc, paccache -rk0, and pacman -Qqtd | pacman -Rns - (which I've aliased to "orphankiller" because that's too much typing for me). None of that did anything though, as I'm usually pretty up on this, and I expected it, so my next step was to find other ways of deleting unnecessary files floating around, and that meant a trip to the usually very helpful Arch wiki.

On the page "pacman Tips and Tricks", I find 1.7: Detecting More Unneeded Packages. "Perfect!" I thought, "That's exactly what I'm looking for!" I enthusiastically type in the command pacman -Qqd | pacman -Rns -, and then quickly go check how much space I just saved. Nada. Or at least not enough to move the percentage point. "Oh well, keep looking," I think and I go back to Firefox to click some more links in hopes that one of them will be the space saving ultra-script that I need. The first one I click, I get an error from my trusty browser, I don't remember exactly what it was but it was something about not being able to verify the page. "Weird, let's try another one." Nope, same thing.

Well, being that I had just deleted something, I figured I should go see what exactly it was that I did. It was a good thing I'd left the terminal window open, because after just a few scrolls I saw it: ca_certificates, which Firefox absolutely needs. "Great, I'll just reinstall." Nope! I just deleted my pacman cache, and pacman also needs those certificates to download from the Arch repo's mirrors! "Fantastic," I grumbled while I tried to think of how I could get this pesky package back on my machine.

Then it occurred to me: I've been keeping up with my btrfs snapshots (for once, lol)! I can just backup to yesterday and forget this whole mess! So I bring up Timeshift, and we're on our way back to a functioning system! Or so I thought. See, I don't have a separate /home partition, but I do have a separate @home subvolume, so when Timeshift asked me if I wanted to restore that too, I clicked the check mark. Only thing is, I don't think I actually have a separate @home subvolume, which brings us to the error in the meme. /home wouldn't mount, and that meant I was borked.

Fortunately, our story has a happy ending! I DDG'd the error on my phone, and found a post from like seven years ago, about someone who had this same set of circumstances, and the one reply was my fix: just go into /etc/fstab and delete the "subvolid" part of whatever partition that's giving you grief. Did that, reboot, and we're finally fixed! And now, forevermore, I shall check what I'm deleting before I hit the enter button!

The post-script is bittersweet though, because after all this trouble, and then the rest of the afternoon working on the original problem, I am down to... 81%. Oh well.

[-] [email protected] 6 points 22 hours ago

Was it ~7 years ago? Maybe it was your old post I found!

[-] [email protected] 4 points 22 hours ago

Yeah, I didn't bork it that hard, not this time anyways!

[-] [email protected] 2 points 22 hours ago

Nah, we're all good now, thanks though! I just posted the story!

[-] [email protected] 7 points 22 hours ago

Okay, so here's the recap:

I woke up this morning and decided my main drive (just a 500GB SSD) was too full, at about 85%, so I decided to do something about that. I go through the usual: pacman -Sc, paccache -rk0, and pacman -Qqtd | pacman -Rns - (which I've aliased to "orphankiller" because that's too much typing for me). None of that did anything though, as I'm usually pretty up on this, and I expected it, so my next step was to find other ways of deleting unnecessary files floating around, and that meant a trip to the usually very helpful Arch wiki.

On the page "pacman Tips and Tricks", I find 1.7: Detecting More Unneeded Packages. "Perfect!" I thought, "That's exactly what I'm looking for!" I enthusiastically type in the command pacman -Qqd | pacman -Rns -, and then quickly go check how much space I just saved. Nada. Or at least not enough to move the percentage point. "Oh well, keep looking," I think and I go back to Firefox to click some more links in hopes that one of them will be the space saving ultra-script that I need. The first one I click, I get an error from my trusty browser, I don't remember exactly what it was but it was something about not being able to verify the page. "Weird, let's try another one." Nope, same thing.

Well, being that I had just deleted something, I figured I should go see what exactly it was that I did. It was a good thing I'd left the terminal window open, because after just a few scrolls I saw it: ca_certificates, which Firefox absolutely needs. "Great, I'll just reinstall." Nope! I just deleted my pacman cache, and pacman also needs those certificates to download from the Arch repo's mirrors! "Fantastic," I grumbled while I tried to think of how I could get this pesky package back on my machine.

Then it occurred to me: I've been keeping up with my btrfs snapshots (for once, lol)! I can just backup to yesterday and forget this whole mess! So I bring up Timeshift, and we're on our way back to a functioning system! Or so I thought. See, I don't have a separate /home partition, but I do have a separate @home subvolume, so when Timeshift asked me if I wanted to restore that too, I clicked the check mark. Only thing is, I don't think I actually have a separate @home subvolume, which brings us to the error in the meme. /home wouldn't mount, and that meant I was borked.

Fortunately, our story has a happy ending! I DDG'd the error on my phone, and found a post from like seven years ago, about someone who had this same set of circumstances, and the one reply was my fix: just go into /etc/fstab and delete the "subvolid" part of whatever partition that's giving you grief. Did that, reboot, and we're finally fixed! And now, forevermore, I shall check what I'm deleting before I hit the enter button!

The post-script is bittersweet though, because after all this trouble, and then the rest of the afternoon working on the original problem, I am down to... 81%. Oh well.

[-] [email protected] 3 points 22 hours ago

Just posted the story!

[-] [email protected] 4 points 22 hours ago

Just posted it!

9
submitted 6 months ago by [email protected] to c/[email protected]

On Boost for Reddit, this was the feature I liked the most. Is it just not implemented yet?

108
Hello, Gordon! (startrek.website)
submitted 7 months ago by [email protected] to c/[email protected]

D... Do you have your passport?

200
Hello, Gordon! (startrek.website)
submitted 7 months ago by [email protected] to c/[email protected]
48
Blurry picture of a cat (startrek.website)
submitted 7 months ago by [email protected] to c/[email protected]
376
Cockarule (startrek.website)
submitted 8 months ago by [email protected] to c/[email protected]
57
submitted 8 months ago by [email protected] to c/[email protected]

I was gonna shout out everyone in this community, but I figured out that you were all sus, so this is the meme.

243
submitted 9 months ago by [email protected] to c/[email protected]

This is my first time posting from Boost, let's see how it goes...

9
submitted 9 months ago by [email protected] to c/[email protected]

My current "default home" when you open the app or click the home button is set to "Subscribed Top Six Hour". I would like to change that to "All Top Six Hour", but I can't seem to find where to do this. Android app, btw.

110
submitted 9 months ago by [email protected] to c/[email protected]

Basically title, every bit of online dating nowadays is either Match or Meta, and we're all about breaking corporate chains right?

So these are the thoughts I had:

  1. Matches based on simple user selection: age range, lifestyle, hobbies etc. None of that dumb algorithm stuff that makes you reset your profile every month.

  2. ActivityPub protocol so that anyone can run their own instance, but can also be blocked if anything heinous happens.

  3. E2EE for messaging (and anything else if it's possible).

  4. Someone wrote an open-source anti-CSAM script for Lemmy recently, I hope we could adapt that to our use.

  5. Just, like, everyone have a good time on this app, we're here for love lol

I am not a coder, so I would have no idea how to do this, but I wonder about the interest in such a creation. Maybe some of you out there could make something I could use to get a date (pls).

1
submitted 9 months ago by [email protected] to c/[email protected]

Like the title says, I'm looking for a drummer that wants to join a weird rock band. I can't say who our influences will be, because we don't know yet! I want this band to be completely original, musically diverse, but with a pop sensibility so we can still get gigs lol. I know Dallas is all about the metal scene, but I (and the other band members we already have) are opposed to this, so if you're a metal guy, please apply! Musical diversity is the name of the game here.

I'm a jazz/rock guy, our singer's an R&B guy from NYC, and we have a violinist who's classically trained but wants to venture into other avenues. We also need a bassist, because I want to play guitar for this project, but if we can't get anyone else then I guess I'll play bass FINE, ugh.

Anyways, if you wanna get in touch about this, message me here! Thanks!

137
submitted 10 months ago by [email protected] to c/[email protected]

I wish I was just like them <3

82
submitted 10 months ago by [email protected] to c/[email protected]

In other news, I now have the ability to screenshot, and access to a warp tool. My shitposting powers grow by the minute.

Album: https://ibb.co/album/235Ykf

Assets: https://ibb.co/album/HLRccM

view more: ‹ prev next ›

swab148

joined 10 months ago