An open API service indexing awesome lists of open source software.

https://github.com/slitaz-official/slish

SliTaz SHell on demand (git clone)
https://github.com/slitaz-official/slish

shell slitaz

Last synced: about 1 year ago
JSON representation

SliTaz SHell on demand (git clone)

Awesome Lists containing this project

README

          

SliSH - The SliTaz SHell on demand!
================================================================================

* Powerful SliTaz SHell in a few minutes
* Simple online registration via CGI script
* Easy to create and maintain users chroot
* Host cmdline tool to handle users and chroot

Quickstart
----------
Start by getting the latest code via SliTaz Hg repos:

# hg clone http://hg.slitaz.org/slish
# cd slish && make install

Setup directories, a chroot and configure the system to chroot all
SliSH users.

# slish setup
# slish adduser --name="Test Man" --user=test \
--mail=test@slitaz.org --pass=test

You can test SliSH environment locally with 'su tux' or start Dropbear
and login via SSH:

# /etc/init.d/dropbear start
# ssh test@localhost

Default user limits
-------------------

-d: data seg size 4096 (4 Mb)
-m: resident set size 4096 (4 Mb)
-l: locked memory 32 Kb
-p: processes 5
-v: address space 16384 (16 Mb)

================================================================================