Our sincerest request to the reader is to go through the previous post The trifecta of ARM, Assembly, and C. This discussion builds up on top of it. We often tend to develop for a particular OS on regular development cycles. It may sound improbable, but often most embedded developers find dealing in tandem with constructs … Continue reading The trifecta of ARM, Assembly, and C: Pointers, Registers, and …
Tag: Linux
The Password Story
At some point or other we face the problem of not being able to login after a recent install of ubuntu. This is story of those of us and an attempt at solution..
Load variable files Dynamically with respect to the OS using Ansible
Problem Statement: Create an Ansible Playbook which will dynamically load the variable file named the same as OS name and just by using the variable names we can Configure our target node.(Note: No need to use when keyword here.) Now, the thing is that we may have multiple Operating Systems. We can definitely use Ansible … Continue reading Load variable files Dynamically with respect to the OS using Ansible
Basic Linux Commands every DevOps Engineer should know
Basic Linux Commands every DevOps Engineer should know
Linux Introduction: Part 1
This post is dedicated to all Linux Lovers and someone who wants to get started with same in coming posts we will try to cover each and every aspect of Linux necessary. This series introduction to Linux will focus on basics and cover below parts. History of Linux What is Linux Why we need to … Continue reading Linux Introduction: Part 1
Boot-up with U-Boot
This section of writing will take care of a brief walk through on and answer to question " How u-boot takes up from it's bootm/bootz execution to Linux Kernel handover.
Some notes on Notification Chain- Linux Kernel
In this post we will be seeing linux kernel notification chains. Notification Chain/Notifier Chain is a chain which is use to deliver the notifications through Linux own implementation of publisher-subscriber model
You must be logged in to post a comment.