$ openssl genrsa -out private.key 4096
openssl req -new -sha256 \
#!/bin/bash | |
################################################################################ | |
### OpenCV2 Installation Script ### | |
################################################################################ | |
# Source code at https://github.com/arthurbeggs/scripts # | |
################################################################################ | |
# # | |
# Feel free to copy and modify this file. Giving me credit for it is your # | |
# choice, but please keep references to other people's work, which I don't # |
# checkout, compile & install | |
git clone https://github.com/facebook/watchman.git | |
cd watchman/ | |
git checkout v4.9.0 | |
sudo apt-get install -y autoconf automake build-essential python-dev libssl-dev libtool | |
./autogen.sh | |
./configure | |
make | |
sudo make install |
#add those to ~/.bashrc and call `chromekiller` | |
danger(){ | |
echo "huuu!" ; | |
#check this for installing say https://askubuntu.com/questions/501910/how-to-text-to-speech-output-using-command-line | |
say "hello" | |
sleep 0.5 | |
} | |
chromekiller(){ |