This file contains 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
################################################################################################### | |
# APT | |
apt-get -y update | |
apt-get -y upgrade | |
apt-get -y install linux-headers-$(uname -r) build-essential automake autoconf zlib1g-dev libssl-dev \ | |
libreadline-gplv2-dev libyaml-dev vim dkms nfs-common zip unzip mc curl software-proprieties-common | |
################################################################################################### | |
################################################################################################### | |
# Vagrant |
This file contains 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
<?php | |
/** | |
* Скрипт, демострирующий как можно обойти eval для нахождения результата конкатенации строк. | |
* | |
* @category INDEX0H | |
* @package MAIN | |
* @subpackage SCRIPTS | |
* @author Roman Levishchenko <[email protected]> | |
* @copyright 2013 Roman Levishchenko | |
* @license BSD |
NewerOlder