Skip to content

Instantly share code, notes, and snippets.

@faizal2007
faizal2007 / macgen
Created April 22, 2014 19:14
Generate mac address
#!/usr/bin/perl -w
##
#
# Generate mac address
#
##
for ($i=0;$i<5;$i++){$m[$i]=int(rand(256));} printf "02:%X:%X:%X:%X:%X\n",@m;
@faizal2007
faizal2007 / LICENSE
Last active August 29, 2015 13:57
Shorewall blacklist IP
The MIT License (MIT)
Copyright (c) 2013 wackoen
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
@faizal2007
faizal2007 / LICENSE
Last active December 7, 2017 20:30
Bash Image Optimization for web
The MIT License (MIT)
Copyright (c) 2013 wackoen
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions: