ifconfig : command not found

Zielsetzung Der Befehl ifconfig ist veraltet und fehlt daher standardmäßig unter Debian Linux, beginnend mit Debian Stretch. # ifconfig -bash: ifconfig: Befehl nicht gefunden Die neue und empfohlene Alternative zum…

ModuleNotFoundError: No module named ‚Tkinter‘

michi@localhost ~/python $ python maschenzaehler.py Traceback (most recent call last): File "/home/michi/python/maschenzaehler.py", line 1, in <module> import Tkinter as tk ModuleNotFoundError: No module named 'Tkinter' michi@localhost ~/python $ python maschenzaehler.py…