• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » server
トレース: • Clibor • 57 RocketChat • php4 + sqlite3の実装 • 01 ネットワーク設定nmcli • 16 mod_proxy • 01 Symfony • 14 Atom • 33 wipefs • 07 CentOS cgroupでリソースコントロール • 2021.03.16 古いSSH

server

検索

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

完全一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@01_linux
  • 全ての名前空間
  • 01_linux:01_net (25)
  • 01_linux:02_www (11)
  • 01_linux:11_データベース (9)
  • 01_linux:08_仮想化 (5)
  • 01_linux:09_ベンチマーク (5)
  • 01_linux:03_mail (4)
  • 01_linux:04_監視 (4)
  • 01_linux:12_ツール (4)
  • 01_linux:30_ubuntu (3)
  • 01_linux:99_その他 (3)
  • 01_linux:10_network (2)
  • 01_linux:21_centos7 (2)
  • 01_linux:13_storage (1)
  • 01_linux:20_エディタ (1)
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

マッチした文書名:

  • 36 git Server
  • 51 Heartbeat + Pacemaker + galera(3 server)
  • ipmitool Server内から、IPMI IP確認
  • 01 Linux ipsec Server

全文検索:

18 yumで指定バージョンをインストール @01_linux:12_ツール
46 ヒット, 最終更新: 4年前
4.6-1.el7.centos.x86_64 : The Squid proxy caching server 7:squid-3.4.11-1.el7.centos.x86_64 : The Squid proxy caching server 7:squid-3.4.14-1.el7.centos.x86_64 : The Squid proxy caching server 7:squid-3.5.2-1.el7.centos.x86_64 : The Squid proxy caching server 7:squid-3.5.3-1.el7.centos.x86_64 : The Squid pro
01 JuJu Maas Openstack @01_linux:08_仮想化:juju
16 ヒット, 最終更新: 3年前
用意 ==== <code> $ vim mymaas.yaml clouds: maas-server: type: maas auth-types: [oauth1] ... </code> ==== 登録 ==== <code> juju add-cloud maas-server mymaas.yaml </code> ==== MaasのAPIキー登録 ==== <code> $ juju add-credential maas-server This operation can be applied to both a copy on t... one or register one. Enter credential name: maas-server-credential Regions default Select region [any
02 Apache2で自己認証ssl @01_linux:02_www
13 ヒット, 最終更新: 5カ月前
' Makefile ※サーバー用証明書有効期限を1年から10年に変更 # make server.crt ===== 秘密鍵作成 ===== # openssl genrsa -des3 2... ===== 秘密鍵をパスワード無しにする。 ===== # openssl rsa -in server.key -out server.key ==== 応答ファイルを作る方法 ==== === 応答ファイル作成 === <code> # vi /etc/ssl/certs/pass_phrase.sh ... code> ===== csr作成 ===== # openssl req -new -key server.key -out server.csr ===== 自己証明書作成 ===== # open
14 redis-benchmark @01_linux:09_ベンチマーク
11 ヒット, 最終更新: 6カ月前
トールすると、自動でredis-benchmarkも入る。 apt install redis-server ===== 2.起動確認 ===== <code> # systemctl status redis-server ● redis-server.service - Advanced key-value store Loaded: loaded (/lib/systemd/system/redis-server.service; enabled; vendor preset: enabled) Ac
06 WireGuard @01_linux:10_network
11 ヒット, 最終更新: 10カ月前
鍵:privkey 公開鍵:pubkey <code> mkdir -p ~/WireGuard/server && cd ~/WireGuard/server wg genkey > privkey cat privkey | wg pubkey > pubkey cat privkey XXXXXXXXXXX... ※このPeerで指定するAllowedIPs は、32bitで記述</color> <code> SERVER_privkey=`cat ~/WireGuard/server/privkey` CLIENT01_pubkey=`cat ~/WireGuard/client01/pubkey` CLIENT01_presh
03 iperf3 @01_linux:09_ベンチマーク
9 ヒット, 最終更新: 4カ月前
options] iperf [-h|--help] [-v|--version] Server or Client: -p, --port # server port to listen on/connect to -f, --format [kmgKMG] fo... --help show this message and quit Server specific: -s, --server run in server mode -D, --daemon run the server as a
31 OpenNebula SSL化 @01_linux:08_仮想化
8 ヒット, 最終更新: 6年前
===== OpenNebula ===== <code|/etc/one/sunstone-server.conf> :host: 0.0.0.0 :port: 80 ↓ :host: 127.0.0.1... nNebula Sunstone upstream upstream sunstone { server 127.0.0.1:9869; } upstream websocketproxy { server 127.0.0.1:29876; } #### cloudserver.org HTTP virtual host server { listen 80; server_name hoge.hog
82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1 @01_linux:02_www
7 ヒット, 最終更新: 7年前
conf.d/suphp.conf === <code> # This is the Apache server configuration file providing suPHP support. # It ... ains the configuration directives to instruct the server how to # serve php pages while switching to the u... tells mod_suphp if a PHP-script requested on this server (or # VirtualHost) should be run with the PHP-int... esides in. # # E.g.: If you want to use "/path/to/server/config/php.ini", use "suPHP_Config # /path/to/ser
02_ネットワーク負荷試験iperf @01_linux:09_ベンチマーク
7 ヒット, 最終更新: 8年前
] iperf [-h|--help] [-v|--version] Client/Server: -f, --format [kmKM] format to report: Kbi... to this specified file -p, --port # server port to listen on/connect to -u, --udp ... -V, --IPv6Version Set the domain to IPv6 Server specific: -s, --server run in server mode -U, --single_udp run in single threaded
19 Zabbix でDBサーバを変える @01_linux:04_監視:zabbix
7 ヒット, 最終更新: 3年前
x でDBサーバを変える ====== Zabbix でDBを移動した時のメモ。 zabbix_server.confだけ変更したら、WebだけDBに接続できないようなエラーが出て表示できなかった。。。 ... nf.php」にも、Web表示の設定があったようでした。 環境: <code> # zabbix_server --version zabbix_server (Zabbix) 3.0.1 </code> <code> [root@altuszabbix1 etc]# grep DBHost /etc/zabbix/zabbix_server.conf ### Option: DBHost # DBHost=localhost #DBHo
60 CentOS OpenVPN @01_linux:01_net
6 ヒット, 最終更新: 11年前
# cp /usr/share/doc/openvpn-*/sample-config-files/server.conf /etc/openvpn/ </code> ==== 3.ログローテーション設定 =... 2.サーバ証明書・秘密鍵作成 ==== <code console> # sh build-key-server server # cp keys/server.crt /etc/openvpn/ # cp keys/server.key /etc/openvpn/ </code> ==== 3.DH(Diffie Hellman)パ
20 CentOS7 MariDB Galera @01_linux:11_データベース:01_mysql
6 ヒット, 最終更新: 5年前
====== ===== 注意 ===== <color #ed1c24> ※MariaDB Server 10.1 以降 Percona XtraBackup との互換性が失われています。 \\ この対策として,MariaDB Server 10.1.23 / 10.2.7 以降,XtraBackup を fork した [[https:... ===== インストール ===== <code> # yum install MariaDB-server MariaDB-server 10.4.12-1.el7.centos MariaDB-client 10.4.12-1.el7.centos MariaDB-common 10.4.12-1.el7.ce
16 unboundでキャッシュサーバ @01_linux:01_net
5 ヒット, 最終更新: 3年前
nf | sed 's/\(^\t\|^ *\)//g' | egrep -v '(^#|^$)' server: verbosity: 1 statistics-interval: 0 statistics-c... che-slabs: 16 remote-control: control-enable: yes server-key-file: "/etc/unbound/unbound_server.key" server-cert-file: "/etc/unbound/unbound_server.pem" control-key-file: "/etc/unbound/unbound_control.
13 Zabbixでsnmptrapを受信(Zabbix2系) @01_linux:04_監視:zabbix
5 ヒット, 最終更新: 5年前
iver.plのログファイルと合わせる必要があります。</color> === 1.zabbix_server.conf 修正 === <code console> # vi /etc/zabbix/zabbix_server.conf SNMPTrapperFile=/tmp/zabbix_traps.tmp Start... == 2.再起動 === <code console> # /etc/init.d/zabbix-server restart </code> ===== ④Zabbixアイテムの設定 ===== アイテ
01 Galera構築 @01_linux:11_データベース:01_mysql
5 ヒット, 最終更新: 7年前
t/codership-mysql/5.5/5.5.28-23.7/+download/MySQL-server-5.5.28_wsrep_23.7-1.rhel5.x86_64.rpm # wget http:... client-5.5.24-1.rhel5.x86_64.rpm # rpm -ivh MySQL-server-5.5.23_wsrep_23.6-1.rhel5.x86_64.rpm </code> ====... rpm -qa | grep mysql mysql-5.0.77-4.el5_6.6 mysql-server-5.0.77-4.el5_6.6 # rpm -e --nodeps mysql-server-5.0.77-4.el5_6.6 # rpm -e --nodeps mysql-5.0.77-4.el5_6.
51 MySQLベンチマーク(mysqlslap) @01_linux:11_データベース:01_mysql
5 ヒット, 最終更新: 9年前
14 rsync @01_linux:01_net
4 ヒット, 最終更新: 8年前
ASP.NETテストページ @01_linux:99_その他
4 ヒット, 最終更新: 13年前
50 MySQLベンチマーク(sysbench) @01_linux:11_データベース:01_mysql
4 ヒット, 最終更新: 3年前
01 PostgreSQL streaming replica @01_linux:11_データベース:02_postgresql
4 ヒット, 最終更新: 3年前
21 CentOS5でPacketix VPN Client @01_linux:01_net
3 ヒット, 最終更新: 6年前
23 LVS on CloudStack @01_linux:01_net
3 ヒット, 最終更新: 7年前
34 s3cmd @01_linux:01_net
3 ヒット, 最終更新: 11年前
62 CentOS OpenVPNブリッジ接続 @01_linux:01_net
3 ヒット, 最終更新: 11年前
23 Apache vhost一覧 @01_linux:02_www
3 ヒット, 最終更新: 13カ月前
06 AB テスト @01_linux:09_ベンチマーク
3 ヒット, 最終更新: 3年前
01 Linux ipsec Server @01_linux:10_network
3 ヒット, 最終更新: 8年前
01 cloudmonkey @01_linux:12_ツール
3 ヒット, 最終更新: 11年前
13 Ubuntu 古いzabbix @01_linux:30_ubuntu
3 ヒット, 最終更新: 3年前
10 Zabbixでsnmptrapを受信する @01_linux:04_監視:zabbix
3 ヒット, 最終更新: 5年前
07 秘密鍵から公開鍵を確認する方法 @01_linux:01_net
2 ヒット, 最終更新: 11年前
22 ipvsadm と ldirectord @01_linux:01_net
2 ヒット, 最終更新: 10年前
29 TGT で thin provision @01_linux:01_net
2 ヒット, 最終更新: 5年前
61 CentOS OpenVPNトンネル接続 @01_linux:01_net
2 ヒット, 最終更新: 11年前
71 vsftpd @01_linux:01_net
2 ヒット, 最終更新: 8カ月前
VPNサーバ(PacketiX) @01_linux:01_net
2 ヒット, 最終更新: 6年前
17 Nginx FastCGI Cache @01_linux:02_www
2 ヒット, 最終更新: 3年前
33 PHP56 fsockopenでエラー @01_linux:02_www
2 ヒット, 最終更新: 6年前
11 telnetでSMTP @01_linux:03_mail
2 ヒット, 最終更新: 6年前
13 CentOS6メール設定 @01_linux:03_mail
2 ヒット, 最終更新: 5年前
70 HP Smart Array Firmware @01_linux:99_その他
2 ヒット, 最終更新: 11年前
fsck @01_linux:99_その他
2 ヒット, 最終更新: 13年前
02 OpenStack base Console @01_linux:08_仮想化:juju
2 ヒット, 最終更新: 3年前
18 CentOS7 MariaDB @01_linux:11_データベース:01_mysql
2 ヒット, 最終更新: 5年前
30 NFSサーバ @01_linux:01_net
1 ヒット, 最終更新: 9カ月前
32_CentOSでiSCSI環境構築 @01_linux:01_net
1 ヒット, 最終更新: 4年前
36 git Server @01_linux:01_net
1 ヒット, 最終更新: 10年前
44 CentOS7 chronyd NTP @01_linux:01_net
1 ヒット, 最終更新: 4カ月前
50 du: WARNING: Circular directory structure. @01_linux:01_net
1 ヒット, 最終更新: 12年前
51 Heartbeat + Pacemaker + galera(3 server) @01_linux:01_net
1 ヒット, 最終更新: 10年前
55 corosync pacemaker @01_linux:01_net
1 ヒット, 最終更新: 8年前
75 Proftpd @01_linux:01_net
1 ヒット, 最終更新: 2カ月前
BINDでキャッシュサーバ @01_linux:01_net
1 ヒット, 最終更新: 13年前
ipmitool Server内から、IPMI IP確認 @01_linux:01_net
1 ヒット, 最終更新: 6年前
tftp @01_linux:01_net
1 ヒット, 最終更新: 13年前
VPNサーバ(PacketiX VPN -> SoftEther VPN)移行方法 @01_linux:01_net
1 ヒット, 最終更新: 6年前
19 Let's Encrypt ワイルドカード証明書 @01_linux:02_www
1 ヒット, 最終更新: 2年前
21 HRForecast @01_linux:02_www
1 ヒット, 最終更新: 10年前
31 CentOS5 でTLS1.2 @01_linux:02_www
1 ヒット, 最終更新: 4年前
Apache バーチャルホスト一覧確認 @01_linux:02_www
1 ヒット, 最終更新: 13年前
CentOS5.2でApache2.2インストール @01_linux:02_www
1 ヒット, 最終更新: 12年前
mod_rewrite @01_linux:02_www
1 ヒット, 最終更新: 7年前
04 Postfix+MySQL+Postfix AdminでバーチャルSMTPサーバの構築 @01_linux:03_mail
1 ヒット, 最終更新: 9年前
Postfix - OP25B環境でFQDNを持たないホストからメールを投げる方法(SMTPリレー) @01_linux:03_mail
1 ヒット, 最終更新: 6年前
33 OpenNebula Windows Template @01_linux:08_仮想化
1 ヒット, 最終更新: 5年前
07 ブロックサイズとスループットについて @01_linux:09_ベンチマーク
1 ヒット, 最終更新: 5年前
06 GitPrep @01_linux:12_ツール
1 ヒット, 最終更新: 9年前
19 HPE Insight Management Agents Trap Alarm @01_linux:12_ツール
1 ヒット, 最終更新: 5年前
03 Ubuntu GlusterFS @01_linux:13_storage
1 ヒット, 最終更新: 3年前
02 vimハイライト @01_linux:20_エディタ
1 ヒット, 最終更新: 10年前
03 CentOS7 vpnclient起動スクリプト設定 @01_linux:21_centos7
1 ヒット, 最終更新: 5年前
09 CentOS7 Cockpit @01_linux:21_centos7
1 ヒット, 最終更新: 3年前
02 Ubuntu Cockpit KVM @01_linux:30_ubuntu
1 ヒット, 最終更新: 3年前
18 Windows共有フォルダマウント @01_linux:30_ubuntu
1 ヒット, 最終更新: 15カ月前
02 外部チェック @01_linux:04_監視:zabbix
1 ヒット, 最終更新: 12年前
07 qemuでserial接続 @01_linux:08_仮想化:kvm
1 ヒット, 最終更新: 5年前
05 Percona Xtrabackup @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 5年前
13 mysql56 + galera3 @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 8年前
14 MariaDB @01_linux:11_データベース:01_mysql
1 ヒット, 最終更新: 8年前

ページ用ツール

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