IONIC Build IOS 2023 – Stuck on White Screen after splash screen Fix IONIC IOS Stuck on White Screen after splash screen ionic cordova platform add ios ionic cordova platform remove ios ionic cordova platform add ios@latest ionic cordova prepare […]
Góp nhặt của một kẻ mù công nghệ :p
IONIC Build IOS 2023 – Stuck on White Screen after splash screen Fix IONIC IOS Stuck on White Screen after splash screen ionic cordova platform add ios ionic cordova platform remove ios ionic cordova platform add ios@latest ionic cordova prepare […]
Docker truncate logs truncate -s 0 /var/lib/docker/containers/**/*-json.log sudo sh -c "truncate -s 0 /var/lib/docker/containers/*/*-json.log" sudo truncate -s 0 `docker inspect –format='{{.LogPath}}' f7ea99211cf3c10fa86cfb78824485f20933b8cdfa35ca542c88c4b15310427e` sudo sh -c 'truncate -s 0 /var/lib/docker/containers/*/*-json.log'
WebGIS Roadmap by Do Thanh Long (soiqualang_chentreu) Tình hình là hồi trước mình có làm một cái WebGIS Roadmap cho các bạn mới tìm hiểu về WebGIS có một cái nhìn hệ thống về mảng này. Bẵng một thời gian […]
PostgreSQL – Column to Json/Jsonb I have a table coso_nhayen like this row_to_json select row_to_json(row) from (select * from coso_nhayen) row LIMIT 5; to_jsonb SELECT id, to_jsonb(t.*) – 'id' AS data FROM coso_nhayen t LIMIT 5; json_agg SELECT json_agg(t) FROM coso_nhayen t; […]
Fix docker application stop when window goes to sleep A dockerized DOC application is running on Windows 10. After some time during which the computer has switched to sleep-mode, the application stopped working. The problem is that security tokens are […]
[Sưu tầm] Futurepedia — Trang web tổng hợp hơn 1000 công cụ AI https://anonyviet.com/futurepedia-trang-web-tong-hop-hon-1000-cong-cu-ai Futurepedia trang web tổng hợp các công cụ AI, Futurepedia có hơn 1000 công cụ AI hữu ích bạn nên tham khảo Nối tiếp theo cơn […]
Fix The repository no longer has a Release file on Ubuntu Xử lý lỗi The repository no longer has a Release file trên Ubuntu https://azdigi.com/blog/linux-server/the-repository-no-longer-has-a-release-file/ I. Giới thiệu và nguyên nhân Trong quá trình sử dụng hệ điều hành Ubuntu […]
Docker container logs taking all my disk space Docker run Docker 1.8 has been released with a log rotation option. Adding: –log-opt max-size=5m –log-opt max-file=10 when the container is launched does the trick. You can learn more at: https://docs.docker.com/engine/admin/logging/overview/ docker-compose.yml version: […]
Tổng hợp một số extensions GPT hay cho trình duyệt 5 extensions trợ giúp hiệu quả cho người dùng chatGPT Và cách bạn sử dụng ChatGPT như một trợ lý ảo hàng ngày 1. SỬ DỤNG CHATGPT MỌI NƠI – […]
You can try with Xvfb. it does not require additional hardware. Install Xvfb if you didn’t install it yet and do the following steps. sudo apt-get install -y xvfb Dependencies to make "headless" chrome/selenium work: sudo apt-get -y install xorg […]
[Notes] SQL or NoSQL? Why not use both (with PostgreSQL)? https://supabase.com/blog/sql-or-nosql-both-with-postgresql It’s a tough decision for any developer starting a new project. Should you store your data in a standard, time-tested SQL database, or go with one of the newer […]
Note about Postgres Views https://supabase.com/blog/postgresql-views A quick summary of Postgres views, materialized views, and why you should use them. What is a View? A view is a convenient shortcut to a query. Creating a view does not involve new tables or data. […]
https://chat.openai.com/chat Examples "Explain quantum computing in simple terms" → "Got any creative ideas for a 10 year old’s birthday?" → "How do I make an HTTP request in Javascript?" → Capabilities Remembers what user said earlier in the conversation Allows […]
Nodejs ERR_OSSL_EVP_UNSUPPORTED Err info opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' } command terminated with exit code 1 Fix Nodejs ERR_OSSL_EVP_UNSUPPORTED I had this problem too. I’d accidentally been running on the […]
IONIC Error: Unknown argument: platform Unknown argument: platform D:\sync\websvr\ionic\test\t2>ionic cordova run android [INFO] Hardware device(s) found for android. Using –device. > ng.cmd run app:ionic-cordova-build –platform=android Error: Unknown argument: platform [ERROR] An error occurred while running subprocess ng. ng.cmd run app:ionic-cordova-build […]