wiki:tech:admin-notes
sysadmin useful notes
RabbitMQ
create new user and add rights to context
rabbitmqctl add_user tt1 tt1 && rabbitmqctl set_user_tags tt1 administrator && rabbitmqctl set_permissions -p / tt1 ".*" ".*" ".*"
Windows EN with default NON-UNICODE encoding
add to env variables:
NLS_LANG = RUSSIAN_CIS.CL8MSWIN1251
Windows open RDP port by command line
netsh advfirewall firewall add rule name="Open Remote Desktop" protocol=TCP dir=in localport=3389 action=allow
wiki/tech/admin-notes.txt · Last modified: 2019/03/09 01:10 by kpc