June 1, 2024 How to compile vim with clipboard support One major problem beginners face with vim is the inability to copy from/to system clipboard. While usually this problem is solved by installing gvim; an unnecessary bloat. In this article we discover how we can compile vim with clipboard support. #comp science #dev
February 20, 2024 How to turn your old smartphone into a home server Have an extra phone lying around? Use it as a remote server. SSH into it, access its terminal. Transfer files using scp. And much more... #ssh #server