排序
Docker and System Updates with Python
Docker and System Updates with Python, The OG script in bash If you saw my post 'NanoPi Uptime Kuma Setup: A Quick Guide' then you might remember the update script at the end. It w...
Django One-Liners
Django One-Liners, Introduction Writing one liners are cool. Let's try some. Installations and configuration pip install devtools==0.7.0 pip install -U django==3.2.* mkdir myprojec...
Terminal message: “bash: syntax error near unexpected token ‘&’ in Visual Studio Code”
Terminal message: 'bash: syntax error near unexpected token '&' in Visual Studio Code',The reason you arrived at this page, is caused very likely, you are hampered by the fact, Vis...
Setup python 3.6 enviroment with virtualenv
Setup python 3.6 enviroment with virtualenv,My wife ask me to convert few of PDF files to Excell spreadsheet. I did same thing last year by creating some small scripting program in...
awk total records processed
awk total records processed,Hi All, I would like to add several lines to the output of my script. Currently, the script behaves as outlined in the README.md file here. But the beha...
JUT | Read Notebooks in the Terminal
JUT | Read Notebooks in the Terminal,Trying to read a .ipynb file without starting a jupyter server? jut has you covered. watch the video version of this post on YouTube install ju...
SSH Tunnelling with Java
SSH Tunnelling with Java,You heave a sigh of relief, as the QA has approved a long-awaited feature for deployment on Prod. However, as a part of the process, it is first deployed o...
Ergonomic Pyhon Text Piping Solution for Linux Shell with pypyp and uv
Ergonomic Pyhon Text Piping Solution for Linux Shell with pypyp and uv, Abstract This short blog post is an introduction about a linux text piping solution with pypyp and uv, it ca...
DocRaptor vs. WeasyPrint: A PDF Export Showdown
DocRaptor vs. WeasyPrint: A PDF Export Showdown,I recently published an article comparing HTML-to-PDF export libraries. In it, I explored options like the native browser print func...
Writing a Telegram and Email Notifications Script for Zabbix
Writing a Telegram and Email Notifications Script for Zabbix,Monitoring your whole infrastructure is very essential specially in IT infrastructures. I recently learn creating and w...
How to Automate SEO Checks Using Python & Bash – The Beginner’s Guide (Part 1)
How to Automate SEO Checks Using Python & Bash – The Beginner’s Guide (Part 1),MissingLink is a script I created to monitor a network of sites for missing links (internal or exte...
Cara Menginstal Java di Linux
Cara Menginstal Java di Linux,Untuk menginstal Java dari berkas tar.gz, Anda perlu secara manual mengekstrak arsip tersebut, mengatur variabel lingkungan, dan mengonfigurasi sistem...