Network: Difference between revisions

From DN Wiki
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
* [[F5 BIG-IP]]
* [[F5 BIG-IP]]


----
=== Palo Alto Networks ===
=== Palo Alto Networks ===
* [[Palo Alto Networks]]
* [[Palo Alto Networks]]


----
----
=== Software ===
=== Software ===
----
==== Firefox ====
==== Firefox ====
If your search in the awesome bar isn't showing tagged bookmarks trying ending it with <code>*</code> to make it search bookmarks.
If your search in the awesome bar isn't showing tagged bookmarks trying ending it with <code>*</code> to make it search bookmarks.
[https://support.mozilla.org/en-US/kb/address-bar-autocomplete-firefox?redirectlocale=en-US&redirectslug=search-your-bookmarks-history-and-tabs-awesome-bar#w_changing-results-on-the-fly This page] shows additional options (like <code>%</code> for open tabs!).
[https://support.mozilla.org/en-US/kb/address-bar-autocomplete-firefox?redirectlocale=en-US&redirectslug=search-your-bookmarks-history-and-tabs-awesome-bar#w_changing-results-on-the-fly This page] shows additional options (like <code>%</code> for open tabs!).


----
==== SecureCRT ====
==== SecureCRT ====
----
===== Bulk Password Change =====
===== Bulk Password Change =====
* Select your sessions and edit properties.
* Select your sessions and edit properties.
* Go to SSH2
* Go to SSH2
* Under Authentication select Password and then click the Properties button to the right
* Under Authentication select Password and then click the Properties button to the right
----
===== 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 ====
==== 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.
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.
Line 31: Line 36:


----
----
=== Resources ===
=== Resources ===
Random links and stuff.
Random links and stuff.
* [https://landing.google.com/sre/books/ Google's Site Reliability Engineering Books]
* [https://landing.google.com/sre/books/ Google's Site Reliability Engineering Books]

Revision as of 13:54, 30 September 2019

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


F5


Palo Alto Networks


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.