Jose A. G.
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Jose A. G.-
I fixed the problem, I share my working modified version of the script. Remember to modify $hash with your accesshash. If your system has no .accesshash file feel free to Google and solve it in 30...
-
Hello, I do not like hard code root password at script. my $auth = "Basic " . MIME::Base64::encode( $user . ":" . $pass ); I want to change it for some thing similar to hash method used here: digi...