Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: ping with timestamp 
Shell :: minikube docker driver 
Shell :: unzip tar.xz linux 
Shell :: ionic-native/splash-screen 
Shell :: uninstall all requirements 
Shell :: npm global installation not showing 
Shell :: How to change default user in WSL Ubuntu bash on Windows 10 
Shell :: install phantomjs 
Shell :: get files changed in branch 
Shell :: linux last login 
Shell :: install office in ubuntu 
Shell :: ubuntu download file from url 
Shell :: remove a directory 
Shell :: after installing kali what next 
Shell :: remote origin already exists. 
Shell :: how to open text editor in git bash 
Shell :: putty zip command 
Shell :: Submodule update 
Shell :: husky install 
Shell :: conda install numba 
Shell :: a) Write a shell script to list all of the directory files in a directory. 
Shell :: where is ubuntu home directory on windows 
Shell :: see journalctl running logs 
Shell :: how to remove empty directories 
Shell :: How to check if there are multiple versions of PHP installed on Ubuntu 12.04 LTS? 
Shell :: how to install terraform in ubuntu 18.04 
Shell :: how to install armitage in kali linux 
Shell :: ubuntu set environment variable permanently 
Shell :: bash go to folder 
Shell :: git remove folder from cache 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =