Skip to content

Instantly share code, notes, and snippets.

@dandelionmood
Created March 15, 2010 10:22
Show Gist options
  • Save dandelionmood/332712 to your computer and use it in GitHub Desktop.
Save dandelionmood/332712 to your computer and use it in GitHub Desktop.
Installation serveur memcached sous Ubuntu
#/bin/bash
sudo aptitude install memcached
sudo -s
echo ENABLE_MEMCACHED=yes > /etc/default/memcached
service memcached restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment