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

Author: soiqualang_chentreu

Awesome 3D Tiles

Posted on 11/04/2023 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged 3D Tiles, 3D WebGIS, gis, webgisLeave a Comment on Awesome 3D Tiles

Awesome 3D Tiles  https://github.com/pka/awesome-3d-tiles A curated list of awesome open source software, libraries, tools and resources for 3D tiles. Contributions welcome. Add links through pull requests or create an issue to start a discussion. 3D Tiles is an open specification for sharing, visualizing, fusing, and […]

Read More

Linux Lấy IP host từ Docker Container

Posted on 10/04/2023 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged Docker container, LinuxLeave a Comment on Linux Lấy IP host từ Docker Container

Linux Lấy IP host từ Docker Container Lấy IP host Log vào Docker container để cài mấy lệnh sau apt-get update -y apt-get install -y iputils-ping apt install net-tools Sau đó check netmask container đang chạy là bao nhiêu Check […]

Read More

PostgreSQL – Terminate Client Connect View

Posted on 06/04/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt, Sói's Tutorials Tagged postgresqlLeave a Comment on PostgreSQL – Terminate Client Connect View

PostgreSQL – Terminate Client Connect View To fix FATAL: sorry, too many clients already connection to server https://dothanhlong.org/postgresql-fatal-sorry-too-many-clients-already-connection-to-server/ — View: public.terminate_client_connect — DROP VIEW public.terminate_client_connect; CREATE OR REPLACE VIEW public.terminate_client_connect AS SELECT pg_terminate_backend(pg_stat_activity.pid) AS pg_terminate_backend FROM pg_stat_activity WHERE pg_stat_activity.pid <> […]

Read More

Nginx Proxy Manager

Posted on 06/04/2023 by soiqualang_chentreu Posted in Lang thang Tagged nginx, Proxy ManagerLeave a Comment on Nginx Proxy Manager

Nginx Proxy Manager https://github.com/NginxProxyManager/nginx-proxy-manager Quick Setup Install Docker and Docker-Compose Docker Install documentation Docker-Compose Install documentation Create a docker-compose.yml file similar to this: version: '3' services: app: image: 'jc21/nginx-proxy-manager:latest' restart: always ports: – '80:80' – '81:81' – '443:443' volumes: – […]

Read More

Từ rất sớm người phương Tây đã khẳng định chủ quyền của Việt Nam đối với hai quần đảo Hoàng Sa và Trường Sa

Posted on 06/04/2023 by soiqualang_chentreu Posted in Lang thang Tagged Hoàng Sa, Pracels, quần đảo Hoàng Sa, quần đảo Trường Sa, Trường SaLeave a Comment on Từ rất sớm người phương Tây đã khẳng định chủ quyền của Việt Nam đối với hai quần đảo Hoàng Sa và Trường Sa

Từ rất sớm người phương Tây đã khẳng định chủ quyền của Việt Nam đối với hai quần đảo Hoàng Sa và Trường Sa Hoạt động chủ quyền của vua Gia Long ở Hoàng Sa và Trường Sa không chỉ […]

Read More

[PostgreSQL] FATAL: sorry, too many clients already connection to server

Posted on 04/04/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged clients, postgresqlLeave a Comment on [PostgreSQL] FATAL: sorry, too many clients already connection to server

[PostgreSQL] FATAL: sorry, too many clients already connection to server Unable to connect to PostgreSQL server: connection to server at "DB hostname" (DB IP), port DB port failed: FATAL: sorry, too many clients already connection to server at "DB hostname" […]

Read More

Can’t start Android emulator device

Posted on 04/04/2023 by soiqualang_chentreu Posted in Mẹo vặt Tagged Android, emulator, IonicLeave a Comment on Can’t start Android emulator device

Can’t start Android emulator device Err info Fix Remove or Rename this folder, then start Android emulator device When Android emulator device started, it will re-create this folder

Read More

IONIC – Build IOS 2023

Posted on 03/04/202303/04/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged Build IOS, CDVWKWebViewEngine, cordova, Ionic, NodejsLeave a Comment on IONIC – Build IOS 2023

IONIC – Build IOS 2023 https://ionicframework.com/docs/developing/ios Install Nodejs16 Phải Nodejs16 mới được, bản nodejs17 đang lỗi ERR_OSSL_EVP_UNSUPPORTED chưa có cách sửa https://stackoverflow.com/questions/11177954/how-do-i-completely-uninstall-node-js-and-reinstall-from-beginning-mac-os-x sudo rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/{npm,node,man1/node*} nvm uninstall v17.4.0 // check version node -v || node –version // list installed […]

Read More

Note install IONIC 2023

Posted on 31/03/2023 by soiqualang_chentreu Posted in Công nghệ Tagged IonicLeave a Comment on Note install IONIC 2023

Note install IONIC 2023 npm install -g @ionic/cli npm i -g native-run npm i -g cordova https://ionicframework.com/docs/intro/cli

Read More

Geospatial DuckDB

Posted on 31/03/202331/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang Tagged duckdb, geospatial, geospatial data, geospatial technologyLeave a Comment on Geospatial DuckDB

Geospatial DuckDB https://tech.marksblogg.com/duckdb-geospatial-gis.html For much of the past year, I have been working with Hexvarium. Based in Atherton, California, the company builds and manages fiber-optic networks. At present, they have a handful of networks in the Bay Area but have plans […]

Read More

Kinh tuyến trục hệ tọa độ Quốc gia VN2000 của các tỉnh

Posted on 30/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, Mẹo vặt Tagged Kinh tuyến trục, vn2000Leave a Comment on Kinh tuyến trục hệ tọa độ Quốc gia VN2000 của các tỉnh

Kinh tuyến trục hệ tọa độ Quốc gia VN2000 của các tỉnh Kinh tuyến trục hệ tọa độ Quốc gia VN2000 là gì? Kinh tuyến trục hệ tọa độ Quốc gia VN2000 là một đường kinh tuyến trên bề mặt […]

Read More

GeoRaster layer for Leaflet example

Posted on 30/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged georaster, leafletLeave a Comment on GeoRaster layer for Leaflet example

GeoRaster layer for Leaflet example https://github.com/GeoTIFF/georaster-layer-for-leaflet-example Simple Example of GeoRasterLayer for Leaflet main demo https://geotiff.github.io/georaster-layer-for-leaflet-example/ other examples Loading the georaster-layer-for-leaflet library via a script tag. You can view the source code here and the live demo here. Loading a Cloud Optimized GeoTIFF via […]

Read More

[Docker] standard_init_linux.go:228: exec user process caused: no such file or directory

Posted on 29/03/2023 by soiqualang_chentreu Posted in Lang thang, Linux Tagged Docker, standard_init_linuxLeave a Comment on [Docker] standard_init_linux.go:228: exec user process caused: no such file or directory

docker standard_init_linux.go:228: exec user process caused: no such file or directory Use notepad++, go to edit -> EOL conversion -> change from CRLF to LF. update: For VScode users: you can change CRLF to LF by clicking on CRLF present […]

Read More

nvm use does not switch node versions

Posted on 28/03/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Nodejs, nvmLeave a Comment on nvm use does not switch node versions

nvm use does not switch node versions I had to delete the folder located at C:\Program Files\nodejs: And then run nvm use {version} again to repopulate this folder with the correct node version. I suspect that nvm is having trouble deleting this folder […]

Read More

GeoRaster layer for Leaflet

Posted on 27/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, Web, WebGIS Tagged georaster, leaflet, webgisLeave a Comment on GeoRaster layer for Leaflet

GeoRaster layer for Leaflet https://github.com/GeoTIFF/georaster-layer-for-leaflet#georaster-layer-for-leaflet Display GeoTIFFs and soon other types of rasters on your Leaflet Map Install npm install georaster-layer-for-leaflet GeoRaster Prerequisite GeoRasterLayer requires that input be first converted into GeoRaster format. You can install GeoRaster with the following […]

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.