I hereby claim:
- I am gregdotca on github.
- I am chetcuti (https://keybase.io/chetcuti) on keybase.
- I have a public key ASCU0-eR_uDvNjycZac_-6GL3fyuguI8PTR2HO10vrMH2Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<mxfile modified="2021-08-19T15:48:50.864Z" host="app.diagrams.net" agent="5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.134 Safari/537.36" etag="T19hsYyo-ztdnkQTvMvV" version="14.9.8" type="device"><diagram id="I7SmX8DAzSkreJeUHtu-" name="Page-1">7H1Zl5pK9/enOWs9/4u4mIdLQREHFEURucliVAZBmeXi/exvFT3Ege50TtpOTjp9TrqVoShq//ZYu3b9g/P7apAYh50U2074D4bY1T947x8MQykM+wf+j9inhyMMQj4c2Cae/XjRtwOKVzuPB5HHo7lnO+nFhVkch5l3uDxoxVHkWNnFMSNJ4vLyMjcOL596MLbOzQHFMsLbo2vPznaPR1GK/XZCdLzt7unRFEk8nDENK9gmcR49PvAfDBean4fTe+Opscc3TXeGHZdnh/D+PzifxHH28Glf8U4IB/dp3B7uE144+9zxxImyt9yQkVTs2JRTbefpF+eLvNPY6Rf8oZXCCHPn6TWazmanpxFyIrsLBxp8i+IIHOR22T4E31DwMc2SOHD4OIyT5mqcohCE55/PPI0pDo44lZdp4DPSIWnq8fum+U4xxOP3HgQW8vTldPZFdhJv72RO8njMjaPs7LlI8wOvtQF9H3sfJ9ku3saREfa/HeXAeCWnh47gJPp0APbkC9JBEPzpyLe+NN9O59+ue3NLjEf6wO6cHXgkzcCJwd3JCVxQfkMd+YiU3Rneno4lTmhkXnGJWuMR/Nvn5p6fIMce6AmGPDIqydAdFMNJhsRInCUw6qGBR6bFCLqD4CxFgk9gKDGWumw/jfPEch6bPIfY1VNQ+BSKoDCKoUiKRhn88jEMID1J0xSOEThLIsTlUzIj2TrZzVMA+IzT2WUHeEH6yqsSxPXLvd |
--- | |
- hosts: virtualmin | |
remote_user: '{{ standard_user }}' | |
become: true | |
become_method: sudo | |
tasks: | |
- name: 'remove unneeded packages' | |
apt: | |
name: | |
- libnet-ssleay-perl |
<?php | |
////////////////////////////////////////////////// | |
// This script is still a work in progress... | |
////////////////////////////////////////////////// | |
// Whitelist: list=w / Blacklist: list=b | |
// Add: action=a / Delete: action=d | |
// Domain: domain=example.com | |
// Example: http://pihole/wb.php?list=w&action=a&example.com (This will add example.com to the Pi-hole whitelist) | |
////////////////////////////////////////////////// |
<?php | |
// Bookmark: javascript:void(window.open('http://pi.hole/add.php?action=w&url='+location.href, '_blank')); | |
// Modify the above URL accordingly | |
// Whitelist: action=w | |
// Blacklist: action=b | |
$action = $_GET['action']; | |
if (isset($_GET['url'])) { |
********** ALL SHELLS ********** | |
All Users | |
echo "" >> ~/.vimrc && echo "set nocompatible" >> ~/.vimrc | |
********** ZSH ********** | |
All Users | |
sudo apt install git zsh && sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" && echo "" >> ~/.zshrc | |
echo "alias vi='vim'" >> ~/.zshrc && echo "alias dir='ls -hlp --group-directories-first'" >> ~/.zshrc && echo "alias dira='ls -Ahlp --group-directories-first'" >> ~/.zshrc && head -n -3 ~/.oh-my-zsh/themes/steeef.zsh-theme > ~/.oh-my-zsh/themes/greg.zsh-theme && sed -i -- 's/robbyrussell/greg/g' ~/.zshrc |
I hereby claim:
To claim this, I am signing this object:
#CommentFlag // | |
#InstallKeybdHook | |
// Original Author: Jarvis Prestidge | |
// Enhanced by: Andrew Chen | |
// ========================= | |
// Pok3r Layout Marcos | |
// ========================= | |
// Includes Media Keys (Previous|Q, Play/Pause|W, Next|E) |
#CommentFlag // | |
#InstallKeybdHook | |
// Author: Jarvis Prestidge | |
// Description: Simulates my preferred keyboard layout, similiar to that of the Pok3r 60% keyboard | |
// on any keyboard without programmable keys. i.e. my laptop ^^ | |
// <COMPILER: v1.1.22.00> | |
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |