Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on the Redox Operating System

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

Try Redox in a Virtual Machine

  1. Install VirtualBox on your machine.

  2. Download the ova file for redox using the link https://static.redox-os.org/releases/ .

  3. Double click the ova file to …

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 …