Donate to support Palestine

Kodi Keyboard Shortcuts

A list of keyboard shortcuts used inside Kodi.

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:

How to build an AMD AM4 socket PC

To keep this guide short, I will assume you have these components: A case which uses the ATX form-factor A non-modular power supply AM4 Motherboard that uses the ATX form-factor (in this guide I use an Asrock B450m-HDV r4.0 for examples) An AMD AM4 Ryzen CPU AM4 fan heatsink cooler for the CPU 2 sticks of DDR4 RAM (Random Access Memory) (Dual Channel) PCI-E x16 graphics card 2.5inch SATA SSD

Bootstrap Prompts

Demoing bootstrap prompts.

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

Windows 7/8/10/11 Acquire the stock ROM This is done with a tool called Frija which lets you download the stock firmware for your device.

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

https://nullr0ute.com/2023/01/using-iwd-for-wifi-in-fedora/

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/