Advertisement
Guest User

host information

a guest
Sep 29th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. cat /etc/issue
  2. Debian GNU/Linux 8 \n \l
  3.  
  4. cat /etc/*release
  5. PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
  6. NAME="Debian GNU/Linux"
  7. VERSION_ID="8"
  8. VERSION="8 (jessie)"
  9. ID=debian
  10. HOME_URL="http://www.debian.org/"
  11. SUPPORT_URL="http://www.debian.org/support/"
  12. BUG_REPORT_URL="https://bugs.debian.org/"
  13.  
  14. lsb_release -a
  15. No LSB modules are available.
  16. Distributor ID: Debian
  17. Description: Debian GNU/Linux 8.2 (jessie)
  18. Release: 8.2
  19. Codename: jessie
  20.  
  21. uname -a
  22. Linux kaiowasrv 4.1.0-0.bpo.2-amd64 #1 SMP Debian 4.1.6-1~bpo8+1 (2015-09-09) x86_64 GNU/Linux
  23.  
  24. sudo apt-get install -y gawk build-essential texinfo libncurses5-dev
  25.  
  26. bash, version 4.3.30(1)-release
  27. Binutils: (GNU Binutils for Debian) 2.25
  28. bzip2, Version 1.0.6, 6-Sept-2010.
  29. Coreutils: 8.23
  30. diff (GNU diffutils) 3.3
  31. find (GNU findutils) 4.4.2
  32. GNU Awk 4.1.1, API: 1.1 (GNU MPFR 3.1.2-p3, GNU MP 6.0.0)
  33. gcc (Debian 4.9.2-10) 4.9.2
  34. GNU C Library (Debian GLIBC 2.19-18+deb8u1) stable release version 2.19,
  35. grep (GNU grep) 2.20
  36. gzip 1.6
  37. GNU Make 4.0
  38. GNU patch 2.7.5
  39. sed (GNU sed) 4.2.2
  40. Sudo versão 1.8.10p3
  41. tar (GNU tar) 1.27.1
  42. makeinfo (GNU texinfo) 5.2
  43.  
  44. CLFS_FLOAT=hard
  45. CLFS_FPU=neon
  46. CLFS_HOST=x86_64-cross-linux-gnu
  47. CLFS_TARGET=arm-linux-musleabihf
  48. CLFS_ARCH=arm
  49. CLFS_ARM_ARCH=armv7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement