All public logs

From Cramsession
Jump to navigationJump to search

Combined display of all available logs of Cramsession. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:59, 23 February 2026 Mflavell talk contribs created page Bash script to expand a disk partition (Created page with "#!/bin/bash # Ensure root privileges if $EUID -ne 0 ; then echo "Error: This script must be run as root." exit 1 fi # Ensure growpart is installed if ! command -v growpart &> /dev/null; then echo "Installing required tools (cloud-guest-utils)..." apt-get update -qq && apt-get install -y cloud-guest-utils > /dev/null fi echo "---------------------------------------------------" echo " Available Partitions (Filesystems only)" echo "------------------...")