• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » etc
Trace: • 2022.03.08 SSH Error no hostkey alg • 2017.01.25 lessコマンド • 2024.02.21 WireguardクライアントをGatewayにする • 2024.05.08 Windows 左上 文字 入力 • 2023.06.03 Django アプリ追加 • 2025.03.20 Zed Keymap • 2015.05.25 マウス・キーボード共有ソフトのSynergy • 2022.08.31 ubuntu motd • 2011.05.31 Thunderbirdのアドオン • May 30 2023 chatgpt-clone

etc

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@02_freebsd
  • Any namespace
  • 02_freebsd:01_net (10)
  • 02_freebsd:80_unixコマンド (7)
  • 02_freebsd:04_database (6)
  • 02_freebsd:99_その他 (5)
  • 02_freebsd:02_www (3)
  • 02_freebsd:03_mail (1)
  • 02_freebsd:08_benchmarks (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

tar @02_freebsd:80_unixコマンド
22 Hits, Last modified: 3 years ago
|指定したディレクトリにファイルを展開する| ===== コマンド例 ===== ==== /etcディレクトリ以下のファイルをフロッピーディスク(/dev/fd0)にアーカイブする ==== <code console> # cd /etc # tar cf /dev/fd0 ./*\ </code> ==== アーカイブ内のファイル... する ==== <code console> # tar tf /dev/fd0 |head etc/X11/ etc/aliases etc/amd.map etc/antivir.conf etc/apmd.conf etc/auth.conf etc/avguard.conf etc/
FreeBSD - アップグレード @02_freebsd:99_その他
17 Hits, Last modified: 13 years ago
ithout-gui-16.1h_2 # make install </code> ===== /etc/stable-supfileを用意 ===== <code> # cp /usr/share/examples/cvsup/stable-supfile /etc/stable-supfile # chmod 644 /etc/stable-supfile </code> ===== /etc/stable-supfileを修正 ===== <code> # vi /etc/stable-supfile --------
03 Postfix + amavisd + clamav @02_freebsd:03_mail
12 Hits, Last modified: 10 years ago
rts/security/clamav # make install </code> ==== /etc/rc.confに追加 ==== <code> # ClamAV clamav_clamd_enab... e="YES" </code> ==== 起動 ==== <code> # /usr/local/etc/rc.d/clamav-clamd start # /usr/local/etc/rc.d/clamav-freshclam start </code> ===== Postfixインストール ====... y これは y。 Would you like to activate Postfix in /etc/mail/mailer.conf [n]? y </code> ==== /etc/rc.con
05 rsync @02_freebsd:01_net
9 Hits, Last modified: 3 years ago
/backup </code> ===== デーモンで立ち上げる場合 ===== ==== /etc/inetd.confに追加 ==== <code> # vi /etc/inetd.conf rsync stream tcp nowait root /usr/local/bin/rsync rsyncd --daemon </code> ==== /usr/local/etc/rsyncd.conf ==== <code> pid file = /var/run/rsyn... wheel auth users=backup secrets file=/usr/local/etc/rsyncd.secrets hosts allow = 192.168.1.0/24 hos
02 ProFTPD @02_freebsd:01_net
8 Hits, Last modified: 9 months ago
nstall </code> ===== 設定ファイルを編集 ===== /usr/local/etc/proftpd.confを編集する。 <code console> # vi /usr/local/etc/proftpd.conf -----------------------------------... PassivePorts 7000 7030 SetEnv TZ :/etc/localtime #ローカルタイムを正しく参照する。 -------------------... ===== ログの時間がずれる。 ===== ◇ProFTPd+Chrootを使用すると、/etc/localtimeへアクセスできなくなり、 ftpでやり取りしたファイルのタイムスタンプが
06 squid @02_freebsd:01_net
7 Hits, Last modified: 10 years ago
e install clean ;rehash </code> ===== /usr/local/etc/squid/squid.confを設定 ===== ログディレクトリとキャッシュディレクトリを変... squid -z </code> ■起動シェルにて起動。 <code> # /usr/local/etc/rc.d/squid start </code> ===== 確認 ===== 後はブラウザに... す。起動シェルなどに組み込んだ方がいいかもしれません。~ <code> # /usr/local/etc/rc.d/squid stop # rm -rf /usr/local/squid/cache/* # squid -z # /usr/local/etc/rc.d/squid start </code> ===== ログローテート ===== ■s
file @02_freebsd:80_unixコマンド
6 Hits, Last modified: 10 years ago
ファイル名 ===== コマンド例 ===== <code console> > file /etc/hosts /etc/hostsを調べる /etc/hosts: ASCII text テキストファイルであることが分かる > file /etc /etcを調べる /etc: directory
07 DHCPD @02_freebsd:01_net
5 Hits, Last modified: 10 years ago
cp3-server # make install clean # cp /usr/local/etc/dhcpd.conf.sample /usr/local/etc/dhcpd.conf # chmod 644 /usr/local/etc/dhcpd.conf </code> ====== ソースを持ってくる ====== ISC http://www.isc... .168.1.11; } </code> ====== シェルを用意する/usr/local/etc/rc.d/dhcpd.sh ====== <code> #!/bin/sh case "$
FreeBSD - CVSup @02_freebsd:01_net
5 Hits, Last modified: 13 years ago
# cp /usr/share/examples/cvsup/ports-supfile /etc/ports-supfile ===== /etc/ports-supfileを修正 ===== <code> # vi /etc/ports-supfile --------------------------------- *default ho... . | ===== 実行してみる ===== <code> # cvsup -g -L 2 /etc/supfile --------------------------------- . .
WebDAV @02_freebsd:02_www
5 Hits, Last modified: 12 years ago
JP]]よりソースとApache2用のソースをダウンロード <code console> # fetch http://webdav.todo.gr.jp/download/mod_encoding-20021209.tar.gz # fetch http://webdav.todo.gr.jp/download/experimental/m... tpd.confの修正 ===== <code console> # vi /usr/local/etc/apache2/httpd.conf -------------------追加個所------... ease Input ID and Password." AuthUserfile /etc/webdav.passwd Require valid-user Order allo
ログイン時のメッセージを変更する @02_freebsd:99_その他
5 Hits, Last modified: 13 years ago
ッセージを変更する方法 ===== 環境 ===== FreeBSD 6.0 ===== /etc/motd ===== ログイン時のメッセージは/etc/motdの内容を出力しています。 デフォルトだとこんな状態。 <code console> $ cat /etc/motd FreeBSD 6.0-STABLE (MYKERNEL) #0: Fri Nov 2... e installation and configuration utility. Edit /etc/motd to change this login announcement. </code>
MySQLのインストール @02_freebsd:04_database:01_mysql
5 Hits, Last modified: 13 years ago
<code console> # cp support-files/my-medium.cnf /etc/my.cnf # cp support-files/mysql.server /usr/local/etc/rc.d/mysql.sh # chmod 755 /usr/local/etc/rc.d/mysql.sh </code> ====== 設定ファイルの編集 ====== 今回の場合/home/mysql/dataにデータを置くこととする。 <code console> # vi /etc/my.cnf [mysqld] port = 3306 socket
jail 構築 @02_freebsd:01_net
4 Hits, Last modified: 13 years ago
====== jail 構築 ====== ===== /etc/rc.conf ===== <code console> portmap_enable="NO" rpcbind_enable="NO" ... le="YES" jail_sysvipc_allow="YES" </code> ===== /etc/sysctl.conf ===== デフォルトのカーネルの設定ではjail環境の中からraw_so... cd /usr/src mkdir -p $D make world DESTDIR=$D cd etc make distribution DESTDIR=$D mount_devfs devfs $D... /vds/xx.xx.xx..xx fqdn.fqdn xx.xx.xx.xx /bin/sh /etc/rc </code> ===== 一時停止 ===== <code console> /sbin
MySQL - ログローテート @02_freebsd:04_database:01_mysql
4 Hits, Last modified: 5 years ago
行するような処理が必要になります。 ====== MySQLのログをローテート ====== /etc/newsyslog.confに記述。 今回は一週間分、圧縮せずにローテートするよう記述。 <code> # vi /etc/newsyslog.conf -----------------追加--------------... -----------------追加-------------------- </code> /etc/crontabにパーミッション変更とMySQLのflush-logsを実行。 <code> # vi /etc/crontab 01 0 * * * root /usr/sbin/chown mysql /v
PostgreSQL+pgpoolアップデート @02_freebsd:04_database:02_posgresql
4 Hits, Last modified: 13 years ago
vel postgresql84-libs postgresql84-server # vi /etc/init.d/postgresql 257行目 --encoding=EUC_JP --no-... sql.conf 下記を加える listen_addresses ='*' # /etc/init.d/postgres start ====== pgpool update ====... install 添付のpgpool.confを環境に合わせて修正 # /usr/local/etc/pgpool.conf に置く pgpool起動 # /etc/rc.d/rc.local
PostgreSQLインストール @02_freebsd:04_database:02_posgresql
4 Hits, Last modified: 9 years ago
Apache 2.0 + MySQL + PHP @02_freebsd:02_www
3 Hits, Last modified: 12 years ago
suPHP @02_freebsd:02_www
3 Hits, Last modified: 12 years ago
htpasswd @02_freebsd:80_unixコマンド
3 Hits, Last modified: 10 years ago
vipw @02_freebsd:80_unixコマンド
3 Hits, Last modified: 10 years ago
FreeBSD カーネル再構築 @02_freebsd:99_その他
3 Hits, Last modified: 13 years ago
04 TCPwrapper @02_freebsd:01_net
2 Hits, Last modified: 11 years ago
freebsd-update @02_freebsd:01_net
2 Hits, Last modified: 13 years ago
periodicの送信先変更 @02_freebsd:01_net
2 Hits, Last modified: 13 years ago
swapスペースを追加する方法 @02_freebsd:99_その他
2 Hits, Last modified: 13 years ago
15 MySQL 55 to 56 で問題 @02_freebsd:04_database:01_mysql
2 Hits, Last modified: 3 years ago
MySQL - パスワードを忘れた @02_freebsd:04_database:01_mysql
2 Hits, Last modified: 5 years ago
03 inetd @02_freebsd:01_net
1 Hits, Last modified: 11 years ago
Bonnie @02_freebsd:08_benchmarks
1 Hits, Last modified: 13 years ago
dump @02_freebsd:80_unixコマンド
1 Hits, Last modified: 10 years ago
time @02_freebsd:80_unixコマンド
1 Hits, Last modified: 10 years ago
tree @02_freebsd:80_unixコマンド
1 Hits, Last modified: 10 years ago
rootでログインできない @02_freebsd:99_その他
1 Hits, Last modified: 13 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki