Posts
thacoon
Cancel

Named Tuples in Python

As I read the great book Python Tricks by Dan Bader I learned about named tuples and was pretty amazed about this. Named tuples can help you to make your code more structured and readable in certai...

Smartphone Apps and OS I Use

My Phone Toolset Hardware I am currently using a refurbished Nexus 4 for a few years now. If you think about buying a new phone, please think deeply about buying a refurbished or used phone. We ar...

Arch Linux encrypted installation

Download Arch Linux Download the archiso image from https://www.archlinux.org/ Verify your iso. Download the PGP signature. Check if your downloaded image has a good signature...

Arch Linux install hardened kernel

Why? Hardening is a process that reduces the surface of vulnerability. It does not change the access controls or fixes any specific bugs but by hardening the kernel many forms of attacks can be pre...

Install a custom Android ROM

Some important facts Please read the whole article before doing anything. Your battery charge should be at least >50% before starting the installation. You should know how to use a termin...