Skip to content

Long's blog

Góp nhặt của một kẻ mù công nghệ :p

  • 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
  • Books
  • Games
    • Harvest Moon

Author: soiqualang_chentreu

[Sưu tầm] Note về Docker-compose

Posted on 09/08/202209/08/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang Tagged Docker, Docker ComposeLeave a Comment on [Sưu tầm] Note về Docker-compose

Note về Docker-compose Nguồn: https://viblo.asia/p/docker-chua-biet-gi-den-biet-dung-phan-3-docker-compose-3P0lPm6p5ox 1. Mở đầu Xin chào các bạn, sau khi đi qua hai phần đầu của series: Docker – Chưa biết gì đến biết dùng, chúng ta đã tìm hiểu Docker, dockerfile, image, container … là gì và sử […]

Read More

Docker clear unused Docker images, volumes

Posted on 08/08/2022 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged Docker, LinuxLeave a Comment on Docker clear unused Docker images, volumes

Docker clear unused Docker images, volumes https://stackoverflow.com/questions/32723111/how-to-remove-old-and-unused-docker-images # unused Docker images sudo docker image prune -a # unused Docker volumes sudo docker volume prune

Read More

Loạt ảnh thú vị giúp bạn hiểu thế giới xung quanh ta vận hành như thế nào?

Posted on 06/08/2022 by soiqualang_chentreu Posted in Capuchino, Lang thangLeave a Comment on Loạt ảnh thú vị giúp bạn hiểu thế giới xung quanh ta vận hành như thế nào?

Nguồn: https://quantrimang.com/17-buc-hinh-dong-giup-ban-hieu-the-gioi-xung-quanh-ta-van-hanh-nhu-the-nao-127134?fbclid=IwAR2wHU8cXAWUuwgxkai19RDMwHLhMW1ze2w-UT_WjIpSmu9fhRXJuzqlEo4 Những hình ảnh thú vị dưới đây sẽ giúp bạn hiểu hơn về cách thức thế giới xung quanh vận hành mỗi ngày. Có những thứ giản đơn xuất hiện trước mắt chúng ta mỗi ngày nhưng có […]

Read More

Python resources for Earth sciences

Posted on 03/08/202203/08/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Tài liệu Tagged Earth sciences, Geospatial Analysis, Mapping, pythonLeave a Comment on Python resources for Earth sciences

Python resources for Earth sciences https://github.com/javedali99/python-resources-for-earth-sciences/blob/main/README.md This repository contains information about python libraries broadly relevant to Earth Sciences (Hydrology, Meteorology, Geospatial, Climatology, Oceanography etc.). The libraries are broadly grouped according to their function; however, many have functionality that spans multiple […]

Read More

Lỗi No Python at… khi gọi từ python Virtual Environment

Posted on 01/08/202201/08/2022 by soiqualang_chentreu Posted in Mẹo vặt Tagged python, Virtual EnvironmentLeave a Comment on Lỗi No Python at… khi gọi từ python Virtual Environment

Lỗi No Python at… khi gọi từ python Virtual Environment Lỗi này xuất khi khi hệ thống không tìm được path đã được lưu trong python Virtual Environment, lý do có thể do:\ Khi cài python thì nó sẽ cài vào trong thư […]

Read More

[Linux] Kiểm tra dung lượng file, folder

Posted on 01/08/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged LinuxLeave a Comment on [Linux] Kiểm tra dung lượng file, folder

[Linux] Kiểm tra dung lượng file, folder du -a /webdir/ | sort -n -r | head -n 20 sudo du -a /webdir/ | sort -n -r | head -n 20 find -type f -exec du -Sh {} + | sort […]

Read More

How to enable CORS in Python Flask

Posted on 22/07/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged CORS, Flask, pythonLeave a Comment on How to enable CORS in Python Flask

How to enable CORS in Python Flask I’ve just faced the same issue and I came to believe that the other answers are a bit more complicated than they need to be, so here’s my approach for those who don’t […]

Read More

Ionic Recognized as Top Leader in Mobile Development Frameworks (07/2022)

Posted on 22/07/202222/07/2022 by soiqualang_chentreu Posted in Uncategorized Tagged Frameworks, Ionic, Mobile DevelopmentLeave a Comment on Ionic Recognized as Top Leader in Mobile Development Frameworks (07/2022)

Hôm nay mình nhận được 1 cái mail thế này, thấy cũng an tâm hơn khi đang dùng IONIC để triển khai các app mobile. Trước kia khi cũng có vọc Flutter, nhưng không cảm nổi, sau chuyển qua IONIC thì nghe mấy đứa Flutter […]

Read More

IONIC Updating Dependencies

Posted on 20/07/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Dependencies, Ionic, Nodejs, npmLeave a Comment on IONIC Updating Dependencies

IONIC Updating Dependencies Check module is outdate https://stackoverflow.com/questions/16525430/npm-check-and-update-package-if-needed npm outdated Update Dependencies npm update Lỗi npm Could not resolve dependency npm Could not resolve dependency Để fix, tôi chạy lệnh này npm update –save –legacy-peer-deps https://stackoverflow.com/questions/64573177/unable-to-resolve-dependency-tree-error-when-installing-npm-packages Kết quả

Read More

Global Flood Mapper (GFM)

Posted on 19/07/2022 by soiqualang_chentreu Posted in Lang thang, Tài liệu Tagged Flood Mapper, GEE, Google Earth Engine, remote sensingLeave a Comment on Global Flood Mapper (GFM)

Global Flood Mapper (GFM) https://github.com/PratyushTripathy/global_flood_mapper This repository contains the link to the global flood mapper tool as described in the article "Global Flood Mapper: a novel Google Earth Engine application for rapid flood mapping using Sentinel‑1 SAR". Please read the usage […]

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 Cutting/trim out a portion of video

Posted on 30/06/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged python, videoLeave a Comment on Python Cutting/trim out a portion of video

Python Cutting/trim out a portion of video from moviepy.video.io.ffmpeg_tools import ffmpeg_extract_subclip ffmpeg_extract_subclip("video1.mp4", start_time, end_time, targetname="test.mp4") start_time, end_time in second Ex: from moviepy.video.io.ffmpeg_tools import ffmpeg_extract_subclip # Cut out from 02:25 to 04:32 ffmpeg_extract_subclip("TrienLam_HaNoi_2020.mp4", 145, 272, targetname="Thuyloi_BenTre.mp4") https://stackoverflow.com/questions/37317140/cutting-out-a-portion-of-video-python

Read More

[Fix error] An unhandled exception occurred: [BABEL] /workdir/test/chess/www/1-es2015.js: Could not find plugin “proposal-class-static-block”

Posted on 30/06/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged es2015, Ionic, proposal-class-static-blockLeave a Comment on [Fix error] An unhandled exception occurred: [BABEL] /workdir/test/chess/www/1-es2015.js: Could not find plugin “proposal-class-static-block”

[Fix error] An unhandled exception occurred: [BABEL] /workdir/test/chess/www/1-es2015.js: Could not find plugin "proposal-class-static-block" Error info How to fix this error This worked for me: Go to tsconfig.json change "target": "es2015", to "target": "es5", References https://forum.ionicframework.com/t/could-not-find-plugin-proposal-numeric-separator/185556/22

Read More

IONIC Capacitor build Android Debug APK

Posted on 27/06/202227/06/2022 by soiqualang_chentreu Posted in Lang thang, Mẹo vặt Tagged Android, Android Debug, apk, Capacitor, IonicLeave a Comment on IONIC Capacitor build Android Debug APK

IONIC Capacitor build Android Debug APK Install Capacitor npm install @capacitor/core @capacitor/cli npx cap init Add Android platform to Capacitor project ionic build npm install @capacitor/android ionic cap add android Build Android Debug APK with IONIC Capacitor ionic cap copy […]

Read More

Backing up your docker volumes

Posted on 27/06/202227/06/2022 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged backup, Docker, docker volumesLeave a Comment on Backing up your docker volumes

Backing up your docker volumes https://github.com/soiqualang/docker-backup-volume How to backup your volume backup-volume.sh will create a new running docker container and mount the volume to the container. A docker cp will be run and the contents of the volume will be saved into a […]

Read More

Posts navigation

Older posts
Buy me a coffee - MOMO

Tags

Android Android studio api App Bundle ArcGIS cloudflare database Deep Learning Docker gdal geoserver gis github Google Earth Engine guitar htaccess https Ionic IOS javascript Jupyter Notebook Linux Machine learning MapServer mysql Nodejs openlayers php plugin Pokemon postgis postgresql python QGIS raster remote sensing sql tomcat tools ubuntu viettabs.cf viễn thám web webgis wordpress

Recent Posts

  • [Sưu tầm] Note về Docker-compose
  • Docker clear unused Docker images, volumes
  • Loạt ảnh thú vị giúp bạn hiểu thế giới xung quanh ta vận hành như thế nào?
  • Python resources for Earth sciences
  • Lỗi No Python at… khi gọi từ python Virtual Environment

Recent Comments

  • soiqualang_chentreu on IONIC Angular deployment – 404 on page Refresh
  • anthony on IONIC Angular deployment – 404 on page Refresh
  • Thành on Hướng dẫn dùng Wayback machine scraper để lấy lại data web cũ trên Google Collaboratory
  • Phong Thần Thánh on Hướng dẫn dùng Wayback machine scraper để lấy lại data web cũ trên Google Collaboratory
  • soiqualang_chentreu on Update your target API level by November 1, 2021 – android 11 – API 30

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

  • 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