サーバー

サーバー

ablenet VPS Linux OS(Centos7)インストール(CUI)

ABLE PANEL操作www.ablenet.jpVPS一覧からVPSリンクをクリック「CD-ROMから起動」をクリック「CentOS 7.9」を選択し「確認」をクリック起動するOSでを選択してください。「コンソール画面(HTML5)」を...
サーバー

SQUID FOR WINDOWSをWindows Sever 2016 Datacenter に構築

参考サイト for Windows(ダウンロードサイト)利用クラウドサーバーsquidインストール 設定方法squidのダウンロードSquid MSIインストーラーを  よりダウンロードし、Squidをインストールします。squidの設定ト...
サーバー

CentOS7にSquid(リバースプロキシ)を構築する方法

ミドルウェア(Squid / httpd-tools)をインストール# yum -y install squid httpd-toolsインストールされたか確認whichコマンドでパスを確認します。 下記の結果が表示されればできています。#...
サーバー

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 38...
コマンド

Putty の鍵ファイル .ppk ファイルをLinux用に変換

# yum install -y putty$ puttygen from_putty_key.ppk -O private-openssh -o ~/.ssh/to_putty_key_forlinux_rsa
サーバー

NGINX 413 Request Entity Too Large

client_max_body_size をサーバーディレクティブに追加http { include mime.types; default_type application/octet-stream; sendfile...
コマンド

パーミッション一括変更コマンド find -type d

■ディレクトリ一括変更find -type d -exec chmod 700 {} \;■ファイル一括変更find -type f -exec chmod 600 {} \;
コマンド

lftp コマンド 「Certificate verification: certificate common name doesn’t match requested host name」 エラー対処方法

set ssl:check-hostname noset ssl:verify-certificate no