User Tools

Site Tools


wiki:tech:admin-notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:tech:admin-notes [2018/02/22 19:39] kpcwiki:tech:admin-notes [2019/03/09 01:10] (current) kpc
Line 1: Line 1:
 ==== sysadmin useful notes ==== ==== sysadmin useful notes ====
  
-== RabbitMQ ==+=== RabbitMQ ===
  
 create new user and add rights to context create new user and add rights to context
Line 10: Line 10:
 </code> </code>
  
-== Windows EN with default NON-UNICODE encoding ==+=== Windows EN with default NON-UNICODE encoding ===
  
 add to env variables: add to env variables:
Line 17: Line 17:
 </code> </code>
  
 +=== Windows open RDP port by command line ===
 +
 +<code>
 +netsh advfirewall firewall add rule name="Open Remote Desktop" protocol=TCP dir=in localport=3389 action=allow
 +</code>
wiki/tech/admin-notes.1519317578.txt.gz · Last modified: 2018/02/22 19:39 by kpc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki