That’s why you install it on someone else’s pc :)
Sparky
Sorry for scaring developers
Norwegian proot with a taste for shitposting
Deeply sorry for my photoshop creations
Former account at Kbin
aspe:keyoxide.org:JYRRSWIKLZWX366Y4DONCIEYAE
- 0 posts
- 21 comments
- 1 year
I wouldn’t say my hostnames are very creative, but they all have some kind of backstory.
Main desktop: POwOful
It’s a pretty powerful desktop, so why not call it that :)Laptop: LenOwO
Can you guess the laptop brand?Server 1: Shitbox
It’s my first server box I ever built, so it’s underpowered and pretty shitty.Server 2: Stowage
My proper server with actual data parity, and it’s pretty powerfulServer 3: Jank
This one is another shitmix of hardware with random harddrives in raid 0. I am aware that they’ll die at some point, and all of that data stored on it will be lost, so i use it as temporary storage whenever I need to copy something from one machine to another.Robot vacuum: suckywucky
Yea…
- 2 years
Shadow legends?
If I remember correctly it switches to this logo during christmas

Wait till they see the vlc logo during christmas …
I switched from duckdns about a year ago as it failed to resolve the addresses for my jellyfin server. I ended up buying a domain from cloudflare for 3 years for about $4, and I self-hosted ddns updater to automatically grab the dynamic ip, and set it to a subdomain.
As for your nginx config, I’d imagine you could make 2 separate config files in
sites-enabledthat are nearly identical, but listen for different domains. Something like this:#config file 1 server { listen 80; server_name example_a.com; location / { return 301 http://example_c.com$request_uri; #or use an ip instead of example_c.com } } #config file 2 server { listen 80; server_name example_b.com; location / { return 301 http://example_c.com$request_uri; #or use an ip instead of example_c.com } } #Or use "proxy_pass http://example_c.com;" in the location tag instead of "return 301..." if you want to reverse proxy the traffic
Maybe building one yourself might be a good idea. I found someone’s old desktop with an 8th Gen i7, 32gb of ram, mobo and Gtx 1070 gpu on the side of the road while on a road trip. Thing was sitting in the rain and slightly rusted, but when I cleaned off the corrosion, stuffed it full of hdds and set it up with truenas scale it’s been running flawlessly with an uptime of almost a year. Been running like that for about 5 years now with the occasional maintenance.
- Sparky@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•How would your codebase (personal projects, work projects etc.) look as a burger?English
2 yearsI learned blender just to make a representation of my code in action …
gif
Idk who needs to know this, but in Norwegian “runke” means to jerk off. “runk” is the word you add a prefix to in conjugation to get the different inflections
- runke - jerk off
- runker - jerking off
- runket - jerked off
Etc…
- 2 years
If you’re the owner of the website, I suggest you look into those php errors
Warning: simplexml_load_file(https://feeds.thefossrant.com/rss_feed.xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: No address associated with hostname in /var/www/html/article.php on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "https://feeds.thefossrant.com/rss_feed.xml" in /var/www/html/article.php on line 2 Warning: Invalid argument supplied for foreach() in /var/www/html/article.php on line 5 Warning: Invalid argument supplied for foreach() in /var/www/html/article.php on line 19 Published on: 1970-01-01 00:00:00 UTC Tags: Image unavailable
Jeez how long did it take to upload that 100tb? I’ve had files 50gb in size that have taken hours because of their 30-100mbps upload speed.
That’s the end user! /s
Tbh i think Microsoft has a better track record of breaking, fixing and then un-fixing their software




Test