Skip to content

Instantly share code, notes, and snippets.

View rhuandevops's full-sized avatar

Rhuan Souza rhuandevops

View GitHub Profile
@JohnDinhDev
JohnDinhDev / Reset Udemy Progress.md
Last active July 21, 2024 17:38
Reset Udemy Progress

Reset Udemy Progress

Last Updated: 06/18/2024

Step 1. Go to the Udemy course in your browser

Go to the course and have any video up. The following code relies on the right sidebar to be visible to uncheck all your progress.

Step 2. Open browser console

You can do this with ctrl+shift+j and making sure the console tab is selected for chrome/brave

@mikepfeiffer
mikepfeiffer / stress.sh
Created January 27, 2019 21:05
Install Stress Utility on Amazon Linux 2
sudo amazon-linux-extras install epel -y
sudo yum install stress -y