• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace:

code

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@02_freebsd:01_net
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

05 rsync
24 Hits, Last modified: 3 years ago
====== 05 rsync ====== ===== インストール ===== <code> # cd /usr/ports/net/rsync # make install </code> ===== バージョン ===== rsync version 2.6.9 ===== 書式 ... == 例 ===== ・/homeを/work/backupとしてバックアップし、同期させる。 <code> # rsync -av --delete /home /work/backup </code> ・/homeをdynabookホストの/work/backupとしてバックアップし、同期させる。 <cod
02 ProFTPD
20 Hits, Last modified: 9 months ago
ダウンロードする。 最新はproftpd-1.2.10.tar.gz(2005年4月25日現在) <code console> > wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.2.10.tar.gz </code> ===== パッチを持ってくる ===== http://www.hayasoft.com/haya/linux/proftpd_nlst_patch.html <code console> # wget http://www.hayasoft.com/haya/lin... ftpd-nlst-patch/proftpd-1.2.10-nlst-ffftp.patch </code> ===== ソースの展開 ===== <code console> > tar zxvf p
jail 構築
20 Hits, Last modified: 13 years ago
====== jail 構築 ====== ===== /etc/rc.conf ===== <code console> portmap_enable="NO" rpcbind_enable="NO" fsck_y_enable="YES" jail_sysvipc_allow="YES" </code> ===== /etc/sysctl.conf ===== デフォルトのカーネルの設定ではjai... 動すると、jail環境からraw_socketやbpfが利用できないという制限を解除できます。 <code console> security.jail.allow_raw_sockets=1 </code> ===== イメージファイルを作成 ===== <code console> dd if=/dev/
06 squid
18 Hits, Last modified: 10 years ago
===== FreeBSD 6.0 squid 2.5 ===== インストール ===== <code> # cd /usr/ports/www/squid # make install clean ;rehash </code> ===== /usr/local/etc/squid/squid.confを設定 ===== ログディレクトリとキャッシュディレクトリを変更しました。 <code> no_cache deny QUERY cache_dir ufs /work/squid ... 0; Windows NT 5.0) coredump_dir /var/log/squid </code> ===== runディレクトリとlogディレクトリ作成 ===== <code> # mkd
07 DHCPD
16 Hits, Last modified: 10 years ago
ISC-DHCPを使いDHCPサーバを立ててみる ====== portsから ====== <code> # cd /usr/ports/net/isc-dhcp3-server # make in... cpd.conf # chmod 644 /usr/local/etc/dhcpd.conf </code> ====== ソースを持ってくる ====== ISC http://www.isc.org... allをダウンロードする。 最新はdhcp-3.0.2.tar.gz(2005年6月25日現在) <code> > wget ftp://ftp.isc.org/isc/dhcp/dhcp-3.0.2.tar.gz </code> ====== ソースの展開 ====== <code> > tar zxvf dhcp-3.
01 Wget
14 Hits, Last modified: 12 years ago
発バージョンなど、いろいろ手にはいるらしい。 ===== ソース展開とインストール ===== <code console> > tar zxvf wget-1.5.3.tar.gz > cd wget-1.5.3 > ./configure > make </code> これだけでコンパイルできる(筆者はFreeBSD4.10で確認済み)。なお、srcディレクトリ... さい。実際、検索サーバとかで見つかりました。 ===== 簡単な使い方 ===== ○基本1 <code console> wget http://flateight.com/~matsui/index.html </code> http://flateight..../index.htmlのみをダウンロードする。 ○基本2
04 TCPwrapper
12 Hits, Last modified: 11 years ago
execにin.proftpdを移動してデーモンディレクトリから起動してラッパーの制御を行う。 <code console> # mv /usr/local/sbin/in.proftpd /usr/libexec </code> ===== /etc/inetd.conf ===== === tcpdで一括制御 === <code> telnet stream tcp nowait root /usr/libexec/tcpd in.telnetd </code> === デーモンディレクトリを指定して制御 === <code> ftp stream tcp
FreeBSD - CVSup
8 Hits, Last modified: 13 years ago
portsのインストールをより簡単に行うことが可能です。 ===== インストール ===== <code> # cd /usr/ports/net/cvsup-without-gui # make c... g for cvsup-without-gui-16.1h_2 # make install </code> ===== ports-supfileを用意 ===== # cp /usr/share... ports-supfile ===== /etc/ports-supfileを修正 ===== <code> # vi /etc/ports-supfile ----------------------... ↓ *default host=cvsup.jp.FreeBSD.org </code> ===== どのバージョンのものが欲しいのか? ===== cvsup では,cvs で管理
03 inetd
4 Hits, Last modified: 11 years ago
===== 1.inetd.confの編集 ===== ftpとtelnetの所の#を外す <code console> > su # vi /etc/inetd.conf -----------in... ----------------------------------------------- </code> ===== 2.inetdの再起動 ===== 設定を変更したので、inetdを再起動させ変更を反映させる。 <code console> # ps ax |grep inetd # kill -HUP プロセス番号 又は # kill -HUP `cat /var/run/inetd.pid` </code> ===== 3.起動の確認 ===== Windowsで有れば、ffftpとかTerater
periodicの送信先変更
4 Hits, Last modified: 13 years ago
=== 通常の送先は「root」です。 送信先を「hoge@hogehoge.com」へ変更 <code console> # cat /etc/periodic.conf daily_output="... ogehoge.com" monthly_output="hoge@hogehoge.com" </code> 送信先を「admin」に変更 <code console> # cat /etc/periodic.conf daily_output="admin" daily_status_security_output="admin" weekly_output="admin" monthly_output="admin" </code>

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