Below you will find pages that utilize the taxonomy term “tutorial”
Blog
How to check if a binary is statically or dynamically linked
What is the difference between statically and dynamically linked binaries? Statically linked binaries and dynamically linked binaries refer to two different ways of linking software libraries to an executable program.
A statically linked binary includes all necessary libraries within the binary executable file itself. This means that when the program is executed, it does not rely on any external libraries, as all required libraries are already included in the binary. Static linking produces larger binary files, but they can be more portable and self-contained.
Blog
Introduction to Hugo #1
What is Hugo? Hugo is a static site generator that offers several benefits for building fast and secure websites.
It has a fast build time, making it ideal for generating large sites quickly. Its intuitive interface and straightforward directory structure make it easy for users to get started with Hugo.
Additionally, Hugo provides flexibility through templates, shortcodes, and custom output formats, and can be easily deployed to a variety of hosting platforms.