Ben Chuanlong Du's Blog

It is never too late to learn.

Install sbt on CentOS

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

wget http://dl.bintray.com/sbt/rpm/sbt-0.13.5.rpm
sudo yum install sbt-0.13.5.rpm
curl https://bintray.com/sbt/rpm/rpm | sudo tee /etc/yum.repos.d …

Collection of Jupyter Notebooks

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

https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks

https://blog.dominodatalab.com/lesser-known-ways-of-using-notebooks/

https://www.opendatascience.com/blog/jupyter-zeppelin-beaker-the-rise-of-the-notebooks/

Firebug Is Awsome

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

  1. use it to inspect http header

Someone even uses firebug to hack the wireless internet at Hilton hotel. I never tried.

Sharing Files Between Linux and iPad

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

Synchronization Software

Install a sycnhronization software on both your computer and iPad.

Connecting Using USB

Install libimobiledevice-utils and ifuse on your Linux computer.

sudo apt-get install libimobiledevice-utils ifuse

And then run …