Posts

Recently I’m using a lot git am with mutt. Save the email that contains the patch with Shift + c, for example: /tmp/p1.
2019-09-13
1 min read
Virtual environments are helpful to ship your application with all needed dependencies, I have been using virtual environments when working with AWS lambda, to start out using them is really simple.
2019-09-10
1 min read
I/O devices are treated as special files called device files, major numbers are used in device files to identify the type of device and the minor number identifies a specific device.
2019-09-03
2 min read