yoursunny
yoursunny
About
- Username
- yoursunny
- Joined
- Visits
- 17,095
- Last Active
- Roles
- Member, OG, Official Troll
- Thanked
- 3588
Comments
-
(Quote) Don't use WordPress. Static site generators are better because all your contents are safely on GitHub before it even reaches your hosting server. Your local git clone and the GitHub repository are backups of each other. Don't forget to comm…
-
(Quote) There's no future in address based systems. IPv9 was developed and still ran out of addresses. https://tools.ietf.org/html/rfc1606 The future belongs in a purely name based system, in which every packet carries a name (of any length), and r…
-
I have TunnelBroker on OpenWrt home router and I requested a /48 following online guides. I found each of my devices takes about four addresses. Am I wasting too many addresses? Should I release the /48 and go back to /64?
-
(Quote) When you have only serial console access and no network, but you need some packages, it's possible to "upload" files via console. * Download file to your laptop. * Base64 encode the file. * Use cat to paste the Base64 into a text …
-
I don't block traffic from China. A quarter of my readers are in China, and I have many pages written in Chinese. I believe in an open and free Internet. Thus, I don't plan to block anyone unless I'm being attacked.
-
My laptop has Windows 10 2020H1. Through Windows Subsystem for Linux, I have: * Ubuntu 16 (on WSL1) for website and software development. * Debian 10 (on WSL2) for compiling OpenWrt packages. On-prem servers are Debian 9 or 10 (armhf), depending o…
-
(Quote) I also have nginx on 80 and 443. I moved Asterisk to 15060. Someone keeps trying different SIP passwords, wanting to make long distance calls. My passwords are randomly generated so they can't succeed, and I only have $1 long distance credit…
-
Bandwidth aren't born equal. Singapore routes that can reach China directly cost more than routes without China peering.
-
I have no firewall, no SSH port change, no fail2ban. I just disabled password login. Why am I not hacked? Or, am I already hacked but I don't know?
-
(Quote) CodeSandbox uses Node 10. I need Node 12. RunKit does not support: * import ES Modules. * "nightly builds" from GitHub or tarball. * TypeScript.
-
(Quote) Bingo. If I allow editing package.json, one could import a package in which the post-install script contains malicious code, which will be executed on the server. Locking package.json, on the other hand, would severely limit the usefulness o…
-
(Quote) How to do nasty stuff with Webpack? If Webpack config cannot be changed, user can't execute arbitrary code on the server, right?
-
I never change SSH port, but I disable password authentication. Virmach support complains about this every time. If the server is for idling, the best command to ensure security is: sudo shutdown -h now
-
(Quote) I don't want the second IPv4 address because it does not work in KVM, but it'll cost $5 "custom downgrade fee" to remove it. I don't want the first IPv4 address either, but ColonCrossing has no IPv6.
-
* Time travel to Black Friday 2018. * Order Virmach $3.99/year 384MB VZ6. * Fast forward to May 2019. * Delete ifconfig because it's deprecated in favor of ip. * IPv4 address disappeared! Open ticket, and the support gives you a second IPv4 address …
-
* SmartHost, where my main website is currently hosted. * BaCloud, who provides me a free Nextcloud account.