Skip to content

Long's blog

Góp nhặt của một kẻ mù công nghệ :p

  • My Info
    • Đỗ Thành Long’s CV
    • My Github
    • My Youtube
    • My Google Scholar
    • My Facebook
  • Café
    • soiqualang_chentreu
    • Trắng Xóa!
    • Capuchino
    • Robusta Café
    • Đen nóng Café
  • Dev
    • Web
    • Công nghệ
    • Uncategorized
  • GIS
    • Shared Map
    • QGIS
    • WebGIS
    • PostgreSQL, PostGIS
    • GeoServer
    • Openlayers
  • Viễn thám
  • Research
    • Ý tưởng
    • Research
    • Sói’s Tutorials
  • Tài liệu
    • GIS – Remote Sensing news
    • Tài liệu
    • Dữ liệu
    • Mẹo vặt
  • My Apps
    • Khoa học thường thức
    • Trắng Xóa – Danh ngôn
    • Harmonica tabs
    • Ảnh chế hài hước, dzui dzui
    • GeoGIS
    • Guitar tabs – Viettabs
    • 2000 Phác đồ điều trị bệnh
    • Q2A
    • Học HTML
    • Openlayers Cookbook
    • OpenLayers3 Leaflte Cookbook
    • OpenLayers Create Code
    • PostgreSQL Tools
    • Get link Remote Sensing Data
    • Lon,Lat Decimal
    • Download Landsat Images
    • Tra cứu vận đơn Viettel Post
    • GET Map OGC WMS, WFS, WCS services
    • PHP-SLD Generate
    • Viettabs.cf – Guitar tabs sharing
    • Files to Videos
  • Other
    • Reading
    • Games
    • Harvest Moon

Category: Công nghệ

Tất tần tật liên quan đến Công nghệ thông tin

Cloud masking of Sentinel 2 using Google Earth Engine

Posted on 19/04/202219/04/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Viễn thám Tagged Cloud masking, GEE, Google Earth Engine, Sentinel, Sentinel 21 Comment on Cloud masking of Sentinel 2 using Google Earth Engine

Cloud masking of Sentinel 2 using Google Earth Engine Source: https://github.com/samsammurphy/cloud-masking-sentinel2 Cloud masking of Sentinel 2 using Google Earth Engine Cloud, and shadow, masking of Sentinel 2 images using Google Earth Engine Python API. Refactored from javascipt posted in the […]

Read More

Fix Docker WSL 2 installation is incomplete

Posted on 14/04/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged Docker, Docker WSL21 Comment on Fix Docker WSL 2 installation is incomplete

Fix Docker WSL 2 installation is incomplete. Error info WSL 2 installation is incomplete. The WSL 2 Linux kernel is now installed using a separate MSI update package. Please click the link and follow the instructions to install the kernel […]

Read More

Ionic app icon generator

Posted on 13/04/202214/04/2022 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt Tagged Android, app icon, cordova, IonicLeave a Comment on Ionic app icon generator

Ionic app icon generator Tạo icon cho app IONIC [ERROR] cordova-res was not found on your PATH. Please install it globally ionic cordova resources > cordova-res [cordova-res] 'cordova-res' is not recognized as an internal or external command, [cordova-res] operable program […]

Read More

PI module biến hóa thành nhiều module chức năng khác nhau

Posted on 11/04/202211/04/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thangLeave a Comment on PI module biến hóa thành nhiều module chức năng khác nhau

PI module biến hóa thành nhiều module chức năng khác nhau My small modular "PC" running Linux: Updated demo Ông này ổng chế ra một con PI module dạng lắp ghép để có thể tích hợp được rất nhiều modules […]

Read More

[QGIS Basic] How to Download and Install the latest QGIS software

Posted on 11/04/202211/04/2022 by soiqualang_chentreu Posted in Công nghệ, GIS, QGIS Tutorials and Tips, Sói's Tutorials Tagged Cài đặt QGIS, Install QGIS, QGIS, QGIS tutorialsLeave a Comment on [QGIS Basic] How to Download and Install the latest QGIS software

[QGIS Basic] How to Download and Install the latest QGIS software Hello everyone, today I will guide you to download and install QGIS software in the most methodical way DOWNLOAD QGIS SOFTWARE To have the software, first we need to […]

Read More

[QGIS cơ bản] Hướng dẫn Tải và Cài đặt phần mềm QGIS

Posted on 03/04/202205/04/2022 by soiqualang_chentreu Posted in Công nghệ, GIS, QGIS Tutorials and Tips Tagged Cài đặt QGIS, Install QGIS, opengis, QGIS, QGIS tutorialsLeave a Comment on [QGIS cơ bản] Hướng dẫn Tải và Cài đặt phần mềm QGIS

[QGIS cơ bản] Hướng dẫn Tải và Cài đặt phần mềm QGIS Xin chào các bạn, hôm nay mình sẽ hướng dẫn các bạn tải và cài đặt phần mềm QGIS một cách bài bản nhất =)) TẢI PHẦN MỀM […]

Read More

Python Fix Object of type ‘date’ is not JSON serializable

Posted on 22/03/2022 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt Tagged json, python, serializableLeave a Comment on Python Fix Object of type ‘date’ is not JSON serializable

Python Fix Object of type ‘date’ is not JSON serializable My quick & dirty JSON dump that eats dates and everything: json.dumps(my_dictionary, indent=4, sort_keys=True, default=str) default is a function applied to objects that aren’t serializable.\ In this case it’s str, so it […]

Read More

[Easy way] Turn Your WordPress Site into a Progressive Web App (PWA)

Posted on 22/03/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged Progressive Web App, PWA, wordpressLeave a Comment on [Easy way] Turn Your WordPress Site into a Progressive Web App (PWA)

[Easy way] Turn Your WordPress Site into a Progressive Web App (PWA) Chuyển website wordpress của bạn thành mobile app thông qua kỹ thuật Progressive Web App (PWA) Giới thiệu Super Progressive Web Apps https://wordpress.org/plugins/super-progressive-web-apps/ Progressive Web Apps (PWA) is […]

Read More

How to clear the contents of a file from the command line?

Posted on 21/03/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged Linux, truncateLeave a Comment on How to clear the contents of a file from the command line?

How to clear the contents of a file from the command line? You can use the user command : truncate truncate -s 0 test.txt ("-s 0" to specify the size) http://www.commandlinefu.com/commands/view/12/empty-a-file https://superuser.com/questions/90008/how-to-clear-the-contents-of-a-file-from-the-command-line

Read More

Các loại chuẩn hóa cơ sở dữ liệu quan hệ

Posted on 21/03/202221/03/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Tài liệu Tagged 1NF, 2NF, 3NF, Boyce-Codd, cơ sở dữ liệu quan hệ, database, RDBMSLeave a Comment on Các loại chuẩn hóa cơ sở dữ liệu quan hệ

Các loại chuẩn hóa cơ sở dữ liệu quan hệ Vừa rồi mình được một người bạn nhờ làm bài tập về thiết kế cơ sở dữ liệu theo chuẩn 3NF, thú thực đây là những kiến thức học hồi […]

Read More

Thêm quảng cáo vào app android – ionic add Admob to my app

Posted on 21/03/202221/03/2022 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt, Sói's Tutorials Tagged Admob, Android, IonicLeave a Comment on Thêm quảng cáo vào app android – ionic add Admob to my app

Thêm quảng cáo vào app android – ionic add Admob to my app Đăng ký tài khoản https://admob.google.com/home/ https://apps.admob.com/signup/create-account Bị lỗi An error occurred. Please try again later. https://support.google.com/admob/thread/106753835/can-t-signup-into-account-for-admob-i-am-getting-an-error-occurred-please-try-again-later?hl=en Đổi sang trình duyệt Edge là Ok, lưu ý phải tắt […]

Read More

FastAPI (gunicorn) bị lỗi Mixed Content HTTPS vs HTTP

Posted on 18/03/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt, Web Tagged FastAPI, Gunicorn, http, https, Mixed ContentLeave a Comment on FastAPI (gunicorn) bị lỗi Mixed Content HTTPS vs HTTP

FastAPI (gunicorn) bị lỗi Mixed Content HTTPS vs HTTP Nhận dạng lỗi Mixed Content: The page at 'https://aaaa' was loaded over HTTPS, but requested an insecure stylesheet 'http://aaaa/static/dist/css/bootstrap.min.css'. This request has been blocked; the content must be served over HTTPS. […]

Read More

Cloudflare bị lỗi Error 525 SSL handshake failed

Posted on 18/03/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Web Tagged cloudflare, SSL handshakeLeave a Comment on Cloudflare bị lỗi Error 525 SSL handshake failed

Cloudflare bị lỗi Error 525 SSL handshake failed https://blog.hostvn.net/chia-se/huong-dan-sua-loi-ssl-handshake-failed-khi-dung-cloudflare.html Lỗi 525 chỉ ra rằng việc xác thực SSL giữa Cloudflare và máy chủ web của bạn không thành công. Lỗi này chỉ xảy ra khi bạn đang sử dụng chế […]

Read More

Fix The repository … no longer has a Release file

Posted on 18/03/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Linux, Mẹo vặt Tagged LinuxLeave a Comment on Fix The repository … no longer has a Release file

Fix The repository … no longer has a Release file? Run follow command apt-get dist-upgrade

Read More

Quy tắc vẽ Sơ đồ khối

Posted on 18/03/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Tài liệu Tagged Sơ đồ khốiLeave a Comment on Quy tắc vẽ Sơ đồ khối

Quy tắc vẽ Sơ đồ khối https://thanhmo.com/flowchart-la-gi/

Read More

Posts navigation

Older posts
Newer posts
Buy me a coffee - MOMO

Tags

3D WebGIS Android Android studio api ArcGIS Capacitor cloudflare cordova database Docker gdal geoserver gis git github Google Earth Engine guitar htaccess Ionic IOS javascript JS GIS Jupyter Notebook leaflet Linux Machine learning map mysql Nodejs openlayers php Pokemon postgis postgresql python QGIS remote sensing sql tomcat tools ubuntu VirtualBox viễn thám webgis wordpress

Recent Posts

  • Fix Geoserver WMS character representation error (UTF-8)
  • Create a globe-like orthographic projection map in QGIS 3
  • Linux Link, Unlink folder
  • PostgreSQL select current user
  • Moodle ERROR You don’t have permission to view this list of courses

Recent Comments

  • [GEE Cơ bản #1] Hướng dẫn thêm một tập ảnh trong Google Earth Engine – OpenGIS Việt Nam on [GEE Basic] Add an Image collection in Google Earth Engine
  • Cannot-Make-Directory-Permission-Denied-Bij-Run-Screen. on [Linux Screen] Cannot make directory ‘/var/run/screen’: Permission denied
  • Lê Tiến on Installing Apache, QGIS Server, And Lizmap Web Client On Windows OS
  • Amit Kumar Singh on Tìm hiểu Cloudflare Worker
  • Nguyen Liem on [Python] Text to speech – Chuyển văn bản thành giọng nói FPT Speech Synthesis

Categories

  • Capuchino
  • Công nghệ
  • Dữ liệu
  • GIS
  • Google Earth Engine
  • Lang thang
  • Linux
  • Mẹo vặt
  • QGIS Tutorials and Tips
  • Research
  • Sói's Tutorials
  • Tài liệu
  • Uncategorized
  • Viễn thám
  • Web
  • WebGIS
  • Ý tưởng

Archives

  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • November 2020
  • September 2020
  • August 2020
  • August 2019
  • July 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • October 2017
  • September 2017
  • August 2017
  • June 2017
  • May 2017
  • April 2017

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright 2022. All rights reserved.