China’s Little Giant
Merics Report Nice topic how china success to fosters their Little Giant Companies The MERICS Report titled “Accelerator State: How China fosters ‘Little Giant’ companies” provides an…
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…

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…

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