DevEnv SetupHow do I install Ubuntu on a new machine?I maintain this note as an instruction to install Ubuntu on a new machine and setup development environment as fast as possible. This note contains my autonomous scripts, and instructions to install necessary packages that I often use.
DevEnv SetupInstall Zsh and Auto suggestion plugin for UbuntuZSH, also called the Z shell, is an extended version of the Bourne Shell (sh), with plenty of new features, and support for plugins and themes. Since it's based on the same shell as Bash, ZSH has many of the same features, and switching …