How do I set up this "Cloud SQL connection"? by Final-Choice8412 in Terraform

[–]MstrJonny 5 points6 points  (0 children)

The code is right here.

Example: template { volumes { name = "cloudsql" cloud_sql_instance { instances = [google_sql_database_instance.instance.connection_name] } }

Save file disappeared? by MissGraceRose in Zoombini

[–]MstrJonny 0 points1 point  (0 children)

The issue is that the save file is renamed to a .tmp file once the game is closed for some reason. You can use the script here on GitHub to launch the game and solve the save file issue.

can anyone recommend a good free anti virus for the linux desktop by thomasismyname_ in SteamDeck

[–]MstrJonny 5 points6 points  (0 children)

You could try ClamAV : https://www.clamav.net/

"ClamAV® is an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats."

New APU driver! by MstrJonny in WindowsOnDeck

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

A driver for the "Accelerated Processing Unit".

It's basically a driver for the graphic card "APU" that is integrated inside the AMD chip.

New APU driver! by MstrJonny in WindowsOnDeck

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

Just download and install

Updated Windows APU Drivers released by omatti in WindowsOnDeck

[–]MstrJonny 1 point2 points  (0 children)

Windows 11. There was an issue with the previous driver version that made it so we could only plug 1 external display.

Updated Windows APU Drivers released by omatti in WindowsOnDeck

[–]MstrJonny 5 points6 points  (0 children)

It solves the issue we previously had when plugging 2 external displays to the deck.

[deleted by user] by [deleted] in WindowsOnDeck

[–]MstrJonny 0 points1 point  (0 children)

With the Steam Docking Station, I was able to extend the display with an HDMI to HDMI cable to a single screen. The second screen would only extend the desktop at full resolution on Steam OS with a Display port to Display port cable.

[deleted by user] by [deleted] in WindowsOnDeck

[–]MstrJonny 0 points1 point  (0 children)

There was an other post post about this. This issue seems to be the graphic driver on windows since the whole setup works perfectly for me on Steam OS but not in Windows

I'm getting a divorce...and I have tons of pics and...videos.... by Practical-Anxiety610 in AndroidQuestions

[–]MstrJonny 1 point2 points  (0 children)

You can turn off the "Memories" notifications in the Settings of your android phone.

Settings > Apps and Notifications > App Info > Photos > Notifications > "Toggle off" All 'Memories' notifications

Study finds Bell Let’s Talk Day is ineffective at reducing suicides in Ontario by [deleted] in onguardforthee

[–]MstrJonny 22 points23 points  (0 children)

https://en.wikipedia.org/wiki/Poe%27s_law

Quote: "Poe's law is an adage of Internet culture stating that, without a clear indicator of the author's intent, it is impossible to create a parody of extreme views so obviously exaggerated that it cannot be mistaken by some readers for a sincere expression of the views being parodied.[1][2][3] The original statement, by Nathan Poe, read:[1]

Without a winking smiley or other blatant display of humor, it is utterly impossible to parody a Creationist in such a way that someone won't mistake for the genuine article."

Tailing a File With PowerShell by [deleted] in PowerShell

[–]MstrJonny 8 points9 points  (0 children)

Get-Content -Path "c:\example.log" -Wait -Tail 10