How To Convert Tiny Core in Web Server
How To Convert Tiny Core in Web Server
http://www.eve-ng.net/documentation/h...
1) Create Directory
mkdir /opt/unetlab/addons/qemu/linux-tinycore-6.4/
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
WebServer Commands
======================
1)change root password
sudo su
passwd
tce-load -w -i openssh
3)Install Web-server
sudo su
cd /usr/local/etc/init.d/
./openssh start
cd /etc/init.d/services/
./tftpd start
7)sudo vi /opt/bootlocal.sh
cp /mnt/sda1/wwwsite/index.html /usr/local/httpd/bin/index.html
cd usr/local/httpd/bin
./busybox httpd -p 80 -h /usr/local/httpd/bin/
cd /usr/local/etc/init.d/
./openssh start
cd /etc/init.d/services/
./tftpd start
8)take backup
filetool.sh -b
9)sudo reboot
https://www.youtube.com/watch?v=8Ox--v6JhSM