#ifndef in C

How to use #Ifndef directive in C program ?

#ifndef ( if not defined ) directive is used in C language for conditional execution of certain … Read more

Glab

How to use GLab – A GitLab Command Line Tool ?

GLab is an open source Gitlab Cli tool written in Go (golang) to help work seamlessly with … Read more

Create GitLab Project from Terminal

How to create GitLab project from Ubuntu Terminal ?

In continuation with the articles for using “GitLab” , In this post, we will demonstrate how to … Read more

Push Your Project to GitLab

How to Push your Project to GitLab ?

Once we have created the project as mentioned “Getting started for First Project with GitLab” and added … Read more

Noise_Cancellation_OBS_Studio

How to remove background noise in OBS Studio ?

By default, when we start OBS studio application for the first time and starts recording, it also … Read more

C pre-processor error

Fixed : error: #elif with no expression

When we want to make a compile time decisions to enable some code and disable other, #ifdef … Read more

Use repo on Windows

Use repo on Windows to Download Android Source

Android had developed repo tool to download huge android source code, primarily keeping in mind of development … Read more

Tar command

Compress Files using TAR Command in Linux

In Linux “tar” is an archiving utility, which is used by a large number of Linux users … Read more

Embedded Linux RPi

Build Embedded Linux for Raspberry Pi using Yocto

Building complete Linux operating system for embedded devices was a complicated task requiring investment with both time … Read more

Check Open Ports for Website Server

How to Find Open Ports for Website Hosting Server ?

When you are using a shared hosting service for hosting your website on internet, there will be … Read more

What is My Public

What is my Public IP Address ?

Every machine which is connected to internet gets assigned with one unique IP address till it remains … Read more

Get MAC Id using IP Address

How to Find MAC Address using IP Address ?

If you know the IP address of the Host, but its not within your physical reach but … Read more