Skip to content

Instantly share code, notes, and snippets.

@stefankablowski
stefankablowski / jitsi_meet.md
Last active June 6, 2021 13:19
Setup Jitsi Meet on Debian 10

Steps

log in to server

ssh root@YOURIP -pYOURPORT

ssh tolltrinity@45.89.127.204 -p2345

update system

apt update && apt upgrade

change port

@stefankablowski
stefankablowski / intellij.md
Created August 20, 2020 18:32
IntelliJ Shortcuts

Navigation

CTRL + N Find Class by Name CTRL + + A Search for actions

@stefankablowski
stefankablowski / premiere.md
Last active November 5, 2020 20:57
Adobe Premiere Cheat Sheet

Timeline

Deselect targeted tracks:

  • SHIFT + Click onto the track targeting

Insert Clip (move rest of the timeline to the right)

Drag and Drop from Project Media to Timeline, Hold STRG

  • d selects clip touching the playhead (only targeted layers)

Preview (Rough cut)

@stefankablowski
stefankablowski / initNodeJS.md
Created March 12, 2020 09:59
Create a node JS Project

Create a Node JS Project

git init
npm init
npm i -S express
npm i -D nodemon

Create a .gitignore with

@stefankablowski
stefankablowski / latex_beamer.md
Last active January 15, 2020 16:15
Create a simple Presentation with LateX Beamer

Create a simple Presentation with LateX Beamer - A collection of essential commands

Setup

To declare your .tex file as a beamer presentation, put this at the top of your file:

\documentclass{beamer}

If you are german, also use this package: