Posts

Showing posts from September, 2018
####Create a web server in EVE-NG ###### # Create a index.html file locally and store it safely # Go to Eve web page # Add a New Node "Linux-TinyCore" # Edit Change RAM-512 MB # Change Server Name # Connect to "Management Cloud0" This is for connecting the box to internet # Start the box and change the network settings to dhcp to get an ip # change root password "open a terminal and Enter below command" sudo su passwd # Install and start ssh # open a new terminal and Enter below command tce-load -w -i openssh #start ssh service sudo su "this command is for root terminal access" cd /usr/local/etc/init.d/ ./openssh start #Close the terminal #Install Web-server # open a new terminal and Enter below command tce-load -wi busybox-httpd.tcz #Create a directory for index.html file sudo mkdir /mnt/sda1/wwwsite # Copy Index File # From Local PC sftp to local ip of the box "if config (to get the local IP of the box)...