• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » etc
Trace: • 41 Laravel mcrypt depricated error • 14 Let's Encrypt無料のSSL証明書

etc

Search

You can find the results of your search below.

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

Matching pagenames:

  • 57 RocketChat

Fulltext results:

16 unboundでキャッシュサーバ
18 Hits, Last modified: 4 years ago
-8.noarch.rpm # sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/epel.repo </code> インストール <code> # yu... == 2.設定変更 ===== ==== 設定ファイル ==== <code> cp -p /etc/unbound/unbound.conf /etc/unbound/unbound.conf.org </code> CPU:24,メモリ: 8G での設定 <code> # cat /etc/unbound/unbound.conf | sed 's/\(^\t\|^ *\)//g' |
60 CentOS OpenVPN
16 Hits, Last modified: 12 years ago
re/doc/openvpn-*/sample-config-files/server.conf /etc/openvpn/ </code> ==== 3.ログローテーション設定 ==== <code console> # vi /etc/logrotate.d/openvpn /var/log/openvpn.log { mi... ifempty sharedscripts postrotate /etc/rc.d/init.d/openvpn restart 2>&1 > /dev/null || t... 設定行のコメントアウトを外してforward許可しておく <code console> # vi /etc/rc.d/init.d/openvpn echo 1 > /proc/sys/net/ipv4/
09 Heartbeat
12 Hits, Last modified: 13 years ago
eartbeat </code> ===== ノード1系(test1) ===== ==== /etc/ha.d/ha.cf ==== <color blue>※2系側のIPアドレスと、利用するインタ... ailback off node test1 node test2 </code> ==== /etc/ha.d/haresources ==== <color blue>※host名と、VIPを指定... est1 IPaddr::192.168.10.10/24/eth1 </code> ==== /etc/ha.d/authkeys ==== <code console> # vi /etc/ha.d/authkeys auth 2 2 sha1 cluster-1 # chmod 600 /etc/h
14 rsync
12 Hits, Last modified: 9 years ago
ール ==== <code> # yum install xinetd </code> === /etc/xinetd.d/rsync修正 === 「disable = yes」を「disable = no」へ変更 <code> # vi /etc/xinetd.d/rsync ----------------------------------... an ftp server, as it # allows crc checksumming etc. service rsync { disable = yes ↓ d... .allowの修正 === アクセス許可のネットワークを記述する。 <code> # vi /etc/hosts.allow rsync : 127.0.0.1 : allow rsync : 192
71 vsftpd
11 Hits, Last modified: 16 months ago
code> ===== 設定ファイル修正 ===== <code console> # vi /etc/vsftpd/vsftpd.conf anonymous_enable=YES ↓ ... =YES chroot_list_enable=YES chroot_list_file=/etc/vsftpd/chroot_list ↓ ホームディレクトリより上層へのアクセスを許可するユーザのリスト #chroot_list_file=/etc/vsftpd/chroot_list #ls_recurse_enable=YES ... 最大ポート番号 ssl_enable=YES ← SSLの有効化 rsa_cert_file=/etc/pki/tls/certs/vsftpd.pem ← サーバー証明書を指定 force_loca
75 Proftpd
11 Hits, Last modified: 9 months ago
> ==== 3.設定ファイル ==== <code|/usr/local/proftpd/etc/proftpd.conf> Umask 002 User nobody Group ... v1.2 TLSRSACertificateFile /usr/local/proftpd/etc/proftpd.cert.pem TLSRSACertificateKeyFile /usr/local/proftpd/etc/proftpd.key.pem TLSCipherSuite HIGH TLSOp... mod_auth_file.c AuthUserFile /etc/proftpd.passwd SetEnv TZ
42 CentOS7 シリアルコンソール
9 Hits, Last modified: 5 years ago
シリアルコンソール ====== CentOS7でシリアル接続を行う場合の設定 ===== /etc/default/grubの修正 ===== <code> # cp /etc/default/grub /etc/default/grub.`date +%Y%m%d` # diff /etc/default/grub.`date +%Y%m%d` /etc/default/grub 5,6c5,8 < GRUB_T
55 corosync pacemaker
9 Hits, Last modified: 9 years ago
6.x86_64.rpm # sed -i 's/^enabled=1/enabled=0/g' /etc/yum.repos.d/pacemaker.repo </code> <code> # yum ... de> === ノードを追加する場合は、キーを配布する === <code> # rsync /etc/corosync/authkey root@192.168.10.12:/etc/corosync/authkey # rsync /etc/corosync/authkey root@192.168.10.13:/etc/corosync/authkey </code> =====
62 CentOS OpenVPNブリッジ接続
9 Hits, Last modified: 12 years ago
code> ===== ②設定ファイル修正 ===== <code console> # vi /etc/openvpn/server.conf port 1194 dev tap0 ← VPNインタ... てコメント解除(ログを/var/log/openvpn.logに記録する) crl-verify /etc/openvpn/crl.pem management localhost 7505 ← 最終行へ... re/doc/openvpn-2.2.2/sample-scripts/bridge-start /etc/openvpn # cp /usr/share/doc/openvpn-2.2.2/sample-scripts/bridge-stop /etc/openvpn # chmod 755 /etc/openvpn/bridge-start /et
41 CentOS7 NIC名変更
7 Hits, Last modified: 6 years ago
に「biosdevname=0 net.ifnames=0」を追加 <code> # cp -p /etc/default/grub /etc/default/grub_yyyymmdd # vi /etc/default/grub GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_
BINDでキャッシュサーバ
6 Hits, Last modified: 13 years ago
orange round left 90%> # cp -p /var/named/chroot/etc/named.caching-nameserver.conf /var/named/chroot/etc/named.conf </box> ===== named.conf ===== // ... / rndcが利用可能なホスト(localhostのみ可) }; include "/etc/rndc.key"; logging { channel defau... host; }; recursion yes; include "/etc/named.rfc1912.zones"; }; view "internal" {
IPv6無効化
6 Hits, Last modified: 12 years ago
=== IPv6無効化 ====== ===== ■CentOS5 ===== === 1.「/etc/modprobe.conf」修正 === 「options ipv6 disable=1」を追加する。 <code console> # vi /etc/modprobe.conf options ipv6 disable=1 </code> ==... 3.その後、再起動で反映 === ===== ■CentOS6 ===== === 1.「/etc/modprobe.d/disable-ipv6.conf」を修正 === 「options ipv6 disable=1」を追加 <code console> # vi /etc/modprobe.d/disable-ipv6.conf options ipv6 disabl
30 NFSサーバ
5 Hits, Last modified: 17 months ago
192.168.30.0/24からのみマウントさせる。 <code console> # vi /etc/exports /export/common 192.168.30.0/24(rw,async,n... ない。 ===== ③portmapを起動する ===== <code console> # /etc/rc.d/init.d/portmap start </code> ===== ④nfsを起動する ===== <code console> # /etc/rc.d/init.d/nfs start </code> ===== ⑤iptableを利用している場合 ===== /etc/sysconfig/nfsへ下記を追加 <code> STATD_PORT=32765 STATD
51 Heartbeat + Pacemaker + galera(3 server)
5 Hits, Last modified: 10 years ago
==== 1.Heartbeat設定 ==== <code> galera_1 # cat /etc/ha.d/authkeys auth 1 1 sha1 secret # cat /etc/ha.d/ha.cf pacemaker on logfile /var/log/ha-log log... /code> ==== 2.Heartbeat起動 ==== <code console> # /etc/init.d/heartbeat start # ps auxw| grep heart roo... om/show_bug.cgi?id=1028127]] <code console> # vi /etc/init.d/heartbeat 141 HA_BIN=/usr/lib64/heartb
61 CentOS OpenVPNトンネル接続
5 Hits, Last modified: 12 years ago
提です。 ===== ①設定ファイル修正 ===== <code console> # vi /etc/openvpn/server.conf port 1194 dev tun ← VPNインタフ... コメント解除(ログを/var/log/openvpn.logに記録する) crl-verify /etc/openvpn/crl.pem management localhost 7505 ← 最終行へ追... 用意 ===== ==== 1.起動時用 ==== <code console> # vi /etc/openvpn/openvpn-startup #!/bin/bash # VPNインタフェースiptablesルール削除スクリプト実行※必須 /etc/openvpn/openvpn-shutdown # VPNサーバーからの送信を許可※必須 #i
マルチホーム(マルチホ-ミング)
5 Hits, Last modified: 7 years ago
26 vgcfgrestore VGが消えてしまった場合
4 Hits, Last modified: 4 years ago
27 resolv.confを変更させない
4 Hits, Last modified: 4 years ago
32_1 SPDK(Storage Performance Development Kit)
4 Hits, Last modified: 6 years ago
90 Device bondX/ethX.X does not seem to be present, delaying initialization.
4 Hits, Last modified: 12 years ago
VPNサーバ(PacketiX)
4 Hits, Last modified: 7 years ago
VPNサーバ(PacketiX VPN -> SoftEther VPN)移行方法
4 Hits, Last modified: 7 years ago
10 CentOS PPTP VPN
3 Hits, Last modified: 12 years ago
15 ローカルにyumリポジトリ作成
3 Hits, Last modified: 10 years ago
21 CentOS5でPacketix VPN Client
3 Hits, Last modified: 6 years ago
25 snmptrapd syslogで受け取る
3 Hits, Last modified: 6 years ago
32_CentOSでiSCSI環境構築
3 Hits, Last modified: 5 years ago
36 git Server
3 Hits, Last modified: 11 years ago
40 CentOS VLAN tag
3 Hits, Last modified: 12 years ago
57 RocketChat
3 Hits, Last modified: 6 years ago
63 CentOS6 yum Error
3 Hits, Last modified: 4 years ago
bonding
3 Hits, Last modified: 5 years ago
ip_contrack
3 Hits, Last modified: 4 years ago
07 秘密鍵から公開鍵を確認する方法
2 Hits, Last modified: 12 years ago
12 SSH loginが遅い
2 Hits, Last modified: 4 years ago
23 LVS on CloudStack
2 Hits, Last modified: 7 years ago
24 静的ルーティング
2 Hits, Last modified: 7 years ago
50 du: WARNING: Circular directory structure.
2 Hits, Last modified: 12 years ago
53 Pacemaker crm コマンド
2 Hits, Last modified: 6 years ago
IPMIコマンド
2 Hits, Last modified: 6 years ago
古いyumを利用したい
2 Hits, Last modified: 12 years ago
wheelグループ以外suできないようにする
2 Hits, Last modified: 13 years ago
古いyumを利用したい
2 Hits, Last modified: 13 years ago
29 TGT で thin provision
1 Hits, Last modified: 6 years ago
31 iscsid
1 Hits, Last modified: 6 years ago
33 CentOS5にPython2.6インストール
1 Hits, Last modified: 12 years ago
43 reposync リポジトリコピー
1 Hits, Last modified: 5 years ago
44 CentOS7 chronyd NTP
1 Hits, Last modified: 11 months ago
52 Heartbeat + Pacemaker + DRBD
1 Hits, Last modified: 10 years ago
54 DRBD
1 Hits, Last modified: 9 years ago
72 wgetをプロキシ経由で
1 Hits, Last modified: 11 years ago
74 SSH でrootのみパスワード認証なし
1 Hits, Last modified: 4 years ago
CentOS - Nat
1 Hits, Last modified: 10 years ago
iptables ftpパッシブモード
1 Hits, Last modified: 13 years ago
logwatch の設定
1 Hits, Last modified: 13 years ago
NICのスピード変更(ethtool)
1 Hits, Last modified: 13 years ago
rsyslog時間修正
1 Hits, Last modified: 13 years ago
tftp
1 Hits, Last modified: 13 years ago
Windowsの共有フォルダマウント
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