Primarily, I'm a C/C++ programmer on Unix machines... But I'd kill for browser based shell access to a linux box...
So, the question is: How hard would it be, and what approaches would be the best for building real shell level access into a web page? Flash? Javascript?
I know this is really all opinion, but I'm curious if people think it might be possible?
Bash (also known as the “Bourne Again SHell”) is an implementation of Shell and allows you to efficiently perform many tasks. For example, you can use Bash to perform operations on multiple files quickly via the command line.
The full form of the word “Bash” is “Bourne-Again Shell,” and it is one of the best open-source shells available for Linux. Bash is provided as a default shell in multiple Linux distros, such as Arch Linux, Ubuntu, and several other standard Linux distros.
We should use sh if we want our language to be compatible with multiple systems. The sh script will most like run on bash also without modifications as bash is backward compatible with sh. sh is the most portable scripting language that works on most POSIX/Unix/Linux systems.
Bash reads input from the terminal when interactive, and from the script file specified as an argument otherwise. When interactive, bash allows the user to edit command lines as they are typed in, using familiar key sequences and editing commands similar to the Unix emacs and vi editors.
There are a few scripts that can do this :
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With