Snippets Collections
nslookup address
ping address
dig ttldemo.gokisa.com
ssh -i key.pem user@0.0.0.0
scp -i key.pem user@0.0.0.0:/var/www/html.zip ~/Desktop/wordpress
git rm -r --cached some-directory
git commit -m 'Remove the now ignored directory "some-directory"'
git push origin master
CREATE USER 'cake'@'localhost' IDENTIFIED BY 'cake';
GRANT ALL PRIVILEGES ON * . * TO 'cake'@'localhost';


mysql -u username -p database_name < file.sql
:q quit
:w write
:set number put numbers
i insert mode
esc command mode
dd command mode delete line
3dd delete 3 lines
u undo last action
ctrl r redo
/ search first match and enter
n next 
N search backwards
i insert mode
:%s/text/textreplace/g g-for all c-with permission  search and replace in command mode
star

Fri Aug 27 2021 16:53:56 GMT+0000 (Coordinated Universal Time)

#terminal,commandline
star

Mon Aug 23 2021 13:33:44 GMT+0000 (Coordinated Universal Time)

#terminal,commandline
star

Tue Jul 13 2021 09:50:03 GMT+0000 (Coordinated Universal Time)

#terminal,commandline
star

Wed Apr 28 2021 09:51:56 GMT+0000 (Coordinated Universal Time)

#terminal,commandline
star

Tue Jan 19 2021 17:51:26 GMT+0000 (Coordinated Universal Time)

#terminal,commandline
star

Sat Jan 02 2021 18:25:11 GMT+0000 (Coordinated Universal Time)

#terminal,commandline

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension