ビットコインドテン買開始。
みんかぶチャートから4時間足、ゴールデンクロス、且つ移動平均をうわ抜け。
ただし出来高は微妙。
ポジションはドテン、一分損失確定。
日足チャート
デッドクロス中だけど、一応25日移動平均を抜けた所。
2021-06-19 06:56:14 損切
移動平均を下抜け。日足で。
上昇時の出来高も上がっていなかったし。
4時間でも移動平均線を下抜け。
MACDも下降トレンド。
1/3損切。10%位損切になったかな。
三毛猫のキュートなビジネス
@echo off
rem モニタオフ
REM echo 10分後モニタオフにします。
REM for /l %%n in (10,-1,0) do (
REM
rem 「%%n」の中身をコマンドプロンプト画面に出力
REM echo 残り%%n分
REM timeout /t 60 > nul
REM )
call "D:\Program\MonitorOffTimer105\MonitorOffTimer.exe" /TIME=60 /DELAY=10
pause
起動から10分後にモニタが消灯。
何故か勝手に点灯しても数分で再び消灯するようにしたつもり。
Win10、bat、monitor_offを使用。
10分後monitor_off.bat – ショートカット
@echo off
rem モニタオフ
echo 10分後モニタオフにします。
for /l %%n in (10,-1,0) do (
rem 「%%n」の中身をコマンドプロンプト画面に出力
echo 残り%%n分
timeout /t 60 > nul
)
call "D:\Program\MonitorOffTimer105\MonitorOffTimer.exe"
pause
寝る前にこれを起動して、起きた時に停止すれば寝ている間だけモニタが消えているはず。
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided –webroot-path/-w and that files created there can be downloaded from the internet.
Deepl翻訳
ヒント:認証局がCertbotによって作成された一時的なチャレンジファイルのダウンロードに失敗しました。リストされたドメインが、提供された –webroot-path/-w からコンテンツを提供し、そこで作成されたファイルがインターネットからダウンロードできることを確認してください。
Processing /etc/letsencrypt/renewal/xxxx.xx.conf
webroot_path =
[[webroot_map]]
要はパスを変更してみます。
だめでした。ログを見ます。
/usr/bin/certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
というか、既に有効期限切れたか。
/etc/letsencrypt/live/
で、有効なものは 2月 13 00:01 となっている
今回更新に失敗したものは、12月 2 になっているようです
3月 3 12:50 が更新日になりました。
コマンドメモ。こちらを参考にしています。
certbot certonly –standalone -d www.example.com
Could not bind TCP port 80 because it is already in use by another process on
this system (such as a web server). Please stop the program in question and then
try again.
Webサーバー一旦停止。
This certificate expires on 2022-06-01.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.
更新されたようです。