Facebook
From uno, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 190
  1. Problem z pakietami
  2.  
  3. root@kali2:~$ sudo ifconfig
  4. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
  5.         inet 192.168.1.111  netmask 255.255.255.0  broadcast 192.168.1.255
  6.         inet6 fe80::20c:29ff:feb4:3443  prefixlen 64  scopeid 0x20<link>
  7.         ether 00:0c:29:b4:34:43  txqueuelen 1000  (Ethernet)
  8.         RX packets 66554  bytes 93852497 (89.5 MiB)
  9.         RX errors 14  dropped 185  overruns 0  frame 0
  10.         TX packets 27811  bytes 1955265 (1.8 MiB)
  11.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  12.         device interrupt 19  base 0x2000  
  13.  
  14. lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
  15.         inet 127.0.0.1  netmask 255.0.0.0
  16.         inet6 ::1  prefixlen 128  scopeid 0x10<host>
  17.         loop  txqueuelen 1000  (Local Loopback)
  18.         RX packets 18  bytes 950 (950.0 B)
  19.         RX errors 0  dropped 0  overruns 0  frame 0
  20.         TX packets 18  bytes 950 (950.0 B)
  21.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  22.  
  23. @kali2:~$ ifconfig
  24. bash: ifconfig: nie znaleziono polecenia
  25. @kali2:~$ # ifconfig
  26. @kali2:~$ #ifconfig
  27. @kali2:~$ # apt-get install net-tools
  28. @kali2:~$
  29.  
  30.