Sitemap
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Pages
Posts
Fix corrupted dpkg (Debian Package) ?
Unfortunately, Debian fell into a bad state, where it could not run any action.
Filesystem Hierarchy Standard
Sometimes it is difficult to grasp directory structure in Linux/Ubuntu.
Packaging Python Projects
It is a short note to show how to package a simple Python project, build it and how to upload it to the Python Package Index, which is a repository of softwa...
Install svtplay-dl from source
Svtplay-dl
Remove an automatically spawned process
Recently I got a new computer from work and it was pre-installed with some softwares from IT support service. Some of them are useful to aid IT support to re...
Working with Google App Script
Google Apps Script is a JavaScript development platform, where you can do more with Google products.
Out from the shadow
I had been very actively on writing technical notes from 2009 on WordPress and then it had cooled down gradually until a complete stop in late 2017.
Logical Query Processing
This images illustrates in which order SQL operations are executed.
C++ Generating code with macro
In order to avoid repetition of code, which means a big No to copy-and-paste code, I need to put similar code into a macro, or a function. Considering this, ...
Arrange photos by their creation dates
The goal is that photos would be arranged programmatically into different directories, preferably starting with Year as root directories and a list of YYYY-M...