I found some book that interest me to study in electrical engineering. This is the link . The latest version for book to read for cadence allegro 17.2. Can be found on this link.
maybe it will be nice that i will refer to this device https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/adrv9364-z7020.html#eb-relatedhardware https://simcom.ee/documents/?dir=SIM900
Karena versi 5 eror mulu jadi saya install versi 4. http://download.redis.io/releases/redis-4.0.14.tar.gz dan ternyata ngerunnya cuma redis-server redis.conf https://dzone.com/articles/intro-to-redis-with-spring-boot tapi kalo mau crot ini versi yang bagus https://dzone.com/articles/using-spring-data-redis-in-spring-boot-with-custom
Untuk install redis dari server official, download source codenya dahulu dengan perintah berikut wget http://download.redis.io/releases/redis-5.0.7.tar.gz kemudian extract file dengan perintah tar -zxvf redis-5.0.7.tar.gz masuk ke direktory redis cd redis lalu make make lalu test make test lalu install sudo make install tunggu sampai semua terinstall dengan baik.
Mungkin cara paling susah untuk install redis adalah dengan compile dari source nya pertama download dulu dari redisnya curl -O http://download.redis.io/redis-stable.tar.gz terus ekstract tar -zxvf redis-stable.tar.gz masuk ke direktory stable cd redis-stable compile make test terlebih dahulu untuk mengecek make test install ke super user sudo make install referensi : https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-redis-on-ubuntu-16-04