Integrating bash shell


 
Thread Tools Search this Thread
Top Forums Programming Integrating bash shell
# 1  
Old 03-31-2015
Integrating bash shell

Hi folks...

I am working on a project where I need to have online bash bash shell integrated in my web page. I am not clear of how to do it. can any one suggest?? The UI needs to be developed in c#.
# 2  
Old 03-31-2015
You cannot execute bash 'online'.
What you can is, if you have access, run a bash script on the server, to generate the html pages in /var/www, as example.

hth
# 3  
Old 03-31-2015
You can create a form that accepts a line of input, and have the action script execute the line and return the results.
Consider how you will audit/edit/approve/restrict the input.
See the following https://www.ftelnet.ca/
# 4  
Old 03-31-2015
If you required a real, "live" terminal you'd need something like a java applet.
# 5  
Old 04-01-2015
Hi Folks,

I am happy for the replies. But I am still not clear of the contents. May be my way of communication is not perfect. I would like to clear that i am dot net developer who is developing a web page. In my webpage I would like to use an online unix terminal that generally exists in websites like tutorialspoint.com where a unix online terminal opens and can save our work.

Can anyone suggest me how that online terminal could be incorporated or integrated in my webpage??


Thanks & Regards
Keerthi Koneru

---------- Post updated at 12:53 PM ---------- Previous update was at 12:49 PM ----------

The below link is the example that i am referring to:
--http://www.tutorialspoint.com/unix_terminal_online.php--


I would like to know how to create a webpage with the online terminal like this.
# 6  
Old 04-01-2015
# 7  
Old 04-01-2015
Hi achnele,

Thanks for the reply.
I would like to know,will Putty serve my purpose?
If yes, how should i follow the steps for this?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

In Bash shell - the ps -ef shows only the /bin/bash but the script name is not displayed

In Bash shell - the ps -ef shows only the /bin/bash but the script name is not displayed ? Is there any way to get the script names for the process command ? --- Post updated at 08:39 AM --- in KSH (Korn Shell), my command output shows the script names but when run in the Bash Shell... (3 Replies)
Discussion started by: i4ismail
3 Replies

2. Shell Programming and Scripting

Different behavior between bash shell and bash script for cmd

So I'm trying to pass certain json elements as env vars and use them later on in a script. Sample json: JSON='{ "Element1": "file-123456", "Element2": "Name, of, company written in, a very weird way", "Element3": "path/to/some/file.txt", }' (part of the) script: for s... (5 Replies)
Discussion started by: da1
5 Replies

3. Shell Programming and Scripting

Help with integrating shell script with sendmail

Hi friends, I want to converting a task ,of making few words in my task mail bold and underlined sometimes, automated through sendmail. I have never used sendmail/mailx before. What i want is my ouput which looks like below: +++++++++++++++ DETAILS: sqlid:6mbiosdfsdff parsing_schema_name:... (1 Reply)
Discussion started by: kunwar
1 Replies

4. Programming

Integrating Jconsole with Eclipse

Hi Guys, I was hoping someone has integrated Eclipse with jconsole to monitor their applications. I have not seen this in action . Any help is much appreciated http://images.devshed.com/fds/smilies/smile.gif Thanks (0 Replies)
Discussion started by: aish11
0 Replies

5. UNIX for Dummies Questions & Answers

Integrating bash script into php (page)

I have written a bash script...now i need to call the script from php page. Can you give me an example to demonstrate how it is done?:( (1 Reply)
Discussion started by: xerox
1 Replies

6. UNIX for Dummies Questions & Answers

Integrating bash with sql.

Hi Guys, I m just curious to know whether it is possible to store the output of a shell command to a database . My main aim is to use a full capacity of sql language to analyze the output generated by shell script. for example. by storing the 5 instances of of top at different interval we... (6 Replies)
Discussion started by: pinga123
6 Replies

7. UNIX for Advanced & Expert Users

About XML file Integrating to a table

Hi , I have a question about unix shell scripting. I hope someone may help me to solve problem. In our system , there are two server that generate two different log file which are XML format in UNIX system. The problem is , this XML files contain such counter names and values sometimes this... (1 Reply)
Discussion started by: kbiricik
1 Replies

8. UNIX for Advanced & Expert Users

Integrating unix with Active Directory

Hey guys. Maybe this should go in Security, I'm not sure... At my work we make websites. Our development servers for these websites are run on a central Debian linux server which we can SSH into, which also contains all the files for these websites. These files are served to the entire... (1 Reply)
Discussion started by: nottrobin
1 Replies

9. Programming

about wave file integrating.

Now I have two wave file(*.wav) at Tru64 Unix machine. I want to make a new wave file including the two wave file. how I should finish this programmer. If you know, can you give me the format of the wave file(*.wav) and Sun au file(*.au). Thank you. (1 Reply)
Discussion started by: livic
1 Replies
Login or Register to Ask a Question