terrorgen
terrorgen
About
- Username
- terrorgen
- Joined
- Visits
- 6,175
- Last Active
- Roles
- Member, OG
- Thanked
- 1218
Comments
-
(Quote) This uncle Roger no like. Too dirty! Hiyaaah
-
(Quote) Said so
-
I think I got an ovh for $3 a month. At some point got burned by alpharacks or their ilk. They never understood why I needed a routed /64 and proceeded giving me 100 v6 addresses on link. Never able to actually use the vps anyways.
-
Tom, I guess people who want to use the server have no problem revealing their identities to you in private. After all, the reveal is between them and you. This is also a typical type of reveal between VPS providers and their customers. Asking peo…
-
What a name.
-
Add a nix channel and update it.
-
(Quote) Sorry just saw this. Glad that you have it solved! Somehow I didn't have to set the envar.
-
works now with the new resolv.conf!
-
Too many red flags. Your BGP peer list contains many familiar BGP players (probably peered through freetransit) Get a proper, physical BGP connection please, if you are serious about this business.
-
Connection to 1.1.1.1 and 8.8.8.8 seems to not work for some reasons
-
question: how do you back up data on metalvps? my idea is to set up a cron job that would scp my home folder periodically. Any other ideas?
-
Been using metalvps as a build machine for the multiple VPSs running NixOS. Compiling software from source on this thing is fast! It usually take my own PC 20 minutes to finish compiling Zerotier (NixOS doesn't keep its binary on their repo for lic…
-
(Quote) Amazon is asking $235. Pirates!
-
Dear Tom @Not_Oles, Still way above what I am willing to spend 😃 I am hooked on the Dell, just need to know if I have the right adapter before I make the jump.
-
(Quote) Can you show me what power adapter would be suitable for this Chromebook? The listing doesn't come with one I realize.
-
(Quote) does the lack of Super key annoy you in any way?
-
(Quote) Do we get a fancy LCD screen once we aced the LXC game? :bleep_bloop:
-
(Quote) As far as I understand, you can translate any v6 prefix to any v6 prefix. It doesn't have to be from and to Unique Local Addresses. It is also stateless therefore the router does not meed to maintain a list like NAT.
-
(Quote) I know i can, but I am lazy AF now.
-
(Quote) I have my own ASN and /48. All my devices have IPv6 addresses allocated from this /48. But I cannot announce this /48 with route48.org and have to use their /48. Which means all my devices have to change their IP addresses from my /48 to the…
-
I like this project. I hate renumbering my devices just to use your tunnels though.
-
He meant don't dig up old threads by responding to it.
-
vserver.site
-
Where are they located?
-
@Not_Oles nix now works! I installed zsh through nix!
-
(Quote) rc-update add nix-daemon rc-service nix-daemon start
-
(Quote) From https://nixos.org/manual/nix/stable/installation/multi-user.html#multi-user-mode, cherry picking information relevant to the discussion here: (Quote) In alpine, /nix/var/nix/daemon-socket is owned by root:nix, so whoever wanting to run…
-
(Quote) Thank you! looks like I need to be added to the nix group to do anything meaningful :)
-
(Quote) You are not MJJ then. Sadly MJJs are the loudest and least behaved crowd in the low end market. That affected everyone using an IP from a certain eastern country...
-
(Quote) sudo apk add nix 😝
-
(Quote) Too many people don't play by the rules. You have a dispute, you work with the providers first. And don't expect providers will respond to you immediately. You didn't pay their salary. Paypal dispute only as a last resort for example the pr…
-
Let me step in MJJ's shoes a bit... 1 USD = 6.97 CNY, so 5 USD is 35 CNY. https://quora.com/How-much-does-an-average-restaurant-meal-cost-per-person-in-China MJJs would be heartburn for 35cny as this represents a decent meal. Those who don't fee…
-
The issue in the second link is closed and someone mentioned that they are able to run sh <(curl -L https://nixos.org/nix/install to install nix on their alpine box. However, I am sure you need sudo and the person who installed it would own /nix …
-
(Quote) Congratulations on your first post.
-
(Quote) During installation, Nix will create a system user called "nix". When a user calls nix to install a package, the user does not run any nix tools themselves, but through the system user 'nix'. nix creates a profile for the user un…
-
(Quote) * Nix will being in all glibc dependencies where needed, and keep them in a store organized per user. Other users may not run anything I have installed through nix, for example. * Nix packages are stored in a different location (/nix) so it …