• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » net
トレース: • tuned • 76 dmraid リビルド • 2013.11.16 GOLD RU$H • 2024.03.13 WireGuard MTU • 2023.02.16 Windowsで任意の大きなファイル作成 • 15 Ubuntu ZFS zfs_arc_max • 2014.06.10 OpenSSL(CVE-2014-0224) • 2024.04.12 MySQL bitフィールド • 2015.12.22 ドコモメールを残したままMNP • redmain install

net

検索

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

後方一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@02_freebsd
  • 全ての名前空間
  • 02_freebsd:01_net (9)
  • 02_freebsd:04_database (7)
  • 02_freebsd:80_unixコマンド (4)
  • 02_freebsd:99_その他 (3)
  • 02_freebsd:03_mail (2)
  • 02_freebsd:02_www (1)
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

マッチした文書名:

  • 01 Wget
  • 02 ProFTPD
  • 03 inetd
  • 04 TCPwrapper
  • 05 rsync
  • 06 squid
  • 07 DHCPD
  • FreeBSD - CVSup
  • freebsd-update
  • Intel-NIC
  • jail 構築
  • periodicの送信先変更
  • FreeBSD vlan
  • netstat

全文検索:

FreeBSD カーネル再構築 @02_freebsd:99_その他
27 ヒット, 最終更新: 13年前
SD # 4BSD scheduler options INET # InterNETworking options INET6 # IPv6 communications protocol... ppc drivers): #device puc # PCI Ethernet NICs. device de # DEC/Intel... # Intel PRO/1000 adapter Gigabit Ethernet Card device ixgb # Intel PRO/
netstat @02_freebsd:80_unixコマンド
7 ヒット, 最終更新: 10年前
クの統計情報を表示する| |-f|指定したプロトコル情報のみ表示 \\ $ netstat -f inet (インターネットプロトコルのみ表示) \\ $ netstat -f unix (UNIX ドメイ... <code console> root@vaio$ netstat Active Internet connections Proto Recv-Q Send-Q Local Address ... ESTABLISHED tcp4 0 2 vaio.telnet ThinkPad.3716 ESTABLISHED tc... 346 46 173480 6 14006 de0 1500 progre-net/24 genesis2 294346 46 173480 6
IPアドレス-アドレスナンバー @02_freebsd:04_database:01_mysql
6 ヒット, 最終更新: 12年前
====== IPアドレス-アドレスナンバー ====== INET_NTOA <code console> mysql> select id,inet_ntoa(ip_number) from ip_addresses; +------+----------------------+ | id | inet_ntoa(ip_number) | +------+----------------------+... -----------+ 1 row in set (0.00 sec) </code> 逆は INET_ATON <code console> mysql> select INET_ATON('10.1
03 inetd @02_freebsd:01_net
5 ヒット, 最終更新: 11年前
起動をかける、いわゆるトリガー的な存在のサーバ上のプログラムです。 [[02_freebsd:01_net:04_tcpwrapper|TCPWrapper]]によるアクセス制御が可能です。 FreeBSD... owait root /usr/libexec/ftpd ftpd -l telnet stream tcp nowait root /usr/libexec/telnetd telnetd #telnet stream tcp6 nowait root /usr/libexec/teln... y:tty /usr/libexec/ntalkd ntalkd ここの#を外して [[02_freebsd:01_net:03_inetd#2.inetdの再起動|inetdの再起動]]をする。
07 DHCPD @02_freebsd:01_net
5 ヒット, 最終更新: 10年前
みる ====== portsから ====== <code> # cd /usr/ports/net/isc-dhcp3-server # make install clean # cp /usr... -facility local6; # Declaracao de Subrede. subnet 192.168.1.0 netmask 255.255.255.0 { # ... 2.168.1.1; } host ThinkPad { hardware ethernet 00:05:4E:45:58:04; fixed-address 192.168.1.20; } host ValueStar{ hardware ethernet 00:90:96:1B:83:FA; fixed-address 192.168.1.15;
ipコマンド/IPエイリアス追加 @02_freebsd:80_unixコマンド
4 ヒット, 最終更新: 4年前
R_UP> mtu 16436 qdisc noqueue state UNKNOWN inet 127.0.0.1/8 scope host lo 2: eth0: <BROADCAST,MUL... mtu 1500 qdisc pfifo_fast state UP qlen 1000 inet 192.168.100.195/24 brd 192.168.100.255 scope global eth0 inet 192.168.100.1/24 brd 192.168.100.255 scope global secondary eth0 inet 192.168.100.5/24 brd 192.168.100.255 scope global
route @02_freebsd:80_unixコマンド
4 ヒット, 最終更新: 10年前
=== ルーティングを追加する === <code console> # route add -net 192.168.1.0 netmask 255.255.255.0 eth0 </code> === ルーティングを削除する === <code> # route del -net 192.168.1.0 netmask 255.255.255.0 eth0 </code> ==== Linuxコマンド例 ==== <code console> route add -net 10.200.0.0/16 gw 192.168.10.1 route delete -net 10.200.0.0/16 gw 192.168.10.1 </code> <code console>
04 TCPwrapper @02_freebsd:01_net
3 ヒット, 最終更新: 11年前
etc/inetd.conf ===== === tcpdで一括制御 === <code> telnet stream tcp nowait root /usr/libexec/tcpd in.telne... ===== inetdの再起動 ===== <code console> # kill -HUP `cat /var/run/inetd.pid` </code> {{tag>FreeBSD:net}}
03 Postfix + amavisd + clamav @02_freebsd:03_mail
3 ヒット, 最終更新: 10年前
freebsd/clamav.html]] ==== postfixの設定 ==== === inet_interfaces === <code> # vi /usr/local/etc/postfi... n.cf ------------------------------------------- inet_interfaces = all # どこからでも接続OK inet_interfaces = localhost # localhostからだけ接続OK </code> localhostからだけ接
ifconfig @02_freebsd:80_unixコマンド
3 ヒット, 最終更新: 6年前
アドレスファミリーを指定する。(デフォルトTCP/IPを表すinet) IPアドレス ネットワークインターフェイスのI... ST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 172.17.1.1 netmask 0xffffff00 broadcast 172.17.1.... ST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 172.17.1.99 netmask 0xffffff00 broadcast 172.17.1
05 rsync @02_freebsd:01_net
2 ヒット, 最終更新: 3年前
====== ===== インストール ===== <code> # cd /usr/ports/net/rsync # make install </code> ===== バージョン ===== ... 使って、自動でホスト間のバックアップを行うにはSSHの設定が必要です。 [[01_linux:01_net:06_sshd鍵]] ===== 例 ===== ・/homeを/work/backupとして
FreeBSD - アップグレード @02_freebsd:99_その他
2 ヒット, 最終更新: 13年前
CVSupをインストール ===== ※Portsを最新版にするは [[02_freebsd:01_net:cvsup|こちら]] <code> # cd /usr/ports/net/cvsup-without-gui # make clean ===> Cleaning for libiconv-1
phpPgAdmin @02_freebsd:04_database:02_posgresql
2 ヒット, 最終更新: 13年前
hpPgAdmin ====== [[http://phppgadmin.sourceforge.net/|http://phppgadmin.sourceforge.net/]] ===== 設置 ===== $ tar zxvf phpPgAdmin-4.2.2.tar.gz
06 squid @02_freebsd:01_net
1 ヒット, 最終更新: 10年前
して確認します。⇒[[Windows/Proxy]]~ これ⇒[[診断君>http://taruo.net/e/]]でチェックしてみました。 ===== キャッシュクリア ===== ■下記の手順でキャ
FreeBSD - CVSup @02_freebsd:01_net
1 ヒット, 最終更新: 13年前
可能です。 ===== インストール ===== <code> # cd /usr/ports/net/cvsup-without-gui # make clean ===> Cleaning f
freebsd-update @02_freebsd:01_net
1 ヒット, 最終更新: 13年前
jail 構築 @02_freebsd:01_net
1 ヒット, 最終更新: 13年前
FreeBSD vlan @02_freebsd:01_net
1 ヒット, 最終更新: 13年前
Apache 2.0 + MySQL + PHP @02_freebsd:02_www
1 ヒット, 最終更新: 12年前
01 qmHandle @02_freebsd:03_mail
1 ヒット, 最終更新: 11年前
php4 + sqlite3の実装 @02_freebsd:04_database
1 ヒット, 最終更新: 13年前
ログイン時のメッセージを変更する @02_freebsd:99_その他
1 ヒット, 最終更新: 13年前
91 MySQL のダンプを小さくする @02_freebsd:04_database:01_mysql
1 ヒット, 最終更新: 6年前
MySQL - PHPMyAdmin @02_freebsd:04_database:01_mysql
1 ヒット, 最終更新: 13年前
MySQL - 修復 @02_freebsd:04_database:01_mysql
1 ヒット, 最終更新: 13年前
TCP経由の接続 @02_freebsd:04_database:02_posgresql
1 ヒット, 最終更新: 13年前

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本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