Skip to content

Instantly share code, notes, and snippets.

View sirgt's full-sized avatar
🐙

Leonel Reyes sirgt

🐙
View GitHub Profile
@sirgt
sirgt / linuxdeploy-output.log
Created October 15, 2020 05:08
linuxdeploy-output.log
+ PATH=/data/user/0/ru.meefik.linuxdeploy/files/bin:/su/bin:/sbin:/vendor/bin:/system/sbin:/system/bin:/su/xbin:/system/xbin
+ printf $'>>> deploy\n'
>>> deploy
+ /data/user/0/ru.meefik.linuxdeploy/files/bin/linuxdeploy -d -t deploy
+ config_which linux
+ local 'conf_file=linux'
+ '[' -n linux ]
+ '[' -n linux ]
+ conf_file=/data/user/0/ru.meefik.linuxdeploy/files/config/linux.conf
+ echo /data/user/0/ru.meefik.linuxdeploy/files/config/linux.conf
@sirgt
sirgt / pihole-block.list
Last active February 21, 2021 04:12
pihole-block.list
https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts_without_controversies.txt
https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts
https://v.firebog.net/hosts/static/w3kbl.txt
https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt
https://someonewhocares.org/hosts/zero/hosts
https://raw.githubusercontent.com/vokins/yhosts/master/hosts
https://winhelp2002.mvps.org/hosts.txt
https://hosts.nfz.moe/basic/hosts
https://raw.githubusercontent.com/RooneyMcNibNug/pihole-stuff/master/SNAFU.txt
https://ssl.bblck.me/blacklists/hosts-file.txt
*.com, *.net, *.org, *.gt, *.be, *.io, *.ai, *.us, *.guru, *.io, *.cc, *.link, *.it, *.ly, *.site, *.to, *.co, *.se, *.gle, *.in, *ac.uk, *.website, ,*.do,*.iocursos, *.int, *.mx, *.info, *.gl, *.es, *.guide, *.gov, *.edu, *.tv, *.uk, *.ar, *.au, *.biz, *.ca, *.pt, *.co, *.tk, *.de, *.ws, *.ch, *.cr, *.la, *.online, *.fun, *.media

Keybase proof

I hereby claim:

  • I am sirgt on github.
  • I am sirgt (https://keybase.io/sirgt) on keybase.
  • I have a public key ASBnPGXfR44MLZkmo1Khr3f3h6r1_eWBPrEM8RoW1P0dLgo

To claim this, I am signing this object:

@sirgt
sirgt / dns.php
Created August 26, 2014 17:32 — forked from ryanrhanson/dns.php
<?php
/*
This script will take all dns records on a SoftLayer account and create a dns zone file for them in the 'zones' subdirectory. If this subdirectory does not exist, it will be created.
If single_use is set to true, you can supply your API Username and Key as arguments to the script. single_use also assumes that it is in the same directory as the SoftLayer folder from the PHP API Client. If single_use is false, it will draw from a file in the 'configuration' subdirectory named apiconfig.php, which should define apiUsername, apiKey, and the path to the SoapClient.class.php file.
*/
$single_use = true;
if ($single_use) {
require_once('SoftLayer/SoapClient.class.php');
# ` is an interesting key for a prefix
#set-option -g prefix `
# Set status bar
set -g status-bg black
set -g status-fg white
set -g status-left ""
#set -g status-right "#[fg=green]#H"
# Status bar