Multiple Encodings on One Server

Table of Contents Multiple Encodings on One Server Short Version for Gurus Character Encodings UTF-8 – the Best Encoding Other encodings Character Encoding Should be in Document Problem Solution Testing Advanced Stuff Links Multiple Encodings on One Server Character encoding … Continue reading

Posted in Old Site | Tagged , , , , , , , , , , , , , , | Comments Off on Multiple Encodings on One Server

Per User bin/

Per User bin/ Run your shell scripts just like any other command, without writing ./command. This article is a work in progress. $ mkdir $HOME/bin/ $ nano .bashrc Add as the last line PATH=$PATH:$HOME/bin To use, close and open shell. … Continue reading

Posted in Old Site | Tagged , , , , , | Comments Off on Per User bin/