SEE BY YOURSELFT! be warned!
debian/devuan: missing "ifconfig command not found" SOLUCION
|
ifconfig y net-tools seria removido desde el año 2009, Devuan y Debian nuevos ya no lo instalan, en Debian 9 fue removido y en Debian 10 no estara ya mas el paquete.
OPCION 1) instalar el comando faltante
OPCION 2) Tabla de equivalentes, la solucion real y futura:
comando | ifconfig | ip |
comando base | /sbin/ifconfig | /bin/ip |
ver las ip (v4) | ifconfig | grep "inet add" | ip -4 addr | grep inet |
ver solo las configuradas | ifconfig | grep "inet add" | ip link ls up | grep mtu |
bajar y desactivar la eth0 | ifconfig eth0 down | ip link set dev eth0 down |
activar la wlan0 configurada | ifconfig wlan0 up | ip link set dev wlan0 up |
dar mas MTU a eth0 | ifconfig eth1 mtu 9000 up | ip link set mtu 9800 dev eth0 |
Codeplex get down? or its really an estrategie?
|
...
late notifications, multiple cracks to the site, excessive inclination
to MS products and poor services respect Opensource scheme
determined the lifetime of CodePlex, one of the strategies to use code
sharing for the benefit of MS that failed together with the famous announcement to share the Visual Studio code and the SQL server version for Linux.
SPANISH VERSION HERE: http://venenuxmassenkoh.blogspot.com/2017/12/codeplex-cae-o-es-estrategia-es.html

Suscribirse a:
Entradas (Atom)