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

Cấu hình Docker WSL2 – chuyển vị trí lưu docker sang ổ đĩa khác

Posted on 17/03/202220/08/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged Docker, Docker WSL2, WSL2Leave a Comment on Cấu hình Docker WSL2 – chuyển vị trí lưu docker sang ổ đĩa khác

Cấu hình Docker WSL2 – chuyển vị trí lưu docker sang ổ đĩa khác # Ngắt Docker với Data của nó wsl –unregister docker-desktop-data # Import Docker data qua trị trí mới wsl –import docker-desktop-data D:\docker_files\docker_desktop_data\wsl_data "C:\Program Files\Docker\Docker\resources\wsl\wsl-data.tar" –version=2 https://stackoverflow.com/questions/62441307/how-can-i-change-the-location-of-docker-images-when-using-docker-desktop-on-wsl2 […]

Read More

Cấu hình Docker Hyper-V – chuyển vị trí lưu docker sang ổ đĩa khác

Posted on 17/03/2022 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt Tagged Docker, Hyper-VLeave a Comment on Cấu hình Docker Hyper-V – chuyển vị trí lưu docker sang ổ đĩa khác

Cấu hình Docker Hyper-V – chuyển vị trí lưu docker sang ổ đĩa khác Vào Hyper-V setting Chọn lại đường dẫn lưu docker đến thư mục khác Notes riêng của tôi C:\Users\Public\Documents\Hyper-V\Virtual hard disks E:\WebKCN\Hyper-V\Virtual Hard Disks C:\ProgramData\Microsoft\Windows\Hyper-V

Read More

Force Drop Database PostgreSQL

Posted on 17/03/2022 by soiqualang_chentreu Posted in Mẹo vặt Tagged database, postgresqlLeave a Comment on Force Drop Database PostgreSQL

Force Drop Database PostgreSQL — Check current activity sessions SELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE datname = 'nongnghiepdongnai'; — Drop DB DROP DATABASE nongnghiepdongnai;

Read More

Bức ảnh 717 gigapixels hoặc 717,000,000,000 pixels

Posted on 15/03/202215/03/2022 by soiqualang_chentreu Posted in Lang thang, Uncategorized Tagged ULTRA HIGH RESOLUTION PHOTOLeave a Comment on Bức ảnh 717 gigapixels hoặc 717,000,000,000 pixels

Bức ảnh 717 gigapixels hoặc 717,000,000,000 pixels ULTRA HIGH RESOLUTION PHOTO From the series Operation Night Watch Night Watch, Militia Company of District II under the Command of Captain Frans Banninck Cocq, Rembrandt van Rijn, 1642 This is the largest and […]

Read More

Xếp hạng các Database Engines theo mức độ phổ biến (tháng 3/2022)

Posted on 15/03/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang Tagged database, Database Engines, mysql, postgresql, sql serverLeave a Comment on Xếp hạng các Database Engines theo mức độ phổ biến (tháng 3/2022)

Xếp hạng các Database Engines theo mức độ phổ biến (tháng 3/2022) Nguồn: https://db-engines.com/en/ranking Điều thú vị mình thấy là riêng trong lĩnh vực các Database Engines thì các phần mềm mã nguồn mỡ cũng không hề kém cạnh các […]

Read More

10 chương trình terminal thú vị trên Linux mà bạn nên thử khi chán

Posted on 15/03/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang Tagged Linux, terminalLeave a Comment on 10 chương trình terminal thú vị trên Linux mà bạn nên thử khi chán

Terminal Linux là một công cụ dòng lệnh rất mạnh mẽ. Bạn có thể sử dụng Terminal để điều khiển toàn bộ hệ thống, tạo và nhập các lệnh để thực hiện công việc hàng ngày của mình. Nhưng terminal […]

Read More

PostgreSQL for IoT (The Internet Of Strange Things)

Posted on 14/03/2022 by soiqualang_chentreu Posted in Công nghệ, GIS, Lang thang, Tài liệu Tagged IoT, postgresqlLeave a Comment on PostgreSQL for IoT (The Internet Of Strange Things)

PostgreSQL for IoT (The Internet Of Strange Things)

Read More

[Sưu tầm] Introduction To PostgreSQL As A Time Series Database For IoT

Posted on 14/03/202215/03/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang Tagged database, IoT, postgresql, Time Series DatabaseLeave a Comment on [Sưu tầm] Introduction To PostgreSQL As A Time Series Database For IoT

Introduction To PostgreSQL As A Time Series Database For IoT Nguồn: https://www.c-sharpcorner.com/article/introduction-to-postgresql-as-a-time-series-database-for-iot/ A time-series database is a database system that is designed to store and load data over time through associated pairs of times and values. Time Series databases were initially […]

Read More

WordPress Disabling forced FTP credentials for any updates

Posted on 14/03/2022 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt, Web Tagged FTP credentials, wordpressLeave a Comment on WordPress Disabling forced FTP credentials for any updates

WordPress Disabling forced FTP credentials for any updates WordPress tắt chế độ cài đặt theme, plugin bằng FTP, cho phép upload hay tải trực tiếp https://wordpress.org/support/topic/disabling-forced-ftp-credentials-for-any-updates/ On wp-config add: define ( ‘FS_METHOD’, ‘direct’); Ví dụ // ** Database settings – […]

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

OpenStreetmap download building footprints

Posted on 10/03/2022 by soiqualang_chentreu Posted in Dữ liệu, GIS, WebGIS Tagged building footprints, openstreetmapLeave a Comment on OpenStreetmap download building footprints

OpenStreetmap download building footprints Trang Web này cho phép chúng ta download bản đồ building footprints từ OpenStreetmap một cách miễn phí https://overpass-turbo.eu/ Tham khảo thêm https://tudelft3d.github.io/3dfier/building_footprints_from_openstreetmap.html#download-osm-data https://gisgeography.com/openstreetmap-download-osm-data/

Read More

Protected: Backup Additional CSS (Custom CSS) WordPress

Posted on 10/03/202210/03/2022 by soiqualang_chentreu Posted in Web Tagged Additional CSS, wordpress

There is no excerpt because this is a protected post.

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

PostgreSQL force rename database

Posted on 10/03/2022 by soiqualang_chentreu Posted in Mẹo vặt, Web Tagged database, postgresqlLeave a Comment on PostgreSQL force rename database

PostgreSQL force rename database PostgreSQL ép đổi tên Database — Tắt hết connect đến DB SELECT pg_terminate_backend (pid) FROM pg_stat_activity WHERE datname = 'nongnghiepdongnai2'; — Đổi tên DB ALTER DATABASE nongnghiepdongnai2 RENAME TO nongnghiepdongnai; https://www.geeksforgeeks.org/postgresql-rename-database/

Read More

Posts navigation

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.