Click the "Read more" button below to see my procedure on how to setup MAME and Mednafen on Debian64 12.
Installing Python Pelican in MacOS Sequoia 15.4
I've jumped into the Apple Silicon bandwagon as it appears to me it's gotten ahead of Intel. And since the Asahi project has made a lot of work in getting GNU/Linux operational in Apple Silicon, I got interested more. Lastly, it seems to me that Apple MacBook Air M2s are getting low in supply, thus I snatched one when I was able to. One of the first things I did with my MacBook Air M2 is to setup Python Pelican in MacOS. Click the "Read more" button below to see the procedure I used for this.
Setting Up Slackpkg+ In Slackware64 15
Click "Read more" to see my procedure for setting up slackpkg+ on Slackware64 15.0. Slackpkg+ "is a simple plugin that allows the user to add third-party repositories to slackpkg."
Setup A Minimal Debian64 12 OpenLDAP Server and Client
Happy Chinese New Year. I welcome the Year of the Wood Snake with a blog post on how to setup a minimal Debian64 12 OpenLDAP server and client. Click "Read more" to see the post.
Setup A Debian64 12 KVM Server and Virt-Manager Client
This blog post discusses how to setup a minimal Debian64 12 KVM Server with bridged networking. This also discusses how to setup a Debian64 12 GUI Virt-Manager client for your KVM server.
Create a LUKS encrypted EXT4 filesystem in a file under GNU/Linux
This blog post discusses how you can make a LUKS encrypted EXT4 filesystem in a file. Please note that this article assumes that you have the necessary software installed from your GNU/Linux distribution.
Tagged as : gnu/linuxCreate a LUKS encrypted EXT4 filesystem in a partition under GNU/Linux
This blog post discusses how you can make a LUKS encrypted EXT4 filesystem in a partiion. Please note that this article assumes that you have the necessary software installed from your GNU/Linux distribution.
Tagged as : gnu/linuxSimple firewall script I now use in my Slackware powered laptop
In the past, I've been using the Projectfiles rc.firewall script for my Slackware firewalling needs. However, I thought I could make use of a more simple script. I then checked the internet if there is one I could use. I then found the script (https://github.com/BrentonEarl/Iptables-Script/blob/master/rc.firewall.laptop) you'll see in this post. It is the /etc/rc.d/rc.firewall script I use now for my Slackware powered laptop. Click "Read more" for the script. :)
Bash shell script for removing duplicate files
For removing duplicate files, I find this script to be useful. Click "Read more" to see the script. :)
Review of Pelican
This blog used Wordpress in the past. Now, this is a static HTML blog. Among the reasons for this change are better security, lower hosting overhead, lower cost, and lower software maintenance. The tool I now use is Pelican, which is written in Python. In this post, I will make a short review of Pelican.