Click here to Skip to main content
15,881,898 members
Home / Discussions / System Admin
   

System Admin

 
QuestionDeleting Hiberfil.sys Pin
Richard Andrew x645-Nov-21 15:27
professionalRichard Andrew x645-Nov-21 15:27 
AnswerRe: Deleting Hiberfil.sys Pin
Richard Deeming8-Nov-21 21:51
mveRichard Deeming8-Nov-21 21:51 
Questionwill you please unsubscribe my account Pin
Member 971670913-Oct-21 10:23
professionalMember 971670913-Oct-21 10:23 
AnswerRe: will you please unsubscribe my account Pin
Member 1532961313-Oct-21 11:53
Member 1532961313-Oct-21 11:53 
AnswerRe: will you please unsubscribe my account Pin
Sean Ewington14-Oct-21 1:32
staffSean Ewington14-Oct-21 1:32 
QuestionHow to use servers safely in Google Cloud Pin
sunny-sem11-May-21 11:52
sunny-sem11-May-21 11:52 
QuestionHyper-V Session Settings Missing Pin
Richard Andrew x649-May-21 9:12
professionalRichard Andrew x649-May-21 9:12 
QuestionWhat are the challenges that sysadmins face in managing end user laptops/desktops? Pin
Member 1510033914-Mar-21 23:32
Member 1510033914-Mar-21 23:32 
AnswerRe: What are the challenges that sysadmins face in managing end user laptops/desktops? Pin
OriginalGriff14-Mar-21 23:33
mveOriginalGriff14-Mar-21 23:33 
GeneralRe: What are the challenges that sysadmins face in managing end user laptops/desktops? Pin
Richard Deeming14-Mar-21 23:40
mveRichard Deeming14-Mar-21 23:40 
GeneralRe: What are the challenges that sysadmins face in managing end user laptops/desktops? Pin
OriginalGriff15-Mar-21 0:00
mveOriginalGriff15-Mar-21 0:00 
GeneralRe: What are the challenges that sysadmins face in managing end user laptops/desktops? Pin
Member 1510033915-Mar-21 0:34
Member 1510033915-Mar-21 0:34 
GeneralRe: What are the challenges that sysadmins face in managing end user laptops/desktops? Pin
Richard MacCutchan15-Mar-21 0:37
mveRichard MacCutchan15-Mar-21 0:37 
GeneralRe: What are the challenges that sysadmins face in managing end user laptops/desktops? Pin
OriginalGriff15-Mar-21 1:07
mveOriginalGriff15-Mar-21 1:07 
Questionhtml coding Pin
courgae426-Aug-20 10:25
courgae426-Aug-20 10:25 
AnswerRe: html coding Pin
Richard MacCutchan26-Aug-20 21:43
mveRichard MacCutchan26-Aug-20 21:43 
AnswerRe: html coding Pin
Member 1532961313-Oct-21 11:01
Member 1532961313-Oct-21 11:01 
QuestionDefault printer change upon RDP re-connection to server Pin
Calvin Tate12-Aug-20 19:37
Calvin Tate12-Aug-20 19:37 
QuestionRe: Default printer change upon RDP re-connection to server Pin
Jörgen Andersson12-Aug-20 20:11
professionalJörgen Andersson12-Aug-20 20:11 
AnswerRe: Default printer change upon RDP re-connection to server Pin
Calvin Tate12-Aug-20 20:56
Calvin Tate12-Aug-20 20:56 
GeneralRe: Default printer change upon RDP re-connection to server Pin
Jörgen Andersson12-Aug-20 21:03
professionalJörgen Andersson12-Aug-20 21:03 
GeneralRe: Default printer change upon RDP re-connection to server Pin
Calvin Tate12-Aug-20 21:44
Calvin Tate12-Aug-20 21:44 
QuestionUnable to access domain resources via VPN Pin
MikeTheFid16-Jul-20 5:03
MikeTheFid16-Jul-20 5:03 
QuestionCan't access by IPV6 Pin
pkfox1-May-20 5:13
professionalpkfox1-May-20 5:13 
Edit 2

I'm a muppet, as I have an identical nginx rule on my Web server I shouldn't be passing the full route only the method to the controller from my local box

server {
listen 9666;
listen [::]:9666;
location / {
This what I had on local box and is wrong.
proxy_pass mysite.com:9666/api/MyController/
            What I have now on local box and is correct.
            proxy_pass mysite.com:9666/

            On the Web server I have this.
            proxy_pass localhost:9654/api/controller/

}
}

I must have accidentally changed the proxy_pass line on the local box - sorry if I wasted anyones time.

"We can't stop here - this is bat country" - Hunter S Thompson - RIP

-- modified 2-May-20 5:25am.
AnswerRe: Can't access by IPV6 Pin
phil.o1-May-20 7:29
professionalphil.o1-May-20 7:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.