using a static library (.a) in c November 4, 2025 | No Comments | ar-rcs, C, information, interface, static-library, struct, structure To create a static library (.a), you must first execute the command “ar rcs” You need to add the .a extension of the static library […]
preprocessor directives in c: include guard October 13, 2025 | No Comments | C, information, interface, preprocessor-directives files are included without causing conflicts The Problem: Multiple Inclusion The compiler only allows structures, functions or types to be defined once The following three […]
Wi-Fi with Netplan September 21, 2025 | No Comments | interface, internet, linux, netplan, wifi, WPA_supplicant I really wanted to avoid using Netplan, but it worked for me. I have Linux as my operating system, the Ubuntu Server distribution (it doesn’t […]
Know which interface I’m using to connect to the Internet in Linux September 18, 2025 | No Comments | information, interface, router, server command In this case I am getting internet through the enp2s0 interface I have the Linux distribution: Ubuntu Server That is, this will work for […]