全文検索:
- 18 yumで指定バージョンをインストール @01_linux:12_ツール
- 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
- Vyatta OpenVPN Server/Client @05_network:04_vyatta
- ====== Vyatta OpenVPN Server/Client ====== ===== 環境 ===== |Global側|eth0|10.10.100.1| |Local側|eth1|192.168... +----+-----+ ====== Vyatta OpenVPN Server ====== ===== CA証明書・秘密鍵作成 ===== <code console> # ... サーバー証明書・秘密鍵作成 ===== <code console> # ./build-key-server server 全部空エンターで ・ ・ ・ Sign the certificate? [y/n]:y ← y応答 1 out of 1 certificate requests certified, co
- 34 UnboundでHA構成 @06_virtualization:05_container
- 251 21 Dec 08:35:17 ntpdate[1598029]: adjust time server 10.60.1.251 offset +0.021246 sec </code> ==== 3.u... /www.internic.net/domain/named.cache === unbound_server.pem/unbound_control.pem === docker-compose exe... "/etc/keepalived/keepalived_notify.sh" } virtual_server 192.168.0.15 53 { delay_loop 6 lb_algo sh lb_kind DR protocol UDP real_server 192.168.0.11 53 { TCP_CHECK {
- 01 JuJu Maas Openstack @01_linux:08_仮想化:juju
- 用意 ==== <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
- ' 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_ベンチマーク
- トールすると、自動で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
- 鍵: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_ベンチマーク
- 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
- 2017.11.13 GlusterFS 3.12 @50_dialy:2017:11
- 0-xlator: /usr/lib64/glusterfs/3.12.1/xlator/nfs/server.so: cannot open shared object file: No such file ... 0-xlator: /usr/lib64/glusterfs/3.12.1/xlator/nfs/server.so: cannot open shared object file: No such file ... 63:glusterd_nfssvc_reconfigure] 0-management: nfs/server.so xlator is not installed statusを確認すると、NFS Se... 49153 0 Y 2974 NFS Server on localhost N/A N/A
- 31 OpenNebula SSL化 @01_linux:08_仮想化
- ===== 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
- 09 Dockerリバースプロキシ(HTTPS) @06_virtualization:05_container
- efault.conf ===== ./bridge-1/default.conf <code> server { listen 80; server_name hogehoge.com; location / { proxy_request_buffering off; pro... Forwarded-For $proxy_add_x_forwarded_for; } } server { listen 80; server_name hogehoge2.com; location / { proxy_request_buffering off; pr
- 82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1 @01_linux:02_www
- 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_ベンチマーク
- ] 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
- 10 Docker Let's Encrypt @06_virtualization:05_container
- confを用意しておく <code|/etc/nginx/conf.d/default.conf> server { server_name example.com; listen 80; listen [::]:80; # テストとして普通に表示させる場合 location /... ly:2024:08:31]] ===== NginxでSSL有効化 ===== <code> server { server_name example.com; listen 80; listen [::]:80; # テストとして普通に表示させる場合 location /
- 19 Zabbix でDBサーバを変える @01_linux:04_監視:zabbix
- 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