You are not logged in.
Pages: 1
first of all sorry if this is the wrong section to post
after all these years i'm still a newbie when it comes to terms
i'm trying to install arch again, this time i want to do it through the arch wiki, i'm having trouble with the ip static part
under Hostname, it says
" If the system has a permanent IP address, it should be used instead of 127.0.1.1. "
so how do i check if i have a permanent IP? if i don't can i just follow the wiki and only edit the myhostname or ?
hopefully you guys understand what i'm trying to ask
thanks
Last edited by jonathanleslie (2018-03-09 01:39:20)
Offline
You would know if you had a static IP because you'd have set it up. If you are using dhcpcd/dhclient for networking, you have a dynamic (not static) address - this is much more common and more-or-less the "default".
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
does that mean it's ok to just go ahead with 127.0.1.1 ?
oh and since i'm already here, about the one below:-
127.0.0.1 localhost
::1 localhost
127.0.1.1 myhostname.localdomain
is localhost and localdomain refer to anything, or just go with it and only edit the myhostname
thanks
Offline
In the Installation Guide, replace the italicized text with your settings.
If you choose to name your computer "mario", then the "/etc/hostname" file will be:
mario
And the "/etc/hosts" file will be:
127.0.0.1 localhost
::1 localhost
127.0.1.1 mario.localdomain mario
After that, follow the Installation Guide to setup your Internet connection with a dynamic IP address.
EDIT: According to the Network Configuration page, you don't have to do anything. The Internet will be automatically connected if you have a wired Internet connection.
Last edited by drcouzelis (2018-03-07 13:58:16)
Offline
oh ok thanks guys.
.i'm stuck at intel-ucode though
my laptop is intel core and have nvidia graphic card
do i need to install this intel-ucode?
am i suppose to install this during arch installation or after ?
==========
Boot loader
A Linux-capable boot loader must be installed in order to boot Arch Linux. See Category:Boot loaders for available choices.
If you have an Intel CPU, install the intel-ucode package in addition, and enable microcode updates.
==========
..is what it says
thanks again
Offline
.i'm stuck at intel-ucode though
Which has absolutely nothing to do with this thread:
https://wiki.archlinux.org/index.php/Co … ow_to_post
If that were a real question, you should start a new thread for it (after marking this one as SOLVED). But that doesn't even sound like a question. The installation guide says to install it, so yes, install it. Feel free to post here if/when you actually get stuck, but you don't need to confirm every step of the installation process. That may be *the* most well curated pages in the wiki: consider everything in it as pre-confirmed.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
jonathanleslie wrote:.i'm stuck at intel-ucode though
Which has absolutely nothing to do with this thread:
https://wiki.archlinux.org/index.php/Co … ow_to_postIf that were a real question, you should start a new thread for it (after marking this one as SOLVED). But that doesn't even sound like a question. The installation guide says to install it, so yes, install it. Feel free to post here if/when you actually get stuck, but you don't need to confirm every step of the installation process. That may be *the* most well curated pages in the wiki: consider everything in it as pre-confirmed.
ok noted
Offline
Pages: 1