2025年7月31日 0 comment 【docker】Error: Failed to download metadata for repo ‘pgdg-common’: repomd.xml GPG signature verification error: Bad GPG signature by 管理人dockerでpostgresをインストールしようとしたら Error: Failed to download metadata for repo ‘pgdg-common’: repomd.xm...-Read More- docker
2025年7月24日 0 comment 【docker】dockerでlocalhostがForbiddenになる by 管理人dockerにalmalinuxを建てて、httpdを入れて、もちろんポートは ports: – 80:80 で設定して、いざブラウザでアクセスすると 「Forbidden You don’t h...-Read More- docker
2025年7月16日 0 comment 【docker】アパッチを起動するとエラー?? by 管理人dockerでalmalinux入れて、httpd落として、さあ作業しようと思ったら なぜか、動いていない。。? あれと思い確認 [root@acce9005da04 /]# systemctl status httpd...-Read More- docker
2025年7月16日 0 comment 【docker】System has not been booted with systemd as init system (PID 1). Can’t operate. Failed to connect to bus: Host is down by 管理人dockerの中でhttpdを入れてstatusを見ようと思ったら System has not been booted with systemd as init system (PID 1). Can’t ...-Read More- docker
2025年5月13日 0 comment e-TAXで法人の確定申告をする by 管理人法人化してはや10年。 毎年分厚い封筒に20枚くらいの確定申告所を入れて郵送していたけど。。。 そんな日々とはおさらばよ!! 今年から電子申請する!!!! あははははは ・・・ と笑っていたのですが、、、 etaxの電子...-Read More- 法人設立
2025年4月15日 0 comment 【linux】エックスサーバーのvpsにApacheを入れてブラウザから見れるように by 管理人したい! サーバー苦手なので、勉強ようにvps借りてみた。 まっさらなサーバー! 早速まずはApache入れる ANDROID
2025年4月2日 0 comment 【postgresql】インストールしたのにpostgresユーザーがいない by 管理人ポスグレの勉強中 centosにポスグレ入れてみようと思って yum install postgres をして、postgresユーザーに切り替えようと思ったのになぜかエラーになる? [root@x162-43-85-1...-Read More- DB
2025年3月28日 0 comment 【GIT】既にあるファイルを管理対象外にしたい by 管理人wordpressをローカルとネット上でgit管理しているのだが、wp-config.phpだけgitの対象外にしたい。 まずは.gitignoreに追加 .gitignore wp-config.php ただ、既にgi...-Read More- git
2025年3月11日 0 comment 【git】warning: You ran ‘git add’ with neither ‘-A (–all)’ or ‘–ignore-removal’, by 管理人gitをcommitしようとしたら warning: You ran 'git add' with neither '-A (--all)' or '--ignore-removal', whose behaviour ...-Read More- git
2025年3月6日 0 comment 【GIT】便利帳 by 管理人⚫︎ベアリポジトリの作成 git clone --bare --shared ~/hogehoge/projects projects.git ⚫︎リモートの作成 git remote add master /home/...-Read More- git