When this group of people on discord are online: Helldivers 2. It’s a nice way of killing time while chitchatting.
When not: Factorio with the recently release Space Age expansion. Absolutely loving it.
When this group of people on discord are online: Helldivers 2. It’s a nice way of killing time while chitchatting.
When not: Factorio with the recently release Space Age expansion. Absolutely loving it.
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
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:
Your cat hears the promises of a rooster coming and knows for sure he’s gonna die. She’s waiting to score a kill.
deleted by creator
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”
I for one prefer demon linux over fish linux. In fact, that’s how I first dipped my toes into the world of unix-ish OSes with FreeBSD 3.3.
Apartments as fancy as its denizens are willing to make it, really.
I did. But we were acquired by some not so good people. I quit and joined some other former coworkers, so now I work with good people again.
2020, covid really starting to affect the company I worked for. And there was a townhall meeting where it was announced that there would be layoffs. (This was long after management had taken a pretty big pay cut to reduce cost. To be fair, they did right by us for as long as they could).
I was among the last to join the company, being hired despite there technically being a hiring freeze in effect (it helps to know people), so I assumed I’d be among the first ones to go.
Shortly after the townhall I got a phone from my manager. “Shit, here comes the call” I thought to myself. He was offering me a promotion instead.
Turned out that the guy whos position I’d been offered had been open about wanting to leave for a while, and he had chosen to do so now to save one headcount for the layoffs. But his position still needed to be filled, so they picked someone from the department that was most likely to see the most layoffs. And that was my department.
More like a building where several strangers each pay for a flat, and people are free to come and go to different flats as they please.
I also think there would be a couple of distinct groups sticking to their own flats, and none of the others in the building wanting to visit them. These flats are known as “Defederated”. Now and then a newcomer will stumble through the door, have a look around, and decide to never open that particular door again.
Note that I’m not mentioning any particular instances, so if you feel offended by this, that’s probably on you.
Starting my first proper career in 2008. Or becoming a parent in 2011.
You mount them to /proc for extra spiciness
WTF, for the past 25 years, I thought /usr was short for /user, partially because of FreeBSDs preference for having user homes in /usr/home/*
Also, fuck /media. All of my (middle aged) homies hate /media
I just landed on my 3rd - Gleba. Vulcanus and Fulgora are “good enough” for now. Once I have Gleba science up and running, I’ll migrate to a bigger Nauvis base, because my starter base is bottlenecked by copper throughput with no easy way of increasing it.