Skip to content

Instantly share code, notes, and snippets.

View hcutcu's full-sized avatar
🏠
Working from home

Hasan Cutcu hcutcu

🏠
Working from home
View GitHub Profile
@hcutcu
hcutcu / stress.sh
Last active June 21, 2022 18:17 — forked from mikepfeiffer/stress.sh
Install Stress Utility on Amazon Linux 2
#install stress to Amazon Linux 2
sudo amazon-linux-extras install epel -y
sudo yum install stress -y
#then stress 4 cpu units
stress -c 4