Raspberry pi articles by Ohidur Rahman Bappy
SSH TUNNELLING - Autossh
· ☕ 6 min read
Guide to using ssh tunneling with autossh

· ☕ 1 min read
docker-compose -f homeassistant.yml up -d version: '3' services: homeassistant: container_name: homeassistant image: "ghcr.io/home-assistant/home-assistant:stable" volumes: - /dkr/homeassistant/config:/config - /etc/localtime:/etc/localtime:ro restart: unless-stopped privileged: true network_mode: host Now go to http://host:8123

Basic usage of crontab
· ☕ 7 min read
Guide to using crontab on linux os