[kanazuchi@freebsd]: ./pythrough.py -nt 5,10 -s 192.168.213.16 -d 500
- Bandwidth min: 560
- Bandwidth max: 635
- Bandwidth media: 583 Mbits/sec
- Time to transfer 500 Mb: 7.14 seconds
- Bandwidth min: 711
| FreeBSD: { enabled: no } | |
| BluePexUTM-core: { | |
| url: "http://beta.bluepex.com/pkg/BluePexUTM_bp-v4_0_amd64-core", | |
| mirror_type: "none", | |
| signature_type: "fingerprints", | |
| fingerprints: "/usr/local/share/BluePexUTM/keys/pkg", | |
| enabled: yes | |
| } |
| <?php | |
| if ($_GET["redirurl"]) { | |
| $redir_url = $_GET["redirurl"]; | |
| } else { | |
| $redir_url = 'http://www.kanazuchi.com'; | |
| } | |
| echo '<center><br/><br/><br/>'; |
| #!/usr/local/bin/python2.7 | |
| # -*- coding: UTF-8 -*- | |
| import sys | |
| import json | |
| from itertools import groupby | |
| from xml.dom import minidom | |
| from urllib2 import urlopen | |
| xmldoc = minidom.parse('pokemon.kml') |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync | |
| xrandr --addmode VGA-1 1368x768_60.00 | |
| xrandr --output VGA-1 --mode 1368x768_60.00 |
| <?php | |
| /* | |
| * Autor: Silvio Giunge a.k.a kanazuchi | |
| * <[email protected]> | |
| * | |
| */ | |
| require_once("config.inc"); | |
| require_once("services.inc"); |
| #!/usr/bin/perl | |
| # | |
| # This script fixes problems when trying to make a bootable Ubuntu USB stick from an ISO image. | |
| # | |
| # How to use this script: | |
| # | |
| # 1. Make your bootable USB stick as per usual. I use "Linux Live USB creator". | |
| # | |
| # 2. Install perl | |
| # |
| #!/usr/local/bin/python2.7 | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Autor: Silvio Giunge Silva a.k.a Kanazuchi | |
| # <[email protected]> | |
| # | |
| # URL para gerar o token http://www.pinceladasdaweb.com.br/instagram/access-token/ | |
| # Crie um arquivo com o token e user id separados por ; (ponto e virgula) | |
| # EX: echo '198754745546.5bdsa1e6.70b4234e28749efs80521a4c21314a2sd9b;suasenha' >> instadata | |
| # |
| #!/usr/local/bin/python | |
| # -*- coding: UTF-8 -*- | |
| # | |
| # kanazuchi <[email protected]> | |
| # | |
| import re | |
| import sys | |
| import bs4 | |
| from urllib2 import urlopen |