First of all open the terminal in your Ubuntu/debain/linux mint. And then type following code in terminal and then click enter. sudo apt-get install ns2 After Completing the installation, then type the following code to begin installation of NAM sudo apt-get purge nam After Completing the previous step and then download the Deb file. And … Continue reading Ns 2 Easy installation step by step guide
linux
Operating System Structures
An operating system is a construct that allows the user application programs to interact with the system hardware. Since the operating system is such a complex structure, it should be created with utmost care so it can be used and modified easily. An easy way to do this is to create the operating system in … Continue reading Operating System Structures
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
How to install woeusb in linux mint
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