Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install cassandra

sudo apt update
sudo apt install openjdk-8-jdk -y
java -version
sudo apt install apt-transport-https
sudo sh -c 'echo "deb http://www.apache.org/dist/cassandra/debian 40x main" > /etc/apt/sources.list.d/cassandra.list'
wget -q -O - https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
sudo apt update
sudo apt install cassandra
nodetool status
sudo systemctl status cassandra
Comment

PREVIOUS NEXT
Code Example
Shell :: Check for process and kill if running Linux 
Shell :: list all gpg keys ubuntu 
Shell :: linux ssh with password in one line 
Shell :: chromium on linux 
Shell :: ubuntu disable ssh root 
Shell :: install auth token 
Shell :: how to upgrade in linux 
Shell :: install dotenv module windows 
Shell :: visual studio code ubuntu 
Shell :: docker compose multiple command 
Shell :: expo install 
Shell :: git merge strategies 
Shell :: update to 21.04 from 20.04 
Shell :: chocolatey installation 
Shell :: ubuntu no space left on device boot 
Shell :: powershell create file and directory 
Shell :: dockerfile default workdir 
Shell :: delete all stopped docker containers 
Shell :: install sqlite in ubuntu 
Shell :: install pycharm in ubuntu 
Shell :: how to delete particular type file recursively in linux 
Shell :: linux signals 
Shell :: Connect to Remote MySQL Database through Command Line 
Shell :: install tmux on fedora32 
Shell :: wine install ubuntu 
Shell :: ssh download file 
Shell :: linux mint 20 dark mode 
Shell :: git remanme folder 
Shell :: enzyme npm install 
Shell :: Delete all running and stopped containers 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =