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
[Save file as reckz.pl, Put it in Perl/Bin] | |
#!/usr/bin/perl START SCRIPT | |
use Socket; | |
use strict; | |
if ($#ARGV != 3) { | |
print "reckz.pl <ip> <port> <size> <time>\n\n"; | |
print " port=0: use random ports\n"; |
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
#!ipxe | |
echo | |
echo Starting Ubuntu 10.04.4 x64 installer for ${hostname} | |
# Hook SAN disk | |
set root-path iscsi:nas.smidsrod.lan::::iqn.2011-02.lan.smidsrod:${hostname}.boot.ubuntu | |
sanhook ${root-path} || | |
# Start debian-installer | |
set base-url http://boot.smidsrod.lan/ubuntu-10.04.4-amd64-server |
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
// Copyright 2011 The Go Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style | |
// license that can be found in the LICENSE file. | |
// HTTP reverse proxy handler | |
package goengine | |
import ( | |
"io" |
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
* |
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
Just to avoid confusion, I wanted to point out a few things here. | |
For reference, all of the info I've gathered below is directly from the documentation found by running the following two lines of code through your Python interpreter: | |
>>> from Crypto.Cipher import AES | |
>>> help(AES) | |
Block Size vs Key Size | |
AES has a fixed data block size of 16 bytes (128 bits) | |
AES can have a key size of 128, 192, or 256 bits (16, 24, or 32 bytes) |
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
Update: adjusted script for easy splitting into a lite version (only missing generating RS1/RS2 business entries)
2018.10.10: reinstated 1809 [RS5]! using native xml patching for products.xml; fixed syntax bug with exit/b
2018.10.12: added data loss warning for RS5
2018.11.13: RS5 is officially back! + greatly improved choices dialog - feel free to use the small snippet in your own scripts
2019.05.22: 1903 [19H1]
2019.07.11: 1903 release_svc_refresh and enable DynamicUpdate by default to grab latest CU
Windows
nslookup myip.opendns.com resolver1.opendns.com
Linux
dig +short myip.opendns.com @resolver1.opendns.com