[LinuxVadaPav] Topic: How to compile a bash script into binary (From gouravjoshi)

2010-06-29 Thread gouravjo...@gouravjoshi.co.in
Dear All,

I want you to check out How to compile a bash script into binary on Linux 
Questions, Help, Howtos and  Tutorials.  To view it, please click this link:

http://linuxquestions.in/index.php?topic=21.0

Thanks,
gouravjoshi

[Non-text portions of this message have been removed]



Re: [LinuxVadaPav] Topic: How to compile a bash script into binary (From gouravjoshi)

2010-06-29 Thread Abhishek Amberkar [अभिषेक]
On Tue, Jun 29, 2010 at 1:26 PM, gouravjo...@gouravjoshi.co.in 
gouravjo...@gmail.com wrote:

 Dear All,

 I want you to check out How to compile a bash script into binary on Linux
 Questions, Help, Howtos and  Tutorials.  To view it, please click this link:

 http://linuxquestions.in/index.php?topic=21.0


What is the advantage of converting bash script into a binary?

-- 
With Regards
Abhishek Amberkar


[Non-text portions of this message have been removed]



Re: [LinuxVadaPav] Topic: How to compile a bash script into binary (From gouravjoshi)

2010-06-29 Thread Ashwin Muni
2010/6/29 Abhishek Amberkar [अभिषेक] abhishek.amber...@gmail.com



 On Tue, Jun 29, 2010 at 1:26 PM, 
 gouravjo...@gouravjoshi.co.ingouravjoshi%40gouravjoshi.co.in
 gouravjo...@gmail.com gouravjoshi%40gmail.com wrote:

  Dear All,
 
  I want you to check out How to compile a bash script into binary on
 Linux
  Questions, Help, Howtos and Tutorials. To view it, please click this
 link:
 
  http://linuxquestions.in/index.php?topic=21.0
 
 
 What is the advantage of converting bash script into a binary?

 --
 With Regards
 Abhishek Amberkar


 [Non-text portions of this message have been removed]

  


HI Abhishek,

There are numerous advantages of crypting your scripts in to binary format

1. Preventing Changes done on your script from different people (this is
when you have tested and the script is working fine with the desired output)
2. say the script should be only valid for 2 days if you are distributing it
with some commercial packages.

Also it depends on how you use it, we are here to learn not to cross
question on the help provided from the group. This could be helpful for many
people and useless for bunch of another people.

-- 
Ashwin Muni
http://www.linuxmaza.com
Linux Tutorials and Howtos


[Non-text portions of this message have been removed]



Re: [LinuxVadaPav] Topic: How to compile a bash script into binary (From gouravjoshi)

2010-06-29 Thread Gourav Joshi
On Tue, Jun 29, 2010 at 2:01 PM, Ashwin Muni ashwin.m...@gmail.com wrote:



 2010/6/29 Abhishek Amberkar [अभिषेक] 
 abhishek.amber...@gmail.comabhishek.amberkar%40gmail.com
 


 
 
  On Tue, Jun 29, 2010 at 1:26 PM, 
  gouravjo...@gouravjoshi.co.ingouravjoshi%40gouravjoshi.co.in
 gouravjoshi%40gouravjoshi.co.in
  gouravjo...@gmail.com gouravjoshi%40gmail.com gouravjoshi%40gmail.com
 wrote:
 
   Dear All,
  
   I want you to check out How to compile a bash script into binary on
  Linux
   Questions, Help, Howtos and Tutorials. To view it, please click this
  link:
  
   http://linuxquestions.in/index.php?topic=21.0
  
  
  What is the advantage of converting bash script into a binary?
 
  --
  With Regards
  Abhishek Amberkar
 
 
  [Non-text portions of this message have been removed]
 
 
 

 HI Abhishek,

 There are numerous advantages of crypting your scripts in to binary format

 1. Preventing Changes done on your script from different people (this is
 when you have tested and the script is working fine with the desired
 output)
 2. say the script should be only valid for 2 days if you are distributing
 it
 with some commercial packages.

 Also it depends on how you use it, we are here to learn not to cross
 question on the help provided from the group. This could be helpful for
 many
 people and useless for bunch of another people.

 --
 Ashwin Muni
 http://www.linuxmaza.com
 Linux Tutorials and Howtos


 [Non-text portions of this message have been removed]

  



Thanks Ashwin,

For replying on behalf of me.

Abhishek, this document I published because it found it useful for me. Again
I'll say its on the reader/user how and where to utilize this utility. I do
this to spread anything I come to know for others who may need it and might
be searching for it. It could save their time and resources.


Have a nice time,
Gourav Joshi
Have a look at www.linuxquestions.in


[Non-text portions of this message have been removed]



Re: [LinuxVadaPav] Topic: How to compile a bash script into binary (From gouravjoshi)

2010-06-29 Thread Abhishek Amberkar [अभिषेक]
On Tue, Jun 29, 2010 at 2:01 PM, Ashwin Muni ashwin.m...@gmail.com wrote:

 snip

 Also it depends on how you use it, we are here to learn not to cross
 question on the help provided from the group. This could be helpful for
 many
 people and useless for bunch of another people.

 /snip

Hi Ashwin,

How one is suppose to learn without asking questions? I didn't question
about the usefulness of this process at all. I just wondered if one can just
chmod +x and use the script, why to convert it to binary. Well, I read the
reason you provided.

My intention has been misunderstood by you and even by the OP.

-- 
With Regards
Abhishek Amberkar


[Non-text portions of this message have been removed]



Re: [LinuxVadaPav] Topic: How to compile a bash script into binary (From gouravjoshi)

2010-06-29 Thread Abhishek Amberkar [अभिषेक]
On Tue, Jun 29, 2010 at 2:14 PM, Gourav Joshi gouravjo...@gmail.com wrote:



snip

Abhishek, this document I published because it found it useful for me. Again
 I'll say its on the reader/user how and where to utilize this utility. I do
 this to spread anything I come to know for others who may need it and might
 be searching for it. It could save their time and resources.


/snip


I already replied to Ashwin :-).


-- 
With Regards
Abhishek Amberkar


[Non-text portions of this message have been removed]