Content tagged with "Til"

I recently ran into a strange issue where I was struggling to get the GCloud SDK to work properly on Mac 14.2.1.

I used brew to install the package brew install google-cloud-sdk and added it to my zshrc file.

After I logged in with gcloud auth login I wanted to copy some files out of a GCP bucket to my local machine with the storage cp command:

Read more...

My use case is starting a game stream from my steamdeck after my pc has locked itself. The game will start but the desktop lock screen/screensaver is visible and you can't play or do anything.

You need to SSH in as the active user (from another device like your phone or another laptop) and run:

loginctl list-sessions
Read more...


    

Today I learned about PicGo an open source project which provides a relatively lightweight tool (it is an electron app so… 😬) which runs in the background and can upload images from your clipboard or filesystem to a host of your choice. The main README for the project is written in chinese which unfortunately I can’t read. However, I was able to fumble my way through with some use of Google Translate and some guesswork.

Read more...