@jaykay@lemmy.zip avatar

jaykay

@jaykay@lemmy.zip

This profile is from a federated server and may be incomplete. View on remote instance

jaykay ,
@jaykay@lemmy.zip avatar

Not OP but… I have an old PC as a server, Wireguard in docker container, port-forward in the router and that’s it

jaykay ,
@jaykay@lemmy.zip avatar

Probably cos they tested f*** all. Just throwing numbers around based on generations and manufacturers

jaykay ,
@jaykay@lemmy.zip avatar

First day on the internet?

jaykay ,
@jaykay@lemmy.zip avatar

I recently went on instagram and Facebook, holy moly do people share a lot. Who the hell cares where you’ve been or had for breakfast

jaykay OP ,
@jaykay@lemmy.zip avatar

Yeah it’s the same. Apple Music is fine, it’s not a problem, I just thought I’d self host it :)

jaykay OP ,
@jaykay@lemmy.zip avatar

It’s not about “using an underdog”, I just like “do one thing and do it well” philosophy you know. I don’t need drives, calendars, vpn, password manager, in one thing. I want a simple email provider that’s it.

Yeah skiff wasn’t like that but it seemed not too push it as much, just “hey it’s there you can use it” not full on products. Maybe I’m just being stupid about it idk

jaykay OP ,
@jaykay@lemmy.zip avatar

True… People also recommend having your own domain so I can switch easily in the future. Having my surname seems a bit… un-privacy-like lol Any recommendations for that?

jaykay ,
@jaykay@lemmy.zip avatar

As much as I like the premise, the average Joe doesn’t care.

It is techy, as long as it’s not seamless to transition, average person won’t bother.

What a person knows already > all of the other benefits. That’s why people use Photoshop and not GIMP.

If they need to dual boot, forget it. “Can’t I just use windows instead if I have to switch anyway?”

If they can’t install it themselves, they won’t bother learning the system. Say what you want but I think Windows still shits itself less than Linux. And when it does there is a lot more people who can help without typing in cryptic commands into the terminal.

For Linux to become more popular, more open standards would need to be mainstream. Leave Adobe, MS Office and other proprietary software that everyone uses. It’s like asking people to stop using PDFs because YOU a techy person think MD is better or whatever.

jaykay ,
@jaykay@lemmy.zip avatar

Yeah, “ease of use” wasn’t the best argument, the rest still stands though. I shouldn’t have brought it up. I myself hate the UI a lot. Don’t care what they add, change the UI

jaykay ,
@jaykay@lemmy.zip avatar

How dare you compare usenet to ISP customer experience? lol

jaykay ,
@jaykay@lemmy.zip avatar

And here is me, not being able to find Jack Ryan anyway lol

jaykay ,
@jaykay@lemmy.zip avatar

Torrent and usenet, at least Sonarr cant find it, everything is dmca’d/missing blocks lol

jaykay ,
@jaykay@lemmy.zip avatar

Nah it’s fine, thanks. I’ll survive without watching one tv show

jaykay OP ,
@jaykay@lemmy.zip avatar

Thanks, I’ll consider it. I’ll see what others say.

You’re right that 250G should be enough. Right now it takes 10G for 30 containers. But it was a mistake to make an only 20G root partition lol. This overlay2 folder sure grows

jaykay OP ,
@jaykay@lemmy.zip avatar

You are absolutely right! Thank you!

As much as I would have fun learning about RAID and stuff, I don’t think I need so much space and money spent right now. I will probably just buy one drive for now. If needed, I’ll buy another one.

Do you recommend any special HDDs? Or something to watch out for? As the drive is going to be running 24/7 basically.

jaykay OP ,
@jaykay@lemmy.zip avatar

Awesome, thanks!

I want to get started with *arr apps - here are all the things I don't understand about (reverse-/)proxies and networking in order to get it set up.

Please can someone show off how smart and sexy they are by answering these questions. I don't mind if you just link me to a video or guide explaining it (like I'm 5?) instead of typing it out - but please don't just send me stuff that says something like "To forward to ports correctly, simply forward the correct ports - but be...

jaykay ,
@jaykay@lemmy.zip avatar

wlan and eth are network adapters in your raspberry Pi probably. Not subnets. Subnet is a range of IP addresses the router can use to give out IP addresses to devices. Basically, let’s assume that the router/the local network has only one subnet 192.168.1.0/24. This number means, the router can give out IP addresses from 192.168.1.0 to 192.168.1.254. If the router had two subnets, let’s say A: 192.168.1.0/24 B: 192.168.2.0/24 device on subnet A, would be able to talk to the device on subnet B.

Either way, in my opinion you’re overcomplicating things a lot for yourself. If you only wish to watch from home, on your couch, you don’t need reverse proxies, cloudflare and all that jazz. Docker and raspberry pi is enough. I can walk you through it if you want :)

jaykay ,
@jaykay@lemmy.zip avatar

Oh boy we’re going deep I guess haha.

So an IP address is divided into four section separated by dots. 123.123.123.123. Each of those section can go from 0 to 255, so 0.0.0.0 to 255.255.255.255. Why this number? There is 256 numbers from 0 to 255, and 256 is the biggest number you can make out of 8 bits. (If you’re interested in binary, please look it up, this is already long haha) If every number between the . can be made out of 8 bits that means the whole IP address is 32 bits. It’s 32 bits cos that’s what was convenient when it was decided basically. Makes sense?

Now, the subnets. Each network can be divided into sub networks or subnets. Subnets fall into 5 classes: ABCDE. D and E aren’t used as much so I don’t know much about them.

Class A: Subnet mask is 255.0.0.0
Class B: Subnet mask is 255.255.0.0
Class C: Subnet mask is 255.255.255.0

A subnet mask determines how many bits are reserved for the network, and how many bits are used for hosts (devices). Basically, each IP address is divided into a network part and a host part. Network part is used for identifying networks and how many you can make, while host part is used for identifying hosts/devices like your phone or PC or whatever and how many can be connected.

In class A, with 255.0.0.0, the first number is reserved for the network, and the other 3 for the devices for example.

In class A you have a small amount of possible subnets but a big number of devices, and the opposite in class C.

The 24 after the slash is just a different way of saying 255.255.255.0, called CIDR notation. 255.0.0.0 is /8 and 255.255.255.0 is /16.

So depending on the subnet class, what the numbers mean differs. Well except the port and CIDR subnet mask.

All in all, all you need to know is that your router most likely has one subnet lol

jaykay ,
@jaykay@lemmy.zip avatar

You’re welcome! Did you manage to set up arr apps? :)

jaykay ,
@jaykay@lemmy.zip avatar

Why not install pihole in docker?

jaykay ,
@jaykay@lemmy.zip avatar

Hyprland is awesome, just follow the wiki and you’ll be golden

jaykay ,
@jaykay@lemmy.zip avatar

So every movie/show for less than $50/year + time spent setting up arrs lol

jaykay ,
@jaykay@lemmy.zip avatar

I think I’m too young and naive to think like that haha

jaykay ,
@jaykay@lemmy.zip avatar

Yeah I referred to usenet by default that’s why the cost 😅

jaykay ,
@jaykay@lemmy.zip avatar

Thanks grandpa! I’m kidding I’m kidding, I know, my time will come, not looking forward to it

What's (are) the funniest/stupidest way(s) you've broken your linux setup?

Tinkering is all fun and games, until it's 4 am, your vision is blurry, and thinking straight becomes a non-option, or perhaps you just get overly confident, type something and press enter before considering the consequences of the command you're about to execute... And then all you have is a kernel panic and one thought...

jaykay ,
@jaykay@lemmy.zip avatar

10 years of this subscription is $1500. Would anyone blink if they were buying a new car for 1500 more? lol

jaykay ,
@jaykay@lemmy.zip avatar

What happened to “don’t talk to the driver”? Can’t wait for accidents with “I was focusing on what ChatGPT was saying” explainations

Authy Desktop client will be discontinued from August 2024

Twillio just announced they're discontinuing the Desktop version of their popular Two Factor Authentication client. Their proposed solution is for users to move to the mobile app, which of course doesn't fulfill the use case of people who explicitly chose Authy because it had a desktop client....

jaykay ,
@jaykay@lemmy.zip avatar

Raivo FTW

jaykay ,
@jaykay@lemmy.zip avatar

Bitwarden here I come lol I’m a bit worried about having both passwords and totp in one app tho

jaykay OP ,
@jaykay@lemmy.zip avatar

Yeah, I'm yet to play around with WebDAV or learning what it actually is haha Will look into it, thanks :)

jaykay OP ,
@jaykay@lemmy.zip avatar

I've switched from Obsidian to Joplin actually, cos syncing was a chore and Joplin is more straightforward imo

jaykay OP ,
@jaykay@lemmy.zip avatar

Gotta learn about that DAV thing everyone is talking about ig haha

jaykay OP ,
@jaykay@lemmy.zip avatar

I find their paradigm... different and not entirely sure if I like it yet, need to look into it more :)

jaykay OP ,
@jaykay@lemmy.zip avatar

I need to look into webDAV then :D

jaykay OP ,
@jaykay@lemmy.zip avatar

If you mean the 'export' function, it's not really the same as I'd have to do it manually every time

jaykay OP ,
@jaykay@lemmy.zip avatar

True, should've thought of that. Well, at least this gives me a chance to explore and learn alternatives :P

jaykay OP ,
@jaykay@lemmy.zip avatar

You are right, I should. They are a bit more complicated than I anticipated, and apparently I'm doing everything wrong, haha. I have backups set up to go 2 years back, but I'm checking backblaze occasionally to check, so it shouldn't be an issue. I have two months so far lol Thanks for the write-up :)

jaykay OP ,
@jaykay@lemmy.zip avatar

There is a fail-safe switch in settings preventing the deletion of local copy if the remote is empty

jaykay OP ,
@jaykay@lemmy.zip avatar

I use it just as a simple as possible, instructions on how I setup backups, important thing about container’s config, etc etc. I find it easier to just have a folder “Server” and put each container in a separate note or folder. It’s too much thinking about tags, links, pages and all in logseq, notes seem all over the place.

jaykay OP ,
@jaykay@lemmy.zip avatar

Please don’t follow joplins folder/notes view. It’s so stupid that folders and notes are in different panels on the left. Just make it a normal list.

I like joplin for its simplicity. No bells and whistles like obsidian.

Docker container would be awesome, but I don’t care for Google drive personally :) If you make the notes folder a volume I can bind to that would be great, as long as they’re normal files haha

jaykay OP ,
@jaykay@lemmy.zip avatar

Awesome, thanks! For now I’ll stay on the db without backups. Joplin saves copies to other devices so if something fails, I still have the other devices :)

jaykay OP ,
@jaykay@lemmy.zip avatar

I would be willing to try it, but the workarounds to get sync on iOS are what makes me not do it

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • All magazines