Jannik
  • Home
  • About me

Jannik

Web

Use GPG signing in git
tools

Use GPG signing in git

This guide explains how to add GPG signing in git.

  • Jannik
    Jannik
Jannik 2 Sep 2020 • 1 min read
Setting up dnsmasq
tools

Setting up dnsmasq

This guide explains how set up that all *.test domains point to your local machine. We use .test instead of .dev (acquired by Google) and .local (has weird resolver issues

  • Jannik
    Jannik
Jannik 30 Aug 2020 • 1 min read
Deployment Steps
servers

Deployment Steps

This guide explains how (my usual) deployment worked and what the different steps are. It is a deployment of a symfony app. This guide may be out of date, so

  • Jannik
    Jannik
Jannik 30 Aug 2020 • 1 min read
nginx Config
servers

nginx Config

This is my commonly used config for nginx. It may be out of date, so just use it as a more general guide. First set up DH paramsmkdir -p /etc/

  • Jannik
    Jannik
Jannik 30 Aug 2020 • 3 min read
PHP-FPM config
servers

PHP-FPM config

In your php-fpm.conf the most important values are: error_log = /var/log/php/fpm-errors.log daemonize = yesAnd in your php.ini: # The most important values: # Security related expose_php

  • Jannik
    Jannik
Jannik 30 Aug 2020 • 1 min read
Release Notes
software

Release Notes

This post describes how I use (and write) a changelog, which types of entries it has and which categories. Here is an overview of all headline types, for quick copy

  • Jannik
    Jannik
Jannik 30 Aug 2020 • 1 min read
Set up a web stack
servers

Set up a web stack

This is a continuation of the install a new server guide, and explains – after the set up of the OS and the actual server – what to do to install a

  • Jannik
    Jannik
Jannik 30 Aug 2020 • 3 min read
Install a New Server
servers

Install a New Server

This is a rough guide on how to install a new server. It has a lot of optional steps and is mainly a guide for myself, so that I don't

  • Jannik
    Jannik
Jannik 30 Aug 2020 • 3 min read
Setting up logrotate
servers

Setting up logrotate

It is important to set up log rotation, as otherwise extensive logging could lead to the HDD being full (and the server going down). For every type of entry you

  • Jannik
    Jannik
Jannik 30 Aug 2020 • 1 min read
Allow SFTP access to server
servers

Allow SFTP access to server

This is a guide on how to allow SFTP access to a server. 1) Preface: create sftp-users Groupgroupadd sftp-users2) Update sshd configOpen the file /etc/ssh/sshd_config and comment

  • Jannik
    Jannik
Jannik 30 Aug 2020 • 1 min read
Unblock IP in iptables
servers

Unblock IP in iptables

If you are using fail2ban or similar tools, they block IP addresses, that they think are attacking them. fail2ban blocks IP addresses eg after a certain number of invalid login

  • Jannik
    Jannik
Jannik 30 Aug 2020 • 1 min read
Text coloring in zsh
tools

Text coloring in zsh

You can color your test in zsh by using the %F{...} syntax.

  • Jannik
    Jannik
Jannik 9 May 2020 • 1 min read
Jannik
  • Home
  • About me
Jannik © 2021
Latest Posts Twitter Ghost