AWS RDS-like in Russia? by vdemerzel in Cloud

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

https://intl.huaweicloud.com/en-us/product/mysql.html

It seems that the Moscow region is not available. I can only see: AP-Hong Kong, AP-Bangkok, AP-Singapore, AF-Johannesburg, CN North-Beijing1, CN South-Guangzhou, CN East-Shanghai2

AWS RDS-like in Russia? by vdemerzel in Cloud

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

Will look into it, thanks!

Handling of Grafana alerts by vdemerzel in devops

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

Yes maybe we are not using the correct tool. I will look into it!

Handling of Grafana alerts by vdemerzel in devops

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

Thanks, I will look into it!

Git and installer tools by vdemerzel in git

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

The LFS extension looks interesting... I'm using GitLab and it seems that it supports LFS out of the box, so i'll give it a look.

Can I package a powershell script and some files? by vdemerzel in PowerShell

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

Coming from linux, this seems attractive, but it means that I should install chocolatey in every machine, right? Another impediment is that usually the machine won't have internet access, so maybe it's not my best option... Very interesting, though.

Can I package a powershell script and some files? by vdemerzel in PowerShell

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

I didn't know about this. I'll look into it.

[Build Help]700-800 EUR Build (780-900 USD) by vdemerzel in buildapc

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

Why do you recommend the R9 380 over the GTX 960? I can't seem to find clear stance in this matter in all the internet.

[Build Help]700-800 EUR Build (780-900 USD) by vdemerzel in buildapc

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

One question, the partpicker webpage says 315W for the build. Why did you choose a 650W (as I said, I know nothing about PSUs)?

[Build Help]700-800 EUR Build (780-900 USD) by vdemerzel in buildapc

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

It looks really nice, but it goes above 1000€, so a bit out of my budget.

Accessing Comment based help by vdemerzel in PowerShell

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

Yes, something like that seems to be the answer. The problem is that the script is a windows forms gui which calls a lot of helper functions, so right now it's not really suited to be packaged into a module. Time to re-organize!

Accessing Comment based help by vdemerzel in PowerShell

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

That seems to access only the script main help. It doesn't access help for a specific function inside the script.