slish rev 0

Initial commit with the README
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 22 18:34:12 2014 +0100 (2014-01-22)
parents
children e2f77a3185ab
files README
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Wed Jan 22 18:34:12 2014 +0100
     1.3 @@ -0,0 +1,43 @@
     1.4 +SliSH - The SliTaz SHell on demand!
     1.5 +================================================================================
     1.6 +
     1.7 +
     1.8 +	* Powerfull SliTaz SHell in a few minutes
     1.9 +	* Simple online registration via CGI script
    1.10 +	* Easy to create and maintain users chroot
    1.11 +	* Host cmdline tool to handle users and chroot
    1.12 +
    1.13 +
    1.14 +Quickstart
    1.15 +----------
    1.16 +Start by getting the latest code via SliTaz Hg repos:
    1.17 +
    1.18 +# hg clone http://hg.slitaz.orh/slish
    1.19 +# cd slish && make install
    1.20 +
    1.21 +Setup dierctories, a chroot and configure the system to chroot all 
    1.22 +SliSH users.
    1.23 +
    1.24 +# slish setup
    1.25 +# slish adduser --name="Test Man" --user=test \
    1.26 +	--mail=test@slitaz.org --pass=test
    1.27 +
    1.28 +You can test SliSH environment locally with 'su tux' or start Dropbear
    1.29 +and login via SSH:
    1.30 +
    1.31 +# /etc/init.d/dropbear start
    1.32 +# ssh test@localhost
    1.33 +	
    1.34 +
    1.35 +Default user limits
    1.36 +-------------------
    1.37 +
    1.38 +-d: data seg size			4096 (4 Mb)
    1.39 +-m: resident set size		4096 (4 Mb)
    1.40 +-l: locked memory			32 Kb
    1.41 +-p: processes				5
    1.42 +-v: address space           16384 (16 Mb)
    1.43 +
    1.44 +
    1.45 +
    1.46 +================================================================================