restart redis ubuntu
sudo apt update
sudo apt install redis-server
sudo nano /etc/redis/redis.conf
# change "supervised no" to "supervised systemd"
supervised systemd
sudo systemctl restart redis.service
sudo systemctl status redis
redis-cli
# restart redis service
sudo service redis-server restart
# stop redis service
sudo service redis-server stopwget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
Also in C++:
- youtube dl text tracked playlist download
- npm install redux and react-redux
- pyopenssl 20.0.0 has requirement cryptography>=3.2, but you'll have cryptography 2.8 which is incompatible.
- bash delete first n characters of each line
- rpm install google-chrome-stable in cmd
- installing rabbitmq on debian
- how to create a new branch in github
- install ruby
- merge conflict in git
- ls | wc -l in other directory
- linux commands
- vscode get installed extension list
- screen scroll up linux
- jq yq for html
- linux autohide cursor
- install nasm ubuntu
- Show server info linux
- Running Graphical Programs on Windows Subsystem on Linux
- debian backports
- see how large a directory is linux
- linssid linux mint 20
- upgrade shell tty
- how to uninstall netbeans on ubuntu
- git remove unpushed commit