Articles Tagged With: linux
Get Organized With TaskWarrior!
Quick introduction how to get productive and organized with amazing commandline tool called Taskwarrior!
How to fix redis busy
How to fix annoying redis busy error when working with redis lua scripts and multiple clients
How to disable thinkpad trackpoint acceleration
A short note on how to properly disable thinkpoint trackpad acceleration
Securing Data With eCryptfs
protect your sensitive data like crypto wallets with eCrypt overlay filesystem!
wisdom.cat
Recently I made small website in flask for aggregating educational youtube videos and I'd like to share my experience.
Getting Terminal Size In Python
Getting terminal size can be vital for your application, especially if you are doing some serious printing or drawing. There are some few tricks worth noting that I'd like to share.
My Bin: center
"My bin" is series of blog post where I cover some useful or at least interesting programs, scripts or hacks that I have in my ~/bin. In this one I cover a small pipeable app that simply centers text to your terminal size.
Guide: setup for python scripting
Short guide on how to setup an environment for executable python scripts