I hereby claim:
- I am kernoeb on github.
- I am kernoeb (https://keybase.io/kernoeb) on keybase.
- I have a public key ASAnBfScom6rs811Ql4xB3KbleHxLo9T1PiA78Il14i3Ygo
To claim this, I am signing this object:
| #!/bin/bash | |
| ######################### | |
| # QEMU KVM WIN10 # | |
| # kernoeb # | |
| ######################### | |
| # Installation | |
| # 1) Create qcow2 | |
| qemu-img create -f qcow2 win10.img 35G |
| # Install deps | |
| # sudo apt-get install -y texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra | |
| # sudo apt-get install -y texlive-xetex | |
| # sudo apt install -y ghostscript | |
| # wget https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-1-amd64.deb | |
| # sudo apt install -y ./pandoc-2.9.2.1-1-amd64.deb | |
| # rm ./pandoc-2.9.2.1-1-amd64.deb | |
| #cp fonts/*.ttf ~/.fonts # I use Google Fonts (Roboto -> please see line 8) | |
| cd book # directory where markdown files can be found |
| #!/bin/bash | |
| ########### | |
| # kernoeb # | |
| ########### | |
| apk_dir=.apk_dir # name of the build apk | |
| keystore=key.keystore # name of the keystore | |
| apktool=apktool.jar # apktool.jar location | |
| alias_name=alias_name # temporary alias name |
| import requests, time | |
| from random import randint | |
| headers = { | |
| 'authorization': 'mfa.XXXXX', # Discord token | |
| 'content-type': 'application/json', | |
| } | |
| a = [['This', '⚙️'], ['Is', '🔔'], ['Illegal', '➡️']] |
| #!/bin/bash | |
| # Example : | |
| # dir/ | |
| # | - repo1 | |
| # | - repo2 | |
| grepmsg="rien à valider" # if french | |
| print_equals () { |
| #!/bin/bash | |
| # @kernoeb | |
| # PLEASE SEE tutorial.md | |
| token="gitlab_token" | |
| directory="/path/to/scripts/directory" # script directory | |
| config="/home/USER/.config/checkAllCommits" # config directory | |
| file="checkCommitsNotif.sh" | |
| /bin/bash $directory/$file $config $directory $token repo name master # please write "master" |
| #!/bin/bash | |
| dimstr="\e[2m" | |
| bold="\e[1m" | |
| normalstr="\e[0m" | |
| green=$'\e[1;32m' | |
| yellow=$'\e[1;33m' | |
| cyn=$'\e[1;36m' | |
| echo -e "${bold}BASH GitLab Commits :" |
| # Author: kernoeb | |
| # pdf2odp.py | |
| ########################### | |
| # Please install : # | |
| # pip3 install odfpy # | |
| # pip3 install pdf2image # | |
| ########################### | |
| import os | |
| import shutil |
I hereby claim:
To claim this, I am signing this object: