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)
- Host: GitHub
- URL: https://github.com/slitaz-official/slish
- Owner: SliTaz-official
- License: other
- Created: 2019-09-21T13:17:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T13:18:11.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T04:11:26.747Z (over 1 year ago)
- Topics: shell, slitaz
- Language: Shell
- Homepage: http://hg.slitaz.org/slish/
- Size: 72.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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)
================================================================================