by George Chrysovaladis Grammatikos | Apr 24, 2018 | Azure, Container Service (AKS)
With Azure Container Service you can create, configure and manage a cluster of VMs that can run containerized apps. Bellow all the steps that someone needs to follow to create the first Azure Container Service (AKS) Prerequisites Create Service principal client ID...
by George Chrysovaladis Grammatikos | Apr 22, 2018 | Azure, VM
This service allows users to deploy a set of identical virtual machines. Virtual machines can auto-scale by defining rules for resources like CPU, Memory, Network Traffic etc. Also, there is an Azure Load balancer which distributes traffic to the Virtual Machine...
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 19, 2018 | SQL Server, Troubleshooting
Below you can find an easy explanation, how to reset sa account password. Download the PsExec tool from the Sysinternals suite. Open with elevated CMD or Powershell privileges and run the following command CMD: C:\PsExec.exe -s -i “C:\Program Files...