This repo is supposed to store all sorts of scripts, helpers or doc pages. If you find what you need, feel free to use.
-
aes.pyQuite simple implementation of AES-256 with ECB mode for string input/output.
-
dev_offloader.shWhile setting up an Ubuntu Server, I needed to install network drivers, which required a network connection.
-
nginx_visitors.shWatch and review your website visitors, create analytics using ipinfo.io
-
reverse_ssh.mdDid it a long time ago, probably need to review it.
-
simple-mnist-nn-from-scratch.ipynbA very cool and simple example of a 2-layer NN on the MNIST dataset.
-
sshd-check-accepted.shScript for checking the latest ssh logins.
curl -s -o sshd-check.sh https://raw.githubusercontent.com/alpatiev/docs/master/sshd-check-accepted.sh && bash sshd-check.sh -
sshpass-tweaked.shThe default implementation of sshpass does not work from an alias on MacOS. Here is the fix:
curl -s -O https://raw.githubusercontent.com/alpatiev/docs master/sshpass-tweaked.sh && bash sshpass-tweaked.sh -install -
turn_off_deb_updates.shJust turn off snapd and stop droplet daemon.