Skip to content

Instantly share code, notes, and snippets.

View paalss's full-sized avatar

Pål Syvertsen Stakvik paalss

View GitHub Profile
@paalss
paalss / mysql-shell-login.md
Last active May 13, 2023 19:59
MySQL Shell login tilgang

MySQL tilgang

Logge inn i MySQL Shell: Cd til directory og kjør dette:

C:\xampp\mysql\bin>mysql -u root -p

Eller i annet «directory», men samme kommando:

XAMPP Shell -> mysql -u root -p
@paalss
paalss / finne-prog-med-port.md
Last active May 13, 2023 19:58
finne ut hvilket program som bruker port

Finne prog med port

Eksempel

Scenario

Port er opptatt:

Pål Stakvik@Asus-VivoBook MINGW64 /c/xampp/htdocs/sider/annet/Ranking-app (master)
@paalss
paalss / commit-changes-for-file.md
Last active May 13, 2023 19:58
printe git commit historikk

See commit changes for a particular file

git log -p -- path/to/filename

add --follow to see changes past file renames

git log -p --follow -- path/to/filename

Vise kort commit hash

git rev-parse --short HEAD
@paalss
paalss / ohmybash.md
Last active February 3, 2023 13:23
installasjon - theme - theme font setup - notater ang. git bash

Ohmybash

Hvordan starte med ohmybash, velge theme og laste ned nødvendig font icons

Installasjon

bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"

Du får med masse aliases med dette. List alle med alias

Convert React Prop Types to TS type annotations

For filer i mappe hvis navn er "pages":

npx jscodeshift -t https://mskelton.dev/ratchet.ts pages/**/*.{ts,tsx}

https://github.com/mskelton/ratchet

funker ikke på destructured props, da