Skip to content

Instantly share code, notes, and snippets.

View soerenuhrbach's full-sized avatar

Sören Uhrbach soerenuhrbach

  • Hannover, Germany
  • 07:42 (UTC +02:00)
View GitHub Profile
@soerenuhrbach
soerenuhrbach / selection.jsonc
Last active September 13, 2021 18:07
Selektions-Configuration-Json
{
// selection configuration
"selection": {
"id": "d9894513-ad86-40e5-be91-4d55f9e33c6d",
"name": {
"de": "Personen"
},
"pagination": {
"enabled": true,
@soerenuhrbach
soerenuhrbach / init.sh
Last active October 20, 2019 16:44
Install Development Utilities
#!/bin/sh
sudo -s
# install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
@soerenuhrbach
soerenuhrbach / A+-Cert-Practice-1.json
Last active December 6, 2017 14:08
IT Essentials - 2016 Solutions
{
"A technician is building a thick client workstation that would be used to run a database and wants to ensure the best protection against errors. What type of memory would be best suited for this?": {
"awnsers": [
"ECC"
]
},
"Which two motherboard components connect to the Northbridge chipset? (Choose two.)": {
"awnsers": [
"RAM",
"video card"