Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

insomnia

sudo snap install insomnia
# Making RestAPIs? Insomnia will eventually hit in!
Comment

insomnia

# Installation for ubuntu
cd $HOME
curl -sL https://updates.insomnia.rest/downloads/ubuntu/latest?&app=com.insomnia.app&source=website -o Insomnia.deb
mv Insomnia.deb ~/Downloads # or any folder
cd !$
sudo dpkg -i Insomnia.deb
rm Insomnia.deb # Optional
Comment

PREVIOUS NEXT
Code Example
Shell :: speedtest linux console 
Shell :: how to reduce the size of an image in linux 
Shell :: install docker centos 7 
Shell :: symbolic link linux 
Shell :: git asking for passphrase after restart 
Shell :: ubuntu activate network interface on boot 
Shell :: bash do while one line 
Shell :: Files by size 
Shell :: NGINX systemd service file 
Shell :: The file AppDataRoaming pmyarn.ps1 is not digitally signed. 
Shell :: How to install Qt console 
Shell :: awk field separator 
Shell :: git folder 
Shell :: ubuntu 18.04 get public ip address 
Shell :: IntelliJ IDEA 4.2 
Shell :: anaconda install for kali linus 
Shell :: git clean local branches 
Shell :: manually shut down docker mac 
Shell :: store env file in firebase functions 
Shell :: git global ingnore 
Shell :: copy to clipboard over ssh 
Shell :: create requirements file from project add them to poetry dependency 
Shell :: how to delete branch on git 
Shell :: bash for 
Shell :: Git - show all files that have changes to commit 
Shell :: vi command linux 
Shell :: replace a newline using sed linux bash 
Shell :: fix drive readonly in linux 
Shell :: ubuntu cannot access settings 
Shell :: bitbucket rename remote tag 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =