Computers

Computers2026-06-01

Connect to Wi-Fi in Ubuntu

This is a guide to connect to wifi using Ubuntu command line

command linelinuxserverubuntuwi-fi
Computers2026-06-01

Install Rust in Ubuntu

Use rustup , the official Rust installer for Linux/Unix. On Ubuntu: sudo apt update sudo apt install -y curl build-essential curl --proto '=https' --tlsv1 .2 -sSf https://sh.rustup

Computers2026-06-01

Start Program When Ubuntu Boots

Use a systemd service . Since your binary is here: /home/orangepi/apps/ldb/target/release/logicaldb-filemanager-server Create a service file: sudo nano /etc/systemd/system/logicald