F5F Stay Refreshed Software Operating Systems Ubuntu Help

Ubuntu Help

Ubuntu Help

L
Lymphony
Junior Member
2
09-30-2025, 04:08 AM
#1
Hi Guys, I'm a proper novice when it comes to ubuntu... especially from the terminal... i've setup a hyper-v VM running 18.10 server... and i'm just trying to get a static IP address assigned to the device, but currently stuck at the below: I can't seem to get out of this window... also i'm still unable to assign my static IP... i've rebooted tried netplan also to change the current config... and there isn't one there? Any help appreciated!
L
Lymphony
09-30-2025, 04:08 AM #1

Hi Guys, I'm a proper novice when it comes to ubuntu... especially from the terminal... i've setup a hyper-v VM running 18.10 server... and i'm just trying to get a static IP address assigned to the device, but currently stuck at the below: I can't seem to get out of this window... also i'm still unable to assign my static IP... i've rebooted tried netplan also to change the current config... and there isn't one there? Any help appreciated!

S
Shadowsuns
Member
228
09-30-2025, 05:55 AM
#2
The window is VIM. A popular joke in the Linux community describes the challenge of exiting VIM, saying it’s tough because you must press ESC to switch to command mode, then type :q! to quit without saving. Perhaps in the future they’ll add export EDITOR=/bin/nano to your .bashrc or use nano -w 'filename' for a simpler approach. You might reinstall upstart, which would let you use /etc/network/interfaces again; alternatively, install NetworkManager for a user-friendly terminal interface (nmtui). You could also experiment with netplan, though I haven’t used it and don’t know how to set it up.
S
Shadowsuns
09-30-2025, 05:55 AM #2

The window is VIM. A popular joke in the Linux community describes the challenge of exiting VIM, saying it’s tough because you must press ESC to switch to command mode, then type :q! to quit without saving. Perhaps in the future they’ll add export EDITOR=/bin/nano to your .bashrc or use nano -w 'filename' for a simpler approach. You might reinstall upstart, which would let you use /etc/network/interfaces again; alternatively, install NetworkManager for a user-friendly terminal interface (nmtui). You could also experiment with netplan, though I haven’t used it and don’t know how to set it up.

E
Enderboss1449
Member
203
10-05-2025, 01:31 PM
#3
Nano is a helpful editor, though Vim offers more advanced options. You should familiarize yourself with the basics via https://ryanstutorials.net/linuxtutorial...heetvi.php. Vim and Elvis are essentially similar.
E
Enderboss1449
10-05-2025, 01:31 PM #3

Nano is a helpful editor, though Vim offers more advanced options. You should familiarize yourself with the basics via https://ryanstutorials.net/linuxtutorial...heetvi.php. Vim and Elvis are essentially similar.

C
ChickenPhoYou
Posting Freak
850
10-05-2025, 09:20 PM
#4
Hey team, just restarted it and got the command correct for netplan again!
C
ChickenPhoYou
10-05-2025, 09:20 PM #4

Hey team, just restarted it and got the command correct for netplan again!