全文検索:
- 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
- 04 Docker MailServer @06_virtualization:05_container
- ====== 04 Docker MailServer ====== メールサーバも普通にたてるより、Dockerで作った方が良いかも [[https://github.com/docker-mailserver/docker-mailserver]] ===== 1.先にSSL用意 ===== 今回は下記でSSLを用意しておく想定 [[06_virtualization:05_container:10_docker... d /app/ git clone https://github.com/docker-mailserver/docker-mailserver.git ===== 3.設定変更 ===== cd /
- 34 UnboundでHA構成 @06_virtualization:05_container
- __EOM__ >> /etc/resolvconf/resolv.conf.d/head nameserver 1.1.1.1 __EOM resolvconf -u </code> systemd-reso... - 123:123/udp environment: - NTP_SERVERS=ntp.nict.jp,ntp.jst.mfeed.ad.jp,time.google.com ... 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
- 2024.02.06 docker-mailserverアップデート @50_dialy:2024:02
- ====== 2024.02.06 docker-mailserverアップデート ====== docker-mailserverの最新版が出たので、アップデートを行う。 https://github.com/docker-mailserver/docker-mailserver/tree/v13.3.1 ===== 1.現状のディレクトリ確認 ===== <code> # tree -L 1 /app/ /app/ ├── mailserver
- VPNサーバ(PacketiX) @01_linux:01_net
- .aspx#|Installマニュアル]] <code console> tar zxvf vpnserver-v3.02-7392-rtm-2011.02.28-ja-linux-x86-32bit.tar.gz cd vpnserver make cd .. mv vpnserver /usr/local cd /usr/local/vpnserver/ chmod 600 * chmod 700 vpncmd chmod 700 vpnserver ls -l 合計 13000 -rw--
- VPNサーバ(PacketiX VPN -> SoftEther VPN)移行方法 @01_linux:01_net
- -9026-rc2-2013.03.10-tree/Linux/SoftEther%20VPN%20Server/32bit%20-%20Intel%20x86/softether-vpnserver-v1.00-9026-rc2-2013.03.10-linux-x86-32bit.tar.gz # tar zxvf softether-vpnserver-v1.00-9026-rc2-2013.03.10-linux-x86-32bit.tar.gz # cd vpnserver # make Do you want to read the License Agreement
- 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
- 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_ベンチマーク
- r_benchmark]]より簡単です。 ===== 1.インストール ===== redis-serverをインストールすると、自動で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.
- 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
- 82 CentOS 5.8 + Apache 2.2 + PHP 5.3 + suPHP 0.7.1 @01_linux:02_www
- logfile=/var/log/httpd/suphp_log loglevel=info webserver_user=apache docroot=/ env_path=/bin:/usr/bin umas... 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
- 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_nam
- 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
- MySQL - PHPMyAdmin @02_freebsd:04_database:01_mysql
- ------------変更箇所----------------------- 38 $cfg['Servers'][$i]['controluser'] = 'pmausr'; 39 $cfg['Servers'][$i]['controlpass'] = 'pmapass'; ↓ 38 $cfg['Servers'][$i]['controluser'] = ''; 39 $cfg['Servers'][$i]['controlpass'] = ''; ------------------何かパスワードを設定-