Difference between revisions of "Shell in a box"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 1: Line 1:
 
Shell in a Box allows you to [[control a computer over the network]] using a Linux console in a web page.
 
Shell in a Box allows you to [[control a computer over the network]] using a Linux console in a web page.
  
Download shell in a box from google
+
* Download shell in a box from google
 
  wget http://shellinabox.googlecode.com/files/shellinabox-2.10.tar.gz
 
  wget http://shellinabox.googlecode.com/files/shellinabox-2.10.tar.gz
 +
 +
* [[unpack]] it
 +
[[tar]] xvzf shellinabox-2.10.tar.gz
 +
 +
* [[install]] some [[dependencies]]
 +
yast -i make
 +
 +
* [[build]] it
 +
[[cd]] shellinabox-2.10
 +
./configure && make && make install
  
 
use proxypass in the [[apache]] configuration to forward to its port
 
use proxypass in the [[apache]] configuration to forward to its port

Revision as of 12:09, 27 December 2011

Shell in a Box allows you to control a computer over the network using a Linux console in a web page.

  • Download shell in a box from google
wget http://shellinabox.googlecode.com/files/shellinabox-2.10.tar.gz
tar xvzf shellinabox-2.10.tar.gz
yast -i make
cd shellinabox-2.10
./configure && make && make install

use proxypass in the apache configuration to forward to its port

See also


This article is a stub and needs improvement. You can help here :)