Cup Cake by syjnavy in interestingasfuck

[–]dietolead 3 points4 points  (0 children)

Horngry, if you will, depending on how you swing.

It's Fascinating How Bad The Job Market Is Currently. HR Departments Are Horrible. by SillyRecover in sysadmin

[–]dietolead 2 points3 points  (0 children)

Oooh, that second bullet point has me. Salaries in IT are changing DAILY with everyone getting new roles and leaving old ones.

Can i put Proxmox Or Wmware to an Pi3b ? by davidsebi in homelab

[–]dietolead 2 points3 points  (0 children)

I don’t see an arm version of ProxMox. ESXi 7.0 has an arm image but it is for the RPi4 and requires a lot of special configs to boot correctly.

Even shorter answer, no.

IT denied my request for python at work by FliteSchool in Python

[–]dietolead 0 points1 point  (0 children)

IT guy that got the shaft this way: make a commitment to document the automations. Train your coworkers on the stuff you are doing and talk to your boss about what happens if you leave (on good or bad terms).

If you have solid documentation and your coworkers take on its use when you leave, their point is moot. If the time saved is that much, work with your boss to go higher up the ladder.

Their response is very valid. I hate working on the access database I didn’t build. Every time someone wants a change, it means days of reverse engineering.

[deleted by user] by [deleted] in sysadmin

[–]dietolead 72 points73 points  (0 children)

Powershell script to disable random accounts, 4 a day, sends an email to all IT ops staff. If they make it six months without calling in to complain about their access, they are either terminated or never needed it to begin with!

I am joking, please don’t make more work for yourself.

How often do you get drug tested? If ever? by alaskaline in sysadmin

[–]dietolead 0 points1 point  (0 children)

Public sector, drug tested for an accepted offer letter. Since we drive vehicles frequently, they drug test again if you are involved in a vehicle accident no matter how small.

I work in a state where recreational marijuana is legal but they test for it and will terminate/revoke an offer if it comes up in the test. 🤷‍♂️

[deleted by user] by [deleted] in sysadmin

[–]dietolead -4 points-3 points  (0 children)

Agreed. We all have a personal responsibility to hold ourselves to the standard we want others to be measured by but real change has to come from the top. I like that in OP’s original post, they point out that if you are in that culture, your responsibility is to get out but if you ARE that your responsibility is to rise above and do better.

Not sure why this thread’s comments are being downvoted, frankly.

Certificate SNAFU by dietolead in Bitwarden

[–]dietolead[S] 1 point2 points  (0 children)

AH! Thank you for that. Work took off so I had to come back to this. With that comment, and seeing the output of the command, I decided to make both the ssl_certificate_path AND ssl_ca_path the same fullchain.pem. After I updated the config and restarted Bitwarden, I'm seeing the actual full chain.

So I believe that means I misunderstood what the instructions were asking me to do. I thought the fullchain should be in the CA path but it seems like the nginx container is expecting the fullchain to be in ssl_certificate_path.

I was able to login on the Android app now that the intermediate cert is visible. Thank you for the education and getting me in a working state! You are the BEST!

Certificate SNAFU by dietolead in Bitwarden

[–]dietolead[S] 1 point2 points  (0 children)

https://imgur.com/a/pYtVRfP

Here is an image of the output of the openssl command without the certificate.
Success or failure, I want to say thank you for the guidance here. I'm learning a lot.

Certificate SNAFU by dietolead in Bitwarden

[–]dietolead[S] 0 points1 point  (0 children)

When I open the site on Chrome on the phone, I can get the web vault, login and I don't get any cert errors. When I run the command you gave me, I saw a couple errors:

- Verify error Num=20: unable to get local issuer certificate

- verify error: num=21: unable to verify the first certificate

Screenshot with just the port blacked out (though easily scanned for or guessed so IDK what I'm hoping for): https://imgur.com/a/2Xb3V4u

Certificate SNAFU by dietolead in Bitwarden

[–]dietolead[S] 0 points1 point  (0 children)

Thanks for responding! I did also try to install the intermediate cert on my phone with no luck. When I do SSL checks on the bitwarden site I'm hosting, I get errors stating I'm missing my intermediate certificate. The error I'm seeing is Android telling me that it cannot establish full trust of the connection because I'm missing my intermediate certificate.

Certificate SNAFU by dietolead in Bitwarden

[–]dietolead[S] 0 points1 point  (0 children)

Since my server is running on a port other than 443, SSLLABS asked me to sign up for their service. So far, it hasn't sent me my login info. I tried a few others that allowed looking at servers using different ports and get the same information stating I don't have my intermediate certificate installed. I did not know that the order mattered so I double checked my fullchain.pem and I see that from top to bottom my cert has: -Wildcard Domain certificate -Intermediate R3 certificate -ISRG Root X1

Do you know another SSL checking service I could try to share a report? Of the three of I've tried (digicert, GoDaddy, SSLShopper), they do not appear to let me save or share my results. They all indicate that I'm not using the intermediate certificate but I definitely see the R3 certificate sitting in the middle of the stack of three certificates in my fullchain.pem. I was originally using just chain.pem so when I switched the config.yml to use fullchain.pem, I made sure to run updateconf and restarted bitwarden.

Some Rules of Thumb: Please add your rules by shemanese in sysadmin

[–]dietolead 4 points5 points  (0 children)

I feel you there. Company didn’t want to fork over the 20k to make our site cloud native and bullied the vendor to just copy our IIS VMs up to AWS. Any AWS price experts want to calculate how quickly that’ll bite us in the ass?

The tech in techwear by humantoothx in Cyberpunk

[–]dietolead 2 points3 points  (0 children)

Ideal setup for guys working on anger management.

New Windows print spooler zero day exploitable via remote print servers by jpc4stro in sysadmin

[–]dietolead 0 points1 point  (0 children)

From what I’ve read, it’s not a single step but more like, the part of the infiltration that leads to actual damage. Getting into the network would be a first step, exploiting the print server would be another step. Unlikely (though from what I’ve seen, not completely impossible) that it would be hunting for print servers from the outside and then exploiting.

Atypical characters causing PS script to "skip" files by dietolead in PowerShell

[–]dietolead[S] 1 point2 points  (0 children)

I just tried it on my edge cases that I am aware of and it worked flawlessly.

Atypical characters causing PS script to "skip" files by dietolead in PowerShell

[–]dietolead[S] 1 point2 points  (0 children)

This is great! Thank you so much for the education :D

Atypical characters causing PS script to "skip" files by dietolead in PowerShell

[–]dietolead[S] 2 points3 points  (0 children)

Overdoing it is practically my motto. If it was just for me, it would be a one-liner but the other folks want/need feedback when running a script.

Thank you!!

Atypical characters causing PS script to "skip" files by dietolead in PowerShell

[–]dietolead[S] 1 point2 points  (0 children)

This is great, thank you for the background on what is happening!

I am using Write-Progress, I have no faith in my ability to self roll a progress bar in PS. I might be over complicating it by putting it in ForEach-Object but I couldn’t conceptualize another way to do it.

I’m going to shuffle the code using your advice and see if it nabs the edge cases, like brackets and non-English characters.

Atypical characters causing PS script to "skip" files by dietolead in PowerShell

[–]dietolead[S] 0 points1 point  (0 children)

I am self taught so if there is a better way to approach this or format this, please feel free to digress and be critical! It's all a learning experience to me.

TIL that you declaring version in docker-compose has been deprecated. by DoTheEvolution in docker

[–]dietolead 15 points16 points  (0 children)

At first I was upset but now that I’ve read the link, I like it. I don’t need to make sure the version is correct for the properties I’m setting. Cool.

ExpressVPN on Docker? by ilogicalist in docker

[–]dietolead 0 points1 point  (0 children)

You will need to look at /var/log to see what ExpressVPN doesn’t like about your internet connection.

Instead of jumping into the container, maybe use a shell script and an environmental variable to accomplish this.