Skip to content

Instantly share code, notes, and snippets.

@hkwi
Created December 6, 2014 02:04
Show Gist options
  • Save hkwi/256827724021f8d29356 to your computer and use it in GitHub Desktop.
Save hkwi/256827724021f8d29356 to your computer and use it in GitHub Desktop.
# cat /proc/cpuinfo
Processor       : ARMv7 Processor rev 2 (v7l)
BogoMIPS        : 996.74
Features        : swp half thumb fastmult vfp edsp neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x3
CPU part        : 0xc08
CPU revision    : 2

Hardware        : mykonos2 board
Revision        : 0006
Serial          : 0000000000000000

# uname -a
Linux uclibc 2.6.32.9-g980dab2 #1 PREEMPT Mon Sep 16 11:50:23 CEST 2013 armv7l GNU/Linux

# iwconfig
lo        no wireless extensions.

ath0      AR6000 802.11ng  ESSID:"ardrone2_026307"  Nickname:""
          NWID:off/any  Mode:Master  Frequency:2.437 GHz
          Access Point: 90:03:B7:EA:A8:E9   Bit Rate:72.2 Mb/s   Tx-Power=15 dBm

          Sensitivity=0/3
          RTS thr=0 B   Fragment thr=0 B
          Encryption key:off
          Power Management:off
          Link Quality:95  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

# netstat -ap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:5551            0.0.0.0:*               LISTEN      823/inetd
tcp        0      0 0.0.0.0:5553            0.0.0.0:*               LISTEN      827/program.elf
tcp        0      0 0.0.0.0:5555            0.0.0.0:*               LISTEN      827/program.elf
tcp        0      0 0.0.0.0:5557            0.0.0.0:*               LISTEN      827/program.elf
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      823/inetd
tcp        0      0 0.0.0.0:23              0.0.0.0:*               LISTEN      942/telnetd
tcp        0      0 0.0.0.0:5559            0.0.0.0:*               LISTEN      827/program.elf
tcp        0    541 192.168.1.1:23          192.168.1.2:63354       ESTABLISHED 942/telnetd
udp        0      0 0.0.0.0:5552            0.0.0.0:*                           954/parrotauthdaemo
udp        0      0 0.0.0.0:5554            0.0.0.0:*                           827/program.elf
udp        0      0 0.0.0.0:5555            0.0.0.0:*                           827/program.elf
udp        0      0 0.0.0.0:5556            0.0.0.0:*                           827/program.elf
udp        0      0 0.0.0.0:67              0.0.0.0:*                           944/udhcpd
udp        0   3312 0.0.0.0:14551           0.0.0.0:*                           827/program.elf
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node PID/Program name    Path
unix  3      [ ]         DGRAM                      1052 830/syslogd         /dev/log
unix  2      [ ]         DGRAM                       597 587/udevd           @/org/kernel/udev/udevd-ujuba
unix  2      [ ]         DGRAM                      1054 831/klogd
unix  3      [ ]         DGRAM                       600 587/udevd
unix  3      [ ]         DGRAM                       599 587/udevd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment