ServerVPN Server構築してみる / vps server centos 7.5 ちょっと古い cent os 7.5にVPN Serverを構築して、macから接続してみます。 iptablesでポート開放 -A INPUT -p udp -m ucp --dport 1194 -j ACCEPT -A ... 2024.12.14Server
PHPCodeIgniter4 / Composer on Cent OS Stream9, PHP8.1 CodeIgniter4 CodeIgniter 4 is the latest version of the framework, intended for use with PHP 7.3+(including 8.1).The... 2022.09.02PHPServer
Cent OS StreamCent OS Stream9 で Let’s Encrypt 無料SSLを試す!certbotで簡単設定 dnf install で certbotpython3-certbot-nginx で大丈夫なようです。 nginx に 80だけ設定して nginxが時効されている必要がある. これは手動 # certb... 2022.09.02Cent OS StreamServerService
Cent OS Streammariadb 10.4 -> 10.5 設定変更 10.5もcent os stream9 appstrem に入っていたものなので本家との違いもあるとは思いますが。 /usr/lib/systemd/system/mariadb@.service これで mariadb@u... 2022.08.27Cent OS StreamMariaDB(MySQL)
Cent OS StreamCent OS Stream 9 を使ってみる! cent os 8がサポート切れとのことで。。。 streamを使ってみます。今の所 cent os 6と7まだ使っているのですが^^;;;;;重要なサーバーはないので、これからサービスインするため、更新していきます。 パッケージ管... 2022.08.23Cent OS Stream