Grzegorz Woźniak
  • Home
  • About me
Java in Containers - Memory

Containers

Java in Containers - Memory

The default settings for Java memory are usually not efficient when application is deployed in the containerized environment. Read to learn more about default settings for Java memory in any environment!

By Grzegorz Woźniak 18 Nov 2023
How to provide custom Git configuration for different projects

GIT

How to provide custom Git configuration for different projects

Git provides an option to load different configurations based on path of repositories. It uses includeIf sections in ~/.gitconfig file, which allow you to include config directives from another source. Let's assume your projects are grouped by "parent" directories, like directory called company-a contains all projects

By Grzegorz Woźniak 12 Feb 2023
[PL] Jak skonfigurować router - MikroTik

MikroTik

[PL] Jak skonfigurować router - MikroTik

Zobacz jak skonfigurować router z adresem przyłączeniowym i pulą publicznych adresów IP.

By Grzegorz Woźniak 23 Aug 2022
[PL] Klient NFS w Windows 10

Windows

[PL] Klient NFS w Windows 10

Microsoft Windows 10 dostarcza klienta NFS w wersji 3, który umożliwia wykorzystanie zasobów NFS udostępnianych na innych serwerach. Zasoby NFS są zazwyczaj udostępniane przez serwery linuksowe lub sieciowe pamięci masowe (NAS). Identyfikator użytkownika (UID) i grupy (GID) w kliencie NFS różnią się najczęściej od identyfikatorów na serwerze NFS. W niniejszym

By Grzegorz Woźniak 18 Oct 2020

Featured

Java in Containers - Memory

Java in Containers - Memory

The default settings for Java memory are usually not efficient when application is deployed in the containerized environment. Read to learn more about default settings for Java memory in any environment!

By Grzegorz Woźniak 18 Nov 2023

Latest

SSL: Generating self-signed certificates with one openssl command

SSL: Generating self-signed certificates with one openssl command

One command to generate SSL certificate with SAN (Subject Alternative Name).

By Grzegorz Woźniak 22 Jun 2020
Self-signed certificates in Java

Self-signed certificates in Java

Secure communication is a key goal in modern business client-server applications. Nowadays, clients are mostly web browsers. However, exchanging or syncing data between applications in a secure manner is getting more and more important. Getting costly trusted certificates for each development, testing or staging server is an overkill. That is

By Grzegorz Woźniak 20 May 2018
Grzegorz Woźniak
  • Containers
  • Java
Powered by Ghost