opencodeiiita / HackerSkills

A place to showcase your skills :p
5 stars 23 forks source link

Shell Script to change proxy #7 #89

Closed vishnuk7 closed 5 years ago

vishnuk7 commented 5 years ago

Task 4 Solved issue #7
image

aswinzz commented 5 years ago

@vishnuk7 This will set proxy only for your current instance of the shell. Try to make it in such a way it is permanent (see .bashrc file for that) and also try to take in input from the user instead of hardcoding values.

aswinzz commented 5 years ago

@vishnuk7 This will set proxy only for your current instance of the shell. Try to make it in such a way it is permanent (see .bashrc file for that) and also try to take in input from the user instead of hardcoding values.

vishnuk7 commented 5 years ago

ok @aswinzz I will try

vishnuk7 commented 5 years ago

@aswinzz this issue and issue #29 are the same?

aswinzz commented 5 years ago

@vishnuk7 this was for Task 4 right.. I thought of Task 7, in task 7 you have to set system wide proxy. While task 4 sets the proxy for current shell instance. So i will merge this.