Advanced Search
Search Results
100 total results found
Fix Synology Docker x509: certificate has expired or is not yet valid
Fix Synology Docker x509: certificate has expired or is not yet valid sudo cp /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt.backup wget --no-check-certificate https://curl.se/ca/cacert.pem sudo mv cacert.pem /etc/ssl/certs/ca-certifi...
How to Copy SSH public keys from Windows to Ubuntu
1. EDIT Download cmder or use your favorite console emulator. Move your public key (id_rsa.pub) and your private key (id_rsa) to C:\Users\yourUserName\.ssh\ create the .ssh folder if needed. 2. On your windows host via cmder: cp C:\Users\yourUserName\.ssh\id...
Copy File từ ssh server sang Unix Type OS hoặc Windows
vào sudo vi /etc/ssh/sshd_config kiếm Compression, chuyển nó thành Compression yes, save lại và restart với sudo service ssh restart vào máy unix local / window local , xài command này: scp -p -C -o "Compression yes" -o "IPQoS throughput" -r username@abc.ky...
Open Port 2375 for Docker API
Create daemon.json file in /etc/docker: {"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]} Add /etc/systemd/system/docker.service.d/override.conf [Service] ExecStart= ExecStart=/usr/bin/dockerd Reload the systemd daemon: s...
Swimming
Sau khi tập gym được 3 tháng đều đặn mỗi tuần 3 ngày, mỗi ngày 1 tiếng thì forming habit với Swim. Đầu tiên thì Sơn kiếm chổ phù hợp. Sala Swimming pool -> failed vì đông học sinh và thầy, mắc Lam Sơn -> failed vì làm biếng đi Vân Đồn -> success vì gần n...
Short Lessions
Discipline is the founder of success - https://www.youtube.com/watch?v=_jWi5VF2VMI Too friendly - https://www.youtube.com/shorts/KzONXPFevL8 11 Things People Learn Too Late In Life - https://www.youtube.com/shorts/w9GvaEX-EYg Ikigai: The Flow of Zen Mode - ...
Routine
Sáng Dậy lúc nào cũng được, không alarm hay nhận cuộc điện thoại nào, no stress Lúc đang nằm ở trên giường: Hít thở, ngửi, nhìn, nghe Stretch lưng, tay, chân, cổ Lăn qua lăn lại chục lần rồi dậy Rửa mặt, đánh răng, cạo lưỡi, cạo râu, xúc nước m...
Sau Khi xét nghiệm máu và nước tiểu, ChatGPT đã gợi ý các supplements sau
Dựa trên kết quả xét nghiệm sức khỏe của bạn, tôi sẽ lọc các supplements từ danh sách trên sao cho phù hợp với mục tiêu cải thiện sức khỏe. Những bổ sung sau đây sẽ tập trung vào việc cải thiện cholesterol, huyết áp, viêm nhiễm, chức năng gan và kiểm soát insu...
Smoothies
5 Healthy Smoothies | Shredded + Muscle https://www.youtube.com/watch?v=2_MMdqqgqSs Ginger Shot Berry Protein Green Juice Apple Cider Vinegar Orange and Carrot Bee Pollen 1/2 cup strawberry dâu 1 cup cucumber dưa leo 1/...
Quy Luật Hai Mặt Trái Ngược và Bù Trừ
Luật game của thế giới Trắng Đen / Yang Yin Thế giới phân biệt: Có Trắng tất nhiên sẽ bao gồm Đen Có Đúng tất nhiên sẽ bao gồm Sai Có Chất Lượng tất nhiên sẽ bao gồm Số Lượng Có Tập Trung tất nhiên sẽ bao gồm Phi Tập Trung Có Lên tất nhiên sẽ bao gồm X...
Danh sách các supplements cần cập nhập và nghiên cứu
Sau đây là danh sách các supplement cần nghiên cứu cho bản thân năm 2024: Các bộ phận Tên Supplements Categories Mô Tả Máu và Viêm Tay Chân R-Alpha Lipoic Acid Blood Repair, Nerve Repair, Inflammation Repair Alpha Lipoic acid thường được dùng...
Music: Piano / Guitar / Violin
Bổ sung vitamin V ( Vui ) bằng việc học ngôn ngữ tâm hồn như nhạc cụ Piano / Guitar / Violin. Ngôn ngữ tốt nhất mà chúng ta nên học. Chơi piano và ca hát có những lợi ích đặc biệt chỉ có ở hai bộ môn này: Cải thiện khả năng phối hợp: Khi vừa chơi piano...
Chuẩn bị
Shopping dụng cụ piano điện: Mình chọn mua con Toyo X900 này sau khi lướt tiktok thấy con Go Japan và xem comment một số người. Mình mua thêm mic remote để tiện gaming và chat voice với bạn bè. Con mình mua là Micro không dây K9 giá 150k. Sau đó mìn...
The Crypto Wallet Tracker
Type of wallet: Pump & dump Wallet High Balance Wallet High Activity Wallet Wallet has CEX Inflow/Outflow Fresh Wallet on DEX KOL Wallets With X/Youtube Top Holders Type of Transaction: Swap, Transfer, Mint, Add Liquidity Pool, Trading Enabled
Routing / Open Port WSL2 and Host Machine.
Cách routing port từ WSL2 sang local machine và public network. Mở window POWER SHELL của windows với ADMINISTRATOR netsh interface portproxy add v4tov4 listenport=3000 listenaddress=0.0.0.0 connectport=3000 connectaddress=172.27.237.24 Giải thích: IP: th...
413 request entity too large
cloudflare issues don't use cloudflare if you want to upload files > 100 mb.
Unable to access raw githubcontent
some program you did install changed the etc/hosts on windows and wsl2 , which point the 0.0.0.0 to raw.githubusercontent.com. you need to remove those line in order to access.
VSCode SFTP Config
cài sftp và tạo file: sftp.json { "name": "portainer", "host": "portainer.AAA.com", "protocol": "sftp", "port": 22, "username": "KingOfTheNorth", "privateKeyPath": "/home/King/.ssh/id_rsa", "password": "theKingOfTheNorth", ...
K3s issue when trying to access cluster from another machine
problem: one day you don't know why the hell is going on with kubectl on your machine and you've already copied remote_machine:./kube/config into your local machine and that worked before but now it keep telling wrong api group list or authorized. kubectl ge...
ENOENT: PS, Spawn PS - Common Issues when Working with Nestjs, Nodejs and Docker
Working Environment: VsCode Debug Mode Nestjs Dockerfile What did that happened? After i ran docker compose up and then i change some file content in my local machine , it will trigger changed in the file system between local and remote host. Error ...