Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Linux raspberrypi 3.1.9adafruit+ #8 PREEMPT Wed Aug 1 18:02:42 EDT 2012 armv6l
  2.  
  3. pi@raspberrypi / $ lsb_release -a
  4. No LSB modules are available.
  5. Distributor ID: Debian
  6. Description: Debian GNU/Linux testing/unstable
  7. Release: testing/unstable
  8. Codename: n/a
  9.  
  10. $ uname -a
  11. Linux raspberrypi 3.1.9+ #174 PREEMPT Sun Jul 22 19:04:28 BST 2012 armv6l GNU/Linux
  12.  
  13. cat /etc/*-release
  14.  
  15. NAME="Arch Linux"
  16. ID=arch
  17. PRETTY_NAME="Arch Linux"
  18. ANSI_COLOR="0;36"
  19. HOME_URL="https://www.archlinux.org/"
  20. SUPPORT_URL="https://bbs.archlinux.org/"
  21. BUG_REPORT_URL="https://bugs.archlinux.org/"
  22.  
  23. $ cat /etc/os-release | perl -n -e '/^NAME="([a-zA-Z ]*)"$/ && print "$1n"'
  24. Arch Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement