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/01/25 14:07] 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 8: Line 8:
 rabbitmqctl set_user_tags tt1 administrator &&  rabbitmqctl set_user_tags tt1 administrator && 
 rabbitmqctl set_permissions -p / tt1 ".*" ".*" ".*" rabbitmqctl set_permissions -p / tt1 ".*" ".*" ".*"
 +</code>
 +
 +=== Windows EN with default NON-UNICODE encoding ===
 +
 +add to env variables:
 +<code>
 +NLS_LANG = RUSSIAN_CIS.CL8MSWIN1251
 +</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> </code>
wiki/tech/admin-notes.1516878478.txt.gz · Last modified: 2018/01/25 14:07 by kpc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki