How I Passed My KCNA Exam: Essential Insights and Preparation Tips
Embarking on the journey to achieve the Kubernetes and Cloud Native Associate (KCNA) certification can be a daunting yet exciting...
HashiCorp Certified: Terraform Associate (003).
I really enjoyed learning for the exam I learned ton of new things. Now just need to work more with the tool. To prepare I used Bryan...
AWS Solution Architect
Preparing for the exam wasn't easy though everything is possible when you make an effort. As a father of two young toddlers, I had to...
AWS Certified Cloud Practitioner
Q1:How was it? A:I was confident but also very nervous because I decided to book the exam the previous night. After I got the...
How to Block ransom synchronization with OneDrive for Business
There are many tools and settings in the Office 365 service that enable identity access toughening, end-user access, follow-up and...
Controlling Linux Iptables( Firewall )
#!/bin/bash # find_log.bash # # Purpose: to find the log that we want from /var/log/messages # # USAGE: ./find_log # # Author: ***...
A little script that I wrote to encrypt and decrypt files using openssl - Enjoy
#!/bin/bash # # Created by: Hagi Lerman # # Date Jul 28 2017. # # Please visit www.hagi-lerman.com/blog. # # Warning! : Use this...
How to setup routing with OSPF and DHCP pools. Ver 0.1
==R1== en conft t ! hostname R1 ! router ospf 1 router-id 1.1.1.1 ! network 192.168.10.0 0.0.0.255 area 0 ! network...
How to Stop/Start/Pause/Remove services in Windows using elevated command prompt
Step 1: Click start and type "CMD". Step 2: Right Click CMD and select "Run as administrator" Using NET to stop a Windows Service To stop...
How to Remove Default Windows 10 Modern application you can't uninstall
Lets say I want to uninstall Maps. I cannot uninstall it its because it's grayed out In order to remove the app we need to use Powersell....