Skip to content

Instantly share code, notes, and snippets.

View Erkin97-zz's full-sized avatar
🕶️
noetamxir

Erkin Matkaziev Erkin97-zz

🕶️
noetamxir
View GitHub Profile
@Erkin97-zz
Erkin97-zz / brew_elasticsearch.sh
Created June 18, 2019 05:09 — forked from evgeniy-trebin/brew_elasticsearch.sh
How to install specific version of elasticsearch via brew
brew tap homebrew/versions
brew cask install java
brew search elasticsearch
brew install elasticsearch@2.3
brew services start elasticsearch@2.3
@Erkin97-zz
Erkin97-zz / random file
Created July 9, 2018 03:31
Create random file in linux
dd if=/dev/urandom of=sample.txt bs=64M count=1
usermod -aG sudo username
sudo visudo
@Erkin97-zz
Erkin97-zz / script
Created June 19, 2018 09:06
Save output of the commands which is not tty
#bash
script -q /dev/stdout -c 'command' > 'output_file'
@Erkin97-zz
Erkin97-zz / bash
Created May 18, 2018 12:15
Codename of Ubuntu/Debian/Linux Mint
lsb_release -s -c