Donate to support Palestine

How to fix file associations for KDE apps in Hyprland

Recently, I’ve ran into an issue where file associations are broken in KDE applications when running them inside Hyprland, but not when they are running inside KDE.

How to reset the Master layout on Hyprland

Since Hyprland does not come with a way to reset the Master layout like X11 window managers such as XMonad, this has to be done manually using hyprctl:

Bootstrap Prompts

Demoing bootstrap prompts.

How to flash the stock rom back onto a Galaxy A52s 5G

Windows 7/8/10/11 In this guide I will use Windows to do this, this is possible on Linux too, but a different tool is needed called heimdall which does the same things as Odin on Windows. In the future I may write here on how to use heimdall on Linux in order to do the same thing.

Technicolor TG589VAC-V2

Accessing the admin console on a Technicolor TG589VAC-V2

The Technicolor TG589VAC-V2 comes with the ability to SSH into it to perform tasks like viewing the running processes via top or listing the active routing tables. In this post I will explain how to enter the SSH console of this router.

Why use Gentoo? (actually)

Gentoo is a Linux distribution praised for its customization potential. Most people on the internet say that it is better than other distributions for these (common) reasons:

Why do you need to compile certain kernel drivers as modules?

I had this question when I was trying to compile my own kernel.

RAID1 diagram

Converting single-device BTRFS to dual-device BTRFS RAID1 on OpenSUSE Tumbleweed

How to convert a single-disk BTRFS filesystem to a dual-disk BTRFS RAID1 array on OpenSUSE Tumbleweed.

How to install Gentoo Linux

Quickest way to install Gentoo Linux.

Libvirt Networking Issue

Libvirt does not provide internet access to VMs over the default network.

Converting Org-Mode to Markdown for Jekyll

Writing Jekyll posts in Org Mode.

Learning Org Mode

Thoughts on learning Org Mode.

Embark Usage

Usage of the Embark package in Emacs.

Using IWD instead of WPA SUPPLICANT for WIFI in Fedora

How to use IWD instead of WPA Supplicant for WIFI in Fedora Linux.

Thinkpad T410

Thinkpad T410 random shutdown issue

Debugging a random shutdown issue of the Thinkpad T410.

How to setup ZNC in Fedora Linux

Setting up ZNC in Fedora Linux is pretty much the same as in every other Linux distribution. Here are the steps:

Dont Copy Code

Don’t copy code unless you understand what it does.

Play Music Emms

How to use Emacs to play Music.

How dafuq does the theme on the blog work.

This page is for me to test the CSS on this website.

Hackintosh

Too much time to get a system that works but you can’t use Apple services which are most of the MacOS experience. Nor can you use the App Store so you can’t install applications unless the applications themselves have a website that lets you download the app without an Apple ID.

How to get format=flowed working in GNUs

GNUs makes it very easy to enable format=flowed1. https://www.emacswiki.org/emacs/GnusFormatFlowed ↩

The Environment Doesn't Matter.

The environment in which you do something does not matter. You can use the most efficient environment and still not get anything done. Use what you like but don’t go into the line of thinking that the environment is what caused you to do that thing. It is you that caused you to get something done.

Bootstrap Alerts

Demoing bootstrap alerts.

Get Jekyll Working Fedora

Today, after a while of not using my blog and removing the Github pages site, I was trying to get Jekyll working on Fedora.

Write Html With Elisp

Recently I searched for a way to use Emacs Lisp to write HTML, I found a library called “charge” from this guy which lets you do exactly that: https://hungyi.net/posts/dead-simple-emacs-lisp-templating/