This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abus granit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
import -window $(xwininfo | grep -Po 'Window id: .*? ' | grep -Po '0x.* ') screenshot.jpg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export GTK_IM_MODULE=fcitx | |
export QT_IM_MODULE=fcitx | |
export XMODIFIERS=@im=fcitx | |
export DefaultIMModule=fcitx | |
exec lxsession -s Lubuntu -e LXDE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auto-key-locate keyserver | |
keyserver hkps://hkps.pool.sks-keyservers.net | |
keyserver-options no-honor-keyserver-url | |
keyserver-options ca-cert-file=/etc/sks-keyservers.netCA.pem | |
keyserver-options no-honor-keyserver-url | |
keyserver-options debug | |
keyserver-options verbose | |
personal-cipher-preferences AES256 AES192 AES CAST5 | |
personal-digest-preferences SHA512 SHA384 SHA256 SHA224 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat << "-----END PGP SIGNATURE-----" > /dev/null | |
-----BEGIN PGP SIGNATURE----- | |
... | |
-----END PGP SIGNATURE----- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2017-08-10T11:51:57.295Z","extensionVersion":"v2.8.2"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
machine=$(python -c "import uuid;print(uuid.uuid4())") | |
# NEEDED: AmazonEC2FullAccess, AmazonEC2SpotFleetRole | |
AWS_ACCESS_KEY_ID=$(aws configure get aws_access_key_id) | |
AWS_DEFAULT_REGION=$(aws configure get region) | |
AWS_SECRET_ACCESS_KEY=$(aws configure get aws_secret_access_key) | |
VPC=$(aws ec2 describe-vpcs | jq -r '.Vpcs[0].VpcId') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
def func_name(_): | |
return sys._getframe(1).f_code.co_name | |
def line_number(_): | |
return str(sys._getframe(1).f_lineno) | |
def file_name(_): | |
return sys._getframe(1).f_code.co_filename |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global | |
maxconn 2000 | |
stats socket /tmp/haproxy.socket level admin | |
uid 80 | |
gid 80 | |
nbproc 1 | |
chroot /tmp/haproxy_chroot | |
daemon | |
tune.ssl.default-dh-param 2048 | |
# Modern browser compatibility only as mentioned here: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[chromeIPass](https://chrome.google.com/webstore/detail/ompiailgknfdndiefoaoiligalphfdae) | |
[keeweb](https://github.com/keeweb/keeweb) | |
[keepassXC](#) | |
Google Drive. |