pyenv is a tool to manage different versions of python installation. This post summarize the steps that I take in order to install pyenv tool. You can also reference the steps in the pyenv installer as below: https://github.com/pyenv/pyenv-installer However, the… Read More
change network interface setting in debian linux
I have been using RHEL Linux for a long time. However, I seldom have a chance to use a Debian Linux. These days I am working on an application deployed in Debian Linux. To make this application applicable by outside,… Read More
an introduction to wine
Recently I have changed my working city from one to another. At the same time, my working laptop also has changed. It now has stricter rules on installing software. My favorite pdf reader, foxit pdf reader, is not in the… Read More
the EDITOR and VISUAL environment variables
I installed a Debian Linux OS today, but found that the default text editor is nano, which I am not familiar with. After searching how to set text editor using google, I got the solution. Two environment variables can be… Read More