Nils Magne Lunde

less info
353 reputation
110
bio website nilsland.com
location Bergen, Norway
age 36
visits member for 2 years, 3 months
seen Apr 11 at 5:42
stats profile views 36

Architect/developer that are mostly working with C# and JavaScript these days.


Mar
18
reviewed No Action Needed Small Business Solution for Remote KVM
Jan
25
awarded  Custodian
Jan
25
reviewed Reviewed Printer Object stops working after changing desktop DNS from bind to Windows
Jan
25
reviewed No Action Needed Print Manager.msc missing in Windows 2003 Server R2
Jan
25
reviewed No Action Needed Any technical reason to install “real” windows to run a hyper-v only server?
Jan
7
comment Unable to install .net 3.5 on Windows server 2012
I'm glad you found the answer!
Jan
7
comment Unable to install .net 3.5 on Windows server 2012
I believe you can just download the files from the Internet, and then extract the ones you need to a directory. Another way of installing .NET 3.X is to mount the installation media and run the following command: Dism /online /enable-feature /featurename:NetFx3 /All /Source:x:\sources\sxs /LimitAccess
Jan
7
answered Unable to install .net 3.5 on Windows server 2012
Oct
13
awarded  Popular Question
May
21
comment Git push over http (using git-http-backend) and Apache is not working
Hi. I started out using the ScriptAlias directive, but it didn't work.
May
20
asked Git push over http (using git-http-backend) and Apache is not working
May
19
comment Ubuntu, Git (git-http-backend) and Apache
Did you ever find a solution to this? I have tried a similar setup on two different machines and got the same result on both of them.
Feb
17
awarded  Yearling
Dec
15
awarded  Tumbleweed
Jul
28
revised 4in6 tunneling software for Windows
Added more info
May
9
answered Where can I download the latest 64-bit edition of Sonicwall SSL-VPN NetExtender for Windows 7?
Apr
28
comment 4in6 tunneling software for Windows
Thanks for your suggestion! How can i run a 4in4 tunnel over IPv6? Not sure how to accomplish that...
Apr
14
comment IIS7: How to handle application pools which uses too much memory or CPU?
I guess you would have to solve this with some kind of whatchdog that is using appcmd for controlling the app pool. This whatchdog can be made using powershell f.ex.. The syntax for recycling an app pool is appcmd recycle apppool /apppool.name: [App pool name]. To list running processes in IIS, you can use the appcmd list wps command. From that command you get the PID for the process. This PID can later be used to obtain CPU usage by using the get-process command in Powershell f.ex..
Apr
14
answered IIS7: How to handle application pools which uses too much memory or CPU?
Apr
13
answered configuring sendmail for the first time