How to setup MSSQL Server in 5 minutes (Ubuntu)
Open Terminal in Ubuntu Pull docker and install Start MSSQL docker with your custom configuration like -e’MSSQL_SA_PASSWORD=sa@123sa’ ->...
How to Convert PEM to PPK Format
There are times when we required the PEM files to be converted to PPK format to connect SSH...
How to start stop Website IIS Command Way
Open Command Prompt Set the path of appcmd to path SET PATH=%PATH%;%systemroot%\system32\inetsrv\ List Sites:appcmd list site To Restart:appcmd...