
yoursunny
yoursunny
About
- Username
- yoursunny
- Joined
- Visits
- 9,552
- Last Active
- Roles
- Member, OG
- Thanked
- 1854
Comments
-
None of the typos I pointed out last time has been fixed. https://talk.lowendspirit.com/discussion/comment/50710#Comment_50710 This is not "innocent typo", but ignorance.
-
(Quote) Travis free plan turns out to be 10000 credits one time. When you run out, it'll never be replenished. As for OOS credits, you'll have to haggle with support every time you need more credits. It's not recurring. (Quote) What if my group nam…
-
(Quote) Great. (Quote) DYK Travis CI is no longer free? If you aren't paying $69/month, you'd better move to GitHub Actions or CircleCI. SQL injection everywhere! You need Parameterized Statements (since rqlite v5.5.0). And no, having a regex is i…
-
(Quote) User management would be overkill and any homemade user management is subject to attacks. For starters, it's very easy to make mistakes in how to store passwords. An easier and more secure way is to deploy two separate webapps: * An admin …
-
I have a (mostly) idle MXroute. Where do I put that?
-
0916-d775-1952-03d2 I signed up to see what LXC is all about, and plan to deploy a replica of pushups statibus. I decided to start a new series of hostnames box0-box9, in addition to the existing series vps0-vps9, to alleviate my "running out…
-
(Quote) I have a page that displays a map of available bus stops: https://yoursunny.com/p/rideon-today/ It contains a query argument of the date, because bus service is different on different dates. Google crawled thousands of pages, because each d…
-
(Image) I got it installed in two Docker containers. It seems that the cron/uptime.php requires bcmath extension, which is not in the official php:7-alpine image but can be added. I don't have a Dockerfile yet - I just typed the commands one by on…
-
(Quote) I have two units of this SD card from GearBest: https://m.gearbest.com/memory-cards/pp_337823.html I also have two Samsung EVO brand SD cards, but they seem to be less reliable and sometimes cause a Pi 3 (predecessor of current Pi 4) to free…
-
(Quote) I have Raspberry Pi 4 as desktop. I trust the SD card (from 2016) more than the spinning drive (from 2007). Did I mention that the spinning drive is making weird noises at night? But it's for swap (so I don't wear out the SD card) and seedin…
-
(Quote) I used to always force-push to master, and I get complaints every week. Now I have a single develop branch that I can force-push, and the master or main branch that I don't force-push. My deployment is generally based on the develop branch a…
-
(Quote) Looks like I can't reinstall the KVM until the alleged bug is fixed. I say alleged because there's no recent bug report on Virtualizor forum. https://www.softaculous.com/board/index.php?#cid6 It's time to ditch Virtualizor and make an open…
-
(Quote) UptimeRobot would also trigger an alert when the URI is not retrievable (connection timeout). I use this feature to monitor NDN forwarder status pages. For example, https://savi.testbed.named-data.net (it's an XML document with XSLT) would c…
-
Looks nice. I'll try to deploy one. (Quote) UptimeRobot has keyword check that I often use. It retrieves a URI, and alerts if the response contains / does not contain a particular string.
-
(Quote) I'm looking at Gitea that is more lightweight. Once I figure out, I'll post a tutorial. (Quote) Not enough. * A basic git pull only fetches one branch. I need all branches, so it needs to be a bare repository checkout. * LFS objects? * Rel…
-
(Quote) Develop a highly scalable billing system that can handle 1000 simultaneous users plus 10000 bots. Sell it to Virmach.
-
I started using Nextcloud in 2019, when Dropbox announced 3-device limit but I have 5 devices. Most of 2020 I was using Bacloud free Nextcloud, but they are in Europe and latency is high. MXroute has Nextcloud too, but it's also in Germany. Last mon…
-
(Quote) ? ?
-
OGF has been bashing my /phpinfo.php. Thus, I just launched an improved version of phpinfo(). Check it out: https://yoursunny.com/phpinfo.php (Quote) Yes, I heard, but I never tried it because I fear it would mess up my handwritten config files. (…
-
* Buy a premium VPS for every active member of this forum, in exchange of them doing push-ups. * Send the rest of the money to me. I'll buy a MetalVPS to encode these push-ups, a NexusBytes and a MaxKVM to increase serving capacity, and an Inception…
-
(Quote) HIKES? I hiked up Hoye-Crest, Maryland's high point, on 2020-03-21. Trip story here: https://yoursunny.com/t/2020/geocaching-2020/ (Image)
-
(Quote) I thought the 3 people represent: * Inception Hosting * RandomIT * NanoVZ Tap here if you don't know why.
-
(Quote) 22 (Quote) I only read Caddyfile reference. (Quote) PHP-FPM crashed. First time this year. It doesn't affect the blog that is a static subsite.
-
I want to make a scenic route monitoring setup with all my boxes: * iptables rule on vpsk would receive packets from vpsk-1 and forward it to vpsk+1 (if k=9 forward to vps0). * I only need userspace program on vps0: it periodically transmits a pack…
-
(Quote) No video, no evidence. (Quote) I tried also. Zero. (Quote) No, because there's no hourly option and there's no API. LowEndTalk is on DigitalOcean. When it was running slow on Thanksgiving, the administrator resized the VM by clicking a but…
-
(Quote) I don't actually have a storage VPS, but I have used all these protocols. * NFS is used in our university. My dissertation has a section on how I analyzed NFS traffic. * I have SAMBA on my home router, backed by a spinning drive bought in 2…
-
(Quote) Linux client: NFS over VPN. https://d.sb/2020/12/nfs-howto Windows client: SAMBA You can follow the NFS guide to mount the filesystem on your OpenWrt home router, and then setup SAMBA server there. SAMBA requires IPsec to have encryption, w…
-
(Quote) * I'll demand to know how much % I'm allowed to use persistently. * Virmach: 33% * MaxKVM: 33% * SpartanHost: 50% * Gullo: nominally 80%, but you run out of RAM first * EUserv: 1GHz, no limit, auto throttle * Oracle Cloud: no limit, auto st…
-
(Quote) It's up to @seriesn on how to count toward 1000. I'll sponsor protein bars according to progress using the same formula.
-
(Quote) /31 is defined in RFC3021. It indeed doesn't allow directed broadcast, but broadcast doesn't make sense on a point to point link. Sending to 255.255.255.255 is still allowed though. /31 does require 2 addresses, but it's a 50% saving compar…
-
The screenshot indicates that your MAC address is not 20:47:47:91:7d:7c. You are not supposed to be receiving unicast traffic to that MAC address. Something is messed up in the Ethernet switch. The good news is, as long as your Ethernet interface i…