09-25-2019, 05:23 PM
Thanks for your complement @kabir145. Indeed if the admins find this script good, they'll mark it important.
Well I've also something very important to update. Just noted this while experimenting with my script. For those users, who are not willing to do the direct method, and will be trying to do the individual tests, there's a good chance that you may encounter a "bash permission denied" error.
This is basically the fix for that. For those having problem with only the download, here's the command (execute in the directory you'll execute the fix also):
Now for the fix, while doing this ensure, you're the root user or a user with sudo privileges.
Then execute this in the directory you've installed the script:
Hope this will prove to be useful for many users who'll be trying out the script!
@deanhills: While reading your review if VPS 9 Pheonix, I feel this is the reason why you got the permission denied error on @"Hidden Refuge"'s Benchmark Script.
Regards,
Well I've also something very important to update. Just noted this while experimenting with my script. For those users, who are not willing to do the direct method, and will be trying to do the individual tests, there's a good chance that you may encounter a "bash permission denied" error.
This is basically the fix for that. For those having problem with only the download, here's the command (execute in the directory you'll execute the fix also):
Code: (Select All)
wget --no-check-certificate https://raw.githubusercontent.com/sohamb03/bench-sh/master/bench.sh
Now for the fix, while doing this ensure, you're the root user or a user with sudo privileges.
Code: (Select All)
sudo su
Then execute this in the directory you've installed the script:
Code: (Select All)
bash bench.sh (-sys or whatever)
Hope this will prove to be useful for many users who'll be trying out the script!
@deanhills: While reading your review if VPS 9 Pheonix, I feel this is the reason why you got the permission denied error on @"Hidden Refuge"'s Benchmark Script.
Regards,