Skip to content

Instantly share code, notes, and snippets.

View runely's full-sized avatar
👋

Rune Moskvil Lyngås runely

👋
  • Holmestrand, Norway
View GitHub Profile
@MatsAnd
MatsAnd / mac.apps.md
Last active June 9, 2022 10:56
Mac Apps and Utilities I use
@MatsAnd
MatsAnd / AzureNamingConvention.md
Last active October 2, 2023 15:58
VTFK Azure Components - Naming Convention

Navnestandard Azure-komponenter:

Subscription-Komponenttype-Beskrivelse

  • Subscription = prod, test eller dl (datasjø)
  • Komponenttype = "resource name prefix" hentet fra denne siden
  • Beskrivelse = En anekdote om tjenesten

Overordnet

  1. Som hovedregel skal alle løsninger settes opp i både dev/test- og prod-subscriptionene.
  2. Én resource group (rg) pr. tjeneste som samler alle komponenter til tjenesten. F.eks:
@davps
davps / install-nodejs-on-raspberrypi-armv6.md
Last active March 20, 2024 23:42
Steps to install nodejs on Raspberry Pi B+ (armv6)

Steps to install nodejs v6.2 on Raspberry Pi B+ (armv6)

cd ~
wget http://nodejs.org/dist/v6.2.1/node-v6.2.1-linux-armv6l.tar.gz
tar -xzf node-v6.2.1-linux-armv6l.tar.gz
node-v6.2.1-linux-armv6l/bin/node -v

The last command should print v6.2.1.

Now you can copy it to /usr/local