carefreepineapple

Results 3 issues of carefreepineapple

working with cloud front distributions and ssl certificates sometimes take a few minutes to successfully deploy. Recently i've been getting the error after around 30 seconds: ``` Error: {"state":"TIMEOUT","reason":"Waiter has...

https://github.com/nodesource/distributions/issues/1780 It appears as a result of the update to Ubuntu 22.04 where they transitioned from using `/etc/apt/trusted.gpg` to using individual .gpg files located in `/etc/apt/trusted.gpg.d`, apt will no longer...

##### SUMMARY When trying to Enter a PSSession, it fails ``` PS /> Enter-PSSession -ComputerName "" -Credential $creds -Authentication Negotiate -SessionOption (New-PSSessionOption -SkipCACheck -SkipCNCheck) Enter-PSSession: Connecting to remote server failed...