Until recently Google only made it possible to create a bootable Chrome OS Flex USB using the Chromebook Recovery Utility, an app that only officially supports…
View More How to create a bootable USB of FlexOS on LinuxTag: How-To
How to install Docker and Portainer on Raspberry
Docker – an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver…
View More How to install Docker and Portainer on RaspberryInstall IT-Tools with Docker on your Synology NAS
IT-Tools groups together over 40 useful tools for developer and people working in IT. The cool thing about this amazing tool is that it requires no setup,…
View More Install IT-Tools with Docker on your Synology NASHow to install AdGuard on your Raspberry Pi
AdGuard Home is a network-wide ad-and-tracker blocking DNS server. Its purpose is to let you control your entire network and all your devices, and it…
View More How to install AdGuard on your Raspberry PiInstall Webmin on your Raspberry Pi 4 – Ubuntu
Here simple step by step to install and configure Webmin tool on your Raspberry Pi 4 running Ubuntu 20.x operating system. Check for update Install…
View More Install Webmin on your Raspberry Pi 4 – UbuntuHow to Clean Wipe your hard drive before disposal
There is no need to buying very expensive tools to wipe your drive clean and securely so the data cannot be recovered. It is a…
View More How to Clean Wipe your hard drive before disposalMastering Cyber Intelligence: Gain comprehensive knowledge and skills to conduct threat intelligence for effective system defense
Awesome new book has been released at the end of April 2022 … Mastering Cyber Intelligence: Gain comprehensive knowledge and skills to conduct threat intelligence…
View More Mastering Cyber Intelligence: Gain comprehensive knowledge and skills to conduct threat intelligence for effective system defenseHow to close your laptop lid and still use a monitor
Here is how to setup you laptop with a closed lid and external monitor. In my case I got a big external monitor as I…
View More How to close your laptop lid and still use a monitorCopy Group Members from One group to Another
Simple PowerShell script to move members of one group to be also members of new group that you have just created. I am using this…
View More Copy Group Members from One group to AnotherList users from 3 different Active Directory Groups with PowerShell
Here is a quick sample of Power Shell snippet to list users from 3 different Active Directory groups: 123Import-Module ActiveDirectory $groups = "AWS-IAM-PCI-Prod-Admin","AWS-IAM-PCI-Prod-Deploy","AWS-IAM-PCI-Prod-Monitoring" foreach($group in…
View More List users from 3 different Active Directory Groups with PowerShell