This tutorial is still about creating environment variables, just like my last tutorial. But now I create environment variable in Linux, not Windows. To create or edit environment variable in linux is very easy. You may create or edit environment variable from terminal. The syntax is: export VAR_NAME=var_content For example: export JAVA_HOME=/usr/lib/jvm/sun-java6 Yes, very easy [...]
Continue reading about How to Create Environment Variables in Linux
In my work, I should be familiar with linux server. Because it uses CLI (Command Line Interface), then it’s a bit difficult to use. One of my problems is how to check disk capacity. Previously, my friend had told me, but I forget it :(. In order not to forget it, I will share it [...]


