…with blyatjack and hookers!
…with blyatjack and hookers!


Previous job: Windows, because it was a company issued laptop. Plus a lot of the company was built around the MS ecosystem.
Current job: Linux, because I got to keep the perfectly decent Dell laptop when I left. I wanted to make sure I purged everything, so it’s running LMDE now. Plus, there’s not much outlook and teams stuff that I have to use.
I blame Daniel


Unusable in our case


I realized a few years ago that my GF inadvertently solved this issue for me: She likes registering for anything that provides a discount, so I use her phone number.
“Are you a member?”
“Nope, but my GF probably is…”, and 90% of the time I am correct.


Some surface-level info while I’m waiting for my kids to finish the evening ritual: No need for an extra IP or VPS. You can host them all on the same IP and machine, provided there aren’t any conflicting port assignments.
In the DNS server, you can enter the various subdomains as CNAME pointing to the A record. The server-software is configured with which hostname it should operate as (For example, HTTP/1.1 has a Host-specification in the initial request, so that one server can host multiple domains on the same IP)
It should be noted that mail servers are indicated by an MX-record. And mailservers should also have a TXT record (SPF record) as part of spam prevention - some SMTP servers query this to ensure that your e-mail actually comes from you and not from someone spoofing the domain.
I used to have a zone file that did roughly what you’re trying to do, bit sadly I don’t have it anymore. But as you have DNS up and running, I’m sure you’ll be able to figure out the rest through checking some examples.
I half-baked an example zone file for you. I haven’t tested it, though. It assumes the domain of blargh.com being hosted from an IP of 123.123.123.123:
$TTL 86400
@ IN SOA ns1.blargh.com. admin.blargh.com. (
2024102102 ; Serial (incremented)
3600 ; Refresh
1800 ; Retry
1209600 ; Expire
86400 ; Minimum TTL
)
; Name servers
@ IN NS ns1.blargh.com.
@ IN NS ns2.blargh.com.
; A Records
@ IN A 123.123.123.123
ns1 IN A 123.123.123.123
ns2 IN A 123.123.123.123
; CNAME Records
mail IN CNAME blargh.com.
mastodon IN CNAME blargh.com.
matrix IN CNAME blargh.com.
; MX Records
@ IN MX 10 mail.blargh.com.
; TXT/SPF Record
@ IN TXT "v=spf1 mx ~all"
Oh, and some tips:

When a story starts to bring in prophecy as part of the writing. As soon as a character does something “because the prophecy speaks of…”, I feel that the writers ran out of plausible ideas and use that as a cheap crutch.
Battlestar Galactica was a great show, but they should’ve skipped that part.


Yeah, that’s the guy, I think.


“With great claims come great responsibility”
That guy from Spiderman, probably


A survey conducted means someone paid for it. I’m having a hard time believing anyone but Elon himself being willing to pay for this survey.


Go away, Sam Altman


True. There are reports that Elon himself agreed with this in a weekly address to xitter staff, after he thoroughly explained how he takes care to use the right type of lube when rectally inserting cucumbers on himself.


Doubt it. There are no hard indications that he’s a russian asset. He’s just an asshat.


True. I remember some star wars geek on the defensive explaining the parsec screwup as the millennium falcon having a navigational computer capable of calculating a route shorter than any had managed to calculate before.
I for one really like both star trek and star wars, but I’m able to enjoy them for what they are instead of bending over backwards to defend every minutia of the writing as if it’s some religious text.


Time to get a coffee, I think. As a metric person it took me too many tries trying to parse “8.7 meters years old”
In my book WSL and VM share the same downside in that you’re only abstracting Linux functionality in relation to the hardware.
Linux really shines when it has full access to the actual hardware as opposed to asking it’s environment nicely if it’s allowed to do something.
For example, I routinely need to change my IP address to talk to specific networks and network hosts, but having to step over the virtualisation or interpretation layer to do so is just another step, thus removing the advantage of running linux in the first place.
Sure, VMs and dual booting have their uses, but the same uses can be serviced by an actual linux install while also being infinitely more powerful.
I played around with WSL for a while, but you notice really quickly that it is not the real thing. I’ve used virtual box for some use cases, but that too feels limiting ad all of the hardware you want to fully control is only abstracted.
I would say that unless he has a really good reason why he wouldn’t want to go for dual boot, then he should do just that.
Don’t hold your breath. .su is still around, so I doubt .io will disappear very soon.