サーバーablenet VPS Linux OS(Centos7)インストール(CUI) ABLE PANEL操作 www.ablenet.jp VPS一覧からVPSリンクをクリック 「CD-ROMから起動」をクリック 「CentOS 7.9」を選択し「確認」をクリック ... 2021.05.25サーバー
サーバーSQUID FOR WINDOWSをWindows Sever 2016 Datacenter に構築 参考サイト for Windows(ダウンロードサイト)利用クラウドサーバー squidインストール 設定方法 squidのダウンロード Squid MSIインストーラーを よりダウンロードし、Squidをインストール... 2020.10.30サーバー
サーバーCentOS7にSquid(リバースプロキシ)を構築する方法 ミドルウェア(Squid / httpd-tools)をインストール # yum -y install squid httpd-tools インストールされたか確認 whichコマンドでパスを確認します。 下記の結果が... 2020.07.15サーバー
サーバーAWS LINUX2 NGINX CERBOT (SSL LET’S ENCRYPT) # amazon-linux-extras list | grep "nginx" NOTE: The livepatch extra is in public preview, not meant for production use ... 2020.04.29サーバー
コマンドPutty の鍵ファイル .ppk ファイルをLinux用に変換 # yum install -y putty $ puttygen from_putty_key.ppk -O private-openssh -o ~/.ssh/to_putty_key_forlinux_rsa 2020.03.23コマンドサーバー
サーバーNGINX 413 Request Entity Too Large client_max_body_size をサーバーディレクティブに追加 http { include mime.types; default_type application/octet-stream; ... 2020.03.22サーバー
コマンドパーミッション一括変更コマンド find -type d ■ディレクトリ一括変更 find -type d -exec chmod 700 {} \; ■ファイル一括変更 find -type f -exec chmod 600 {} \; 2020.03.22コマンドサーバー
コマンドlftp コマンド 「Certificate verification: certificate common name doesn’t match requested host name」 エラー対処方法 set ssl:check-hostname no set ssl:verify-certificate no 2020.03.22コマンドサーバー