Author: ben
Building Newer Spotify LPF Package when Newer Package Hasn’t landed Yet in Fedora
LPF (Local Package Factory) is a great tool that really help in repackaging the apps that aren’t allowed to be redistributed as binary directly, and one of the case is closed source application, Spotify. I come across a question that I already have an old version of Spotify client, and I tried to upgrade it…
Running Mautic CRM Automation using PHP Docker with Buildah or Dockerfile
This post is only a notes on how to build a Dockerfile or PHP Docker Image for Mautic 5.x+ CRM Automation. The base image that’s used is docker.io/library/php:8.2-apache, which has no pdo, mysql, zip, intl, and imap. Mautic installation depends on those php extension, and the base php apache image doesn’t have it. To build…
How to Get Wifi Signal Strength via CLI using nmcli on Fedora or Ubuntu
I have been tinkering with my old ASUS A43SV as my home server that serve several services that I have and host on (news.benyamin.xyz and op.benyamin.xyz). This server use a special layer 2 network emulation with ZeroTier as it’s backend and I’m expose it to the internet (for my personal hoby). The problem is sometimes…
Run Shell Script without sudo and with special bit permission using suid-wrapper
We always remember chmod u+s or special permission bit on an executable means when we run the executable it will run as the owner of the executable (read this). There are a problem with it, it will WORK IF it’s a BINARY EXECUTABLE, NOT SHELL SCRIPT! Then how to make shell script behave the same…
How to Change Channels of Snap Installed Package
This maybe surprising for many people, as I don’t like much ubuntu, as you all talk to me on many forums and open source project, you always see me to refer user to fedora, and flatpak.. but for my work now, I’m confined in ubuntu, and snap.. so I tried to just brush it away……
How to Run PostgreSQL as portable executable without installing in Windows
This is probably just another notes that I wrote, because I don’t think everyone will need this, but if anyone need this, I think this will be helpful. So, long story short, I don’t want to install another database service in my Windows Dev Box (on my ASUS A43SV), like I did with MySQL 8…
Podman Compose Error when resolve instance hostname in same pod on RHEL 8.8 : Change the network_backend
So, this is another story or experience that I gain when I wrote my last piece of exercise in University Lab. I have subset of running container compose in Internet Server Administration courses, and one of my assistant told me that podman-compose on nginx-golang (one of the container set up from https://github.com/docker/awesome-compose/tree/master/nginx-golang for learning proxy),…
Install Driver Canon IP2870S di Fedora Linux 38
Ini hanya catatan sederhana saja, untuk instalasi Driver Canon IP2870S atau seri IP2800 apapun. Saya catat karena di website Canon resmi untuk IP2870S tidak menyediakan Versi Linux, tapi ada Driver Linux IP2800. Singkatnya download paket tar.gz driver dari Web Canon, untuk Debian bisa di download di https://id.canon/en/support/0100586502 (bonus saja, judulnya fedora). Untuk Fedora bisa download…
DNS in systemd land using resolvectl : Temporary set, get, status, and clear cache
This is a pretty simple post/notes from my experience with DNS on linux using Fedora/EL based or any systemd-resolved based DNS client. With windows, we have ipconfig command to control the cache of the dns also netsh command to control IP. Most of the time, we can clean the cache just using ipconfig /flushdns, but…
Windows Hyper-V Reserved Ports : How to Disable it (partially)
So, this is only a simple blog post as a notes for me, well, anyone who needs this can also save this post. Long story short, Hyper-V mess up with port configuration on my Windows 10 (On ASUS A43SV). This laptop isn’t my main laptop, but have better quad core CPU, just bulky, I never…