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
sudo yum update # -yes? | |
sudo yum groupinstall "Development Tools" | |
sudo yum install openssl-devel htop | |
mkdir install | |
cd install | |
wget http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.41.tar.gz | |
tar -xvzf pure-ftpd-1.0.41.tar.gz | |
cd pure-ftpd-* | |
./configure --with-tls --with-ftpwho --with-puredb --without-pam | |
make |
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
link_to raw("We" + image_tag('heart.png') + " Feedback") | |
# generates | |
# <a class="footer_link" href="/feedback">We<img alt="Heart" src="/images/heart.png?1297276993" /> Feedback</a> |