This is the second part of – SQL Server 2019 on Linux &Windows containers from zero to an hero! In this blog series i will explain all you need to know about Docker architecture , Docker Hub, Pull image … Docker architecture https://docs.docker.com/get-started/overview/ 1. Run the docker run hello-world command from the Docker CLI client.Continue reading “SQL Server 2019 on Linux &Windows containers from zero to an hero! – Part 2”
Author Archives: rafaelit
How to search for special characters in Outlook?
If you need to perform a text search in Outlook e-mails subject and/or body, looking for special characters like : # $ % & …… you need to search the special characters between <> like: <$$$> SHMUEL H.
How To Force kill WINRM Service
Hello Everyone, Today i want to show you how to force stop winrm service. sometimes you or system process (when you install new app) try to stop winrm service , but the service stuck on “STOPING” state. TO Force kill in PowerShell : $PID = gwmi Win32_Service -Filter “Name LIKE “WinRM” | select -expand ProcessIDContinue reading “How To Force kill WINRM Service”
SQL Server 2019 on Linux &Windows containers from zero to an hero! – Part 1
This is the first part of – SQL Server 2019 on Linux &Windows containers from zero to an hero! In this blog series i will explain all you need to know about installing and running SQL Server on containers. ENJOY. In part ONE we will learn about containers (Docker , Layers, Docker Engine) The termsContinue reading “SQL Server 2019 on Linux &Windows containers from zero to an hero! – Part 1”
Microsoft acquires ReFirm Labs to boost IoT security with firmware analysis
Microsoft has acquired firmware security startup ReFirm Labs to boost its security capabilities for protecting Internet of Things and intelligent edge devices. “The addition of ReFirm Labs to Microsoft will bring both world-class expertise in firmware security and the Centrifuge firmware platform to enhance our ability to analyze and help protect firmware backed by theContinue reading “Microsoft acquires ReFirm Labs to boost IoT security with firmware analysis”
Chrome TLS Errors
Many times you receive connection errors and interstitials for sites that use old versions of TLS (1.0 OR 1.1). To disable the Errors, you need to run : chrome://flags/#legacy-tls-enforced. in address bar . Then change from Default to Disabled You need to Restart the Chrome Browser. SHMUEL H.
Outlook – The delegate page is not available
Users can’t view delegate permissions in Microsoft Outlook in Microsoft 365. OR You select the Delegate Access button on the Account Settings menu in Microsoft Outlook 2010/13/16/19. Additionally, they receive the following error message: The Delegates page is not available. Cannot access the Outlook folder. Sign in to the mailbox through OWA. Open the calendar. Select Share from the menu atContinue reading “Outlook – The delegate page is not available”
Broadcom proxy – Health check on DRTR service failing
hello You may receive email alerts from your ASG / SG Device errors like : Health check ‘drtr.rating_service’ Failed. Thirst , check that : your FW is not blocking Broadcom Urls. Check that your DNS server Is configure Correctly Restart the Device . If it not Solve the Errors, Turn off WebPulse service at Configuration —>Continue reading “Broadcom proxy – Health check on DRTR service failing”
Multiple ADFS farms in one AD Domain
Yes, Microsoft supports multiple ADFS farms in one domain in different sites. If the environment matches the below conditions then only it will work in multiple ADFS farm scenario: The service names for ADFS farms should be different for each site (location) i.e. Test.adfs.name.com , Prod.adfs.name.com. You cannot federate same application with two farms inContinue reading “Multiple ADFS farms in one AD Domain”
PORT IN USE
When you try to start a service or application like Web Server (IIS , Tomcat, etc..) the service response can response with an Error Loke: “The Port is already in use” How can you find what use this port and how to kill the process that use it ? Window :In windows netstat is usedContinue reading “PORT IN USE”