How to use gmail from terminal (Linux)
Great news!! Gmail, our favorite mail service can be accessed from the command line!! Now you can access your favorite mail service - Gmail - from a terminal in a Linux system with a command line interface. People may wonder why anyone would want to use Gmail from the command...
Working with git from a Linux machine
After a long struggle I managed to learn the basics of working with git and use it effectively for the sake of code sharing and team work. I will document the steps for my own reference and to help others facing similar problems Create a repository Creating a git repository...
Yet another Hello World?
There is always a convention, and I don’t plan on violating any today. #include <stdio.h> void main() { printf "Hello World\n"; return 0; } There you go! the age old thing to start off anything with - a hello world. Welcome to EmbedJournal, a tech blog on embedded systems, Linux,...