-
resolv.conf in Ubuntu
I always forget this when I need it most and there are 10000 entries on Google with the wrong info. To add an DNS server in Ubuntu server, edit the following file as you would a resolv.conf file: /etc/resolvconf/resolv.conf.d/base. Any entries manually added to /etc/resolv.conf get erased when networking is restarted.
-
ASDM 6.4(5)204
I upgraded ASDM from 6.4.(5)106 to 6.4(5)204 and the launcher broke. Running it as a web app still worked though, so I figured it had to do with the way the shortcut was setup. Here’s a comparison of the two: 106: C:\Windows\SysWOW64\javaw.exe -Xms64m -Xmx512m -Dsun.swing.enableImprovedDragGesture=true -classpath lzma.jar;jploader.jar;asdm-launcher.jar;retroweaver-rt-2.0.jar com.cisco.launcher.Launcher 204: "C:\Program Files (x86)\Cisco Systems\ASDM\asdm-launcher.jar" -Xms64m -Xmx512m…
-
Windows NPS sync
1) Add machine2 as an administrator to machine1 2) Create a batch file with the following 3 lines: C:\Windows\System32\netsh.exe -r machine1 nps export filename=”c:\npsexport.xml” exportPSK=”YES”c:\windows\system32\netsh.exe nps import filename=”c:\npsexport.xml”del /F /Q c:\npsexport.xml 3) Create a scheduled task Done.
