Tag Archives: Environment Variables

How to unset an environment variable in Bash

“unset variable_name“

Tagged , , , | Leave a comment

Configuring Java Environment Variables on Ubuntu Gutsy

The default command line interface for Ubuntu Linux is called bash (Bourne Again Shell), and in order to add Java environment variables, we will edit a file named “.bashrc” and add our commands inside, here we go: Edit the “.bashrc” … Continue reading

Tagged , , , | Leave a comment