Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Thursday, April 14, 2022

How To: Set Up Tiny Core Linux On VirtualBox

 


1) Download Tiny Core Linux OVA file

https://archive.org/download/tiny-linux-vm/Tiny%20Linux%20VM.ova


2) Run VirtualBox, import the OVA as a new appliance.

Import new appliance


New VM imported


3) Run

4) Install Nano Text Editor

tce-load -wi nano

meaning:

"tce-load [-w -i {-r -f} ] extname"

"tce-load, use -w (wget) , -i (to install i.e mount the app), -r (force tcz to ram) and -f (force symlinker)"

ref:https://tinyurl.com/2wd39n8r

Check installation

cd /usr/local/etc

ls



5) Install OpenSSH

tce-load -wi openssh

Check installation

cd /usr/local/etc

ls



6) Configure OpenSSH for remote connection

sudo cp ssh_config.example ssh_config

sudo cp sshd_config.example sshd_config



7) Start OpenSSH

sudo /usr/local/etc/init.d/openssh start


8) Set user password for remote connection

(assuming that the user is tc)

passwd

make it a bit harder e.g. P@ssw0rd

enter for two times.

9) Check IP number for the VM

ifconfig



10) Run Putty application in host PC (which acts as a remote PC).

Host Name: tc@192.168.68.129

Port: 22


11) Accept connection to the OpenSSH service

Accept connection


Connected



READ ALSO:

https://iotbytes.wordpress.com/configure-ssh-server-on-microcore-tiny-linux/

https://skootsone.yolasite.com/netbox-tcore-ssh.php

https://www.lrz.de/services/compute/courses/x_lecturenotes/191007_PuTTY_Tutorial_2019.pdf















No comments:

Post a Comment