yoursunny
yoursunny




About
- Username
- yoursunny
- Joined
- Visits
- 17,764
- Last Active
- Roles
- Member, OG, Official Troll
- Points
- 3,624
Comments
-
Ulefone Power Armor 14 Android 11 via Termux app: (almost) nothing works! $ curl -sL yabs.sh | bash -s -- -r# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Yet-Another-Bench-Script ## v2021-12-2…
-
(Quote) I see no benefit unless you specifically need UK location. This is more expensive than every other NAT and Raspberry Pi service.
-
(Quote) yoursunny blog is a bunch of static files, hence it cannot be hacked. Someone caught a local file inclusion vulnerability last year in /m/imgproxy.php. However, that file is not part of the blog.
-
(Quote) What's in your mlxc.sh? It looks useful. I'm using Debian 11 lxc-unpriv-create command. It can't set any limits on the container, so that every container could use all the RAM and disk on the host machine. Not really a proble…
-
(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…
-
(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…
-
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 r…
-
(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, i…
-
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 …