Skip to content

Instantly share code, notes, and snippets.

@xbns
xbns / arch-linux-installation-on-mbr-system.md
Last active February 6, 2025 04:59
Arch Linux Installation Process for a Legacy/BIOS/MBR System #arch-linux

Arch Linux Installation Process for a Legacy/BIOS/MBR System

We will tackle this process in 10 steps listed below.

I didn't want to repeat some sections well explained in the UEFI Process. You can refer there and follow due process.

Namely;

  • Connecting to WiFi.
@xbns
xbns / arch-linux-installation-on-uefi-gpt-system.md
Last active October 19, 2024 22:57
Installing Arch Linux for UEFI/GPT System #arch-linux

Installing Arch Linux for UEFI/GPT System

For BIOS/MBR Legacy system refer to here

Installation process over a Wi-Fi

Download the .iso file from Arch Linux Official Site.

Step 1: Make a Live USB Disk and boot from it.

@xbns
xbns / why-this-partitioning-scheme.md
Last active August 4, 2024 12:09
Why this partitioning scheme #arch-linux

Why this partitioning scheme

Laptop 1: hp-4540s-i5 (BIOS/MBR)

$ sudo dmidecode | grep -A3 '^System Information'
System Information
@xbns
xbns / users.py
Last active April 15, 2024 10:28
#tech
"""
__author_ = "Josphat Mutuku"
__date__ ="2019-07-03"
"""
import requests
import unittest
import json
import ijson
@xbns
xbns / verify-message.py
Last active January 10, 2024 19:29
#tech
"""
__author_ = "Josphat Mutuku"
__date__ ="2019-07-03"
"""
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.common.exceptions import NoSuchElementException
import unittest
@xbns
xbns / postman_api_test.js
Last active November 23, 2022 12:14
token auth [postman token authentication automation ]#postman
const lodash = require('lodash')
pm.test("Validate Response to be 200 OK", function () {
pm.response.to.have.status(200);
});
pm.test("Validate Response Time to be less than 200ms", function () {
pm.expect(pm.response.responseTime).to.be.below(200);
});
@xbns
xbns / zsh_antigen_oh-my-zsh_powerlevel10k.md
Created June 9, 2022 21:17
{Installation of zsh in wsl2] Install Zsh, Antigen plugin manager, Oh My Zsh extensions & powerlevel10k Theme in wsl1 #zsh #wsl2 #antigen #oh-my-zsh

1. How to install zsh package on ubuntu 20.04

$ sudo apt install zsh

*Launch Zsh

$ zsh
@xbns
xbns / refind.conf
Last active May 27, 2022 23:45
How to install rEFInd Boot Manager & bootloader
timeout 20
use_graphics_for linux
scanfor internal,external,optical,manual,firmware
dont_scan_files grubx64.efi
#include manual.conf
@xbns
xbns / merge.md
Last active August 9, 2021 11:00
#ghostscript #pdf
@xbns
xbns / pandoc-docx-docx.bat
Created May 24, 2021 06:37
#batch convert from docx to docx using pandoc
:: pandoc-docx-md.bat
::
:: Don't show these commands to the user
@ECHO off
:: Set the title of the window
TITLE Convert docx to markdown with Pandoc
:: Select file marker
:selectfile
:: Clear any preexisting filename variables
SET filename=