Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS 

Install App From Source

1. tar xvzf filename-version.tar.gz
2. cd filename-version
3. ./configure && make && make install
4. Note you have to be root for the make install step if you are installing into system wide directories. You can always install to your home directory, of course.

setup computer hostname in linux

* edit
/etc/sysconfig/network

* add the following lines:

HOSTNAME=www.test.com
DOMAINNAME=test.com

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS