commandline port test on windows powershell without telnet
- No Comments
- Mar, 09, 2017
- Angelo Schalley
- Networking, Powershell, security, Windows-Microsoft
On most of the newly installed windows server the telnet client is not enabled.
If you want to test if a remote port is open you can use a powershell command:
Read more on commandline port test on windows powershell without telnet…
Netscaler check saml error’s on console
- No Comments
- Mar, 07, 2017
- Angelo Schalley
- adfs/saml, Netscaler, Networking
nsconmsg -d statswt0 -g saml
output :
Index reltime counter-value symbol-name&device-no
1 162156 39 saml_assertion_verify_success
3 0 39 saml_tot_dht_put_success
5 0 39 saml_tot_dht_get_notfound
7 0 32 saml_tot_dht_free
Done.
Setting up MySQL replication with existing data Master – Slave
- 6 Comments
- Jan, 16, 2017
- Angelo Schalley
- html / php, joomla, Linux, MySQL, Plesk Linux
This is a step-by-step guide on how to replicate an existing MySQL server. The server is live and contains data and needs a constant backup companion.
Many tutorials focus on how to setup replication when no data is present on the system. That’s an ideal solution if you’re building a new setup, but in case you’ve got a server that already has data present then here’s how to accomplish the this:
Read more on Setting up MySQL replication with existing data Master – Slave…