This project aims to provide a minimalistic Tiny Core Linux LiveCD with OpenSSH pre-installed. Tiny Core Linux is a lightweight Linux distribution designed for simplicity and speed, making it an excellent choice for embedded systems, virtual machines, or other scenarios where resource efficiency is crucial.
-
Tiny Core Linux Base: Utilizes the Tiny Core Linux distribution as the foundation, ensuring a lightweight and minimalistic environment.
-
OpenSSH: OpenSSH is pre-installed, allowing secure remote access to the LiveCD environment. This is particularly useful for headless systems or situations where a graphical interface is not required.
-
Download the LiveCD Image from Actions
-
Boot from the LiveCD: Create a bootable medium using the downloaded image and boot your system from it.
-
Access via SSH:
- Username:
tc(Tiny Core default user) - Password:
toor(Change this immediately after logging in)
ssh tc@<your-livecd-ip>
- Username:
-
Use TCL in VPS
bash <(wget -qO- https://github.com/rcdfrd/tcl/raw/main/install.sh)
If you want to build the LiveCD yourself, follow these steps:
-
Clone the Repository:
git clone https://github.com/rcdfrd/tcl.git cd tcl -
Build the LiveCD:
bash main.sh
This script will handle the process of creating the Tiny Core Linux LiveCD with OpenSSH.