Skip to main content

Posts

Showing posts from November, 2024

NS3 Installation in Windows 11 | WSL

Installing ns3 in Windows 11 with WSL  (Windows Subsystem for Linux) Step 1: To Install Windows Subsystem for Linux (WSL)  Here are the steps. To see the video, please watch it here (Dont forget to subscribe to my channel for more such videos) c:/ wsl This will run some installation and enable some features 2. Use the following command to list the online available distros. c:/ wsl --list --online 3. Select the distro you want, I Selected Ubuntu-24.04 and I used the following command C:/ wsl --install Ubuntu-24.04 let us restart the system. After the restart, 4. Open the command prompt and run wsl as given below C:/ wsl --install Ubuntu-24.04 This command will ask you to create a username and password. (Remember these details.) and that it's... Your Ubuntu terminal is UP.... !!!! #wsl #windows11 #ubuntu Check these commands in the terminal $ cat /etc/*-release $ sudo apt update Try using Ubuntu within Windows. You can use a GUI editor also (gedit is a popular edit...