sudo rpi-update
sudo reboot
Note: this may enable the Predictable Network Interface Names settings.
| # Get-ADGroupMembership.ps1 | |
| # Written by Bill Stewart | |
| #requires -version 2 | |
| # Version history: | |
| # 1.0 (2019-12-02) | |
| # * Initial version. Only searches the current domain. | |
| <# |
| 1.0.0.0/24 | |
| 1.1.1.0/24 | |
| 1.2.3.0/24 | |
| 8.6.48.0/21 | |
| 8.8.8.0/24 | |
| 8.35.192.0/21 | |
| 8.35.200.0/21 | |
| 8.34.216.0/21 | |
| 8.34.208.0/21 | |
| 23.236.48.0/20 |
sudo rpi-update
sudo reboot
Note: this may enable the Predictable Network Interface Names settings.
| #!/usr/bin/env bash | |
| # Ubuntu Server or VM Cleaner. Safe by default; aggressive when asked. | |
| # Example safe: sudo ./clean.sh | |
| # Example aggressive: sudo JOURNAL_DAYS=3 AGGRESSIVE=1 ./clean.sh | |
| # Enable Docker image prune (images only): sudo ./clean.sh --docker-images | |
| # Tested on Ubuntu 20.04, 22.04, 24.04 (server/VM images). | |
| set -Eeuo pipefail | |
| trap 'rc=$?; echo "Error on line $LINENO: $BASH_COMMAND (exit $rc)"; exit $rc' ERR | |
| IFS=$'\n\t' |
| =DATE(1970;1;1)+(LEFT(A1;10)/24/60/60) |