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: Sói’s Tutorials

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

IONIC Cordova to Capacitor migration

Posted on 13/10/202214/10/2022 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt, Sói's Tutorials Tagged Capacitor, cordova, IonicLeave a Comment on IONIC Cordova to Capacitor migration

IONIC Cordova to Capacitor migration Add Capacitor Begin by opening your project in the terminal, ionic integrations enable capacitor # Delete capacitor.config.ts and try again npx cap init Build your Web App npm run build Add Platforms # You must […]

Read More

Filter in WMS servering by QGIS Server

Posted on 10/10/202210/10/2022 by soiqualang_chentreu Posted in GIS, Mẹo vặt, Sói's Tutorials, WebGIS Tagged QGIS, QGIS Server, WMSLeave a Comment on Filter in WMS servering by QGIS Server

Filter in WMS servering by QGIS Server Full query https://geoviet_mapserv.dothanhlong.org/?MAP=/gis/mbgis/api.qgs&service=WMS&request=GetMap&layers=vn_vunghanhchinh&styles=&format=image%2Fpng&transparent=true&version=1.1.1&tiled=true&width=256&height=256&srs=EPSG%3A3857&bbox=11897270.578531114,1252344.2714243277,12523442.714243278,1878516.4071364922 Filter query https://geoviet_mapserv.dothanhlong.org/?MAP=/gis/mbgis/api.qgs&service=WMS&request=GetMap&layers=vn_vunghanhchinh&styles=&format=image/png&transparent=true&version=1.1.1&tiled=true&width=256&height=256&srs=EPSG:3857&bbox=11897270.578531114,1252344.2714243277,12523442.714243278,1878516.4071364922&filter=vn_vunghanhchinh: "ten_vi" = 'Phú Yên' Refernces https://docs.qgis.org/3.22/en/docs/server_manual/services/wms.html

Read More

[Linux] Adjust and increase the capacity of VDI virtual drive to install Ubuntu on VirtualBox

Posted on 29/09/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Linux, Mẹo vặt, Sói's Tutorials Tagged Linux, ubuntu, VDI, VirtualBoxLeave a Comment on [Linux] Adjust and increase the capacity of VDI virtual drive to install Ubuntu on VirtualBox

[Linux] Adjust and increase the capacity of VDI virtual drive to install Ubuntu on VirtualBox Problems encountered I have deployed an ubuntu server on the virtualbox virtualization platform, I divided the hard drive space is 200GB, but after creating and […]

Read More

[PostgreSQL] Create a database from an exist database

Posted on 10/09/202210/09/2022 by soiqualang_chentreu Posted in Lang thang, Sói's Tutorials Tagged postgresqlLeave a Comment on [PostgreSQL] Create a database from an exist database

[PostgreSQL] Create a database from an exist database Create a database Postgres allows the use of any existing database on the server as a template when creating a new database. I’m not sure whether pgAdmin gives you the option on […]

Read More

[Bản đồ họ Việt P2] Lập bản đồ các dòng họ Việt Nam phần 2 – Xử lý dữ liệu

Posted on 04/09/202204/09/2022 by soiqualang_chentreu Posted in Lang thang, Sói's Tutorials, Ý tưởng Tagged bản đồ, Dòng họ Việt Nam, map, Vietnam Family NameLeave a Comment on [Bản đồ họ Việt P2] Lập bản đồ các dòng họ Việt Nam phần 2 – Xử lý dữ liệu

[Bản đồ họ Việt P2] Lập bản đồ các dòng họ Việt Nam phần 2 – Xử lý dữ liệu Danh sách các phần ở đây: https://dothanhlong.org/p1-lap-ban-do-cac-dong-ho-viet-nam-phan-1/ https://dothanhlong.org/ban-do-ho-viet-p2-lap-ban-do-cac-dong-ho-viet-nam-phan-2-xu-ly-du-lieu/ Sau khi xem sơ dữ liệu, khối lượng khá lớn ~ 1.3 […]

Read More

PostgreSQL – Function to remove accents in string

Posted on 04/09/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt, Sói's Tutorials Tagged accents, postgresqlLeave a Comment on PostgreSQL – Function to remove accents in string

PostgreSQL – Function to remove accents in string Loại bỏ dấu câu, chuyển câu có dấu thành không dấu trong PostgreSQL Ex: José, Jose, Jósé, Jóse -> Jose Load extension unaccent CREATE EXTENSION unaccent; Run SQL to remove accents in […]

Read More

[Bản đồ họ Việt P1] Lập bản đồ các dòng họ Việt Nam

Posted on 03/09/202204/09/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Research, Sói's Tutorials, Ý tưởng Tagged bản đồ, Dòng họ Việt Nam, map, Vietnam Family NameLeave a Comment on [Bản đồ họ Việt P1] Lập bản đồ các dòng họ Việt Nam

Lập bản đồ các dòng họ Việt Nam phần 1 Danh sách các phần ở đây: https://dothanhlong.org/p1-lap-ban-do-cac-dong-ho-viet-nam-phan-1/ https://dothanhlong.org/ban-do-ho-viet-p2-lap-ban-do-cac-dong-ho-viet-nam-phan-2-xu-ly-du-lieu/ Vài lời nói đầu Mình có ý tưởng này từ những tuần cuối tháng 8, khi đó mình thấy một post từ […]

Read More

PostgreSQL update value in JSONB

Posted on 07/07/2022 by soiqualang_chentreu Posted in Mẹo vặt, Sói's Tutorials Tagged database, jsonb, postgresql, sqlLeave a Comment on PostgreSQL update value in JSONB

PostgreSQL update value in JSONB Tình cờ mình làm việc, cần update lại giá trị một key trong cột có kiểu là jsonb, thế là mình nghĩ json thì cũng là text thôi, replace là được, và đây là cách […]

Read More

Python concatenate multi video

Posted on 07/06/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt, Sói's Tutorials Tagged concatenate video, convert video, pythonLeave a Comment on Python concatenate multi video

Python concatenate multi videos Hôm nay tình cờ mình cần ghép nhiều video lại với nhau, chợt suy nghĩ hôm trước mình đã dùng python để convert video sang mp4 rồi, giờ thì thử dùng python ghép video luôn xem […]

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

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

Docker Export và Import Container

Posted on 14/03/2022 by soiqualang_chentreu Posted in Công nghệ, Linux, Sói's Tutorials Tagged Docker, Export Container, Import ContainerLeave a Comment on Docker Export và Import Container

Docker Export và Import Container Docker liệt kê các container docker container ls Docker export container # Tạo một bản backup images từ container hiện tại docker commit -p 99a148f1a272 my_backup # Export container mình muốn (dùng id) docker save […]

Read More

Hướng dẫn WordPress add_filter

Posted on 10/03/202210/03/2022 by soiqualang_chentreu Posted in Mẹo vặt, Sói's Tutorials Tagged add_filter, wordpressLeave a Comment on Hướng dẫn WordPress add_filter

Hướng dẫn WordPress add_filter Lý do dùng WordPress add_filter Tình hình là mình đang dùng soạn thảo nội dùng blog bằng github markdown, lý do là ở đây (tóm lại là vì muốn giảm tải server, tiết kiệm tiền cà […]

Read More

Cách chuyển file PDF bị khóa sang Word – Convert Locked PDF to Word

Posted on 05/11/2021 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt, Sói's Tutorials Tagged convert pdf, pdf, pdf to word, Unlock PDFLeave a Comment on Cách chuyển file PDF bị khóa sang Word – Convert Locked PDF to Word

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 gis git github Google Earth Engine guitar htaccess Ionic IOS javascript JS GIS Jupyter Notebook leaflet Linux Machine learning map MapServer mysql Nodejs openlayers php Pokemon postgis postgresql python QGIS raster remote sensing sql tools ubuntu viettabs.cf viễn thám webgis wordpress

Recent Posts

  • IONIC Error: Unknown argument: platform
  • QGIS OpenDay November 2022
  • AI tự động sinh JD tuyển dụng
  • [JS GIS] JavaScript GIS Simplify | GeoToolbox
  • [JS GIS] JavaScript GIS Dissolve | GeoToolbox

Recent Comments

  • soiqualang_chentreu on Hướng dẫn đăng ký Google Developer – Upload app to Google Play
  • Huan on Hướng dẫn đăng ký Google Developer – Upload app to Google Play
  • afagh on Sentinel 2 Atmospheric Correction in Google Earth Engine
  • afagh on Sentinel 2 Atmospheric Correction in Google Earth Engine
  • soiqualang_chentreu on Sentinel 2 Atmospheric Correction in Google Earth Engine

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