skankhunt42
@skankhunt42@lemmy.ca
- Comment on What's the real danger of opening ports? 5 days ago:
It’s not so much about the ports, its about what you’re running that’s accessible to the public.
If you have a single website on 443 and SSH on 22 (or a non-standard port like 6543) you’re generally considered safe. This is 2 services and someone would need to attack one of the two to get in.
If you have a VPN on 4567 and everything behind the VPN then someone would need to hack the VPN to get in.
If you have 100 different things behind 443 then someone just needs to find a hole in one to get in.
Generally ssh, nginx, a VPN are all safe and they should be on their own ports.
- Comment on Self hosted family archive 2 weeks ago:
NC is kind of a pain to run and tries to do far to much. I’d pick different software to run than adding addons to nextcloud.
That being said, I add contacts and calendar and use it to sync to my PC/Phone
- Comment on Smart option 2 months ago:
Can I lick my lips when I wink?
- Comment on What are your VPN recommendations for accessing self-hosted applications from the outside? 2 months ago:
To you test public WiFi with ZeroTier at all?
I ask because there’s a few public networks where WG won’t connect and I’m trying to find ways around it. I could always use cell data but this is more fun to me.
- Comment on advertisement 2 months ago:
I hate this so much. Let me send it to everyone I know.
- Comment on Sonarr - How to troubleshoot fake downloads 2 months ago:
I know this doesn’t answer your question but I’ve never had this kind of problem with Usenet. I pay $35 USD a year and bought a couple “lifetime” memberships 6 years ago.
What others have said should help solve the problem with torrents. If you can, it might be worth getting an account with a private site.
- Comment on Thanks I hate it 2 months ago:
Look at you just Roman around like this isn’t Ludacris. We need to run outta here.
- Comment on What are you doing when you call someone, don't leave a voicemail or text, they call you back right away but you don't answer? 2 months ago:
I don’t
- Comment on Say Hello to the World's Largest Hard Drive, a Massive 36TB Seagate 2 months ago:
In my case, 10+years ago I had 6 * 3tb Seagate disks in a software raid 5. Two of them failed and it took me days to force it back into the raid and get some of the data off. Now I use WD and raid 6.
I read 3 or 4 years ago that it was just the 3tb reds I used had a high failure rate but I’m still only buying WDs
- Comment on Let’s Encrypt Begins Supporting IP Address Certificates 2 months ago:
8
- Comment on Developer Interview: my Q&A with the dev who runs 'the' Switch piracy freeshop 3 months ago:
30s. GameCube, gameboy colour, n64, and xbox360. If I had to pick one it’d be n64.
- Comment on Food. 3 months ago:
Œuf
- Comment on I'm all for ingenuity. 3 months ago:
All thats missing is a shitty lawn chair on the back.
- Comment on China New Internet ID System a Threat to Online Expression: Netizens will require IDs to go on the internet. For now this is voluntary, but there are signs it will not remain that way for long. 3 months ago:
If they ever use biometrics for this, mine are for sale. Cheap… I’d like to know what happens when I can’t use who I amas my ID because it’s public.
- Comment on Canadian telecom hacked by suspected China state group 3 months ago:
In 2025 they exploited a 2023 volun. What did our telcos expect to happen?
- Comment on Self Hosted File Drop / File Upload 3 months ago:
It doesn’t check all your boxes but pingvin is what I use to share large files
- Comment on Lamp. 3 months ago:
Frah-g-lay… It must be Italian!
- Comment on I think I've found the issue 3 months ago:
I mean, eventually it’ll be dropped in the water. 😉
- Comment on ELI5: How to put several servers on one external IP? 3 months ago:
Looks like you got it! Congrats.
- Comment on ELI5: How to put several servers on one external IP? 3 months ago:
Router gets the public IP. Login to it, find port forwarding option. You’ll pick a public port. IE 443 and forward it to a local IP:port combo, IE 192.168.0.101:443.
Then you can pick another public port and forward it to a different private IP:port combo.
If you want a subdomain, you forward one port to one host and have it do the work. IE configure Nginx to do whatever you want.
- Comment on X launches E2E encrypted Chat 4 months ago:
Even then, lots of other options…
- Comment on Sharing Jellyfin 5 months ago:
Hang on, why not open the port to jellyfin to the internet?
I have a lifetime Plex pass so its not urgent but I have a containers running emby and jellyfin to check them out. When I decide which one I planned to open it up and give people logins.
- Comment on Am I going crazy, or has people's spelling gotten awful lately? 5 months ago:
I’m guilty of all these. I’m dyslexic and have a hard time spelling. At some point the personal dictionary on my phone learns words and I don’t get the warning anymore.
- Comment on Where Neural Networks Meet Memory Foam 5 months ago:
And a
monthlyweekly subscription. - Comment on Switch 2 GameCube controller will only be offered to those who pre-order the console 5 months ago:
The Nintendo GameCube (GCN) Controller – Nintendo Classics will be exclusively available for Nintendo Switch Online members and will initially only be offered to those invited to pre-order a Nintendo Switch 2 console
Does this suggest I can buy it later or am I going to have to pay scalper price if I want it?
- Comment on Nintendo Switch 2 Launches on June 5th Worldwide; 1080p Screen With 120 FPS and HDR Support, Docked Mode 4K Resolution Support Confirmed 6 months ago:
The en-ca in the URL means nothing as I’ve bought from .ca websites and been charged in USD before. To be fair, it wasn’t a large company like Nintendo but it still happened. Fastest cancel I’ve ever done. So, Unless it’s explicitly called out next to the price or I’ve bought something from there before, I usually assume it’s USD.
- Comment on Nintendo Switch 2 Launches on June 5th Worldwide; 1080p Screen With 120 FPS and HDR Support, Docked Mode 4K Resolution Support Confirmed 6 months ago:
Looks like $629.99. Never sure if it’s CAD or USD but my Nintendo account is Canadian.
- Comment on Encrypting data on local servers? 6 months ago:
This is actually really interesting, I might have to try this.
I currently use a USB stick with a key file on it that I need to plug in on boot. Something like this but it wasn’t that easy for me. openterprise.it/…/fedora-unlock-luks-full-disk-en…
- Comment on You're welcome 6 months ago:
No, you’re whale cum.
- Comment on How do you like to transfer large files between friends across the internet? 6 months ago:
I host pingvin for people to send stuff to me. To send, usually I’ll just move the file into a folder that exposed to Nginx with indexing and send that link. Otherwise I’ll also just use my pingvin instance.