How to resize AWS ec2 ebs root partition without rebooting in 3 steps
Go to the AWS EBS dashboard and modify the volume size. Might be good to create a snapshot of it…
Go to the AWS EBS dashboard and modify the volume size. Might be good to create a snapshot of it…
I don’t think I’ve ever used union for anything, but today I came across a very interesting use case to…
Things to remember when compiling/linking C/C++ software by Angel Leon. March 17, 2015; Last update on December 14, 2023 Updated…
How to enable source highlighting when doing less mycodefile.ext Install source-highlight sudo apt install source-highlight Configure it on your .bash_profile…