how to change the Default page localhost debian to run an application
问题 In debian, I installed an application 'maarchrm'. at the end of the guide intallation it's demanded to add the line 127.0.0.1 to the file 'etc/hosts'. inside this file we find these lines : 127.0.0.1 localhost debian ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters So when I add the line, It becomes like this : 127.0.0.1 maarchrm 127.0.0.1 localhost debian ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6