Quantcast
Browsing latest articles
Browse All 49 View Live

Image may be NSFW.
Clik here to view.

Génération et configuration d’Initramfs sous Yocto

Bonjour. Dans cet article nous discuterons de l’intérêt d’utiliser un initramfs et des modalités de sa mise en place dans un environnement Yocto. Le but n’est pas ici de revenir aux principes...

View Article


Image may be NSFW.
Clik here to view.

My first Linux kernel built with Clang compiler!

Following his internship at Smile in 2018 on LLVM/Clang integration into Buildroot [1], Valentin Korenblit still maintains these packages on his spare time (thanks to him!), up to the latest current...

View Article


Image may be NSFW.
Clik here to view.

Le Temps Reel sous Linux

Dans cet article, nous allons discuter de l’intérêt ainsi que des avantages et inconvénients d’utiliser un noyau Linux temps réel. L’objectif de cet article n’est pas de décrire ce qu’est le temps...

View Article

Image may be NSFW.
Clik here to view.

FlameGraph

Introduction Les outils de profilage permettent lors de l’exécution d’un logiciel de contrôler la liste des fonctions appelées, le temps passé dans chacune d’elle, l’utilisation des ressources...

View Article

Image may be NSFW.
Clik here to view.

Gestion de versions des bibliothèques partagées

Tout code est susceptible au changement, avec pour objectif d’ajouter des fonctionnalités, de résoudre des BUGS ou même d’aller jusqu’a modifier les interfaces (altérer les prototypes des fonctions)....

View Article


Image may be NSFW.
Clik here to view.

Storing crash data of the Linux kernel for post-crash debugging

Logging problems are key features of any complex system in order to detect and locate any unexpected behavior. On Linux system, there are lots of solutions to generate debugging information for an...

View Article

Image may be NSFW.
Clik here to view.

Overcommit memory in Linux

On Linux systems (including real time ones with PREEMPT-RT), C programs allocates memory using the system libc, usually using malloc(). On modern systems, the dynamic memory allocation uses the...

View Article

Image may be NSFW.
Clik here to view.

Emulating WLAN in Linux – part I: the 802.11 stack

WLAN networks are a hassle to set up, even more than « physical » cables and RJ45 plugs. While wireless communication is a commodity for the end user, the engineer, in charge of developing and testing...

View Article


Image may be NSFW.
Clik here to view.

Présentation des Wireless Daemon sous Linux

https://www.pexels.com/fr-fr/photo/a-l-interieur-chat-d-argent-citadin-commerce-1755792/ Introduction À en croire les forums de différentes distributions GNU/Linux ; le Wi-Fi sous Linux est lent,...

View Article


Image may be NSFW.
Clik here to view.

Bonjour mon nom est DNS-SD

Introduction : Le DNS pour Domain Name System, est un protocole ancien qui permet de retrouver une adresse d’un serveur depuis son nom. Il est pour la première fois décrit dans les RFC1034, RFC1035 et...

View Article
Browsing latest articles
Browse All 49 View Live