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: Lang thang

Tôi lang thang

Serverless Maps – Now Open Source

Posted on 20/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged gis, Serverless Maps, webgisLeave a Comment on Serverless Maps – Now Open Source

Serverless Maps – Now Open Source Accelerating Maps Last year I described Protomaps Mantle, a commercial solution for self hosting planet-scale maps without running any servers. It’s built on top of the open, cloud optimized PMTiles format, and adds the option of a […]

Read More

Mapbox Vector Tile Basic JS Renderer

Posted on 17/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged mapbox, vector tilesLeave a Comment on Mapbox Vector Tile Basic JS Renderer

Mapbox Vector Tile Basic JS Renderer https://github.com/landtechnologies/Mapbox-vector-tiles-basic-js-renderer This LandInsight project is a fork of mapbox-gl-js.  ,  Please see the upstream project for extensive details on vector tiles, styles and more. This fork is intended to be kept fairly up-to-date with the upstream version, […]

Read More

Esri Map Components for Web

Posted on 16/03/202316/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, Web, WebGIS Tagged Components, Esri, Esri MapLeave a Comment on Esri Map Components for Web

Esri Map Components for Web Repo: https://github.com/jf990/esri-map-component There are two components in this library: esri-map-view and esri-scene-view. They mostly work the same: esri-map-view displays a map in a 2D map view and esri-scene-view displays a 3D globe in a scene view. These components are built with the ArcGIS API […]

Read More

How do I retrieve a single image from an ImageMosaic in GeoServer?

Posted on 15/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang, Mẹo vặt, WebGIS Tagged geoserver, ImageMosaicLeave a Comment on How do I retrieve a single image from an ImageMosaic in GeoServer?

How do I retrieve a single image from an ImageMosaic in GeoServer? http://host/geoserver16/thuyvanphuyen/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image/jpeg&TRANSPARENT=true&STYLES&LAYERS=thuyvanphuyen:tansuat&exceptions=application/vnd.ogc.se_inimage&CQL_FILTER=location ILIKE '%tanSuat_2.tif%'&SRS=EPSG:32648&WIDTH=719&HEIGHT=768&BBOX=960076.6733640843,1461071.1000853349,966938.760914211,1468400.8403335926 https://gis.stackexchange.com/questions/363483/how-do-i-retrieve-a-single-image-from-an-imagemosaic-in-geoserver

Read More

[Notes] Organization for Moodle

Posted on 14/03/2023 by soiqualang_chentreu Posted in Lang thang, Web Tagged MoodleLeave a Comment on [Notes] Organization for Moodle

[Notes] Organization for Moodle https://demo.iomad.org/ iomaddemo – Site Administrator. testadmin – Company manager for Test company. testsalesmanager – Department manager for Test company in the Sales department. testsupportmanager – Department manager for Test company in the Support department. testuseriomadsales – […]

Read More

API for radom quotes

Posted on 13/03/2023 by soiqualang_chentreu Posted in Lang thang, Web Tagged api, quotesLeave a Comment on API for radom quotes

API for radom quotes https://quote-api.azurewebsites.net/api/quotes/random { "quote": { "quote": "The best thing about a boolean is even if you are wrong, you are only off by a bit.", "person": "Anonymous" } }

Read More

[Sưu tầm] Dijkstra theo phong cách hướng đối tượng bằng Java

Posted on 11/03/202311/03/2023 by soiqualang_chentreu Posted in GIS, Lang thang Tagged DijkstraLeave a Comment on [Sưu tầm] Dijkstra theo phong cách hướng đối tượng bằng Java

[Sưu tầm] Dijkstra theo phong cách hướng đối tượng bằng Java https://viblo.asia/p/giai-thuat-de-om-dijkstra-theo-phong-cach-huong-doi-tuong-bang-java-3Q75wNEMlWb Chắc hẳn không sinh viên IT nào là không phải học môn Cấu trúc dữ liệu & Giải thuật, trong bộ môn này các bạn sẽ học tới […]

Read More

Docker truncate logs

Posted on 09/03/2023 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged Docker, logs, truncateLeave a Comment on Docker truncate logs

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'

Read More

PostgreSQL – Column to Json/Jsonb

Posted on 07/03/2023 by soiqualang_chentreu Posted in Dữ liệu, Lang thang, Mẹo vặt, Sói's Tutorials, Web Tagged array_agg, array_to_string, json_agg, postgresql, row_to_json, to_jsonbLeave a Comment on PostgreSQL – Column to Json/Jsonb

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; […]

Read More

Fix docker application stop when window goes to sleep

Posted on 28/02/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged DockerLeave a Comment on Fix docker application stop when window goes to sleep

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 […]

Read More

[Sưu tầm] Futurepedia – Trang web tổng hợp hơn 1000 công cụ AI

Posted on 24/02/202307/03/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang Tagged ChatGPT, Futurepedia, OpenAILeave a Comment on [Sưu tầm] Futurepedia – Trang web tổng hợp hơn 1000 công cụ AI

[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 […]

Read More

Fix The repository no longer has a Release file on Ubuntu

Posted on 23/02/202323/02/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Linux, Mẹo vặt Tagged Linux, repository, ubuntuLeave a Comment on Fix The repository no longer has a Release file on Ubuntu

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 […]

Read More

Docker container logs taking all my disk space

Posted on 22/02/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged disk space, Docker, Docker container, logsLeave a Comment on Docker container logs taking all my disk space

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: […]

Read More

Tổng hợp một số extensions GPT hay cho trình duyệt

Posted on 14/02/2023 by soiqualang_chentreu Posted in Capuchino, Công nghệ, Lang thang, Mẹo vặt Tagged ChatGPT, Extension, gptLeave a Comment on Tổng hợp một số extensions GPT hay cho trình duyệt

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 – […]

Read More

Unable to open X display when trying to run google-chrome

Posted on 12/02/202313/02/2023 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged X displayLeave a Comment on Unable to open X display when trying to run google-chrome

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 […]

Read More

Posts navigation

Older posts
Buy me a coffee - MOMO

Tags

Android Android studio api App Bundle ArcGIS Capacitor cloudflare database Docker gdal geoserver geotoolbox gis github Google Earth Engine guitar htaccess Ionic IOS javascript JS GIS Jupyter Notebook leaflet Linux Machine learning map MapServer mysql Nodejs openlayers php plugin Pokemon postgis postgresql python QGIS raster remote sensing sql tools ubuntu viễn thám webgis wordpress

Recent Posts

  • Serverless Maps – Now Open Source
  • Mapbox Vector Tile Basic JS Renderer
  • Make and Update SEQUENCE in PostgreSQL – GeoServer WMST with Image mosaicking plugin
  • Esri Map Components for Web
  • Render Mapbox style in CesiumJs

Recent Comments

  • Thiều Quang Thắng on QGIS – Open Esri Personal GeoDatabse (Access MDB file)
  • Thiều Quang Thắng on QGIS – Open Esri Personal GeoDatabse (Access MDB file)
  • Thiều Quang Thắng on QGIS – Open Esri Personal GeoDatabse (Access MDB file)
  • soiqualang_chentreu on QGIS – Open Esri Personal GeoDatabse (Access MDB file)
  • Thiều Quang Thắng on QGIS – Open Esri Personal GeoDatabse (Access MDB file)

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

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


Back To Top