Understanding compilation stages – Preprocessor, Compiler, Assembler, Linker, Loader
When we compile Any program in Linux using “gcc” for example ” gcc -o helloworld helloworld.c” it … Read more
When we compile Any program in Linux using “gcc” for example ” gcc -o helloworld helloworld.c” it … Read more
For enabling Serial console on RPi, so that we can get serial console on RPi, we bought … Read more
Yocto / poky provides following image recipes by default, sources of this you can find in poky/meta/recipes-core/images … Read more
The moodle allows users / students to do self enrollment in the course as well as you … Read more
If you want to delete Calender block which comes by default installation of moodle from homepage of … Read more
Login as Admin user From “Navigation” click on “Courses” In Opened list of courses, click on the … Read more
To submit your website to Microsoft Bing search engine, so that people can find your website when … Read more
The main Linux kernel versions comes from the Linux Torvald who is author of Linux kernel, from … Read more
If you want to install docker on ubuntu, follow below procedure, Above two commands will install docker … Read more
Below functions make sure we are safely and completely reading and writing from a file pointer fd, … Read more
As we seen in our last two posts “How to create git repository in Github” and “Starting … Read more
In our last post, we seen how to create a remote repository in github which actually uses … Read more