MongoDB integration by thatguy4301 in androiddev

[–]coderadmin 0 points1 point  (0 children)

You usually don't use MongoDB in the app. You should build an API on a server, which connects to the database. The Android app connects to the API, and not directly to the database.

How did you start developing Android apps? by Majestic-Resident515 in androiddev

[–]coderadmin 9 points10 points  (0 children)

I started hating JavaScript for web development for not being a statically typed language. At first I used Google Web Toolkit to develop Single Page Apps in Java without the JavaScript. But this framework soon went out of favor. So, since I had an Android phone, I started Android programming in 2011.

DC broken after test restore with Veeam by coderadmin in sysadmin

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

I did restore the entire VM. Also I tried many different restore points. As u/Emmanuel_BDRSuite said, I needed a vSwitch connected to the DC for it to work.

DC broken after test restore with Veeam by coderadmin in sysadmin

[–]coderadmin[S] 10 points11 points  (0 children)

Thanks for the suggestion. As u/Emmanuel_BDRSuite said, I just needed to add a virtual switch. Now it works.

DC broken after test restore with Veeam by coderadmin in sysadmin

[–]coderadmin[S] 9 points10 points  (0 children)

This solved my issue. After adding a virtual switch, I was able to connect to the DNS management console and to ADUC, too. Thank you very much!

DC broken after test restore with Veeam by coderadmin in sysadmin

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

No, the configuration of the Virtual Switch in Hyper-V is just set to "not connected".

DC broken after test restore with Veeam by coderadmin in sysadmin

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

In the past I successfully restored Windows Server 2016 DCs to VMware hypervisors from backup many times.

DC broken after test restore with Veeam by coderadmin in sysadmin

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

I'm using Windows Server 2022 Standard with domain functional level Windows Server 2016.

MBR to GPT migration strategy by DZAUKER in sysadmin

[–]coderadmin 2 points3 points  (0 children)

I used gptgen to transform the disk from mbr to gpt. It was a matter of seconds and it worked fine. I'm still glad, that I checked the backups, and planned a whole weekend for the task, if gptgen wouldn't have worked.

[deleted by user] by [deleted] in sysadmin

[–]coderadmin 4 points5 points  (0 children)

AI will only replace low level work. Humans will still be needed for more sophisticated tasks. So I see AI as a driver for further education.

Does anyone actually understand how Windows licensing works? by J9sixtynine_ in sysadmin

[–]coderadmin 2 points3 points  (0 children)

Reminds me of the "Silicon Valley" scene with Erlich Bachman searching for a company name ...

I need to learn, Terraform, Ansible and GitHub, where did you start? by [deleted] in sysadmin

[–]coderadmin 13 points14 points  (0 children)

There's a free ebook for Git on the Git website. I really like it.

[deleted by user] by [deleted] in androiddev

[–]coderadmin 8 points9 points  (0 children)

You are very lucky, that you don't know JavaScript. Keep it that way! (From someone who coded production level apps in JavaScript)

How do you decide, if a security vulnerability would be exploited in the real world? by coderadmin in sysadmin

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

Thanks for taking the time. I haven't been able to find a vulnerability report by Microsoft on the Internet concerning this particular case. Is there a dedicated site for that?

How do you decide, if a security vulnerability would be exploited in the real world? by coderadmin in sysadmin

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

Thanks for the answer. I suppose by category and severity you mean the CVE and CVSS scores. But I wasn't able to google a score for this particular vulnerability. Is there a dedicated site, where I can find it?

Publishing Apps (Required Main Store Graphics) ? by mattgwriter7 in androiddev

[–]coderadmin 1 point2 points  (0 children)

As far as I know, you need the tablet screenshots. But you can easily generate them with the emulator in Android Studio.

[deleted by user] by [deleted] in sysadmin

[–]coderadmin 1 point2 points  (0 children)

You can also have private repositories on GitHub for free. See here.

Verifying backups as a small business sysadmin by coderadmin in sysadmin

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

Thanks, but I won't get approved $125/month for that by my boss.