OceanTara Code Blog

November 6, 2009

apache / ssl quickstart guides

Filed under: ubuntu — Tags: , , , — chris @ 4:49 pm

Good, straight forward guides to enabling SSL on Apache

http://www.tc.umn.edu/~brams006/selfsign.html

http://www.tc.umn.edu/~brams006/selfsign_ubuntu.html

November 5, 2009

how to flush swap

Filed under: ubuntu — Tags: , , — chris @ 6:05 pm
sudo swapoff -a

then:

sudo swapon -a

It would be prudent to stop any large processes before turning swap off or it might grind your machine down to a halt.

Powered by WordPress