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

Tất cả những gì mình note lại liên quan đến Web và kỹ thuật Web

NextCloud fix Setting locale to en_US.UTF-8 failed

Posted on 28/07/202313/09/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Linux, Mẹo vặt, Web Tagged locale, NextCloudLeave a Comment on NextCloud fix Setting locale to en_US.UTF-8 failed

NextCloud fix Setting locale to en_US.UTF-8 failed Setting locale to en_US.UTF-8 failed Setting locale to en_US.UTF-8/fr_FR.UTF-8/es_ES.UTF-8/de_DE.UTF-8/ru_RU.UTF-8/pt_BR.UTF-8/it_IT.UTF-8/ja_JP.UTF-8/zh_CN.UTF-8 failed. Please install one of these locales on your system and restart your web server. Fix Setting locale to en_US.UTF-8 failed Your warning suggests […]

Read More

Demo Tour du lịch ảo

Posted on 13/07/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Web, Ý tưởng Tagged virtual tourLeave a Comment on Demo Tour du lịch ảo

Demo Tour du lịch ảo 3D-Explorer https://cyark.org/projects/pigeon-point-light-station-state-historic-park/3D-Explorer Tour https://cyark.org/projects/pigeon-point-light-station-state-historic-park/tapestry Pigeon Point Light House Station State Park by CyArk on Sketchfab

Read More

Tìm hiểu Cloudflare Worker

Posted on 15/06/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt, Web Tagged cloudflare, Cloudflare Worker1 Comment on Tìm hiểu Cloudflare Worker

Tìm hiểu Cloudflare Worker Setup https://dash.cloudflare.com/39b8ea893fe8fe3bebdba7c44908653c/workers/onboarding dothanhlong.workers.dev https://dash.cloudflare.com/39b8ea893fe8fe3bebdba7c44908653c/workers/onboarding Account plan limits https://developers.cloudflare.com/workers/platform/limits https://dash.cloudflare.com/39b8ea893fe8fe3bebdba7c44908653c/workers/overview Deploy API https://developers.cloudflare.com/pages/tutorials/build-an-api-with-workers/ Build data-driven applications with Workers and PostgreSQL https://developers.cloudflare.com/workers/tutorials/postgres/

Read More

[Cloudflare] Detection of an attack on IP address

Posted on 15/06/202315/06/2023 by soiqualang_chentreu Posted in Web Tagged cloudflareLeave a Comment on [Cloudflare] Detection of an attack on IP address

[Cloudflare] Detection of an attack on IP address | Server đã yêu mà còn hay bị hỏi thăm 🤣

Read More

[MySQL] How to clone table

Posted on 13/06/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt, Web Tagged clone table, mysqlLeave a Comment on [MySQL] How to clone table

[MySQL] How to clone table To inherit all table definitions CREATE TABLE new_table LIKE original_table; To copy the data, you’ll need INSERT INTO new_table SELECT * FROM original_table; https://popsql.com/learn-sql/mysql/how-to-duplicate-a-table-in-mysql

Read More

PHP turn off warning messages

Posted on 05/06/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt, Web Tagged php, warning messagesLeave a Comment on PHP turn off warning messages

PHP turn off warning messages ini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); https://stackoverflow.com/questions/1987579/remove-warning-messages-in-php

Read More

OpenStreetMap 3D renderer powered by WebGL2

Posted on 12/05/202312/05/2023 by soiqualang_chentreu Posted in Công nghệ, GIS, Lang thang, Web, WebGIS Tagged 3D, openstreetmap, WebGL, WebGL2Leave a Comment on OpenStreetMap 3D renderer powered by WebGL2

OpenStreetMap 3D renderer powered by WebGL2 streets-gl Streets GL is a real-time 3D map renderer built for visualizing OpenStreetMap data with a heavy focus on eye-candy features. The whole project is written in Typescript. For rendering it uses a custom low-level library that […]

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

[Moodle Edash] Fix Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated

Posted on 24/03/2023 by soiqualang_chentreu Posted in Mẹo vặt, Web Tagged Edash, Moodle, php, preg_replaceLeave a Comment on [Moodle Edash] Fix Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated

[Moodle Edash] Fix Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated Err info Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated… theme/edash/renderers/course-renderer.php on line 53 Fix Deprecated: preg_replace(): Passing null […]

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

[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

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

Nodejs ERR_OSSL_EVP_UNSUPPORTED

Posted on 09/02/202308/03/2023 by soiqualang_chentreu Posted in Lang thang, Web Tagged Nodejs, opensslLeave a Comment on Nodejs ERR_OSSL_EVP_UNSUPPORTED

Nodejs ERR_OSSL_EVP_UNSUPPORTED Err info opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' } command terminated with exit code 1 Fix Nodejs ERR_OSSL_EVP_UNSUPPORTED I had this problem too. I’d accidentally been running on the […]

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

Posts navigation

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