Posts

Showing posts from August, 2025

Change IP address

Need to change in : 1. sudo nano /etc/netplan/50-cloud-init.yaml sudo netplan apply 2. sudo systemctl edit docker.service sudo systemctl daemon-reload sudo systemctl status docker.service 3. Portainer tcp://192.168.1.15:2375 (docker api)

Set manual ip via command line

Use the command below to find details of the available adapters and the respective IP information. ip a Go to the netplan directory located at /etc/netplan. ls into the /etc/netplan directory. If you do not see any files, you can create one. The name could be anything, but by convention, it should start with a number like 01- and end with .yaml. The number sets the priority if you have more than one configuration file. sudo nano /etc/netplan/50-cloud-init.yaml sudo netplan apply

Connect bluetooth keyboard

https://askubuntu.com/questions/701978/how-can-a-bluetooth-keyboard-that-requires-a-code-entry-be-paired-in-the-termina $ bluetoothctl [NEW] Controller AA:BB:CC:DD:EE:FF device-name [default] [bluetooth]# power on Changing power on succeeded [bluetooth]# agent on Agent registered [bluetooth]# default-agent Default agent request successful scan onoth]# scan on [bluetooth]# SetDiscoveryFilter success [bluetooth]# Discovery started [bluetooth]# [CHG] Controller 08:B4:D2:CD:96:FE Discovering: yes [bluetooth]# [NEW] Device 1E:92:C2:38:6D:DD 1E-92-C2-38-6D-DD [bluetooth]# [NEW] Device 61:0C:46:EE:B3:C5 JBL Bar 5.0-495 [bluetooth]# [NEW] Device 76:54:8D:8A:24:87 76-54-8D-8A-24-87 [bluetooth]# [NEW] Device 03:2F:83:E5:0D:6C 03-2F-83-E5-0D-6C [bluetooth]# [NEW] Device F0:4D:D4:E5:3E:B1 Bedroom TV [bluetooth]# [NEW] Device 5F:5A:30:8D:4A:FB 5F-5A-30-8D-4A-FB [bluetooth]# [NEW] Device 3B:C5:20:E8:65:22 3B-C5-20-E8-65-22 [bluetooth]# [NEW] Device 75:33:D3:3A:62:D3 75-33-D3-3A-62-D3 [blu...