Today I found there’s update of the “bash-completion” then I found “abs-guide” package.
How to put a desktop file to your main menu in GNOME
What is '*args' and '**kwargs' in Python
Nine Most Popular Open Source Licenses
From here.
Semantic Versioning
“Semantic versioning“ is a “software versioning“ strategy which aims to reslove the “dependency hell” problem. I knew it from here. Here is the description from WikiPedia about it:
A Test of Clojure
A Good Post Introducing JavaScript Closure
Resolve npm update 'node-gyp' hung problem
How to remove nodejs manually from Ubuntu
Here is a step-by-step guide to remove the existing old “node.js” from my Ubuntu 10.04 manually and reinstall the latest version of “node.js”.
Set the position and size of gnome-terminal
Basically the solution of this requirement is to add the “geometry” paramter to the “gnome-terminal” command line, but here I get a good way to know what’s the “geometry” parameter value you want from here.