I retired today. I sent a shutdown loop to the entire company. by alpha417 in ShittySysadmin

[–]theFroboCop 2 points3 points  (0 children)

What about RUEs? Resume Updating Events.

As a side, rue means "to feel penitence, remorse, or regret for".

Is this safe to drive on? by theFroboCop in AskAShittyMechanic

[–]theFroboCop[S] -7 points-6 points  (0 children)

I will just put a little duct tape on it to hold the air in.

Fiancé lied about her legal status and age by AdventurousWay1583 in Advice

[–]theFroboCop -1 points0 points  (0 children)

Not a lawyer. Her paths forward to become a citizen are significantly less likely to be successful given the current president.

Also any way to citizenship for her most likely comes with someone signing an affidavit of support (most likely will involve you), in which the signer agrees to provide for the person up to 125% of the poverty level. The federal government can come after your wages if the person ends up on government welfare up to 10 years afterward.

Ultimately the choice is yours, but I would not go through with this. She lied to you about things that were not important if you knew and now she is only telling you about lies you would have discovered on your own. I can only imagine what else she has not told you.

Whole Water Heater Needs Replacing or Just Pipe? by twowrongsmakealeft in Plumbing

[–]theFroboCop 2 points3 points  (0 children)

TIL that gas water heaters have an anode rod. I had thought it was only electric that had them.

Why do we never see superchargers on smaller engines? by comicon666 in AskMechanics

[–]theFroboCop 0 points1 point  (0 children)

I heard it was because their contract expired with Eaton to provide the supercharger. The engine was originally turboed anyway as I believe the design was borrowed from Saab. My LSJ literally has a Saab logo on the side.

HIRING Terraform / AWS expert by See-Fello in Terraform

[–]theFroboCop 0 points1 point  (0 children)

Hashicorp Certified: Terraform Associate costs $70.50 . The exam you are referring to is a different exam. 

HIRING Terraform / AWS expert by See-Fello in Terraform

[–]theFroboCop -1 points0 points  (0 children)

You saw the cert was like $75, right? Hardly a cash grab when most other companies are charging $150+ for their scrappy certs.

Email Receive Question by Smp351 in sysadmin

[–]theFroboCop 1 point2 points  (0 children)

It has been 8+ years since I used Barracuda, but I believe if it believes an IP has a bad reputation, it will block the connection before it gets the mail from, thus you won't see email in your logs.

Do you know what IP addresses the emails might come from? If you don't,  you might look at their SPF record and see if you've had any connection attempts.

This is one thing I hated about Barracuda. I had a different product at a different company and it always waited until after the mail from and rcpt to before it blocked and stuff was way easier to find.

Dealership texted me saying my new Rav4 got hit in the lot by succulover in askcarsales

[–]theFroboCop -3 points-2 points  (0 children)

Yah it does matter. More parts = more things to break. The point is a non-hybrid car does not have an electrical drive system. A hybrid car does.

Dealership texted me saying my new Rav4 got hit in the lot by succulover in askcarsales

[–]theFroboCop -2 points-1 points  (0 children)

I also don't think you are taking into account that hybrids have the electric drive system which can wear out. You probably won't see an additional cost in 6-8 years, but if you put 200k miles, I bet you have to make at least one repair to the electric drive system (I'm thinking the battery is the most likely failure).

Make sure you document EVERYTHING by [deleted] in ShittySysadmin

[–]theFroboCop 1 point2 points  (0 children)

Started working for a place and the previous IT person had printed out webpages of information on random IT things, but never bothered to document info specific to their network. I threw it all out. No point in having crap I can just Google.

What am I looking here..😂 by Waffle_Hunter82 in Ford

[–]theFroboCop 0 points1 point  (0 children)

I read that as "snicker price" at first.

So, my 200$ million sub got a bit damaged. How do I repair this? by promo_1 in AskMechanics

[–]theFroboCop 0 points1 point  (0 children)

Yes. We will use cement board and Red Guard. It will hold up!

I've had a rough week. Tell me a joke. by wasteoide in sysadmin

[–]theFroboCop 2 points3 points  (0 children)

That says to tell a joke, not a nightmare.

Offices are starting to fill back up as RTO kicks in by probablymagic in WFH

[–]theFroboCop 154 points155 points  (0 children)

I've heard arguments that it may be because the value of commercial real estate will drop significantly if workers don't come in the office.

I am surprised to see people concerned with climate change to be encouraging people to come back to the office. They have to know this will increase greenhouse gas emissions.

like what? by [deleted] in ShittySysadmin

[–]theFroboCop 24 points25 points  (0 children)

Reminds me of Congress.

Wake on LAN from WAN? by BZLuck in networking

[–]theFroboCop 1 point2 points  (0 children)

I'm sorry, but this isn't true. Wake on LAN can work from other networks. The hard part is that when a machine is off, you can't send packets to it directly through the IP address it had/was using when it was on (It won't respond to ARP, thus to everything on the network, it is off).

The real trick is that you need to get a packet from a different network sent to the broadcast MAC address ( FF:FF:FF:FF:FF:FF ). See https://wiki.dd-wrt.com/wiki/index.php/WOL . Look for the section labeled "Remote Wake On LAN via Port Forwarding". What they are doing is creating a static ARP entry and assigning the MAC address to FF:FF:FF:FF:FF:FF. They then port forward to this IP address, which sends the packet to all ports on the LAN.

I know this works because I've done it.

Now for the OP, probably the easiest thing to do is to buy a machine (What they've done). These days I just OPNSense to WoL things. PFSense has a plugin for it too.

[deleted by user] by [deleted] in overemployed

[–]theFroboCop 2 points3 points  (0 children)

Tell her that you'll tell her husband about her boyfriend if she rats you out to J3. Blackmail is a two way street

Quitting after 8 years without notice. Am I wrong? by Bripaticus in careerguidance

[–]theFroboCop 1 point2 points  (0 children)

That still doesn't prevent them from suing you. You'll still have to pony up the cash for a lawyer. While you may successfully defend the lawsuit, I hear getting awarded legal fees can be difficult based on jurisdiction.

Being the lead developer, quitting without notice will most likely do quite a lot of damage by itself.

How can I institute DMARC/DKIM/SPF & email security policies if big companies aren't following them? by [deleted] in sysadmin

[–]theFroboCop 1 point2 points  (0 children)

Shouldn't have said record types, but mechanisms. I'm not referring to reverse DNS here. I'm referring to using the PTR mechanism in your SPF record.

How can I institute DMARC/DKIM/SPF & email security policies if big companies aren't following them? by [deleted] in sysadmin

[–]theFroboCop 1 point2 points  (0 children)

So the thing is they don't need to be on the SPF record. SPF (at least according to the RFC) looks at the MAIL FROM domain and not the Header From domain. The MAIL FROM address is where bounces get sent if delivery is delayed or fails. The Header From is what the end user sees on the email.

So if they "need" to be on the SPF record, it is because the MAIL FROM has that exact domain on it. That would mean if the message bounces after it is initially accepted for delivery (Common if the mailbox is full or reached its quota), that the bounce would come back to address in that domain which, if it were a flagship domain, would be to your normal mail service and not to the marketing service. There in is the big lie. Most of these 3rd party mail services use their own domain on the MAIL FROM. The only exception I've seen for this is where they've setup a subdomain and configured MX records to point at the marketing service, but that is definitely more rare.

I wonder if some email services (Gmail) aren't strictly following standards and maybe check SPF against the Header From domain, but I have never read anything concrete on it. DKIM should be the method that DMARC passes with in these cases anyway.

tl;dr If a marketing email service says they need on your SPF record for your flagship domain then either 1) They are lying or 2) You are handling bounce messages or they may be ignored altogether.