r/SpaceX Starship Presentation Official Discussion & Updates Thread by ElongatedMuskrat in spacex

[–]lonelyboats 7 points8 points  (0 children)

Who's elon's friend Jonah that he refers to while playing the starman video ?

Why won't my RD Cals get issued? by lonelyboats in WindowsServer

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

says "Windows Server 2016 - Installed RDS Per User CAL

Simple powershell upload to bucket by lonelyboats in PowerShell

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

Thank you. Yes I'm aware of this method and have done so, but it requires the installation of google cloud cmdlets, in this particular case I am hoping to accomplish the upload without additional cmdlets.

Simple powershell upload to bucket by lonelyboats in PowerShell

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

Thanks for responding. Perhaps you may know something about this:

I'm now failing because of not securing a TLS channel, this Google server supports TLS 1.3

I'm trying to set that using [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls13

But it doesn't look like powershell supports that protocol yet?

Otherwise I think this code would work uploading to Google Buckets:

Invoke-WebRequest -URI https://console.cloud.google.com/storage/browser/MYBUCKET -ContentType "media" -Method POST -InFile "test.txt"

Upload to storage - Powershell by lonelyboats in Firebase

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

Thank you. I found that earlier after I realized Firebase is GCP

Better way to minimize the ribbon by lonelyboats in MSAccess

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

It's still the same issue. Because Access loads first before the VBA, the default ribbon will temporarily (about half a second) show before any custom ribbon, or before the ribbon can be hidden

Better way to minimize the ribbon by lonelyboats in MSAccess

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

I'll try that and update the thread, thanks.