BoomBoom
BoomBoom
When trying to import this into boot.ts, I got the missing type definition error. Been reading up on the TS documentation today, it looks like I will need to study...
Was trying to install .net 4.8 via DSC. This is my configuration: configuration InstallNet48 { $uri48 = "http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2020/01/windows10.0-kb4486153-x64_43ee33b302bfdba470542a128a9ee0b58faa5412.msu"; $folder = "c:\Test"; $path = Join-Path $folder "windows10.0-kb4486153-x64_43ee33b302bfdba470542a128a9ee0b58faa5412.msu"; Import-DscResource -ModuleName GraniResource cDownload...
### Question 3X-UI is running, users are making connections and are able to access the internet. I deployed a web application behind nginx on same local network. From local network,...