Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install elasticsearch

curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.4.2-darwin-x86_64.tar.gz
curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.4.2-darwin-x86_64.tar.gz.sha512 | shasum -a 512 -c - 
tar -xzf elasticsearch-8.4.2-darwin-x86_64.tar.gz
cd elasticsearch-8.4.2/
Comment

install elasticsearch

sudo apt-get update
sudo apt-get -y install elasticsearch
sudo systemctl start elasticsearch
sudo systemctl enable elasticsearch
Comment

install elasticsearch

docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.8.1
Comment

PREVIOUS NEXT
Code Example
Shell :: bash for loop multiple statements 
Shell :: how to create bootable usb on manjaro 
Shell :: copy a file from docker container to local machine 
Shell :: how to deactivate conda/Anaconda environment 
Shell :: teamviewer raspberry pi command line 
Shell :: git go to previous branch 
Shell :: open current folder in explorer from cmd 
Shell :: change dns resolver linux 
Shell :: poetry python 
Shell :: how to install curl on macos 
Shell :: list user groups linux 
Shell :: git clone in ubuntu 
Shell :: terminal copy to clipboard linux 
Shell :: vim remove line by pattern from all files 
Shell :: fish wsl 
Shell :: delete non empty directory cmd 
Shell :: apt imagemagick 
Shell :: installing pytorch 
Shell :: create new branch from commit 
Shell :: record audio with ffmpeg 
Shell :: install scikit learn 
Shell :: dpkg install force 
Shell :: how to stop a program from running linux 
Shell :: Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user. 
Shell :: where is path on klai linux 
Shell :: How can I find out which users are in a group within Linux? 
Shell :: Recover accidentally deleted files by git reset hard 
Shell :: find rm files older than 30 days 
Shell :: ubunto give permission for a user 
Shell :: git https to ssh 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =