segunda-feira, 20 de outubro de 2014

Install REDIS on Ubuntu 12.04

Hi,
how to install redis on Ubuntu 12.04 machine.


1. update apt-get packages
sudo apt-get update

2. download compilers
sudo apt-get install build-essential

3. install tcl
 sudo apt-get install tcl8.5

4. download redis
wget http://download.redis.io/releases/redis-2.8.17.tar.gz

5. extract and compile
tar xzf redis-2.8.17.tar.gz
cd redis-2.8.17/
make
make test
sudo make install
cd utils
sudo ./install_server.sh


6.  start stop
sudo service redis_6379 start
sudo service redis_6379 stop

7. auto start
sudo update-rc.d redis_6379 defaults

tecbea

Java Obfuscate Properties

Hi there how many times we have fuckin stupid commentaries of , hey the code has a password... bullshit you can always get the password... ...