by George Chrysovaladis Grammatikos | Apr 30, 2018 | IT, Tools
In this post, i will share some of the tools I use daily in work. Name Description Link Cmder Cmder is a useful opensource console application Download SQL Nexus A tool that allows you to create charts & reports for SQL Server performance issues Download Pssdiag...
by George Chrysovaladis Grammatikos | Apr 20, 2018 | DevOps, IT
In case someone wants to configure a custom Port with an SSL ιt can do so, by following the instructions below : Bind SSL certificate to a custom port number Open CMD and execute the following command, netsh http add sslcert ipport=0.0.0.0:7010...
by George Chrysovaladis Grammatikos | Apr 19, 2018 | Network
Many Network administrators are facing daily network problems on their infrastructures. There is an open source free tool on the market called Wireshark, which help them to identify and resolve the problem. Wireshark is a network packet analyzer. It capture network...
by George Chrysovaladis Grammatikos | Apr 18, 2018 | DevOps, IT
The following instructions, are describing the configuration steps, regarding the Remote Debugging with VS17 on an Azure VM. Preliminary, you must check the VS version. Each version, corresponds to different Remote Tools Visual Studio Version Link 2017 download 2015...
by George Chrysovaladis Grammatikos | May 17, 2017 | IT, IT-Troubleshooting
By using the following command you can check the remaining days of RDS. Open CMD, and run the following command : wmic /namespace:\\root\CIMV2\TerminalServices PATH Win32_TerminalServiceSetting WHERE (__CLASS !=””) CALL...