Skip to content

Instantly share code, notes, and snippets.

View samimaftabahmed's full-sized avatar
💭
Getting out from my comfort zone to learn something new.

Samim Aftab Ahmed samimaftabahmed

💭
Getting out from my comfort zone to learn something new.
  • Infosys
  • India
View GitHub Profile
#!/bin/bash
#set persistence mode for all GPU
sudo nvidia-smi -pm 1
#Set gpu max power at 160w
sudo nvidia-smi -pl 160
#Set Power level of specific GPU (1080) in watts
# sudo nvidia-smi -i 2 -pl 200
## How to install on Ubuntu (also works on Ubuntu for Windows)
https://github.com/magnumripper/JohnTheRipper
https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/doc/EXAMPLES
https://dunnesec.com/category/tools/john-the-ripper/decrypting-linuxunix-password-shadow-files-using/
## From apt packages
### install
sudo apt-get update