Ben Chuanlong Du's Blog

It is never too late to learn.

Tips and sshfs and fuse

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

  1. If you want to be able to mount remove Linux filesystem on you computer, you can install sshfs and fuse using the following command.

    wajig install sshfs fuse
    

    It is suggested …

Tips on "sed"

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

It is suggested that you use Python script as an alternative to sed for manipulating text files unless you have to stick to shell script.

  1. Add #!/bin/bash to the first …

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 …

Wirelss for Debian

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

  1. Depending on the wireless card on your machine, you might have to install a wireless card dirver manually. You can use the following command to check the type of the wireless …