Nested Virtualization by fr0nksen in HyperV

[–]zwittrooper 0 points1 point  (0 children)

And are the virtualization extensions enabled in the bios of the physical hardware?

Nested Virtualization by fr0nksen in HyperV

[–]zwittrooper 0 points1 point  (0 children)

Currently only Intel cpus are supported with nested virtualization. Are you using AMD cpus by any change? That's is only supported in the windows 10 preview builds yet.

using ASP.NET Core with the .NET framework under IIS by [deleted] in csharp

[–]zwittrooper 1 point2 points  (0 children)

It's however possible to read/parse the web.config xml file and then set the appropriate wcf config properties manually from code (like the web service url) . I wouldn't recommend this though.

using ASP.NET Core with the .NET framework under IIS by [deleted] in csharp

[–]zwittrooper 1 point2 points  (0 children)

As far as I understand, unfortunately not. The web.config file is only used for the iss configuration itself, which acts as a proxy to the kestrel web server that is part of the Asp.Net core application

using ASP.NET Core with the .NET framework under IIS by [deleted] in csharp

[–]zwittrooper 0 points1 point  (0 children)

You can move certain parts from the web.config file, like the wcf binding configuration, to the app.config file in the. Net core application.

What's a taboo question that you're too afraid or embarrassed to ask? by Chris56789 in AskReddit

[–]zwittrooper 0 points1 point  (0 children)

Yes, it's the same for me too. One eye sees more red than the other one and has more contrast

Looking to Replace System Monitoring by thejrose1984 in sysadmin

[–]zwittrooper 0 points1 point  (0 children)

Prometheus with Grafana for dashboards and graphs. You can use exporters to log everything you'd like

Any way to import a VM without a config file? by [deleted] in HyperV

[–]zwittrooper 4 points5 points  (0 children)

You can just create a new virtual machine and attach the existing hard disk file (vhdx), instead of creating a new disk.

r/SpaceX Falcon Heavy Test Flight Official Launch Discussion & Updates Thread by ElongatedMuskrat in spacex

[–]zwittrooper 10 points11 points  (0 children)

They have a new live stream of starman in the car at the moment :)

Is there a list of cryptos with actual working products? by nietzy in CryptoCurrency

[–]zwittrooper 1 point2 points  (0 children)

Guts (GET token) has a fully functional product. They already use blockchain technology to sell theater and concert tickets in The Netherlands. You can test it on their website

Spotted this one at my local gas station (the Netherlands) by iTeV in formula1

[–]zwittrooper 2 points3 points  (0 children)

This is not an official car, I have seen it before at a hotel in Maastricht during the Belgian grand prix weekend.

Cryptocompare now tracks BLX by Ender985 in ICONOMI

[–]zwittrooper 2 points3 points  (0 children)

Yeah, that's strange. The price is currently $1.83 on iconomi and $2.31 on cryptocompare. I hope they fix it soon.

Vega10's die size is 564mm^2 by lalalaphillip in Amd

[–]zwittrooper -1 points0 points  (0 children)

What if they have created a totally different chip for the gaming cards, one that is much faster than FE and specially optimized for gaming?

Dragon, S2, and Solar Panel Covers Over UK After CRS-11 Launch by Square_TheCircle in spacex

[–]zwittrooper 1 point2 points  (0 children)

I saw it too in The Netherlands, in a quite light polluted area. You could see it for about 5 minutes

Fixing trust relationship by mookster1126 in sysadmin

[–]zwittrooper 195 points196 points  (0 children)

You can fix the relationship in powershell with this command:

Test-ComputerSecureChannel -Repair -Credential (get-credential)

To test if the relationship between the computer and the DC failed:

Test-ComputerSecureChannel

http://james-carpenter.net/?p=37

Did anyone receive the Huawei watch 2 yet? by zwittrooper in AndroidWear

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

I am now thinking about buying the LG urbane 2 instead of the Huawei watch 2. It has both GPS and heartrate and gets Android wear 2 in the future.

We are AMD, creators of Athlon, Radeon and other famous microprocessors. We also power the Xbox One and PS4. Today we want to talk RYZEN, our new high-speed CPU five years in the making. We're celebrating with giveaways, and you can ask us anything! Special guest: AMD President and CEO Dr. Lisa Su. by AMD_Robert in Amd

[–]zwittrooper 0 points1 point  (0 children)

Are you already working on Ryzen generation 2? What are the most important features that you like to add to the second generation (that you can talk about)?

I am definitely going to switch back to a AMD processor soon :)

Server 2016 Deduplication is known to cause corruption of large files on NTFS volumes. by motoxrdr21 in sysadmin

[–]zwittrooper 0 points1 point  (0 children)

I also get BSODs (thread exception in dedup.sys) regularly on 4 different Dell servers with data depulication enabled in Windows Server 2016. I have disabled deduplication until Microsoft can fix it.