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

Tag: Linux

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

[Ubuntu] Install NodeJs 18 on Linux

Posted on 02/06/2023 by soiqualang_chentreu Posted in Lang thang, Linux Tagged Linux, Nodejs, ubuntuLeave a Comment on [Ubuntu] Install NodeJs 18 on Linux

[Ubuntu] Install NodeJs 18 on Linux curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash – apt-get install nodejs node -v # npm install

Read More

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

Linux Lấy IP host từ Docker Container

Posted on 10/04/2023 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged Docker container, LinuxLeave a Comment on Linux Lấy IP host từ Docker Container

Linux Lấy IP host từ Docker Container Lấy IP host Log vào Docker container để cài mấy lệnh sau apt-get update -y apt-get install -y iputils-ping apt install net-tools Sau đó check netmask container đang chạy là bao nhiêu Check […]

Read More

Fix The repository no longer has a Release file on Ubuntu

Posted on 23/02/202323/02/2023 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Linux, Mẹo vặt Tagged Linux, repository, ubuntuLeave a Comment on Fix The repository no longer has a Release file on Ubuntu

Fix The repository no longer has a Release file on Ubuntu Xử lý lỗi The repository no longer has a Release file trên Ubuntu https://azdigi.com/blog/linux-server/the-repository-no-longer-has-a-release-file/ I. Giới thiệu và nguyên nhân Trong quá trình sử dụng hệ điều hành Ubuntu […]

Read More

[Linux] Adjust and increase the capacity of VDI virtual drive to install Ubuntu on VirtualBox

Posted on 29/09/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Linux, Mẹo vặt, Sói's Tutorials Tagged Linux, ubuntu, VDI, VirtualBoxLeave a Comment on [Linux] Adjust and increase the capacity of VDI virtual drive to install Ubuntu on VirtualBox

[Linux] Adjust and increase the capacity of VDI virtual drive to install Ubuntu on VirtualBox Problems encountered I have deployed an ubuntu server on the virtualbox virtualization platform, I divided the hard drive space is 200GB, but after creating and […]

Read More

Linux remove nginx completely

Posted on 26/09/2022 by soiqualang_chentreu Posted in Lang thang, Linux Tagged Linux, nginxLeave a Comment on Linux remove nginx completely

Linux remove nginx completely Removes all but config files. sudo apt-get remove nginx nginx-common Removes everything. sudo apt-get purge nginx nginx-common After using any of the above commands, use this in order to remove dependencies used by nginx which are […]

Read More

Ubuntu Linux Change Hostname (computer name)

Posted on 22/09/202222/09/2022 by soiqualang_chentreu Posted in Uncategorized Tagged computer name, Hostname, Linux, ubuntuLeave a Comment on Ubuntu Linux Change Hostname (computer name)

Ubuntu Linux Change Hostname Ubuntu change hostname command The procedure to change the computer name on Ubuntu Linux: Type the following command to edit /etc/hostname using nano or vi text editor: sudo nano /etc/hostname Delete the old name and setup […]

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

[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

[Rclone] Config rclone to support diffie-hellman-group-exchange-sha256 diffie-hellman-group-exchange-sha1

Posted on 25/05/2022 by soiqualang_chentreu Posted in Lang thang, Linux Tagged Linux, mount, rclone, sftpLeave a Comment on [Rclone] Config rclone to support diffie-hellman-group-exchange-sha256 diffie-hellman-group-exchange-sha1

[Rclone] Config rclone to support diffie-hellman-group-exchange-sha256 diffie-hellman-group-exchange-sha1 Err info haugiang@hg-nn-web:/$ rclone mount backup_sftp:/NongNghiep/ /gdrive2/ –allow-non-empty 2022/05/25 03:09:25 Failed to create file system for "backup_sftp:/NongNghiep/": NewFs: couldn't connect SSH: ssh: handshake failed: ssh: no common algorithm for key exchange; client offered: […]

Read More

Cài Docker Compose trên Ubuntu (Linux)

Posted on 19/05/2022 by soiqualang_chentreu Posted in Công nghệ, Lang thang, Linux Tagged Docker, Docker Compose, Linux, ubuntuLeave a Comment on Cài Docker Compose trên Ubuntu (Linux)

Cài Docker Compose trên Ubuntu (Linux) Lỗi Unable to locate package docker-compose-plugin Ban đầu mình cài với lệnh sudo apt install docker-compose-plugin, tuy nhiên bị lỗi sau: Unable to locate package docker-compose-plugin haugiang@hg-nn-web:/nongnghiep/docker/postgresql$ sudo apt-get update Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease […]

Read More

[Install SSL Certificate into Linux] Installing Certificate PFX into Unbuntu Linux

Posted on 10/05/202210/05/2022 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged Linux, ssl, SSL CertificateLeave a Comment on [Install SSL Certificate into Linux] Installing Certificate PFX into Unbuntu Linux

[Install SSL Certificate into Linux] Installing Certificate PFX into Unbuntu Linux Export Private Key and Certificate from PFX file Export the Private Key openssl pkcs12 -in domain.com.pfx -nocerts -out domain.com.pem -nodes Export the Certificate openssl pkcs12 -in domain.com.pfx -nokeys -out […]

Read More

rclone – Fatal error: failed to mount FUSE fs

Posted on 10/05/2022 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged Linux, rcloneLeave a Comment on rclone – Fatal error: failed to mount FUSE fs

rclone – Fatal error: failed to mount FUSE fs Error info 2022/05/10 04:07:15 mount helper error: fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf 2022/05/10 04:07:15 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 […]

Read More

rclone – couldn’t connect ssh: ssh: must specify HostKeyCallback

Posted on 10/05/2022 by soiqualang_chentreu Posted in Lang thang, Linux, Mẹo vặt Tagged HostKeyCallback, Linux, rcloneLeave a Comment on rclone – couldn’t connect ssh: ssh: must specify HostKeyCallback

rclone – couldn’t connect ssh: ssh: must specify HostKeyCallback Error info Fix rclone – couldn’t connect ssh: ssh: must specify HostKeyCallback https://github.com/rclone/rclone/issues/3557#issuecomment-533618145 sudo curl https://rclone.org/install.sh | sudo bash References https://rclone.org/downloads/ https://github.com/rclone/rclone/issues/3557#issuecomment-533618145

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.