mgrm47 instagram: @m47 Joined Jul 15, 2015 Messages 27 Reaction score 17 Points 86 Jun 3, 2016 #1 Heelo, help me! i delete sinusbot but the sinusbot page is steel works! i want to delete the page
W Wolfie Active Member Joined Sep 12, 2015 Messages 69 Reaction score 5 Points 80 Jun 4, 2016 #2 Reboot the server
Qraktzyl Retired Staff Contributor Joined Nov 2, 2015 Messages 997 Reaction score 723 Points 161 Jun 4, 2016 #3 Kill the PID (process ID). you can grep or check with top or htop for the PID, then "kill -9 PID"... I'm not telling more, I want you to learn. (Rebooting the server works too)
Kill the PID (process ID). you can grep or check with top or htop for the PID, then "kill -9 PID"... I'm not telling more, I want you to learn. (Rebooting the server works too)
W Wolfie Active Member Joined Sep 12, 2015 Messages 69 Reaction score 5 Points 80 Jun 4, 2016 #4 Pretty smart from you Qraktzyl
mgrm47 instagram: @m47 Joined Jul 15, 2015 Messages 27 Reaction score 17 Points 86 Jun 5, 2016 Thread starter #5 Qraktzyl said: Kill the PID (process ID). you can grep or check with top or htop for the PID, then "kill -9 PID"... I'm not telling more, I want you to learn. (Rebooting the server works too) Click to expand... Wolfie said: Reboot the server Click to expand... thx <3
Qraktzyl said: Kill the PID (process ID). you can grep or check with top or htop for the PID, then "kill -9 PID"... I'm not telling more, I want you to learn. (Rebooting the server works too) Click to expand... Wolfie said: Reboot the server Click to expand... thx <3
Alligatoras Administrator Joined Mar 31, 2016 Messages 2,570 Solutions 12 Reaction score 2,857 Points 381 Jun 5, 2016 #6 mgrm47 said: Heelo, help me! i delete sinusbot but the sinusbot page is steel works! i want to delete the page Click to expand... Make sure that uou have restarted apache on your ssh with this command: sudo service apache2 restart If this doesn't work, just reboot your VPS
mgrm47 said: Heelo, help me! i delete sinusbot but the sinusbot page is steel works! i want to delete the page Click to expand... Make sure that uou have restarted apache on your ssh with this command: sudo service apache2 restart If this doesn't work, just reboot your VPS
H Helix Active Member Joined Sep 28, 2015 Messages 37 Reaction score 7 Points 80 Aug 18, 2016 #7 ps aux|grep sinusbot find the running sinusbot process then find the pid id number and type kill -9 PID
ps aux|grep sinusbot find the running sinusbot process then find the pid id number and type kill -9 PID