Tiny Core Linux

カーネル

$ uname -a
Linux ***** 3.16.6-tinycore #777 SMP Thu Oct 16 09:42:42 UTC 2014 i686 GNU/Linux
ISO
CorePlus-current.iso

バージョン確認方法
パッケージの追加
$ tce-load -wi bash

環境の構築
参考
Tiny Core Linux 日本語版のインストール

固定アドレス
/opt/eth0.sh

#!/bin/sh
pkill udhcpc
ifconfig eth0 192.168.208.249 netmask 255.255.248.0 broadcast 192.168.208.255 up
route add default gw 192.168.208.254
echo nameserver 192.168.248.243 > /etc/resolv.conf
$ sudo su

# passwd core

インストール

ユーザーの作成

# useradd -m -g wheel uchida

# usermod -G wheel uchida

ホスト名の設定

# hostnamectl set-hostname host-aa.example.com

sshd

# tce-load -wi openssh.tcz

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

再起動前に

$ filetool.sh -b
Backing up files to /mnt/sda1/tce/mydata.tgz/
Done.

Return

Jul/30/2015 AM 08:15