Alle Kategorien:
  E V T Z Allgemein
 EVTZ-Datenbank
  E V T Z Dokumente
 Kommentare
 Literaturdatenbank
  E V T Z Praxis
 Rechtsprechungsdatenbank
 Rechtsvorschriften
  Kooperationsinstrumente
 Startseite

Wiki source for TinyCore


Show raw source

===== TinyCore Linux =====
== eine minimalistische Linux-Distribution, die nur im RAM sitzt ==


((1)) Einige Grundfunktionen / Befehle:
Nachstehend werden die wichtigsten Infos / Befehle gelistet:

((2)) Standarddaten für den Login
username: tc
password: piCore

((2)) Persist current state to disk:
##filetool.sh -b##

((2)) Where to specify additional default file locations for persistence:
##/opt/.filetool.lst##

((2)) Download and install packages:
##tce-load -wi package_name.tcz##

((2)) Show which packages are currently installed:
##tce-status -i##

((2)) Find current OS version info:
version

((2)) Search for and install packages with console UI:
##tce##

((2)) Where to put your own startup and shutdown scripts:
##/opt/bootlocal.sh
/opt/shutdown.sh##

((2)) Getting WiFi working
##tce-load -wi wifi
the-load -wi firmware-rpi3-wireless
reboot##
and set up a connection:
##sudo wifi.sh
sudo filetool.sh -b##


((1)) Funktionen für Fortgeschrittene