CONTENTS


Lastmodified 2020-01-16 (木) 13:27:16


FreeBSD setup

スクラッチインストール後、sshでリモート接続出来る所までセットアップできたら、リブート待ち時間の短縮を。起動メニュー待ち時間

echo autoboot_delay=\"3\" >> /boot/loader.conf

ports collection の更新

portsnap fetch && portsnap extract

portupgrade のインストール

cd /usr/ports/ports-mgmt/portupgrade && make BATCH=yes install clean

perl ruby のデフォルトバージョンも同時にインストールされます。

locate database 作成

/etc/periodic/weekly/310.locate

screen

portinstall screen --batch
echo termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' >> /root/.screenrc

コンソール上のログを採取

rsync

portinstall rsync --batch

making BAMP

apache24

portinstall apache24 ⇒ make configMPM_EVENTにする
portinstall mod_php72 ⇒ make config ZTSをチェック 
echo apache24_enable=\"YES\" >> /etc/rc.conf
# cp httpd.conf httpd.conf_dist

ServerAdmin webmaster@smb.net
ServerName blackcube2.smb.net
# User home directories
Include etc/apache22/extra/httpd-userdir.conf  <--uncomment

apache24 log_rotate

postfix

portinstall postfix ⇒ python 37が依存関係からインストールされます
portinstall mysql57-server mysql57-client --batch
echo postfix_enable=\"YES\" >> /etc/rc.conf
echo sendmail_enable=\"NO\" >> /etc/rc.conf
echo sendmail_submit_enable=\"NO\" >> /etc/rc.conf
echo sendmail_outbound_enable=\"NO\" >> /etc/rc.conf
echo sendmail_msp_queue_enable=\"NO\" >> /etc/rc.conf

MySQL

echo mysql_enable=yes >> /etc/rc.conf
reboot

mysqlが起動できたら、rootユーザのパスワードを設定します。インストール直後のrootパスワードは、/root/.mysql_secret にある.

# mysql -u root -p
Enter password: 
 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.7.28-log

Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

root@localhost [(none)]>  SET PASSWORD FOR root@localhost=password('XXXXXXXXXX');
Query OK, 0 rows affected, 1 warning (0.00 sec)
root@localhost [(none)]>

mysql57

http://www.aiship.jp/knowhow/archives/28257

portinstall databases/phpmyadmin --batch
portinstall security/py-certbot
portinstall munin-node munin-master --batch

Total access 1262:本日 2:昨日 1

Counter: 1262, today: 2, yesterday: 1

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS