-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

ifconfig


> Network Interface Configurator.

More information.


View network settings of an Ethernet adapter:

ifconfig eth0

Display details of all interfaces, including disabled interfaces:

ifconfig -a

Disable eth0 interface:

ifconfig eth0 down

Enable eth0 interface:

ifconfig eth0 up

Assign IP address to eth0 interface:

ifconfig eth0 {ip_address}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 19:32:22 2024