Skip to content

Instantly share code, notes, and snippets.

@asharma-ror
Created February 11, 2015 10:16
Show Gist options
  • Save asharma-ror/e069b9a0906b5de713ba to your computer and use it in GitHub Desktop.
Save asharma-ror/e069b9a0906b5de713ba to your computer and use it in GitHub Desktop.
Installing Memcached on Ubuntu 14.04
sudo apt-get install memcached
ps aux | grep memcached | grep 11211
### response should be
### memcache 10197 0.0 0.0 51600 4252 ? Sl 15:17 0:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment