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!
Containers
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!
GIT
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
MikroTik
Zobacz jak skonfigurować router z adresem przyłączeniowym i pulą publicznych adresów IP.
Windows
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
SSL
One command to generate SSL certificate with SAN (Subject Alternative Name).
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