September 2022

PowerShell Office365 Simple Security Report

Install-Module AzureADPreview(Only need to do this once) Connect-AzureADThis will ask for creds with permission to admin your Office365 Get-AzureADAuditSignInLogs -Filter “location/countryOrRegion ne ‘CA’ and location/countryOrRegion ne ” and Status/ErrorCode eq 0″ -GroupBy UserDisplayName

Browser Addons I Use

Always: uBlock Origin Blocks Ads etc, used it for years, never had any reason to changeBitWarden Password manager, the last remaining free one When needed: Read Aloud lets me multi-taskGoogle Docs allows copy/paste into Google SheetsDon’t F*** with Paste Some websites disable pasting into password fields, this re-enables pasting.HTTPS Everywhere If your daily routine takes …

Browser Addons I Use Read More »

Ubuntu Linux commands i can never remember

TimeZone:timedatectltimedatectl list-timezonessudo timedatectl set-timezone your_time_zonesudo timedatectl set-timezone America/Toronto Assign all free space to the logical volume: https://packetpushers.net/ubuntu-extend-your-default-lvm-space/ IPv6 Disable:sudo nano /etc/sysctl.confadd following lines:net.ipv6.conf.all.disable_ipv6=1net.ipv6.conf.default.disable_ipv6=1net.ipv6.conf.lo.disable_ipv6=1reboot OR sudo sysctl -p Hostname change: no reboot required, may be Ubuntu only, update DHCP/DNS req rebootsudo hostnamectl set-hostname new-hostnameverify new hostname:hostnamectl