Skip to content

Instantly share code, notes, and snippets.

@mazgi
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mazgi/834062899184ed4c1b65 to your computer and use it in GitHub Desktop.
Save mazgi/834062899184ed4c1b65 to your computer and use it in GitHub Desktop.
RHEL6.5 on POWER8
[root@localhost] # uname -a
Linux localhost.localdomain 2.6.32-431.el6.ppc64 #1 SMP Sun Nov 10 22:17:43 EST 2013 ppc64 ppc64 ppc64 GNU/Linux
[root@localhost] # nproc
40
[root@localhost] # free -g
             total       used       free     shared    buffers     cached
Mem:           120         13        106          0          0         11
-/+ buffers/cache:          1        118
Swap:            3          0          3
[root@localhost] # curl -LO 'http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 14540  100 14540    0     0   334k      0 --:--:-- --:--:-- --:--:--  617k
[root@localhost] # rpm -ivh epel-release-6-8.noarch.rpm
warning: epel-release-6-8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
Preparing...                ########################################### [100%]
   1:epel-release           ########################################### [100%]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment