Skip to content

Instantly share code, notes, and snippets.

Avatar
💭
\

Tibix TibixDev

💭
\
  • Romania
View GitHub Profile
@DavidBuchanan314
DavidBuchanan314 / NWSL.TXT
Last active May 18, 2023 14:32
I think this is functionally MIT-equivalent but I am not a lawyer!
View NWSL.TXT
NUCLEAR WASTE SOFTWARE LICENSE V1.0
Copyright <YEAR> <OWNER>
This software license is a message... and part of a system of messages...
pay attention to it! Writing this this software and associated documentation
files (the "Software") was important to us. We considered ourselves to be a
powerful culture. This Software is not a place of honor... no highly
esteemed deed is commemorated here... nothing valued is here. What is here was
dangerous and repulsive to us. This message is a warning about danger. The
@rumansaleem
rumansaleem / clean-up-arch-linux.md
Created May 28, 2019 08:51
Instructions to clean up Arch Linux (Manjaro)
View clean-up-arch-linux.md

Contents

  • Clean pkg cache
  • Remove unused packages (orphans)
  • Clean cache in /home
  • remove old config files
  • Find and Remove
    • duplicates
    • empty files
    • empty directories
  • broken symlinks
@diffficult
diffficult / installing_virt_manager.md
Last active April 27, 2023 12:26
Easy instructions to get virt-manager qemuv/kvm running on Arch
View installing_virt_manager.md

Easy instructions to get QEMU/KVM and virt-manager up and running on Arch

  1. Make sure your cpu support kvm with below command:

     grep -E "(vmx|svm)" --color=always /proc/cpuinfo
    
  2. Make sure BIOS have enable “Virtualization Technology”.

  3. User access to /dev/kvm so add your account into kvm(78) group:

@DomPizzie
DomPizzie / README-Template.md
Last active May 31, 2023 16:18
A simple README.md template
View README-Template.md

Project Title

Simple overview of use/purpose.

Description

An in-depth paragraph about your project and overview of use.

Getting Started

@shamil
shamil / mount_qcow2.md
Last active June 3, 2023 12:31
How to mount a qcow2 disk image
View mount_qcow2.md

How to mount a qcow2 disk image

This is a quick guide to mounting a qcow2 disk images on your host server. This is useful to reset passwords, edit files, or recover something without the virtual machine running.

Step 1 - Enable NBD on the Host

modprobe nbd max_part=8