un fichier hosts "classique" commence par ceci :
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
Tes lignes sont à entrer après ce qui est affiché dans le lien.
Pour éditer le fichier hosts la commande est :
sudo nano /etc/hosts
Et les modifications finie on fait un
ctrl+o
puis
ctrl+x
cat /etc/hosts
Regarde ceci : #39Le plus simple est encore d'afficher simplement le fichier, sans l'éditer (et là, aucun risque de modifier le fichier par mégarde) :
Normalement, le fichier n'est pas très long donc tout devrait être affiché.Bloc de code:cat /etc/hosts
Dans tous les cas ce n'est pas pris en compte et une ligne du type (extrait du magma du fichier hosts):@fioenz
Ce qui est sûr c'est que akamaihd est bellesaloperiecochonnerie d'adware et qui figure de nombreuses fois dans ton fichier hosts.
Il faut ajouter en tête ceci (merci @Locke ) :
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
Ton fichier host devrait ressembler à cela :
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
## Infos perso :
#
108.162.203.254 t411.io www.t411.io forum.t411.io wiki.t411.io api.t411.$
108.162.204.254 t411.io www.t411.io forum.t411.io wiki.t411.io api.t411.$
104.18.37.180 t411.me www.t411.me forum.t411.me wiki.t411.me api.t411.me
104.18.36.180 t411.me www.t411.me forum.t411.me wiki.t411.me api.t411.me
46.246.117.194 tracker.t411.io tracker.t411.me
88.198.168.163 irc.t411.io irc.t411.me
#
Tu peux faire un copier depuis le contenu du Spoiler et un coller dans l'éditeur nano après avoir effacé le contenu initial.
Si tu fais les modifs, après donne le résultat de la commande :
cat /etc/hosts
Retire les lignes vides, puis sauves par ctrl+oLast login: Sat Jan 14 09:37:31 on ttys000
retina:~ dominiquevannucci$ sudo nano /etc/hosts
Password:
GNU nano 2.0.6 File: /etc/hosts Modified
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
##\n# Host Database\n#\n# localhost is used to configure the loopback interface$
108.162.203.254 t411.io www.t411.io forum.t411.io wiki.t411.io api.t411.$
108.162.204.254 t411.io www.t411.io forum.t411.io wiki.t411.io api.t411.$
104.18.37.180 t411.me www.t411.me forum.t411.me wiki.t411.me api.t411.me
104.18.36.180 t411.me www.t411.me forum.t411.me wiki.t411.me api.t411.me
46.246.117.194 tracker.t411.io tracker.t411.me
88.198.168.163 irc.t411.io irc.t411.me
^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell
Tu es sorti de nano là?Lignes vides ???
En fait je ne sais pas faire aussi facilement...