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

Month: March 2022

Download Sentinel-2 10-Meter Land Use – Land Cover

Posted on 29/03/202203/04/2022 by soiqualang_chentreu Posted in Dữ liệu, GIS, Lang thang, WebGIS Tagged ArcGIS, Land Cover, Land Use, SentinelLeave a Comment on Download Sentinel-2 10-Meter Land Use – Land Cover

Download Sentinel-2 10-Meter Land Use – Land Cover Land use changes rapidly. So should our maps. Detailed. Timely. Accurate. An annual 10-meter resolution map of Earth’s land surface from 2017-2021 High-resolution, open, accurate, comparable, and timely land use maps are […]

Read More

Fix curl unable to establish ssl connection

Posted on 29/03/2022 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged curl, establish ssl connection, ssl, wgetLeave a Comment on Fix curl unable to establish ssl connection

Fix curl unable to establish ssl connection Sửa lỗi unable to establish ssl connection khi wget hay curl Fix unable to establish ssl connection Để sửa lỗi này thì chạy lệnh sau: /usr/sbin/update-ca-certificates –fresh Tham khảo https://www.linuxquestions.org/questions/slackware-14/wget-unable-to-establish-ssl-connection-while-downloading-libreoffice-from-slackbuild-4175642143/

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

[Funny] Chải lông cho boss

Posted on 18/03/2022 by soiqualang_chentreu Posted in Capuchino, Uncategorized Tagged FunnyLeave a Comment on [Funny] Chải lông cho boss

Được cái lần chải lông cho 3 con boss mà đc kết quả như này đây hazzzz Cre: Trọng Huân/Group Ở nhà vui thấy bà! Nguồn: https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Floveanimals.vn%2Fposts%2F3000805780168975

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

Fix PowerShell Installing NuGet, says unable to access internet

Posted on 18/03/202218/03/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged NuGet, PowerShellLeave a Comment on Fix PowerShell Installing NuGet, says unable to access internet

Fix PowerShell Installing NuGet, says unable to access internet About err PowerShell Installing NuGet, says unable to access internet Fix PowerShell Installing NuGet, says unable to access internet Chạy lệnh này trước [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 References https://stackoverflow.com/questions/55826791/powershell-installing-nuget-says-unable-to-access-internet-but-i-actually-can

Read More

Cài SSH Server và fix lỗi SSH Permission denied, please try again

Posted on 17/03/202217/03/2022 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged Linux, SSH Client, SSH ServerLeave a Comment on Cài SSH Server và fix lỗi SSH Permission denied, please try again

Cài SSH Server và fix lỗi SSH Permission denied, please try again. Cài SSH Client và SSH Server Cài SSH Client sudo apt-get update sudo apt-get upgrade sudo apt-get install openssh-client Cài SSH Server sudo apt-get update sudo apt-get upgrade […]

Read More

[Sưu tầm] Auto Start LAMPP (XAMPP) at Startup in Ubuntu Linux

Posted on 17/03/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Linux, Mẹo vặt Tagged Lampp, Linux, Startup, XAMPPLeave a Comment on [Sưu tầm] Auto Start LAMPP (XAMPP) at Startup in Ubuntu Linux

Hướng dẫn chỉnh tự động bật LAMPP khi khởi động Server Linux Creating a script to start XAMPP automatically in Ubuntu 18.04 or later Tạo file services để khởi động LAMPP, ở đây tui dùng vim để edit, bạn có […]

Read More

Posts navigation

Older 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.