Grzegorz Woźniak
  • Home
  • About me
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 related to company-a, etc.
Feb 12, 2023
Jak skonfigurować router - MikroTik
MikroTik

Jak skonfigurować router - MikroTik

Zobacz jak skonfigurować router z adresem przyłączeniowym i pulą publicznych adresów IP.
Aug 23, 2022 1 min read
Klient NFS w Windows 10
Windows

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
Oct 18, 2020 1 min read
SSL: Generating self-signed certificates with one openssl command
SSL

SSL: Generating self-signed certificates with one openssl command

One command to generate SSL certificate with SAN (Subject Alternative Name).
Jun 22, 2020
Self-signed certificates in Java
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
May 20, 2018 2 min read
Page 1 of 1
Grzegorz Woźniak © 2023
Powered by Ghost