Kupujemy VPSa, dostajemy IP, login hasło i co dalej?
Uruchamiam Pytty i loguję się
login as: root
root@ADRES_IP's password: [TU HASŁO NIE POKAZUJE SIĘ]
Welcome to Ubuntu 18.04 LTS (GNU/Linux 4.15.0-20-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
root@h47a8db:~#
Sprawdźmy czy są jakieś aktualizacje:
apt-get update
Err:1 http://pl.archive.ubuntu.com/ubuntu bionic InRelease
Temporary failure resolving 'pl.archive.ubuntu.com'
Reading package lists... Done
W: Failed to fetch http://pl.archive.ubuntu.com/ubuntu/dists/bionic/InRelease Temporary failure resolving 'pl.archive.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Upsss. Już wali błędami… nie może się dobrać do repozytorium
sprawdźmy więc zawartość pliku /etc/resolv.conf
vi /etc/resolv.conf
A tam pusto…
wpisuję więc
nameserver 8.8.8.8
nameserver 8.8.4.4
Zapisuję i zamykam
[tm_toggle style=”1″]
[toggle title=”Nie wiesz jak zapisać i wyjść? „]
:wq
[/toggle]
[/tm_toggle]
a następnie uruchamiam ponownie serwer
reboot
[tm_toggle style=”1″]
[toggle title=”Kontrolnie sprawdzam czy jest ok”]
ping onet.pl
PING onet.pl (213.180.141.140) 56(84) bytes of data.
64 bytes from sg1.any.onet.pl (213.180.141.140): icmp_seq=1 ttl=58 time=6.08 ms
64 bytes from sg1.any.onet.pl (213.180.141.140): icmp_seq=2 ttl=58 time=9.76 ms
64 bytes from sg1.any.onet.pl (213.180.141.140): icmp_seq=3 ttl=58 time=5.40 ms
przerywam Pinga
ctrl+c
[/toggle]
[/tm_toggle]
Lecimy z aktualizacją…
apt update
Hit:1 http://pl.archive.ubuntu.com/ubuntu bionic InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Działa 🙂