Running github action runner run.sh as services in ubuntu

# create file runner-services.sh #!/bin/bash # Your script commands her /home/username/actions-runner/run.sh # create file service at /etc/systemd/services/action-runner.service [Unit] Description=action-runner [Service] ExecStart=/home/username/actions-runner/runner-services.sh Restart=on-failure User=username -> adjust with your…

psychology of money e1698836044425

Resume buku psychology of money

Buku yang menarik , mengajarkan cara menggunakan uang secara bijak, jadi dapat banyak insight insight di buku ini. Berikut adalah beberapa poin penting dari buku Psychology of…

Install node-red via docker

Create docker volume for persistent data docker volume create –name node_red_data Run docker docker run -it -p 1880:1880 -v node_red_data:/data –name mynodered nodered/node-red backup volume node-red docker…

qrcode

QR code bisa save kontak

Iseng buatin apps untuk buat qrcode yang bisa save ke kontak apabila disimpan, silahkan liat demonya disini https://qr.susiloharjo.web.id source codenya disini kalau mau modif modif silahkan https://github.com/susiloharjo/flask-qr-vcard

Enable tuneling at proxmox lxc

Noted for me adding tuneling at proxmox lxc. Open proxmox host shell and open /etc/pve/lxcnumber/lxc.conf (/etc/pve/100/100.conf) and then add this lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net dev/net…

2023 08 04 19 11

Belajar Kubernetes dengan k3s bagian 1

Catatan belajar kubernetes dengan k3s, semoga bermanfaat juga buat yang lain langkah pertama instalasi, saya menggunakan ubuntu server sebagai host dokumentasi k3s silahkan baca disini Langkah langkah…