yoursunny
yoursunny
About
- Username
- yoursunny
- Joined
- Visits
- 17,084
- Last Active
- Roles
- Member, OG, Official Troll
- Thanked
- 3586
Comments
-
(Quote) It ain't microLXC if it isn't microLXC control software. We want the real microLXC control software.
-
(Quote) Where to get the webapp of microLXC control software?
-
(Quote) "loose" is not skint. It should be "lose".
-
(Quote) Heavy Iron Stuff , my leg day stories. yoursunny blog is proudly NOT powered by WordPress so that it cannot be hacked. https://twitter.com/yoursunny/status/830111560588738560?t=1mK-sXt6WHVJz22XGSTPKQ&s=19
-
The ultimate cold backup: GitHub Archive Program. (Image) Upload your files in a public repository on GitHub. Wait a few years. It will be printed as microfilm and store in a cold vault. Your files will last long past the humanity.
-
(Quote) This is what I'm running on servers with spare I/O. I use Docker setup for straightforward CPU limits, and haven't ruffled any feathers so far. Where's @skorupion on the Reddit leaderboard? (Image)
-
(Quote) Now we know where to find someone when we feel lonely.
-
XOXO (Image)
-
Typically, I configure two resolvers. * one IPv4 and one IPv6, unless the server is single stack and the other protocol is tunneled * different providers, typically Google and Cloudflare; in case one of these has high latency, Quad9 or HE or Neusta…
-
I used to have X11vnc on Ubuntu desktop, so that it can be controlled remotely from my tablet. * Local terminal and VNC clients can see the same display, and control the same cursor and keyboard. * Initial login must be performed locally with monit…
-
There are no cookies on my website. We only serve biscuits. Any leftovers are caused by Google Analytics. <?phpheader($_SERVER["SERVER_PROTOCOL"] . " 402 push-ups required");header("Set-Biscuit: gdpr=ignored");?>
-
I see FranTech IP. They are known to have Tor exits that are used to send DDoS attacks. You need to unfran your network and cancel the idle VPS. I see one packet being broadcast to 255.255.255.255, so you would normally receive it. For the others, …
-
tcpdump & Wireshark can show you what traffic it is.
-
(Quote) https://my.webhorizon.in/plugin/support_manager/knowledgebase/view/3/nat-ipv4-ports-calculator-ovz-lxc/ (Quote) This port forwarding option in Virtualizor is only used in KVM NAT service, which has been discontinued. Maybe @Abdullah forgot …
-
(Quote) I have microLXC deployed in New Zealand, and I have my own node in Antarctica. I'm gonna setup some message passing program, so that every message would travel a loop around the world. That's a true scenic route. When would @deank open up h…
-
(Quote) China doesn't have legal drinking age. Anyone who can afford beer can drink beer. You just cannot drive after drinking, or you go to jail even if you are the most famous actor. My father used to work for a beer factory, and he receives 120 …
-
My NAT bundle has five locations: upstream provider location IATA code Zappie Host Valdivia, Chile ZAL Shock Hosting Piscataway, NJ, USA EWR ReadyDedis Mumbai, India BOM HostHatch Zurich, Switzerland ZRH Zappie Host Johannesburg, …
-
(Quote) Things are so cheap in Sweden. Colo a full-size Mac would cost significantly more that $15.50 per year in North America.
-
There's no benefit in having more RAM channels on regular VPS. The provider's throttling kills all the performance. I want some dedi with more RAM channels, because my high performance networking software could be memory bottlenecked. I recently le…
-
(Quote) This was written for Debian 10. In Debian 11, the apt install line must also include ifupdown. Otherwise, you'll lose access as soon as you get to apt autoremove line. Sadly, OpenVZ7 depends on this deprecated package… In Debian 10, ifupdo…
-
I bought the NAT bundle, reinstalled all nodes with Debian 11. I noticed that all five containers have the same SSH host key, which means the host key was included in the template. This is not good because it allows MITM attack. The template should …
-
yoursunny.com has been running on PHP 8.0 since early 2021. In the past, I upgrade right away as soon as the binary package is available, followed by code fixes. Nowadays, I wait a month or two, to avoid potential issues with the small number of Co…
-
(Quote) I thought about this more. The TXT record isn't necessary. Instead, the proxy service can check for AAAA record to determine which container owns the hostname, and then send the traffic into this container. Push further, it isn't necessary …