...
A Guide to Compiling the Linux Kernel All By Yourself

A Guide to Compiling the Linux Kernel All By Yourself

You may be interested in compiling the Linux kernel yourself, for many reasons. It might be, but not limited to, one of the following: Trying out a newer kernel than what your Linux distribution provides Building the kernel with a different set of configuration options and/or drivers A learner’s curiosity 🙂 This guide will show you how you can compile the Linux kernel yourself, with the commands that you should run, why run these commands and explain what it does.…
Read More
Github Mistakes and What I Wish I Knew Sooner

Github Mistakes and What I Wish I Knew Sooner

I’ve made a LOT of GitHub mistakes! Here is a list of things most new users do not know or do WRONG! Website guide: https://christitus.com/do-not-make-these-github-mistakes/ Read moreThe last 12 Months (2019/2020) & Looking Forwards (2021) | Kali Linux BlogTimestamps:00:00 Why GitHub01:37 Raw Files03:14 Branches05:19 Pull Requests08:14 Issues10:17 Rollbacks13:33 Unit Tests Support My Work———————————————————————————–??…
Read More
How to upgrade to LMDE 6

How to upgrade to LMDE 6

It is now possible to upgrade LMDE 5 to version 6. First, refresh your cache and install the Upgrade Tool by typing the following commands in a terminal: apt update apt install mintupgrade Then type the following command to launch the Upgrade Tool: sudo mintupgrade Read moreThe last 12 Months (2019/2020) & Looking Forwards (2021) | Kali Linux BlogFollow the instructions on the screen.…
Read More