How to run c program in linux terminal

STEP 1 First of all we need to install the build-essential packages. To copy the following commands in linux terminal. sudo apt-get install build-essential STEP 2 Secondly open any text editor type your program code and save it in .c extension. Sample code: #include <stdio.h> int main() { int n, i, flag = 0; printf("Enter … Continue reading How to run c program in linux terminal

Free and open source essential softwares for linux distros

Are you bored in windows? The best and free alternative for windows is linux. There are large number of linux distros in internet. I’m personally suggest linux mint and zorin os for windows alternative. In this blog I tried to show free and open source linux essential apps. In addition, we’ve categorized the apps as well … Continue reading Free and open source essential softwares for linux distros

How to download and install WoeUSB on Ubuntu/Linux Mint or a Debian Linux distribution

What is WoeUSB? WoeUSB is a utility for Linux that can help you create bootable Windows USB sticks from Windows ISO images or from a CD and DVD containing bootable Windows. The below-given steps to install WoeUSB on Linux will be the same for Ubuntu 20/19.10/19.04/18.10/18.10/17/16, Linux Mint, Debian and other same stream Linux distros. WoeUSB … Continue reading How to download and install WoeUSB on Ubuntu/Linux Mint or a Debian Linux distribution