Tech Blog

Transfer files to android using ftp

Android

A common way to transfer files between android and desktop, is to physically plug the phone into the computer, and then transfer files via the mtp (media transder protocol). But this protocol is slow and buggy, and its likely to cause problems when transfering large volumes of files. One alternative to use the ftp protocol.

2021-04-06 17:24:49 +0000


Basic git workflows

Dev

Use git with a basic forking workflow.

2020-10-12 11:22:00 +0000


Setup xfce4 desktop environment

Linux

configure the xfce4 desktop environment on linux

2020-10-10 12:10:00 +0000


Deboostrap a debian system

Linux

Normally to install a linux distribution, you would download an iso, burn it to a usb with something like rufus or etcher, and then boot into it. But this can be timely and hard to automate, an experienced user may prefer to create a system from their already existing distribution.

2020-07-31 16:30:00 +0000


Vim as an IDE part 2

Vim

This is an extension to my first vim-ide post. But this part focuses on setup for intellisense features that increase coding performance, like scanning for errors, autocompletion, refractoring and more.

2020-05-12 19:34:04 +0000