Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Debian

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Debian is much harder to use than Ubuntu and Ubuntu-based Linux distributions. It is suggested that you use Ubuntu or an Ubuntu-based Linux distribution instead of Debian.

Installation

Please refer to …

Install the Latest Version of Python in Ubuntu

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

There are a few ways to install a newer version of Python on Ubuntu. If you want to completely overwrite the system version of Python, it is suggested that you install …

Things to Do After Reimaging Mac

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Install Homebrew.

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    
  2. Install XCode from the App store.

  3. Install and configure Hyper.js.

    xinstall hyper -ic
    
  4. Install …

Tips on macOS

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Print Mac OS X operating system version information.

    sw_vers -productName
    
  2. iTerm2 is the best termimal application in Mac.

  3. You can use Homebrew to install applications in Mac similar to the command …