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
RDS_JSON_MOD_VERSION=0.13 | |
DRIZZLE_MOD_VERSION=0.1.7 | |
MODSECURITY_VERSION=2.8.0 | |
SET_MISC_MOD_VERSION=0.26 | |
NGX_DEVEL_KIT_VERSION=0.2.19 | |
FORM_INPUT_VERSION=0.10 | |
NAXSI_VERSION=0.53-2 | |
sudo apt-get -y install dpkg-dev | |
sudo apt-get build-dep nginx |
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 | |
# stresstest.sh | |
# Author: Andrea Cattaneo < [email protected] > | |
# Description: very simple stress test for ram and cpu | |
# Version: 0.15 | |
mount_point="/mnt/ram" | |
output_file="$mount_point/stresstest.raw" | |
run_file="/tmp/stresstest.run" | |
if ! ( which cpulimit &>/dev/null ) ; then | |
## Implementazione in bash di cpulimit |
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
/* thanks to: | |
* http://stackoverflow.com/questions/3326494/parsing-css-in-javascript-jquery | |
* for this parser | |
*/ | |
function CSS(css){ | |
this.parseCSS=function(css) { | |
var rules = {}; | |
css = this.removeComments(css); | |
var blocks = css.split('}'); | |
blocks.pop(); |
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/sh | |
# | |
# fedora-fromiso - Patch the ramdisk of Fedora to allow booting from | |
# ISO image | |
# | |
# Copyright (C) 2012 Mansour <[email protected]> | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions are |
NewerOlder