Network: Difference between revisions

From DN Wiki
Jump to navigation Jump to search
No edit summary
Line 33: Line 33:
===== Session files are in =====
===== Session files are in =====
<code>%HOME%\AppData\Roaming\VanDyke\Config\Sessions</code>
<code>%HOME%\AppData\Roaming\VanDyke\Config\Sessions</code>
==== Cmd.exe ====
Apparently doesn't have a startup script by default.  [https://stackoverflow.com/questions/4294853/starting-cmd-exe-problem According to Stackoverflow] you have to configure it in the registry.  Add a string value named AutoRun to one of these keys and set the value to the full path of the startup script.
<pre>HKCU\Software\Microsoft\Command Processor
HKLM\Software\Microsoft\Command Processor
HKLM\Software\Wow6432Node\Microsoft\Command Processor</pre>


----
----

Revision as of 13:51, 30 September 2019

Hmmm. I seem to have badly broken netwiki so guess I'll just keep things here.


F5

Palo Alto Networks

The command to enable set mode is:
set cli config-output-format set

---

When piping to match you can use quotes and an escaped pipe (|) to search for multiple statements:
show network interface | match "ip \|comment"

---

CLI Commands for Troubleshooting Palo Alto Firewalls


Software

Firefox

If your search in the awesome bar isn't showing tagged bookmarks trying ending it with * to make it search bookmarks. This page shows additional options (like % for open tabs!).

SecureCRT

Bulk Password Change
  • Select your sessions and edit properties.
  • Go to SSH2
  • Under Authentication select Password and then click the Properties button to the right
Session files are in

%HOME%\AppData\Roaming\VanDyke\Config\Sessions

Cmd.exe

Apparently doesn't have a startup script by default. According to Stackoverflow you have to configure it in the registry. Add a string value named AutoRun to one of these keys and set the value to the full path of the startup script.

HKCU\Software\Microsoft\Command Processor
HKLM\Software\Microsoft\Command Processor
HKLM\Software\Wow6432Node\Microsoft\Command Processor

Resources

Random links and stuff.