Skip to content

Instantly share code, notes, and snippets.

View audrew's full-sized avatar
💭
Open

Audrius audrew

💭
Open
View GitHub Profile
@audrew
audrew / !_cpp_code_completion.md
Created December 28, 2022 20:26 — forked from zeta709/!_cpp_code_completion.md
Setup ccls and coc.vim (Ubuntu 20.04.3 LTS)

⚠️ This guide is a WIP.

You can use either ccls or clangd. You don't need both. See ccls.md or clangd.md for ccls or clangd, respectively.

@audrew
audrew / docker-help.md
Created August 26, 2021 21:09 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@audrew
audrew / node_nginx_ssl.md
Created August 19, 2021 11:33 — forked from bradtraversy/node_nginx_ssl.md
Node app deploy with nginx & SSL

Node.js Deployment

Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt

1. Sign up for Digital Ocean

If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a

2. Create a droplet and log in via ssh

I will be using the root user, but would suggest creating a new user

@audrew
audrew / ssh.md
Last active December 16, 2021 01:56 — forked from bradtraversy/ssh.md
SSH & DevOps Crash Course Snippets

Login via SSH with password (LOCAL SERVER)

$ ssh bsdd@192.168.1.29

Create folder, file, install Apache (Just messing around)

$ mkdir test

$ cd test

$ touch hello.txt