Skip to content

Instantly share code, notes, and snippets.

View mubeeniqbal's full-sized avatar
💯
I must warn you against over-engineering. Most developers suffer from it.

Mubeen Iqbal mubeeniqbal

💯
I must warn you against over-engineering. Most developers suffer from it.
View GitHub Profile
@mubeeniqbal
mubeeniqbal / Xresources
Last active August 29, 2015 14:10
Config file for X client applications.
! rxvt-unicode resources
! URxvt*termName: string
! URxvt*geometry: geometry
! URxvt*chdir: string
! URxvt*reverseVideo: boolean
! URxvt*loginShell: boolean
! URxvt*jumpScroll: boolean
! URxvt*skipScroll: boolean
! URxvt*pastableTabs: boolean
@mubeeniqbal
mubeeniqbal / arch-linux-vm-install
Last active February 22, 2018 18:55
Script to install Arch Linux on a virtual machine.
#!/bin/bash
#
# This is an Arch Linux installation script for UEFI virtual machines.
# Btrfs note: CoW can negatively affect performance with large files that have
# small random writes. Disable CoW for databases and virtual machine images.
#
# To disable CoW for single files/directories do:
# $ chattr +C /dir/file