rpm -Uhv https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
password=`tr -dc 'A-Za-z0-9!@#$%&*()?/\\\[\]\{\}\-+_=<>.,' < /dev/urandom | head -c16`
#!/bin/bash
for((i = 1; i <= 100; ++i)); do
wget -O `printf '%03i' $i`.html "https://hashkeys.club/92/?page=$i"
done