sneezycat

joined 2 years ago
MODERATOR OF
[โ€“] sneezycat@sopuli.xyz 13 points 22 hours ago (1 children)

For spooks, Phasmophobia is a good one. They do a Halloween event every year too ๐ŸŽƒ๐Ÿ‘ป

[โ€“] sneezycat@sopuli.xyz -1 points 1 day ago

I guess people smoke because they don't know smoking causes cancer ;3

[โ€“] sneezycat@sopuli.xyz -2 points 1 day ago (2 children)

Yeah, I know. Until I get ransomware'd and my nudes leaked, I won't care ๐Ÿ’…๐Ÿปโœจ

[โ€“] sneezycat@sopuli.xyz 1 points 1 day ago

No, my home server. My desktop and laptop both have arch, because I do interact with them more often.

[โ€“] sneezycat@sopuli.xyz 0 points 1 day ago (6 children)

If I wanted to run updates frequently I would run arch lmao. Even if I did apt update every day, debian stable doesn't get that many updates.

I could just run auto-update but meh.

[โ€“] sneezycat@sopuli.xyz 16 points 1 day ago* (last edited 1 day ago) (11 children)

Well, one of the reasons I'm using debian on my server is so I can kinda forget about it...

I'll update maybe once a month, or every couple months. I don't always restart though, so my kernel is probably a bit behind :'D

[โ€“] sneezycat@sopuli.xyz 2 points 4 days ago

Yup. My desktop was the last computer I had running windows 10.

A couple years ago, I installed debian on an old laptop that I'm using as a home server now, and that was my first contact with Linux since 2010 or so. It was an experiment that got from "I'm just trying stuff" to "I use this every day".

Then I got a steam deck, and I saw that gaming on Linux was a thing now. Gaming is one of the things I need my PC for, since I don't have consoles, so that was important for me.

Then I got an old laptop from my sibling and I decided to install Arch to learn a bit more. Another experiment that got out of hand, until that laptop became my daily driver. I spent less and less time in front of my desktop.

This year, with Win10 going out of support, and having no interest in Win11 after having used Linux a bunch, I decided that was it. I did slack for a bit, because I had a lot of files that I needed to review and backup (or delete).
Because of unrelated stuff with my server -I had to empty my external hard drive to reformat it from NTFS to ext4-, I used the opportunity to do the hard work, and when that was over, installing Arch was a breeze.

That was a couple months ago, and I'm still customizing the PC, because life got in the way, and I'm doing things differently to my laptop (using niri instead of hyprland, using btrfs instead of ext4 -which I did wrong and I have to fix to be able to do snapshots-).

But yeah, I'm having fun and I don't miss windows. There's some software that I need sometimes, like the 8bitdo firmware updater and things like that, but it's mostly minor stuff. I did use FL Studio before and I heard it doesn't work great on Linux, but I haven't made music for the past 4 years, and if I want to and can't make it work I can always use Reaper or something :)

[โ€“] sneezycat@sopuli.xyz 76 points 1 week ago (3 children)

Thank God you censored your local IP, don't want hackers to find out it's 192.168.1.45

[โ€“] sneezycat@sopuli.xyz 10 points 1 week ago

They are relatively short, they should do LSD just to be sure!

[โ€“] sneezycat@sopuli.xyz 28 points 2 weeks ago (6 children)

They did have a base building mechanic in diamond/pearl, if you can call a hole in the ground a "base".

[โ€“] sneezycat@sopuli.xyz 1 points 3 weeks ago

False dichotomy plus ratio

26
submitted 6 months ago* (last edited 6 months ago) by sneezycat@sopuli.xyz to c/selfhosted@lemmy.world
 

This is a story about something that happened just now. I'm not sure if this is the right place to post it, so I'm sorry in advance if it's not!

I self-host some services on an old laptop at home. Mainly Jellyfin and Nextcloud, which I use to text with some close friends.

I left this morning to spend some days with my parents, and I jokingly told one of my friends that "I hope nothing bad happens to the server, since I'll be gone for a week and I won't have physical access to it".

I've had problems with power cuts in the past, since I don't have a UPS (and my laptop's battery is dead), but they were mostly due to some faulty power connector that has been replaced, so I don't expect any weird stuff happening. My IP is dynamic, but I run a cron script to regularly check it and change the DNS records if it changes. So, I was pretty sure everything would actually be fine.

But if you've read the title of the post, you probably know where this is going.

I've used let's encrypt SSL certificates in the past with nginx proxy manager, and it was great! They automatically got renewed so I didn't have to really pay attention to that. Except after a year or so, they just stopped working. Nginx gives me a nondescript error when trying to connect to my domain registrar to create a new certificate, and after trying -and failing- to fix it, I decided to just use the SSL certificates my domain registrar provides.

That worked great! The only problem is they don't automatically update anymore; it just takes me 5 minutes to update them and I only have to do it once every 3-4 months, so it's fine...

A couple hours ago, I was trying to send a meme to my friend via nextcloud and... Failed to establish connection

panic.jpg

I try to open sonarr on my web browser. I get an EXPIRED_CERTIFICATE error. Date of today. Oh no.

You'll be thinking "What's the problem?", right? "Just update the certificate again!" Well, the problem is I need access to nginx proxy manager to do that. And I don't have its port forwarded (since I didn't want to expose it to the internet, because I didn't think I needed to).

I thought that was it. I was going to have to wait for a week until I got back home to fix it. But I still had ssh access to the server!

yes, I know, this is probably a very bad idea, don't expose your services and your ssh to the internet without a VPN like tailscale, but to be fair I don't know what I'm doing! At least I use a nonstandard port, and I use cert login instead of a password.

At first I tried replacing the cert files, but I realized that wasn't going to work. So I decided to do some ~~googling~~ web searching, and thankfully I found exactly what I needed: SSH tunneling.

What does that mean? Well, for the people like me that had no idea this was possible: you can use your SSH connection as a tunnel to access the server's local network (kind of like a vpn?). So I used the command:

ssh -NL LOCAL_PORT:DESTINATION:DESTINATION_PORT USER@SSH_SERVER -p SSH_PORT

I typed localhost:DESTINATION_PORT on my web browser... and nothing happened.

"Oops, actually it's localhost:LOCAL_PORT"

And... BAM! There it was, the nginx web interface! I typed my credentials, created a new cert, uploaded the cert files, changed the cert for all the services... and it worked! Crisis averted.

So, what did I learn from this? Well, that my server is never safe from failing to work lol. But I won this time!

 

cross-posted from: https://sopuli.xyz/post/23085951

Artist: Nihei Tsutomu | danbooru

-1
submitted 8 months ago* (last edited 8 months ago) by sneezycat@sopuli.xyz to c/videos@sopuli.xyz
1
submitted 9 months ago* (last edited 9 months ago) by sneezycat@sopuli.xyz to c/netsphere@sopuli.xyz
1
submitted 11 months ago* (last edited 11 months ago) by sneezycat@sopuli.xyz to c/netsphere@sopuli.xyz
 

Read here | Previous chapters

Previous discussion

Edit: original upload was missing page 23. Iโ€™ve updated the link to a complete version.

1
<3 (by Noodledoodle) (files.catbox.moe)
submitted 11 months ago* (last edited 11 months ago) by sneezycat@sopuli.xyz to c/netsphere@sopuli.xyz
 

Artist: Noodledoodle | twitter | twitter alt | pixiv

1
submitted 1 year ago* (last edited 11 months ago) by sneezycat@sopuli.xyz to c/netsphere@sopuli.xyz
 

Artist: ใฑใก(ใŠใ‚„ใค) | twitter | tumblr

 

Artist: ็…Œ้›พ / LYszhw | twitter

 

Artist: XLVI4466 | twitter | poipiku

view more: next โ€บ