yum install -y gcc-c++ make
curl -sL https://rpm.nodesource.com/setup_13.x | sudo -E bash -
yum install nodejs
Preferences | Appearance | Tabs | Theme > Darkdstr > ttf, install all font files by double clicking)Preferences | Profiles | Text
Font to 14pt Fira code regular and Check Use Ligatures checkboxNon ASCII Font to 14pt Fira mono and Check Use Ligatures checkboxPreferences | Profiles | Color Presets > Snazzy| package Oefening1; | |
| public class Manager extends Werknemer { | |
| private double bonus; | |
| private static int aantalManagers = 0; | |
| public Manager(String voornaam, String naam, String functie, double salaris, double bonus) { | |
| super(voornaam, naam, functie, salaris); | |
| setBonus(bonus); | |
| aantalManagers++; |
| ############ WordPress #################### | |
| # Disable logging for favicon and robots.txt | |
| location = /favicon.ico { | |
| try_files /favicon.ico @empty; | |
| access_log off; | |
| log_not_found off; | |
| expires max; | |
| } |