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

Fix Geoserver WMS character representation error (UTF-8)

Posted on 14/12/202314/12/2023 by soiqualang_chentreu Posted in GIS, Mẹo vặt, WebGIS Tagged geoserver, webgis, WMSLeave a Comment on Fix Geoserver WMS character representation error (UTF-8)

Fix Geoserver WMS character representation error (UTF-8) | Lỗi font UTF-8 Err Fix Geoserver WMS character representation error (UTF-8) There are many things to check: in the first line of SLD coding: <?xml version="1.0" encoding="UTF-8"?> check that the workspace is on […]

Read More

Create a globe-like orthographic projection map in QGIS 3

Posted on 05/12/202305/12/2023 by soiqualang_chentreu Posted in Uncategorized Tagged map, orthographic, QGISLeave a Comment on Create a globe-like orthographic projection map in QGIS 3

Create a globe-like orthographic projection map in QGIS 3 https://bnhr.xyz/2018/09/21/create-a-globe-in-QGIS.html Orthographic projection maps are great. They have that "global" feel to them since they look like globes which is useful when you want to evoke a sense of "global context" […]

Read More

Linux Link, Unlink folder

Posted on 23/11/2023 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged Link folder, Linux, UnlinkLeave a Comment on Linux Link, Unlink folder

Linux Link, Unlink folder Link Folder Symbolic or soft link (files or directories, more flexible and self documenting) # Source Link ln -s /home/jake/doc/test/2000/something /home/jake/xxx Hard link (files only, less flexible and not self documenting) # Source Link ln /home/jake/doc/test/2000/something […]

Read More

PostgreSQL select current user

Posted on 23/11/2023 by soiqualang_chentreu Posted in Mẹo vặt Tagged postgresqlLeave a Comment on PostgreSQL select current user

PostgreSQL select current user SELECT session_user, current_user;

Read More

Moodle ERROR You don’t have permission to view this list of courses

Posted on 15/11/2023 by soiqualang_chentreu Posted in Mẹo vặt Tagged MoodleLeave a Comment on Moodle ERROR You don’t have permission to view this list of courses

Fix Update mdl_course_categories set visible = 1 https://help.e-padi.com/kb/you-dont-have-permission-to-view-this-list-of-courses/

Read More

API for CCQ VINACAPITAL

Posted on 10/11/2023 by soiqualang_chentreu Posted in Mẹo vặt, Sói's Tutorials Tagged VINACAPITALLeave a Comment on API for CCQ VINACAPITAL

API for CCQ VINACAPITAL VESAF | https://vinacapital.com/vi/investment-solutions/onshore-funds/vesaf/ VEOF | https://vinacapital.com/vi/investment-solutions/onshore-funds/veof/ VLBF | https://vinacapital.com/vi/investment-solutions/onshore-funds/vlbf/ VFF | https://vinacapital.com/vi/investment-solutions/onshore-funds/vff/ http://data.dothanhlong.org/vinacapital/?fundname=VFF Google Sheet /html/body/div[1]/div[2] =IMPORTXML(E25,"/html/body/div[1]/div[2]")*1 Source <?php // http://data.dothanhlong.org/vinacapital/?fundname=VFF if(isset($_REQUEST['fundname'])){ $fundname = $_REQUEST['fundname']; // VESAF // VEOF // VLBF // VFF $curl = curl_init(); […]

Read More

Bookmarklet Remove YouTube adblocking popups

Posted on 06/11/202310/11/2023 by soiqualang_chentreu Posted in Mẹo vặt, Sói's Tutorials Tagged adblocking, BookmarkletLeave a Comment on Bookmarklet Remove YouTube adblocking popups

Bookmarklet Remove YouTube adblocking popups After a while, Youtube displays a popup asking users to turn off the ad blocker. Today I encountered a situation where Youtube went one step further and did not allow this popup to be turned […]

Read More

Crops in Harvest Moon: Friends of Mineral Town (FoMT)

Posted on 31/10/2023 by soiqualang_chentreu Posted in Lang thang Tagged FoMTLeave a Comment on Crops in Harvest Moon: Friends of Mineral Town (FoMT)

Crops (FoMT) Crops are vegetables and fruits that can be grown and harvested on the farm. Growing crops is an excellent way to make money. Crops are seasonal and can only be grown in a specific season, otherwise they won’t grow […]

Read More

Install Docker CKAN

Posted on 31/10/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang Tagged CKAN, DockerLeave a Comment on Install Docker CKAN

Install Docker CKAN Product https://github.com/okfn/docker-ckan D:\docker_files\docker-ckan docker-compose build docker-compose up -d docker-compose down Dev docker-compose -f docker-compose.dev.yml build docker-compose -f docker-compose.dev.yml up

Read More

IONIC Mapbox Cordova

Posted on 31/10/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt, WebGIS Tagged cordova, mapboxLeave a Comment on IONIC Mapbox Cordova

IONIC Mapbox Cordova https://github.com/ChawkiOS/ionic-mapbox-gl https://github.com/dagatsoin/cordova-plugin-mapbox https://github.com/dagatsoin/cordova-plugin-mapbox-demo https://github.com/thanhdt1998/cordova-plugin-mapbox

Read More

PostgreSQL set TIMEZONE

Posted on 27/10/2023 by soiqualang_chentreu Posted in Uncategorized Tagged postgresql, TIMEZONELeave a Comment on PostgreSQL set TIMEZONE

PostgreSQL set TIMEZONE ALTER DATABASE geolands SET timezone TO 'Asia/Ho_Chi_Minh'; SELECT CURRENT_TIMESTAMP; Tham khảo thêm SHOW TIMEZONE; select * from pg_timezone_names

Read More

[Notes] nginx proxy manager add wildcard SSL

Posted on 27/10/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged Nginx Proxy Manager, ssl, wildcard SSLLeave a Comment on [Notes] nginx proxy manager add wildcard SSL

Chia sẻ từ https://thuanbui.me/nginx-proxy-manager-wildcart-ssl/ I. Wildcard SSL Certificate là gì? Wildcard SSL là một chứng chỉ SSL có thể dùng cho tên miền chính và tất cả các tên miền phụ của website. Nó là lựa chọn lý tưởng khi bạn […]

Read More

Github fix lỗi sau khi add remote repo xong không pull, push được

Posted on 19/10/2023 by soiqualang_chentreu Posted in Mẹo vặt, Sói's Tutorials Tagged git, githubLeave a Comment on Github fix lỗi sau khi add remote repo xong không pull, push được

Github fix lỗi sau khi add remote repo xong không pull, push được Chạy lệnh này trước git config –global –add safe.directory /shared/webdir/folder Rồi sau đó init, add remote… như bình thường

Read More

[Sưu tầm] URA-LLaMa: MÔ HÌNH NGÔN NGỮ LỚN CHO TIẾNG VIỆT

Posted on 10/10/202310/10/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang Tagged LLaMa, LLmodels, URA-LLaMaLeave a Comment on [Sưu tầm] URA-LLaMa: MÔ HÌNH NGÔN NGỮ LỚN CHO TIẾNG VIỆT

[English caption below] URA-LLaMa: MÔ HÌNH NGÔN NGỮ LỚN CHO TIẾNG VIỆT Xin chào mọi người, Chúng tôi, nhóm nghiên cứu với các thành viên đến từ Trường Đại học Bách Khoa – ĐHQG TP.HCM và Đại học Stanford xin […]

Read More

[Sưu tầm] LLava

Posted on 10/10/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang Tagged LLavaLeave a Comment on [Sưu tầm] LLava

LLava – Đối thủ mới nhất của GPT-4V (vision) mã nguồn mở, hoàn toàn miễn phí GPT-4V hay còn gọi là GPT-4 with vision được Open AI giới thiệu và tích hợp gần đây vào gói chatgpt plus. Tuy vậy, […]

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.