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

Virtualbox assign static ip to VM

Posted on 01/06/202320/11/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Linux, Mẹo vặt Tagged Linux, static ip, virtual machine, VirtualBoxLeave a Comment on Virtualbox assign static ip to VM

Virtualbox assign static ip to VM How To Set Static IP To VirtualBox VM SSH to your VM sudo vim /etc/netplan/01-netcfg.yaml network: version: 2 renderer: networkd ethernets: enp0s3: dhcp4: no routes: – to: default via: 192.168.1.1 addresses: [192.168.1.21/24] nameservers: addresses: […]

Read More

Tạo Bookmarklet để tải video, reel từ facebook

Posted on 24/05/2023 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt, Ý tưởng Tagged Bookmarklet, facebook1 Comment on Tạo Bookmarklet để tải video, reel từ facebook

Tạo Bookmarklet để tải video, reel từ Facebook Đợt trước có bạn share js script để tải video từ Facebook nhưng phải mở browsers console, khá bất tiện, nay mình làm cái Bookmarklet để tải tài liệu từ tailieu.vn thì […]

Read More

Tạo Bookmarklet để tải tài liệu từ tailieu.vn

Posted on 24/05/202313/09/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt, Ý tưởng Tagged Bookmarklet, tailieu.vnLeave a Comment on Tạo Bookmarklet để tải tài liệu từ tailieu.vn

Tạo Bookmarklet để tải tài liệu từ tailieu.vn Hôm trước mình có sưu tầm được bên J2team một bạn tạo trang web download tailieu.vn thế này https://dothanhlong.org/get-link-tailieu-vn/ Nay mình có ý tưởng tạo Bookmarklet cho tiện hơn nữa Bookmarklet cũng […]

Read More

GET LINK TAILIEU.VN

Posted on 23/05/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged tailieu.vnLeave a Comment on GET LINK TAILIEU.VN

GET LINK TAILIEU.VN Update hỗ trợ tất cả các loại tài liệu. Cách đây thời gian, team bên mình có hỗ trợ các em học sinh có thêm tài liệu để hỗ trợ việc ôn thi sắp đến. Nhưng do […]

Read More

Drone & UAV Mapping Software

Posted on 15/05/202315/05/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, WebGIS Tagged Drone, Mapping, UAVLeave a Comment on Drone & UAV Mapping Software

| Drone & UAV Mapping Software https://webodm.net/ https://github.com/OpenDroneMap https://github.com/OpenDroneMap/WebODM https://demo.webodm.org/map/project/52/ https://uav4geo.com/ https://share.autotimelapse.com/B9QRl5omBdIva46GD3L8#/m2d/51LeRN8gRp9mAxl#c=106.40529687326209%2C10.940139744087363&s=21.663137469683473 \ \ \ |

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

How to run scrcpy wirelessly (wifi network)?

Posted on 12/05/202330/05/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt Tagged Android, scrcpyLeave a Comment on How to run scrcpy wirelessly (wifi network)?

How to run scrcpy wirelessly (wifi network)? Here are the steps: Connect the device to the same Wi-Fi as your computer Get your device IP address (in Settings → About phone → Status) Enable adb over TCP/IP on your device: adb […]

Read More

Ionic cleartext not permitted

Posted on 27/04/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged cleartext, IonicLeave a Comment on Ionic cleartext not permitted

Ionic cleartext not permitted Fix Ionic cleartext not permitted The default API level in the Cordova Android platform has been upgraded. On an Android 9 device, clear text communication is now disabled by default. To allow clear text communication again, set […]

Read More

NodeJS error TS2456: Type alias Geometry circularly references itself

Posted on 25/04/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Nodejs, TS2456Leave a Comment on NodeJS error TS2456: Type alias Geometry circularly references itself

NodeJS error TS2456: Type alias Geometry circularly references itself Err info ERROR in node_modules/@types/geojson/index.d.ts:79:13 – error TS2456: Type alias 'Geometry' circularly references itself. 79 export type Geometry = Point | MultiPoint | LineString | MultiLineString | Polygon | MultiPolygon | […]

Read More

PostgreSQL xử lý chuỗi với xpath

Posted on 24/04/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Mẹo vặt, Sói's Tutorials Tagged postgresql, postgresql xpath, postgresql xpath query, postgresql xpath_string example, xpathLeave a Comment on PostgreSQL xử lý chuỗi với xpath

PostgreSQL xử lý chuỗi với xpath Tôi có bảng thế này Giờ tôi cần tách theo cấu trúc thế này Với cột định nghĩa cần cực kỳ ngắn gọn, 1 cụm từ thôi càng tốt Cột description trên kia thì […]

Read More

[IONIC] Error: cannot find symbol variable LOLLIPOP

Posted on 19/04/2023 by soiqualang_chentreu Posted in Công nghệ, Mẹo vặt Tagged Ionic, LOLLIPOPLeave a Comment on [IONIC] Error: cannot find symbol variable LOLLIPOP

[IONIC] Error: cannot find symbol variable LOLLIPOP Cannot find symbol variable LOLLIPOP IonicWebViewEngine.java:114: error: cannot find symbol [cordova] D:\sync\websvr\ionic\current\chatchit_chatbot_mobile\platforms\android\app\src\main\java\com\ionicframework\cordova\webview\IonicWebViewEngine.java:114: error: cannot find symbol [cordova] @RequiresApi(Build.VERSION_CODES.LOLLIPOP) [cordova] ^ [cordova] symbol: class RequiresApi [cordova] location: class IonicWebViewEngine.ServerClient [cordova] Note: Some input files […]

Read More

Bing Maps RoadDetections Data

Posted on 18/04/2023 by soiqualang_chentreu Posted in GIS, Lang thang, Viễn thám Tagged GIS Data, RoadDetectionsLeave a Comment on Bing Maps RoadDetections Data

Bing Maps RoadDetections Data Introduction Bing Maps is releasing mined roads around the world. We have detected 47.8M km of all roads and 1165K km of roads missing from OSM. Mining is performed with Bing Maps imagery between 2020 and 2022 including […]

Read More

Github remove cache

Posted on 18/04/2023 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged githubLeave a Comment on Github remove cache

Github remove cache git rm -f –cached AuthZSvr_PY_server_old git rm -f –cached BACKEND_PY_server_old

Read More

Show Your Data Base On Maptalks & Threejs

Posted on 12/04/2023 by soiqualang_chentreu Posted in GIS, Lang thang, WebGIS Tagged 3D WebGIS, Maptalks, Threejs, webgisLeave a Comment on Show Your Data Base On Maptalks & Threejs

A maptalks Layer to render with three.js Show Your Data Base On Maptalks & Threejs https://github.com/maptalks/maptalks.three https://deyihu.github.io/maptalks.three.website/ https://maptalks.org/maptalks.three/demo/index.html

Read More

Notes Podcast Generator

Posted on 12/04/2023 by soiqualang_chentreu Posted in Lang thang Tagged AI, Machine learning, PodcastLeave a Comment on Notes Podcast Generator

Notes Podcast Generator AI Podcast Generator https://podcastgenerator.net/blog/ https://github.com/PodcastGenerator/PodcastGenerator https://podcastgenerator.net/ https://cookup.ai/a/podcast-script-generator-tvisd7cf/ https://paraphrasingtool.ai/podcast-script-generator/ https://cookup.ai/collection/ https://paraphrasetool.com/compose-modes/podcast-script-generator https://www.typestudio.co/company/pricing Text to Speech https://www.naturalreaders.com/online/ https://freetts.com/

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.