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

QGIS OpenDay November 2022

Posted on 22/11/202222/11/2022 by soiqualang_chentreu Posted in GIS, QGIS Tutorials and Tips Tagged gis, OpenDay, QGIS, QGIS2WebLeave a Comment on QGIS OpenDay November 2022

QGIS Open Day (25-11-2022) https://github.com/qgis/QGIS/wiki/QOD-November-2022 Welcome to the November 2022 QOD sessions on QGIS and how to contribute to the documentation and how to compile QGIS. Simply watch the Youtube Livestream and comment on the day, or catch the recording […]

Read More

AI tự động sinh JD tuyển dụng

Posted on 15/11/202215/11/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged AI, Công cụ, JD tuyển dụng, toolsLeave a Comment on AI tự động sinh JD tuyển dụng

AI tự động sinh JD tuyển dụng https://bluestudio.ai/smart-hr Bạn chỉ cần nhập tiêu đề công việc, ứng dụng này sẽ tự động sinh ra mô tả công việc chuyên nghiệp luôn cho bạn =))

Read More

[JS GIS] JavaScript GIS Simplify | GeoToolbox

Posted on 09/11/2022 by soiqualang_chentreu Posted in GIS, Lang thang, Web, WebGIS Tagged geotoolbox, gis, JS GIS, Simplify, webgisLeave a Comment on [JS GIS] JavaScript GIS Simplify | GeoToolbox

[JS GIS] JavaScript GIS Simplify | GeoToolbox Credit: Simplify by neocarto https://observablehq.com/@neocartocnrs/simplify?collection=@neocartocnrs/geotoolbox

Read More

[JS GIS] JavaScript GIS Dissolve | GeoToolbox

Posted on 07/11/2022 by soiqualang_chentreu Posted in GIS, Lang thang, Web, WebGIS Tagged Dissolve, geotoolbox, gis, JS GIS, webgisLeave a Comment on [JS GIS] JavaScript GIS Dissolve | GeoToolbox

[JS GIS] JavaScript GIS Dissolve | GeoToolbox Credit: Dissolve by neocarto https://observablehq.com/@neocartocnrs/dissolve?collection=@neocartocnrs/geotoolbox

Read More

[JS GIS] JavaScript GIS Tissot | GeoToolbox

Posted on 07/11/2022 by soiqualang_chentreu Posted in GIS, Lang thang, Web, WebGIS Tagged geotoolbox, gis, Tissot, webgisLeave a Comment on [JS GIS] JavaScript GIS Tissot | GeoToolbox

[JS GIS] JavaScript GIS Tissot | GeoToolbox Credit: Tissot by neocarto https://observablehq.com/@neocartocnrs/tissot?collection=@neocartocnrs/geotoolbox

Read More

Docker Backup, Restore PostgreSQL Database

Posted on 03/11/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Linux, Mẹo vặt Tagged backup, database, Docker, postgresql, RestoreLeave a Comment on Docker Backup, Restore PostgreSQL Database

Docker Backup, Restore PostgreSQL Database Single Database PostgreSQL Backup Single Database sudo docker exec -t –user pg_username pg_container_name pg_dump -c -p 5432 -U pg_username "database_name" > "/path/on/your/machine/dump.sql" PostgreSQL Restore Single Database sudo docker exec -t –user pg_username pg_container_name psql -c […]

Read More

[JS GIS] JavaScript GIS Geolines | GeoToolbox

Posted on 02/11/2022 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged geotoolbox, gis, JS GISLeave a Comment on [JS GIS] JavaScript GIS Geolines | GeoToolbox

[JS GIS] JavaScript GIS Geolines | GeoToolbox Credit: Geolines by neocarto https://observablehq.com/@neocartocnrs/geolines?collection=@neocartocnrs/geotoolbox

Read More

[JS GIS] JavaScript GIS Featurecollection | GeoToolbox

Posted on 02/11/2022 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged Featurecollection, gis, JS GISLeave a Comment on [JS GIS] JavaScript GIS Featurecollection | GeoToolbox

[JS GIS] JavaScript GIS Featurecollection | GeoToolbox Credit: Featurecollection by neocarto https://observablehq.com/@neocartocnrs/featurecollection?collection=@neocartocnrs/geotoolbox

Read More

QGIS merge points within distance

Posted on 01/11/2022 by soiqualang_chentreu Posted in GIS, Mẹo vặt, QGIS Tutorials and Tips, Sói's Tutorials Tagged gis, merge points, QGIS, QGIS tutorialsLeave a Comment on QGIS merge points within distance

QGIS merge points within distance Issue How One possible approach consists in the following steps: draw a buffer of 5m around points; dissolve the buffers which overlap; calculate the centroids of dissolved buffers. You can choose the tools with which you’re more comfortable. Example\ For […]

Read More

[PHP built in server] Configure PHP built in server to show files of directory

Posted on 01/11/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged built in server, phpLeave a Comment on [PHP built in server] Configure PHP built in server to show files of directory

[PHP built in server] Configure PHP built in server to show files of directory For show advanced list of files and directories with sort, date, size, icon type,…, Save bellow content code as route.php file, and then run this command: php -S […]

Read More

[JS GIS] Gridded Population (15 minute) – United States in JavaScript

Posted on 22/10/202222/10/2022 by soiqualang_chentreu Posted in GIS, Lang thang, Web, WebGIS Tagged gis, JavaScript GIS, JS GIS, opengis, webgisLeave a Comment on [JS GIS] Gridded Population (15 minute) – United States in JavaScript

[JS GIS] Gridded Population (15 minute) – United States in JavaScript Credit: Gridded Population (15 minute) – United States by Evan Galloway https://observablehq.com/@gallowayevan/gridded-population-15-minute-united-states

Read More

[JS GIS] JavaScript GIS Coords2geo | GeoToolbox

Posted on 22/10/2022 by soiqualang_chentreu Posted in GIS, Lang thang, Web, WebGIS Tagged gis, JavaScript GIS, JS GIS, opengis, webgisLeave a Comment on [JS GIS] JavaScript GIS Coords2geo | GeoToolbox

[JS GIS] JavaScript GIS Coords2geo | GeoToolbox Credit: Coords2geo by neocarto https://observablehq.com/@neocartocnrs/coords2geo

Read More

GDAL GIS in Browser (JS GIS)

Posted on 22/10/202222/10/2022 by soiqualang_chentreu Posted in Công nghệ, GIS, Lang thang, Web, WebGIS Tagged gdal, geotoolbox, gis, Open Source GISLeave a Comment on GDAL GIS in Browser (JS GIS)

GDAL GIS in Browser (JS GIS | geotoolbox) ] geotoolbox is javascript tool for geographers. It allows to simply deal with geojson properties (attribute data) and provides several GIS operations useful for thematic cartography. 1. Installation 1.1. In browser Latest version <script […]

Read More

How to move the “C:\users\username\AppData” folder to another drive from C:\ drive?

Posted on 22/10/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged AppData, registryLeave a Comment on How to move the “C:\users\username\AppData” folder to another drive from C:\ drive?

How to move the "C:\users\username\AppData" folder to another drive from C:\ drive? Hi Welcome to the Microsoft community. You can follow the steps below to transfer the AppData folder. Open the registry, then locate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders and HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell […]

Read More

[GIT] Filename too long in Git for Windows

Posted on 21/10/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged git, gitbash, github, github actionLeave a Comment on [GIT] Filename too long in Git for Windows

[GIT] Filename too long in Git for Windows https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows Git has a limit of 4096 characters for a filename, except on Windows when Git is compiled with msys. It uses an older version of the Windows API and there’s a […]

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.