Skip to content

Instantly share code, notes, and snippets.

View cmvargasr's full-sized avatar
🎯
Focusing

Christian cmvargasr

🎯
Focusing
  • PERU
View GitHub Profile
@Chick3nman
Chick3nman / RTX_4090_v6.2.6.Benchmark
Created October 14, 2022 00:07
Hashcat v6.2.6 benchmark on the Nvidia RTX 4090
NVIDIA Driver Version: 522.25 CUDA Version: 11.8
Credit: blazer
For benchmarking the card and allowing me to release the benchmarks here
The hashcat installation used includes a change to the tuning ALIAS.hctune file to include the RTX 4090 as "ALIAS_nv_sm50_or_higher".
The "Kernel exec timeout" warning is cosmetic and does not affect the speed of any of the benchmarked modes.
Benchmark was run at stock clocks on an Asus Strix 4090.
@o0-o
o0-o / enable_ssh_on_edgeswitch_via_telnet.exp
Last active August 19, 2022 23:19
[Enable SSH on a Ubiquiti EdgeSwitch via Telnet] Non-interactively Enable SSH on an EdgeSwitch via Telnet #expect #ubiquiti #edgemax #edgeswitch
#!/usr/bin/env expect
set timeout 4
set host [lindex $argv 0]
set user ubnt
set password ubnt
spawn telnet "$host"
expect {