Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash run until success or timeout

# http://jeromebelleman.gitlab.io/posts/devops/until/
timeout 12h bash -c 'until ssh root@mynewvm; do sleep 10; done'
Comment

PREVIOUS NEXT
Code Example
Shell :: windows check line ending of file 
Shell :: how to take two ip addresses and perform arithemetic bash 
Shell :: open prompt with default folder ubunut 
Shell :: The chosen size is not valid for the chosen file system. : (-69850) 
Shell :: find largest digit in a number 
Shell :: crontab timestamp 
Shell :: git add only c files 
Shell :: git delete all local branches 
Shell :: copiar arichvos linux ssh 
Shell :: redis sentinel get master ip 
Shell :: git credential.helper does not store username password 
Shell :: wc command 
Shell :: Kubernetes cluster unreachable: Get "https://192.168.56.10:6443/version?timeout=32s": net/http: TLS handshake timeout 
Shell :: bash tab autocomplete to stdout 
Shell :: quasar pug 
Shell :: grep second match 
Shell :: connect different volumes docker container 
Shell :: how to install cs50 library in ubuntu 
Shell :: conda install libsndfile 
Shell :: linux cli chart 
Shell :: ./utserver: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory 
Shell :: rmmod: ERROR: Module nvidia_drm is in use 
Shell :: remove specific image from docker 
Shell :: is sequal ace in linux? 
Shell :: container registry permissions gcp 
Shell :: creating splash screen for nativescript 
Shell :: linux create file without content 
Shell :: list all users ubuntu 20.04 
Shell :: copy file to other location linux terminal 
Shell :: difference between git remote and git clone 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =