- Database Internas
- Microservice Patterns (manning)
- Clean Architecture (uncle bob)
| function git_exist_fist() { | |
| BRANCH=`git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'` | |
| if [ ! "${BRANCH}" == "" ] | |
| then | |
| echo "git:(" | |
| else | |
| echo "" | |
| fi | |
| } |
git rm -r --cached .git add .git commit -m ".gitignore is now working"sudo yum install epel-release
sudo yum --enablerepo=remi install redis
sudo systemctl enable redis
sudo systemctl start redis
Add contrib non free to sources:
$ sudo nano /etc/apt/sources.list
deb http://ftp.us.debian.org/debian/ stretch main contrib non-free
deb-src http://ftp.us.debian.org/debian/ stretch main contrib non-free
deb http://security.debian.org/debian-security stretch/updates main contrib non-free