Created
May 29, 2013 13:23
-
-
Save sanketsudake/5670220 to your computer and use it in GitHub Desktop.
Using Pound
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install pound | |
sudo apt-get install pound | |
Configure pound to start | |
sudo /etc/default/pound | |
set start=1 | |
by replacing start=0 | |
sudo service pound restart | |
sudo chkconfig pound on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment