Vue normale

Reçu hier — 12 mai 2025

Update Armbian repo keys

12 mai 2025 à 22:05
#> sudo wget https://apt.armbian.com/armbian.key -O key
#> sudo gpg --dearmor < key | sudo tee /usr/share/keyrings/armbian.gpg > /dev/null
#> sudo chmod go+r /usr/share/keyrings/armbian.gpg
#> sudo echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/armbian.gpg] http://apt.armbian.com $(lsb_release -cs) main  $(lsb_release -cs)-utils  $(lsb_release -cs)-desktop" | sudo tee /etc/apt/sources.list.d/armbian.list
apt update

lsb_release -cs is to be replaced by distro name (a.k.a bullseye) if required.


Permalien

Update Armbian repo keys

12 mai 2025 à 22:05
#> sudo wget https://apt.armbian.com/armbian.key -O key
#> sudo gpg --dearmor < key | sudo tee /usr/share/keyrings/armbian.gpg > /dev/null
#> sudo chmod go+r /usr/share/keyrings/armbian.gpg
#> sudo echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/armbian.gpg] http://apt.armbian.com $(lsb_release -cs) main  $(lsb_release -cs)-utils  $(lsb_release -cs)-desktop" | sudo tee /etc/apt/sources.list.d/armbian.list
apt update

lsb_release -cs is to be replaced by distro name (a.k.a bullseye) if required.


Permalien
Reçu avant avant-hier

Increase Standard / Extend Root Partition Using fdisk

9 mars 2025 à 15:23

Learn the step by step process of how to increase a standard partition & extend root partition using fdisk online in Linux without downtime or losing data

Wallabag backup
Internet archive backup

Once partition table is resized, resize the filesystem itself so it spreads to the extent of the enlarged partition (might be located in /sbin):
#> sudo resize2fs /dev/mmcblk1p2


Permalien

Increase Standard / Extend Root Partition Using fdisk

9 mars 2025 à 15:23

Learn the step by step process of how to increase a standard partition & extend root partition using fdisk online in Linux without downtime or losing data

Wallabag backup
Internet archive backup

Once partition table is resized, resize the filesystem itself so it spreads to the extent of the enlarged partition (might be located in /sbin):
#> sudo resize2fs /dev/mmcblk1p2


Permalien
❌