Mohamed Moataz El Zeinmohamedelzein.hashnode.dev·Jul 6, 2024Streams, system calls, file descriptors, and inodes. A small trip through how file access and manipulation work.We all know that system calls are inherently "slow". Regardless of the reasoning behind why system calls are slow, it is common practice to try and "batch" them. A great example of that is how the read() and write() system calls are "batched" or "buf...3 likes·301 readsGeneral Programming
Jyotiprakash Mishrablog.jyotiprakash.org·Dec 15, 2023What is the C library?The system's C runtime offers a set of standard functions called the C library to developers so they may carry out typical tasks without having to start from scratch when writing code. It offers a number of features, such as memory management, string...libc
Darío Monsalvesdarmon.hashnode.dev·Aug 5, 2023Alpine LinuxAlpine Linux es una distribución de Linux ligera y orientada a la seguridad que se basa en musl libc y BusyBox. A diferencia de muchas otras distribuciones, Alpine Linux está diseñada para ser minimalista y eficiente, lo que la convierte en una excel...GNU/LINUXLinux