docker

Virtualization vs Containerization

Virtualization and containerization are both techniques used to manage and deploy applications efficiently, but they differ in their approaches and level of abstraction. Virtualization: Overview: Virtualization involves…

2023 11 29 05 13

The differences between on-premises, IaaS, PaaS, and FaaS

The terms “on-premises,” “IaaS” (Infrastructure as a Service), “PaaS” (Platform as a Service), and “FaaS” (Functions as a Service) refer to different deployment and service models in…

Jenkins pipeline running docker

pipeline { agent { label ‘server_61’ } stages { stage(‘Checkout’) { steps { checkout scmGit(branches: [[name: ‘*/master’]], extensions: [], userRemoteConfigs: [[url: ‘[email protected]:github.git/’]]) } } stage(‘Down Docker’) {…

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…

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