Ben Chuanlong Du's Blog

It is never too late to learn.

Java PPA for Ubuntu

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

sudo add-apt-repository ppa:webupd8team/java

If you are behind a firewall and has to communicate to the internal via a proxy, you can first export the environment vairables http_proxy and https_proxy …

Upgrade Release of Ubuntu

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

https://help.ubuntu.com/community/EOLUpgrades

Install NodeJS on Ubuntu

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

wajig install nodejs npm
sudo ln -s /usr/bin/nodejs /usr/bin/node

Notice that it is necessary to create a symbolic link for node, as many Node.js tools use …

Tips on Kerberos

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

Installation

Ubuntu

apt-get install krb5-user

CentOS

yum install -y ntp yum install krb5-workstation krb5-libs krb5-auth-dialog

Issues

kinit: Permission denied while initializing Kerberos 5 library

It is likely due to the fact …

Comparison of (Debian Series) Linux Distributions

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

The Debian series Linux (including Debian, Ubuntu, Mint, antiX, etc) is a popular Linux distribution series. It is a good choice for personal (desktop) use. The following are some comparisons based …