[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
Góp nhặt của một kẻ mù công nghệ :p
[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
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 […]
[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 […]
[Sưu tầm] Điều chỉnh tăng dung lượng ổ đĩa ảo VDI cài Ubuntu trên VirtualBox https://thuanbui.me/dieu-chinh-tang-dung-luong-o-dia-ao-vdi-cai-ubuntu-tren-virtualbox/ Bài viết hướng dẫn cách điều chỉnh tăng dung lượng ổ cứng ảo cài đặt Ubuntu Một ngày đẹp trời, máy ảo Ubuntu cài […]
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 […]
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 […]