[HELP][SOLVED] Unable to locate gitlab-ce

I have no such ip registered in my locals as 127.0.0.1

You have no ip? whats the full output of ip addr?

output: inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic enp0s3

1 Like

Good, So now we get into the weeds.

You need to edit the network config files. You can do this by typing sudo vi /etc/sysconfig/network-scripts/ifcnfg-enp0s3 and add the following lines

DNS1=8.8.8.8
DNS2=8.8.4.4
# Note this was set to no
ONBOOT=yes

but please be careful, vi is wonky. press ‘G’ (don’t actually type the quotes) to go to the bottom line, press ‘A’ to start typing at the end of the current line, press escape then ‘:x’ to save and quit. If you mess up ( which is entirely possible with vi ), press escape then ‘:qa!’ to abort without saving

1 Like

I found those steps here by the way. I didn’t pull that out of thin air.

https://imgur.com/a/pF8fpUW by doing sudo vi /etc/sysconfig/network-scripts/ifcnfg-enp0s3

Might wanna check that spelling. you typed enpp0s3 instead of enp0s3

Well, level1techs has this “feature” so new members have a post limit per day. And btw, I never used that editor before, only gnome, could have mentioned that that blackscreen was an editor. well after few minutes of keyboard hammering I was capable of inserting the text you posted. I got is saved and now ?

ps. I saw your website, good work, I can help you make a more impressive one.

1 Like

If I ever need anything more than a glorified resume, I’ll hit you up. I am not a webdev haha

And you should be able to reboot the VM and be good?

I tried sudo yum install -y curl policycoreutils-python openssh-server and su -c ‘yum update’ but still I get base/7/x86_64. Well I then did dhclient and su -c ‘yum update’ and somehow it worked.
Well now I did the last command: sudo EXTERNAL_URL=“http://gitlab[D0T]example[D0T]com” yum install -y gitlab-ee
and I am at https://imgur.com/a/DakmTLV
So I’ll go back to windows topic and ask how I connect to this gitlab server I setup

these: [D0T] are to avoid the filter.

Yay! Congrats on working through the random rough edges of Linux!

1 Like

You should be all set now that you’re at “basic” trust level.

If you’d like insight into how that all works, check out this article, from the people who make our forum software:

Also, if you ever have any problems/questions, feel free to message anyone with the leader or moderator tag. We’re here to help!