• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » console
トレース:

console

検索

以下に検索結果を表示します。

完全一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@02_freebsd:01_net
  • 全ての名前空間
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

全文検索:

jail 構築
10 ヒット, 最終更新: 13年前
== jail 構築 ====== ===== /etc/rc.conf ===== <code console> portmap_enable="NO" rpcbind_enable="NO" fsck_y_e... jail環境からraw_socketやbpfが利用できないという制限を解除できます。 <code console> security.jail.allow_raw_sockets=1 </code> ===== イメージファイルを作成 ===== <code console> dd if=/dev/zero of=/dskN/xx.xx.xx.xx.dsk bs=1M c... (ex. 10GB case) ===== イメージファイルをマウント ===== <code console> mdconfig -a -t vnode -f /dskN/xx.xx.xx.xx.dsk -u
02 ProFTPD
8 ヒット, 最終更新: 6カ月前
ドする。 最新はproftpd-1.2.10.tar.gz(2005年4月25日現在) <code console> > wget ftp://ftp.proftpd.org/distrib/source/pro... oft.com/haya/linux/proftpd_nlst_patch.html <code console> # wget http://www.hayasoft.com/haya/linux/proft... lst-ffftp.patch </code> ===== ソースの展開 ===== <code console> > tar zxvf proftpd-1.2.10.tar.gz </code> ===== インストール ===== <code console> > patch -p0 < proftpd-1.2.10-nlst-ffftp.patch
01 Wget
7 ヒット, 最終更新: 12年前
ンなど、いろいろ手にはいるらしい。 ===== ソース展開とインストール ===== <code console> > tar zxvf wget-1.5.3.tar.gz > cd wget-1.5.3 ... 、検索サーバとかで見つかりました。 ===== 簡単な使い方 ===== ○基本1 <code console> wget http://flateight.com/~matsui/index.html <... //flateight..../index.htmlのみをダウンロードする。 ○基本2 <code console> wget -r http://flateight.com/~matsui/index.html... じようなディレクトリ構造ができる。 ===== 応用的使い方 ===== ○応用1 <code console> wget -r -L -l 10 http://flateight.com/~matsui/i
04 TCPwrapper
4 ヒット, 最終更新: 10年前
in.proftpdを移動してデーモンディレクトリから起動してラッパーの制御を行う。 <code console> # mv /usr/local/sbin/in.proftpd /usr/libexec </c... ftpd </code> ===== /etc/hosts.allow ===== <code console> ALL : 127.0.0.1 : allow ローカルホストからのアクセスは全て許... 残りは全て拒否 <code> ===== 確認コマンド ===== <code console> # /usr/sbin/tcpdchk # tcpdmatch ssh localhost </code> ===== inetdの再起動 ===== <code console> # kill -HUP `cat /var/run/inetd.pid` </code> {{
03 inetd
2 ヒット, 最終更新: 10年前
= 1.inetd.confの編集 ===== ftpとtelnetの所の#を外す <code console> > su # vi /etc/inetd.conf -----------inetd.conf... の再起動 ===== 設定を変更したので、inetdを再起動させ変更を反映させる。 <code console> # ps ax |grep inetd # kill -HUP プロセス番号 又は # kill
periodicの送信先変更
2 ヒット, 最終更新: 13年前
通常の送先は「root」です。 送信先を「hoge@hogehoge.com」へ変更 <code console> # cat /etc/periodic.conf daily_output="hoge@hog... "hoge@hogehoge.com" </code> 送信先を「admin」に変更 <code console> # cat /etc/periodic.conf daily_output="admin" d

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: 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