全文検索:
- 2023.05.31 Pandas Error @50_dialy:2023:05
- ==== <code> Traceback (most recent call last): File "C:\Users\s-matsui\Desktop\_kabu\thread_board_kabucom2.py", line 1469, in <module> main() File "C:\Users\s-matsui\Desktop\_kabu\thread_board_kab... , line 1465, in main schedule.run_pending() File "c:\py\Lib\site-packages\schedule\__init__.py", l... run_pending default_scheduler.run_pending() File "c:\py\Lib\site-packages\schedule\__init__.py", l
- 2024.01.16 openssl.soのLoadError @50_dialy:2024:01
- <code> libssl.so.1.1: cannot open shared object file: No such file or directory - /home/matsui/.anyenv/envs/rbenv/versions/2.6.1/lib/ruby/2.6.0/x86_64-linux... perl-FindBin.noarch </code> <code> Can't locate File/Compare.pm in @INC (you may need to install the File::Compare module) (@INC contains: . /usr/local/lib6
- 2017.11.13 GlusterFS 3.12 @50_dialy:2017:11
- 1/xlator/nfs/server.so: cannot open shared object file: No such file or directory [2017-11-13 00:46:03.569566] W [MSGID: 101095] [xlator.c:162:xlator_volopt... 1/xlator/nfs/server.so: cannot open shared object file: No such file or directory [2017-11-13 00:46:03.608432] I [MSGID: 106600] [glusterd-nfs-svc.c:163:glu
- 2020.10.28 pyenv でエラー @50_dialy:2020:10
- d.20201029141641.553612.log Last 10 log lines: File "/tmp/python-build.20201029141641.553612/Python-3... 5, in <module> sys.exit(ensurepip._main()) File "/tmp/python-build.20201029141641.553612/Python-3... 204, in _main default_pip=args.default_pip, File "/tmp/python-build.20201029141641.553612/Python-3... + [p[0] for p in _PROJECTS], additional_paths) File "/tmp/python-build.20201029141641.553612/Python-3
- 2022.10.21 Nextcloud curlでアップロード @50_dialy:2022:10
- om/nextcloud # <path to upload> アップロード先ファイルのパス # <file path to send> アップロードしたいファイルが置いてあるパス curl -X PUT -... /remote.php/dav/files/<user>/<path to upload> -T <file path to send> </code> ==== 実行例 ==== これで、nc.hoge... dのルートフォルダー 例 https://abc.com/nextcloud # <path of file to download> ダウンロードしたいファイルが置いてあるnextcloud上のパス # <... tcloud root>/remote.php/dav/files/<user>/<path of file to download> --output <path to save> </code> ===
- 2023.07.08 json.loads失敗 @50_dialy:2023:07
- .loads(text) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.4/json/__init__.py", line 318, in loads return _default_decoder.decode(s) File "/usr/lib64/python3.4/json/decoder.py", line 343,... j, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib64/python3.4/json/decoder.py", line 359,
- 2024.01.18 RailsでSSLエラー @50_dialy:2024:01
- > require 'openssl' p OpenSSL::X509::DEFAULT_CERT_FILE </code> <code> ruby ssl_path.rb "/usr/local/ssl... ruby -ropenssl -e "p OpenSSL::X509::DEFAULT_CERT_FILE" </code> しかし対象のパスにルート証明書が存在しない <code> # ll /usr... cannot access '/usr/local/ssl/cert.pem': No such file or directory </code> これはリンクを張ってあげる <code> # ln... rg/mirrorlist/9/baseos [error setting certificate file: /etc/pki/tls/certs/ca-bundle.crt] </code> これは下記
- 2021.11.09 ModuleNotFoundError: No module named 'packaging' @50_dialy:2021:11
- ython se2.py Traceback (most recent call last): File "C:\Users\s-matsui\se2.py", line 1, in <module> ... ed_chromedriver.v2 import Chrome, ChromeOptions File "C:\Users\s-matsui\AppData\Local\Programs\Python\... > from seleniumwire.webdriver import Chrome File "C:\Users\s-matsui\AppData\Local\Programs\Python\
- 2022.07.29 WSLのubuntuで apt update失敗 @50_dialy:2022:07
- E: Release file for http://archive.ubuntu.com/ubuntu/dists/focal-... r this repository will not be applied. E: Release file for http://archive.ubuntu.com/ubuntu/dists/focal-... r this repository will not be applied. E: Release file for http://security.ubuntu.com/ubuntu/dists/focal
- 2022.10.01 Nextcloud @50_dialy:2022:10
- - MARIADB_DISABLE_UPGRADE_BACKUP=1 env_file: - db.env redis: image: redis:alpine... _LIMIT=5G - OVERWRITEPROTOCOL=https env_file: - db.env depends_on: - db ... apk add ffmpeg && /entrypoint.sh php-fpm env_file: - db.env depends_on: - db
- 2017.08.22 KSKロールオーバーについて @50_dialy:2017:08
- "/etc/unbound/root.key" # grep auto-trust-anchor-file: /etc/unbound/unbound.conf auto-trust-anchor-file: "/etc/unbound/root.key" /etc/init.d/unbound start
- 2021.12.30 Docker Dokuwiki bitnami @50_dialy:2021:12
- ons that\n\twill allow any local user to read any file on the system.\n\tIf you still desire to serve pa... d modify the User\n\tdirective in your httpd.conf file to list a non-root\n\tuser.\n </code> ===== 既存環境
- 2023.02.05 Ubuntu ディスクサイズ変更 @50_dialy:2023:02
- gpt Disk Flags: Number Start End Size File system Name Flags 1 1049kB 2097kB 1049k... gpt Disk Flags: Number Start End Size File system Name Flags 1 1049kB 2097kB 1049k
- 2023.11.29 Nginx .htaccessの代わり @50_dialy:2023:11
- location ~ /readme.html { auth_basic_user_file /etc/.htpasswd; auth_basic "Please enter yo... code> location /data/ { auth_basic_user_file /etc/.htpasswd; auth_basic "Please enter yo
- 2024.07.10 PHP-FPMのumask変更 @50_dialy:2024:07
- |test.php> <?php ini_set('display_errors', "On"); file_put_contents('./testfile', 'test output file.'); echo "output test"; ?> </code> {{tag>日記 php Apache PH