nullnothere
nullnothere
About
- Username
- nullnothere
- Joined
- Visits
- 9,058
- Last Active
- Roles
- Member, OG
- Thanked
- 756
Comments
-
(Quote) I had posted this earlier: https://talk.lowendspirit.com/discussion/comment/34241#Comment_34241 All in all no reason to worry - things work consistently as per my expectations for the resources/hardware and I've been happy with things so fa…
-
(Quote) Why not wireguard? So the server's public IP is firewalled for SSH but accessible via the WG interface so all private and protected. Plus you can have a mesh of all your servers in the same address space reachable via multiple paths if requi…
-
Hetrix Tools should fit the bill nicely. Tagging @Andrei as well. I think the SMS part is kind of price sensitive. The rest is all standard stuff that you will be very happy about. There's a free tier that you can checkout as well.
-
(Quote) And just to add, EU is going to be much cheaper in the sense that you are likely to get much better resources/bandwidth/quality for a given price. SG is expensive due to bandwidth costs (and India is even worse on that scale). So I strongly …
-
(Quote) For a typical forum site (like LES for e.g.) this shouldn't matter at all. It will ideally be content driven, where the human content processing time should be far greater than internet content delivery time (otherwise you have bigger issues…
-
(Quote) @debaser - I think @dosai meant which website/tool did you use to produce the nameserver historical data/screenshot. I'm curious too...
-
(Quote) I guess that explains it then. You should check if there is a IPv4 NAT for the LXC box which will allow you to use a custom port to SSH via IPv4. Otherwise, if you want to reach the IPv6 only box you should look at a ProxyCommand and/or Pr…
-
@anteck - I'm all confused here. Do you have IPv6 connectivity? Otherwise I'm not surprised that you're unable to SSH to the IPv6 box. That also explains why once you enable OpenVPN things work (likely you have all external connectivity routed via …
-
(Quote) Agreed, but depending on the density and (assuming) always-on equipment without any particularly special cooling... kind of keeps me on edge. For desktops/laptops, I assume that they're powered-off/suspended when not actively used but not fo…
-
(Quote) Curious - what about a fire hazard to the rest of the house? Any special precautions?
-
Here are a few ( not all of them satisfy all your constraints though @FAT32 ). https://dianne.skoll.ca/projects/remind/ https://taskwarrior.org/ Some others that are useful though to look at and compare: https://trello.com/ https://clickup.com/ h…
-
(Quote) Wouldn't it make sense to try to use Stripe and just integrate via some API calls to sort of get a decent billing setup (without having to rebuild everything)?
-
Best wishes for a speedy recovery. We hope to see you very soon even as you are convalescing - I'm sure you'll need a bit of geeky chit chat to keep that mind well occupied and away from other stressful health conditions.
-
@AnthonySmith + @vimalware : yes to the above points from me as well. Gives folks the freedom to mostly continue their existing habits with a periodic (quarterly?) cleanup. The in betweeners (like myself, who rarely if at all have anything worthy…
-
(Quote) If you have any options try to guide/force to look for an EXT4 FS (and related metadata). Depending on how much got written by the mkfs.fat, you still have the data blocks and possibly a fair number of the super blocks from which you can try…
-
(Quote) Is this a total limit (i.e. at a time no more than 5 per account)? Can we keep taking snapshots of a VM (deleting/overwriting the old) so that we're below this limit? I was thinking more along the lines of a primary VM whose snapshot is upda…
-
(Quote) Depending on how quickly you killed the mkfs.fat you may still be able to use some of the (hopefully) not-overwritten superblocks of the (original) ext4 FS and recover your files metadata. See: https://help.ubuntu.com/community/DataRecovery…