Build and Secure Networks in Google Cloud: Challenge Lab SolvedBuild and Secure Networks in Google Cloud: Challenge Lab Task 1 : Check the firewall rules. Remove the overly permissive rules. Solution : Open Cloud Shell and type gcloud compute firewall-rules delete open-access Task 2 : Navigate to Compute Engine...May 7, 2022·3 min read
Perform Foundational Infrastructure Tasks in Google Cloud: Challenge Lab SolvedPerform Foundational Infrastructure Tasks in Google Cloud: Challenge Lab You are just starting your junior cloud engineer role with Jooli inc. So far you have been helping teams create and manage Google Cloud resources. You are expected to have the s...May 3, 2022·2 min read
Create and Manage Cloud Resources: Challenge LabCreate and Manage Cloud Resources: Challenge Lab This is a challenge lab and after completing it you earn a Skill Badge. Task 1. Create a project jumphost instance Solution Go To Navigation Menu -> Compute Engines -> VM Instance They click Create...May 3, 2022·3 min read
Handshake exception: Handshake error in client(OS Error : CERTIFICATE_VERIFY_FAILED) fix this error in flutter.Hello Readers Today I will show you how you can fix Handshake exception OS error in flutter. Follow me and apply these steps :- Step 1 : open your main.dart file and add MyHttpOverrides class class MyHttpOverrides extends HttpOverrides { @override ...Apr 1, 2022·1 min read
Fix Cannot revolve symbol 'Properties' and 'GradleException' in Flutter within few steps.Fix Cannot resolve symbol 'Properties' and 'Gradle Exception' in Flutter. Although this Error warning doesn't effect the app you build . But however you can fix this by following these steps below - : Step 1 Go to the folder andorid/app/build.gradl...Mar 15, 2022·1 min read