debiansh.gif DebianSH 非公式支援ページ

遊ぶ

  • ホスト名の設定
# echo "supercat" > /etc/hostname
  • rootユーザのパスワードを設定
# passwd
Enter new UNIX password:  (パスワード入力)
Retype new UNIX password: (パスワード再入力)
  • 一般ユーザを作る
# adduser kaihatsu       (ユーザ名 kaihatsu の場合)
Adding user `kaihatsu' ...
Adding new group `kaihatsu' (1000) ...
Adding new user `kaihatsu' (1000) with group `kaihatsu' ...
Creating home directory `/home/kaihatsu' ...
Copying files from `/etc/skel' ...
Enter new UNIX password:  (パスワード入力)
Retype new UNIX password: (パスワード再入力)
passwd: password updated successfully
Changing the user information for kaihatsu
Enter the new value, or press ENTER for the default
        Full Name []:      (ENTERから打ち)
        Room Number []:    (ENTERから打ち)
        Work Phone []:     (ENTERから打ち)
        Home Phone []:     (ENTERから打ち)
        Other []:
Is the information correct? [Y/n] y

パッケージを追加する

# apt-get update
# apt-get install telnetd
海老原がセルフ開発用に入れるパッケージ
# apt-get install ncftp ftpd g++-4.3 distcc openssh-client bogosort nfs-common ntpdate screen

追記予定

関連事項

外部リンク

内部リンク

自動リンク

Last-modified: 2019-07-22 (月) 17:56:00 (1733d)