Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu install elasticsearch terminal

sudo -i service elasticsearch start
sudo -i service elasticsearch stop
Comment

install elasticsearch on ubuntu

wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.2-amd64.deb
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.2-amd64.deb.sha512
shasum -a 512 -c elasticsearch-7.13.2-amd64.deb.sha512 
sudo dpkg -i elasticsearch-7.13.2-amd64.deb
Comment

PREVIOUS NEXT
Code Example
Shell :: ssh command delete file 
Shell :: kill running port in ubuntu using procees id 
Shell :: refresh desktop entries 
Shell :: git discard unstaged files 
Shell :: display/search for a commit hash name in a git log 
Shell :: git exclude file 
Shell :: bash get last character of string 
Shell :: how to install react spring with typescript 
Shell :: setup git config for multiple accounts 
Shell :: sudo without password 
Shell :: ubuntu install lamp 
Shell :: aab to apk 
Shell :: bash replace string 
Shell :: ubuntu open all port 
Shell :: npm install version 
Shell :: git commit message 
Shell :: run php in browser localhost 
Shell :: git current branch 
Shell :: k8s set default namespace 
Shell :: wordpress mit ssh installieren 
Shell :: cmp in linux 
Shell :: how to delete all branches in git local 
Shell :: push local branch upstream 
Shell :: tr unix use 
Shell :: github actions set ssh key 
Shell :: amend specific commit 
Shell :: powershell replace and rename file name 
Shell :: bash split a word into characters 
Shell :: batch fork bomb 
Shell :: delete a github repository using curl 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =