⚠️ 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.
⚠️ 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.
| The Raspberry Pi Pico SDK is a collection of libraries, headers, and tools that allows to develop programs for the RP2040 based devices such as the Raspberry Pi Pico using C, C++ or assembly language. | |
| This tutorial explains how to set up Raspberry Pi Pico SDK on Ubuntu 20.04. | |
| Prepare environment | |
| Make sure you have installed build-essential package in your system. | |
| sudo apt update | |
| sudo apt install -y build-essential |
| The GNU Arm Embedded toolchain is a collection of packages such as GCC (GNU Compiler Collection), Binutils, GDB, and other. It is used for embedded systems software development. This toolchain targets the 32-bit ARM Cortex-A, ARM Cortex-M, and ARN Cortex-R processor families. | |
| This tutorial shows how to install GNU Arm Embedded toolchain on Ubuntu 20.04. | |
| Install toolchain | |
| There is no straightforward way to determine the latest version of toolchain via command line. So download web page and extract the latest version of toolchain as follows: | |
| ARM_TOOLCHAIN_VERSION=$(curl -s https://developer.arm.com/downloads/-/gnu-rm | grep -Po '<h3>Version \K.+(?= <span)') | |
| Next, download archive file from official website: |
| https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04 | |
| TUTORIAL | |
| How To Set Up Nginx Server Blocks (Virtual Hosts) on Ubuntu 16.04 | |
| NginxUbuntuGetting StartedUbuntu 16.04 | |
| jellingwood | |
| By Justin Ellingwood | |
| Last Validated onJuly 9, 2021 Originally Published onMay 19, 2016 1.6mviews | |
| Introduction |
Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt
If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a
I will be using the root user, but would suggest creating a new user