Re: Need mentorship and support

2016-02-27 Thread Himanshu Shekhar
On Feb 27, 2016 1:30 AM, "Jean-Baptiste Thomas" wrote: > > De: "Himanshu Shekhar" > > > The problem is about reading metacharacters. For example, username is > > "harry", password is "harry@123" , proxy server "10.101.12.1:8080". > > Thus, apt.conf would have text > > "http://harry:harry@123@10.1

Re: Need mentorship and support

2016-02-26 Thread deloptes
Himanshu Shekhar wrote: > Mark Zuckerberg who's that guy? (with irony) my advise - grab some 10y old unix book, you'll learn more from the older school than from Mark. regards

Re: Need mentorship and support

2016-02-26 Thread Jean-Baptiste Thomas
De: "Himanshu Shekhar" > The problem is about reading metacharacters. For example, username is > "harry", password is "harry@123" , proxy server "10.101.12.1:8080". > Thus, apt.conf would have text > "http://harry:harry@123@10.101.12.1:8080";. > > This leads to unwanted behaviour. Apt stops readi

Re: Need mentorship and support

2016-02-26 Thread Himanshu Shekhar
On Feb 26, 2016 11:08 PM, "Jean-Baptiste Thomas" wrote: > > De: "Himanshu Shekhar" > > > Also, I would love to know about good sources to learn and practice > > Bash. I followed "The Linux Command Line by William E. Shotts". > > Chris F A Johnson has written two books on the subject. Haven't > re

Re: Need mentorship and support

2016-02-26 Thread Jean-Baptiste Thomas
De: "Himanshu Shekhar" > Also, I would love to know about good sources to learn and practice > Bash. I followed "The Linux Command Line by William E. Shotts". Chris F A Johnson has written two books on the subject. Haven't read them but he used to be a regular on comp.unix.shell and he seems to

Re: Need mentorship and support

2016-02-25 Thread Jochen Spieker
Himanshu Shekhar: > > Also, I would love to know about good sources to learn and practice Bash. I > followed "The Linux Command Line by William E. Shotts". ABS is my go-to reference for bash: http://www.tldp.org/LDP/abs/html/ And to get your program into Debian: http://mentors.debian.net/ J. --

Re: Need mentorship and support

2016-02-25 Thread Surya Saha
Here is a little site which is good for spotting basic mistakes in shell scripts. http://www.shellcheck.net/ -Surya On Thu, Feb 25, 2016 at 2:23 PM, Himanshu Shekhar wrote: > Thanks a lot for reviewing the code. > I thank you a lot. > > On Feb 25, 2016 9:41 PM, "Jean-Baptiste Thomas" < > cau2

Re: Need mentorship and support

2016-02-25 Thread Himanshu Shekhar
Thanks a lot for reviewing the code. I thank you a lot. On Feb 25, 2016 9:41 PM, "Jean-Baptiste Thomas" wrote: > > > github.com/himanshushekharb16/ProxyMan > > Hi Himanshu. Quick look at main.sh. > > 1) Some messages are written to stdout, others to stderr. I think > that writing everything to st