Skip to content
README.md 276 B
Newer Older
Alyx's avatar
Alyx committed
Installing:

Alyx's avatar
Alyx committed
```
Alyx's avatar
Alyx committed
useradd nlsd
Alyx's avatar
Alyx committed
chsh alyx -s /bin/bash
mkdir /home/nlsd/
cp /root/.bashrc /home/nlsd
cp /etc/skel/.bashrc /home/nlsd/
cp /etc/skel/.profile /home/nlsd/
chown -R alyx:alyx /home/nlsd
chmod -R 770 /home/nlsd
Alyx's avatar
Alyx committed
adduser nlsd adm
su - nlsd
Alyx's avatar
Alyx committed
pip3 install sh requests
Alyx's avatar
Alyx committed
```