Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

Tuesday, November 3, 2020

Install kubectl and minikube on Fedora 32

 Install kubectl

In your terminal run the following:

curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl

[dave@dave tmp]$ curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 41.0M  100 41.0M    0     0  13.7M      0  0:00:02  0:00:02 --:--:-- 13.7M
[dave@dave tmp]$ ls -l ./kubectl 
-rw-rw-r--. 1 dave dave 43003904 Nov  3 22:15 ./kubectl

chmod +x ./kubectl

sudo mv ./kubectl /usr/local/bin/kubectl


Check your Installation:

kubectl version

[dave@dave tmp]$ sudo mv ./kubectl /usr/local/kubectl
[dave@dave tmp]$ kubectl version
Client Version: version.Info{Major:"1", Minor:"15+", GitVersion:"v1.15.8-beta.0", GitCommit:"6c143d35bb11d74970e7bc0b6c45b6bfdffc0bd4", GitTreeState:"archive", BuildDate:"2020-01-29T00:00:00Z", GoVersion:"go1.14beta1", Compiler:"gc", Platform:"linux/amd64"}
The connection to the server localhost:8080 was refused - did you specify the right host or port?

See also official docs:
https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-on-linux

 

Install minikube

https://minikube.sigs.k8s.io/docs/start/

curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-latest.x86_64.rpm
sudo rpm -ivh minikube-latest.x86_64.rpm

First start

 

[dave@dave simple-k8s]$ minikube delete
🔥  Deleting "minikube" in kvm2 ...
💀  Removed all traces of the "minikube" cluster.
[dave@dave simple-k8s]$ minikube start
😄  minikube v1.14.2 on Fedora 32
✨  Using the kvm2 driver based on user configuration
💿  Downloading VM boot image ...
    > minikube-v1.14.0.iso.sha256: 65 B / 65 B [-------------] 100.00% ? p/s 0s
    > minikube-v1.14.0.iso: 178.27 MiB / 178.27 MiB [ 100.00% 16.39 MiB p/s 11s
👍  Starting control plane node minikube in cluster minikube
💾  Downloading Kubernetes v1.19.2 preload ...
    > preloaded-images-k8s-v6-v1.19.2-docker-overlay2-amd64.tar.lz4: 486.33 MiB
🔥  Creating kvm2 VM (CPUs=2, Memory=3900MB, Disk=20000MB) ...
🔥  Deleting "minikube" in kvm2 ...
🤦  StartHost failed, but will try again: creating host: create: Error creating machine: Error in driver during machine creation: ensuring active networks: starting network default: virError(Code=89, Domain=47, Message='error from service: changeZoneOfInterface: COMMAND_FAILED: 'python-nftables' failed: 
JSON blob:
{"nftables": [{"metainfo": {"json_schema_version": 1}}, {"add": {"rule": {"family": "inet", "table": "firewalld", "chain": "filter_IN_libvirt_allow", "expr": [{"match": {"left": {"payload": {"protocol": "udp", "field": "dport"}}, "op": "==", "right": 67}}, {"match": {"left": {"ct": {"key": "state"}}, "op": "in", "right": {"set": ["new", "untracked"]}}}, {"accept": null}]}}}, {"add": {"rule": {"family": "inet", "table": "firewalld", "chain": "filter_IN_libvirt_allow", "expr": [{"match": {"left": {"payload": {"protocol": "udp", "field": "dport"}}, "op": "==", "right": 547}}, {"match": {"left": {"ct": {"key": "state"}}, "op": "in", "right": {"set": ["new", "untracked"]}}}, {"accept": null}]}}}, {"add": {"rule": {"family": "inet", "table": "firewalld", "chain": "filter_IN_libvirt_allow", "expr": [{"match": {"left": {"payload": {"protocol": "tcp", "field": "dport"}}, "op": "==", "right": 53}}, {"match": {"left": {"ct": {"key": "state"}}')
🔥  Creating kvm2 VM (CPUs=2, Memory=3900MB, Disk=20000MB) ...
😿  Failed to start kvm2 VM. Running "minikube delete" may fix it: creating host: create: Error creating machine: Error in driver during machine creation: ensuring active networks: starting network default: virError(Code=89, Domain=47, Message='error from service: changeZoneOfInterface: COMMAND_FAILED: 'python-nftables' failed: 
JSON blob:
{"nftables": [{"metainfo": {"json_schema_version": 1}}, {"add": {"rule": {"family": "inet", "table": "firewalld", "chain": "filter_IN_libvirt_allow", "expr": [{"match": {"left": {"payload": {"protocol": "udp", "field": "dport"}}, "op": "==", "right": 67}}, {"match": {"left": {"ct": {"key": "state"}}, "op": "in", "right": {"set": ["new", "untracked"]}}}, {"accept": null}]}}}, {"add": {"rule": {"family": "inet", "table": "firewalld", "chain": "filter_IN_libvirt_allow", "expr": [{"match": {"left": {"payload": {"protocol": "udp", "field": "dport"}}, "op": "==", "right": 547}}, {"match": {"left": {"ct": {"key": "state"}}, "op": "in", "right": {"set": ["new", "untracked"]}}}, {"accept": null}]}}}, {"add": {"rule": {"family": "inet", "table": "firewalld", "chain": "filter_IN_libvirt_allow", "expr": [{"match": {"left": {"payload": {"protocol": "tcp", "field": "dport"}}, "op": "==", "right": 53}}, {"match": {"left": {"ct": {"key": "state"}}')

❌  Exiting due to GUEST_PROVISION: Failed to start host: creating host: create: Error creating machine: Error in driver during machine creation: ensuring active networks: starting network default: virError(Code=89, Domain=47, Message='error from service: changeZoneOfInterface: COMMAND_FAILED: 'python-nftables' failed: 
JSON blob:
{"nftables": [{"metainfo": {"json_schema_version": 1}}, {"add": {"rule": {"family": "inet", "table": "firewalld", "chain": "filter_IN_libvirt_allow", "expr": [{"match": {"left": {"payload": {"protocol": "udp", "field": "dport"}}, "op": "==", "right": 67}}, {"match": {"left": {"ct": {"key": "state"}}, "op": "in", "right": {"set": ["new", "untracked"]}}}, {"accept": null}]}}}, {"add": {"rule": {"family": "inet", "table": "firewalld", "chain": "filter_IN_libvirt_allow", "expr": [{"match": {"left": {"payload": {"protocol": "udp", "field": "dport"}}, "op": "==", "right": 547}}, {"match": {"left": {"ct": {"key": "state"}}, "op": "in", "right": {"set": ["new", "untracked"]}}}, {"accept": null}]}}}, {"add": {"rule": {"family": "inet", "table": "firewalld", "chain": "filter_IN_libvirt_allow", "expr": [{"match": {"left": {"payload": {"protocol": "tcp", "field": "dport"}}, "op": "==", "right": 53}}, {"match": {"left": {"ct": {"key": "state"}}')

😿  If the above advice does not help, please let us know: 
👉  https://github.com/kubernetes/minikube/issues/new/choose

 Trying with driver=docker

[dave@dave simple-k8s]$ minikube start --driver=docker
😄  minikube v1.14.2 on Fedora 32
❗  Both driver=docker and vm-driver=kvm2 have been set.

    Since vm-driver is deprecated, minikube will default to driver=docker.

    If vm-driver is set in the global config, please run "minikube config unset vm-driver" to resolve this warning.
            
✨  Using the docker driver based on user configuration
👍  Starting control plane node minikube in cluster minikube
🚜  Pulling base image ...
🔥  Creating docker container (CPUs=2, Memory=3900MB) ...

🧯  Docker is nearly out of disk space, which may cause deployments to fail! (94% of capacity)
💡  Suggestion: 

    Try at least one of the following to free up space on the device:
    
    1. Run "docker system prune" to remove unused docker data
    2. Increase the amount of memory allocated to Docker for Desktop via
    Docker icon > Preferences > Resources > Disk Image Size
    3. Run "minikube ssh -- docker system prune" if using the docker container runtime
🍿  Related issue: https://github.com/kubernetes/minikube/issues/9024

🐳  Preparing Kubernetes v1.19.2 on Docker 19.03.8 ...
🔎  Verifying Kubernetes components...
🌟  Enabled addons: storage-provisioner, default-storageclass

❗  /usr/bin/kubectl is version 1.15.8-beta.0, which may have incompatibilites with Kubernetes 1.19.2.
💡  Want kubectl v1.19.2? Try 'minikube kubectl -- get pods -A'
🏄  Done! kubectl is now configured to use "minikube" by default

 List pods on k8s cluster

[dave@dave simple-k8s]$ kubectl get po -A
NAMESPACE     NAME                               READY   STATUS    RESTARTS   AGE
default       client-pod                         1/1     Running   0          62s
kube-system   coredns-f9fd979d6-t8ktc            1/1     Running   0          2m28s
kube-system   etcd-minikube                      1/1     Running   0          2m26s
kube-system   kube-apiserver-minikube            1/1     Running   0          2m27s
kube-system   kube-controller-manager-minikube   1/1     Running   0          2m27s
kube-system   kube-proxy-tg8zg                   1/1     Running   0          2m28s
kube-system   kube-scheduler-minikube            1/1     Running   0          2m27s
kube-system   storage-provisioner                1/1     Running   1          2m31s

Configure docker client in terminal

   eval $(minikube docker-env)
$ minikube docker-env
export DOCKER_TLS_VERIFY="1"
export DOCKER_HOST="tcp://192.168.49.2:2376"
export DOCKER_CERT_PATH="/home/dave/.minikube/certs"
export MINIKUBE_ACTIVE_DOCKERD="minikube"

# To point your shell to minikube's docker-daemon, run:
# eval $(minikube -p minikube docker-env)


Thursday, April 9, 2020

Install Oracle WebLogic Server 14.1.1.0.0 on Fedora Linux

Download
https://www.oracle.com/middleware/technologies/fusionmiddleware-downloads.html

Documentation
https://docs.oracle.com/en/middleware/standalone/weblogic-server/14.1.1.0/index.html

Weblogic JDK 11 Certification

Oracle WebLogic Server 14c (14.1.1.0.0) is certified for use with JDK 11.

Supported configurations https://www.oracle.com/middleware/technologies/fusion-certification.html


Oracle JDK 11 download https://www.oracle.com/java/technologies/javase-jdk11-downloads.html

Install Oracle JDK 11 via rpm ( dnf fails on missing dependencies)

[dave@dave Downloads]$ sudo rpm -ivh  jdk-11.0.6_linux-x64_bin.rpm

warning: jdk-11.0.6_linux-x64_bin.rpm: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY

Verifying...                          ################################# [100%]

Preparing...                          ################################# [100%]

Updating / installing...

   1:jdk-11.0.6-2000:11.0.6-ga        ################################# [100%]

 

Change Java version for system

sudo alternatives --config java

There are 3 programs which provide 'java'.

  Selection    Command
-----------------------------------------------
   1           java-1.8.0-openjdk.x86_64 (/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.fc31.x86_64/jre/bin/java)
 + 2           /usr/java/jdk1.8.0_231-amd64/jre/bin/java
*  3           /usr/java/jdk-11.0.6/bin/java

Enter to keep the current selection[+], or type selection number: 3


Verify Java version

$ java -version
java version "11.0.6" 2020-01-14 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.6+8-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.6+8-LTS, mixed mode)


Install Weblogic 14.1


$ java -jar fmw_14.1.1.0.0_wls.jar  
Launcher log file is /tmp/OraInstall2020-04-09_10-35-56AM/launcher2020-04-09_10-35-56AM.log. 
Extracting the installer . . . . . Done 
Checking if CPU speed is above 300 MHz.   Actual 2754.936 MHz    Passed 
Checking monitor: must be configured to display at least 256 colors.   Actual 16777216    Passed 
Checking swap space: must be greater than 512 MB.   Actual 8015 MB    Passed 
Checking temp space: must be greater than 300 MB.   Actual 7027 MB    Passed 
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2020-04-09_10-35-56AM 
 


Start  domain

Starting WLS with line:

/usr/java/jdk-11.0.6/bin/java -server   -Xms256m -Xmx512m -XX:CompileThreshold=8000 -cp /app/weblogic/wlserver/server/lib/weblogic-launcher.jar -Dlaunch.use.env.classpath=true -Dweblogic.Name=AdminServer -Djava.security.policy=/app/weblogic/wlserver/server/lib/weblogic.policy  -Djava.system.class.loader=com.oracle.classloader.weblogic.LaunchClassLoader  -javaagent:/app/weblogic/wlserver/server/lib/debugpatch-agent.jar -da -Dwls.home=/app/weblogic/wlserver/server -Dweblogic.home=/app/weblogic/wlserver/server      weblogic.Server

 

Saturday, February 8, 2020

Install microk8s on Fedora

HOWTO

https://microk8s.io/#get-started


Install snap

https://snapcraft.io/docs/installing-snapd

https://www.cyberciti.biz/faq/install-snapd-on-fedora-linux-system-dnf-command/

[dave@localhost ~]$ sudo dnf install snapd

Fedora Modular 31 - x86_64 - Updates                                                                         40 kB/s |  23 kB     00:00    

Fedora 31 - x86_64 - Updates                                                                                 27 kB/s |  24 kB     00:00    

Fedora 31 - x86_64 - Updates                                                                                416 kB/s | 421 kB     00:01    

Dependencies resolved.

============================================================================================================================================

 Package                             Architecture                 Version                               Repository                     Size

============================================================================================================================================

Installing:

 snapd                               x86_64                       2.42.2-1.fc31                         updates                        16 M

Installing dependencies:

 snap-confine                        x86_64                       2.42.2-1.fc31                         updates                       2.4 M

 snapd-selinux                       noarch                       2.42.2-1.fc31                         updates                       220 k

 
Transaction Summary

============================================================================================================================================

Install  3 Packages

 
Total download size: 18 M

Installed size: 70 M

Is this ok [y/N]: y

Downloading Packages:

(1/3): snapd-selinux-2.42.2-1.fc31.noarch.rpm                                                               912 kB/s | 220 kB     00:00    

(2/3): snap-confine-2.42.2-1.fc31.x86_64.rpm                                                                2.9 MB/s | 2.4 MB     00:00    

(3/3): snapd-2.42.2-1.fc31.x86_64.rpm                                                                       7.9 MB/s |  16 MB     00:02    

--------------------------------------------------------------------------------------------------------------------------------------------

Total                                                                                                       7.3 MB/s |  18 MB     00:02     

Running transaction check

Transaction check succeeded.

Running transaction test

Transaction test succeeded.

Running transaction

  Preparing        :                                                                                                                    1/1 

  Running scriptlet: snapd-selinux-2.42.2-1.fc31.noarch                                                                                 1/3 

  Installing       : snapd-selinux-2.42.2-1.fc31.noarch                                                                                 1/3 

  Running scriptlet: snapd-selinux-2.42.2-1.fc31.noarch                                                                                 1/3 

  Installing       : snap-confine-2.42.2-1.fc31.x86_64                                                                                  2/3 

  Installing       : snapd-2.42.2-1.fc31.x86_64                                                                                         3/3 

  Running scriptlet: snapd-2.42.2-1.fc31.x86_64                                                                                         3/3 

Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /usr/lib/systemd/system/snapd.socket.

Created symlink /etc/systemd/user/sockets.target.wants/snapd.session-agent.socket → /usr/lib/systemd/user/snapd.session-agent.socket.

 
  Running scriptlet: snapd-selinux-2.42.2-1.fc31.noarch                                                                                 3/3 

  Running scriptlet: snapd-2.42.2-1.fc31.x86_64                                                                                         3/3 

  Verifying        : snap-confine-2.42.2-1.fc31.x86_64                                                                                  1/3 

  Verifying        : snapd-2.42.2-1.fc31.x86_64                                                                                         2/3 

  Verifying        : snapd-selinux-2.42.2-1.fc31.noarch                                                                                 3/3 

 
Installed:

  snap-confine-2.42.2-1.fc31.x86_64               snapd-2.42.2-1.fc31.x86_64               snapd-selinux-2.42.2-1.fc31.noarch              

 
Complete!

[dave@localhost ~]$ sudo ln -s /var/lib/snapd/snap /snap

[dave@localhost ~]$ ls -l /snap

lrwxrwxrwx. 1 root root 19 Feb  8 07:46 /snap -> /var/lib/snapd/snap

[dave@localhost ~]$ snap version

snap    2.42.2-1.fc31

snapd   unavailable

series  -

 


Start snap service

[dave@localhost ~]$ snap search vlc

error: cannot list snaps: cannot communicate with server: Get http://localhost/v2/find?q=vlc&scope=wide: dial unix /run/snapd.socket: connect: no such file or directory

[dave@localhost ~]$ sudo systemctl start snapd.service

[dave@localhost ~]$ snap search vlc

Name            Version                 Publisher  Notes  Summary

vlc             3.0.8                   videolan✓  -      The ultimate media player

mjpg-streamer   2.0                     ogra       -      UVC webcam streaming tool

audio-recorder  3.0.5+rev1432+pkg-7b07  brlin      -      A free audio-recorder for Linux (EXTREMELY BUGGY)

dav1d           0.5.1-20-g52c7427       videolan✓  -      AV1 decoder from VideoLAN

peerflix        v0.39.0+git1.df28e20    pmagill    -      Streaming torrent client for Node.js

[dave@localhost ~]$ snap search microk8s

Name      Version  Publisher   Notes    Summary

microk8s  v1.17.2  canonical✓  classic  Kubernetes for workstations and appliances

 


Install microk8s


[dave@localhost ~]$ sudo snap install microk8s --classic

2020-02-08T07:51:58+01:00 INFO Waiting for restart...

Warning: /var/lib/snapd/snap/bin was not found in your $PATH. If you've not restarted your session

         since you installed snapd, try doing that. Please see https://forum.snapcraft.io/t/9469

         for more details.

 
microk8s v1.17.2 from Canonical✓ installed

 


List services

[dave@localhost ~]$ snap list

Name      Version    Rev   Tracking  Publisher   Notes

core      16-2.42.5  8268  stable    canonical✓  core

microk8s  v1.17.2    1173  stable    canonical✓  classic

[dave@localhost ~]$ snap services 

Service                             Startup  Current  Notes

microk8s.daemon-apiserver           enabled  active   -

microk8s.daemon-apiserver-kicker    enabled  active   -

microk8s.daemon-cluster-agent       enabled  active   -

microk8s.daemon-containerd          enabled  active   -

microk8s.daemon-controller-manager  enabled  active   -

microk8s.daemon-etcd                enabled  active   -

microk8s.daemon-flanneld            enabled  active   -

microk8s.daemon-kubelet             enabled  active   -

microk8s.daemon-proxy               enabled  active   -

microk8s.daemon-scheduler           enabled  active   -

 


Add /snap/bin into secure path into sudo

[root@localhost ~]# visudo

[root@localhost ~]# grep snap  /etc/sudoers

Defaults    secure_path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin

 


[dave@localhost ~]$ sudo microk8s.status --wait-ready

[sudo] password for dave: 

microk8s is running

addons:

cilium: disabled

dashboard: disabled

dns: disabled

fluentd: disabled

gpu: disabled

helm3: disabled

helm: disabled

ingress: disabled

istio: disabled

jaeger: disabled

juju: disabled

knative: disabled

kubeflow: disabled

linkerd: disabled

metallb: disabled

metrics-server: disabled

prometheus: disabled

rbac: disabled

registry: disabled

storage: disabled

 


Turn on standard services


[dave@localhost ~]$ sudo microk8s.enable dns dashboard registry

Enabling DNS

Applying manifest

serviceaccount/coredns created

configmap/coredns created

deployment.apps/coredns created

service/kube-dns created

clusterrole.rbac.authorization.k8s.io/coredns created

clusterrolebinding.rbac.authorization.k8s.io/coredns created

Restarting kubelet

DNS is enabled

Applying manifest

serviceaccount/kubernetes-dashboard created

service/kubernetes-dashboard created

secret/kubernetes-dashboard-certs created

secret/kubernetes-dashboard-csrf created

secret/kubernetes-dashboard-key-holder created

configmap/kubernetes-dashboard-settings created

role.rbac.authorization.k8s.io/kubernetes-dashboard created

clusterrole.rbac.authorization.k8s.io/kubernetes-dashboard created

rolebinding.rbac.authorization.k8s.io/kubernetes-dashboard created

clusterrolebinding.rbac.authorization.k8s.io/kubernetes-dashboard created

deployment.apps/kubernetes-dashboard created

service/dashboard-metrics-scraper created

deployment.apps/dashboard-metrics-scraper created

service/monitoring-grafana created

service/monitoring-influxdb created

service/heapster created

deployment.apps/monitoring-influxdb-grafana-v4 created

serviceaccount/heapster created

clusterrolebinding.rbac.authorization.k8s.io/heapster created

configmap/heapster-config created

configmap/eventer-config created

deployment.apps/heapster-v1.5.2 created

 
If RBAC is not enabled access the dashboard using the default token retrieved with:

 
token=$(microk8s.kubectl -n kube-system get secret | grep default-token | cut -d " " -f1)

microk8s.kubectl -n kube-system describe secret $token

 
In an RBAC enabled setup (microk8s.enable RBAC) you need to create a user with restricted

permissions as shown in:

https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md

 
Enabling the private registry

Enabling default storage class

deployment.apps/hostpath-provisioner created

storageclass.storage.k8s.io/microk8s-hostpath created

serviceaccount/microk8s-hostpath created

clusterrole.rbac.authorization.k8s.io/microk8s-hostpath created

clusterrolebinding.rbac.authorization.k8s.io/microk8s-hostpath created

Storage will be available soon

Applying registry manifest

namespace/container-registry created

persistentvolumeclaim/registry-claim created

deployment.apps/registry created

service/registry created

The registry is enabled

 


List services

[dave@localhost ~]$ microk8s.enable --help

Usage: microk8s.enable ADDON...

Enable one or more ADDON included with microk8s

Example: microk8s.enable dns storage

 
Available addons:

 
  cilium

  dashboard

  dns

  fluentd

  gpu

  helm

  helm3

  ingress

  istio

  jaeger

  juju

  knative

  kubeflow

  linkerd

  metallb

  metrics-server

  prometheus

  rbac

  registry

  storage

 

Add user into microk8s group

[dave@localhost ~]$ microk8s.status --wait-ready

Insufficient permissions to access MicroK8s.

You can either try again with sudo or add the user dave to the 'microk8s' group:

 
    sudo usermod -a -G microk8s dave

 
The new group will be available on the user's next login.

 

Wednesday, June 5, 2013

Install Fedora 18 on Asus K55V notebook with UEFI


UEFI Secure Boot Guide

http://docs.fedoraproject.org/en-US/Fedora/18/html-single/UEFI_Secure_Boot_Guide/index.html


http://www.ambitious-vision.net/en/fedora-18-and-windows-8-uefi-how-to/

http://www.zdnet.com/how-i-installed-fedora-18-with-uefi-secure-boot_p9-7000013464/#photo

/boot
[root@localhost boot]# ls -lR
.:
total 54644
-rw-r--r--. 1 root root   122595 Dec 11 19:06 config-3.6.10-4.fc18.x86_64
-rw-r--r--. 1 root root   127595 May 24 22:17 config-3.9.4-200.fc18.x86_64
drwx------. 3 root root    16384 Jan  1  1970 efi
drwxr-xr-x. 3 root root     1024 May  9  2012 grub2
-rw-------. 1 root root 19466512 Jun  4 23:13 initramfs-3.6.10-4.fc18.x86_64.img
-rw-------. 1 root root 20585316 Jun  5 00:07 initramfs-3.9.4-200.fc18.x86_64.img
-rw-r--r--. 1 root root   560509 Jun  4 23:13 initrd-plymouth.img
drwx------. 2 root root    12288 Jun  4 23:01 lost+found
-rw-------. 1 root root  2515832 Dec 11 19:06 System.map-3.6.10-4.fc18.x86_64
-rw-------. 1 root root  2595975 May 24 22:17 System.map-3.9.4-200.fc18.x86_64
-rwxr-xr-x. 1 root root  4862486 Dec 11 19:06 vmlinuz-3.6.10-4.fc18.x86_64
-rwxr-xr-x. 1 root root  5073462 May 24 22:17 vmlinuz-3.9.4-200.fc18.x86_64

./efi:
total 4
drwx------. 3 root root 4096 Jun  4 21:06 EFI

./efi/EFI:
total 4
drwx------. 3 root root 4096 Jun  5 00:07 fedora

./efi/EFI/fedora:
total 5484
drwx------. 2 root root    4096 Jun  4 17:46 fonts
-rwx------. 1 root root  826246 Dec 20 12:10 gcdx64.efi
-rwx------. 1 root root    5999 Jun  5 00:07 grub.cfg
-rwx------. 1 root root  845190 Dec 20 12:10 grubx64.efi
-rwx------. 1 root root 1189220 Dec 12 14:15 MokManager.efi
-rwx------. 1 root root 1370230 Jan  2 15:24 shim.efi
-rwx------. 1 root root 1361702 Jan  2 15:24 shim-fedora.efi

./efi/EFI/fedora/fonts:
total 2504
-rwx------. 1 root root 2560080 Dec 20 12:10 unicode.pf2

./grub2:
total 4
-rw-r--r--. 1 root root 1024 Jun  4 23:17 grubenv
drwxr-xr-x. 3 root root 1024 May  9  2012 themes

./grub2/themes:
total 2
drwxr-xr-x. 2 root root 1024 Jun  4 23:41 system

./grub2/themes/system:
total 8632
-rw-r--r--. 2 root root 4134586 Sep 11  2012 background.png
-rw-r--r--. 1 root root     836 May  9  2012 blob_w.png
-rw-r--r--. 1 root root     165 May  9  2012 boot_menu_c.png
-rw-r--r--. 1 root root     182 May  9  2012 boot_menu_e.png
-rw-r--r--. 1 root root     312 May  9  2012 boot_menu_ne.png
-rw-r--r--. 1 root root     142 May  9  2012 boot_menu_n.png
-rw-r--r--. 1 root root     278 May  9  2012 boot_menu_nw.png
-rw-r--r--. 1 root root     304 May  9  2012 boot_menu_se.png
-rw-r--r--. 1 root root     144 May  9  2012 boot_menu_s.png
-rw-r--r--. 1 root root     280 May  9  2012 boot_menu_sw.png
-rw-r--r--. 1 root root     142 May  9  2012 boot_menu_w.png
-rw-r--r--. 1 root root   19890 May  9  2012 COPYING.CC-BY-SA-3.0
-rw-r--r--. 1 root root  146357 Dec 20 18:10 DejaVuSans-10.pf2
-rw-r--r--. 1 root root  160939 Dec 20 18:10 DejaVuSans-12.pf2
-rw-r--r--. 1 root root  181067 Dec 20 18:10 DejaVuSans-Bold-14.pf2
-rw-r--r--. 2 root root 4134586 Sep 11  2012 fireworks.png
-rw-r--r--. 1 root root    1191 May  9  2012 README
-rw-r--r--. 1 root root     197 May  9  2012 slider_c.png
-rw-r--r--. 1 root root     265 May  9  2012 slider_n.png
-rw-r--r--. 1 root root     269 May  9  2012 slider_s.png
-rw-r--r--. 1 root root     178 May  9  2012 terminal_box_c.png
-rw-r--r--. 1 root root      94 May  9  2012 terminal_box_e.png
-rw-r--r--. 1 root root     128 May  9  2012 terminal_box_ne.png
-rw-r--r--. 1 root root     194 May  9  2012 terminal_box_n.png
-rw-r--r--. 1 root root     210 May  9  2012 terminal_box_nw.png
-rw-r--r--. 1 root root     126 May  9  2012 terminal_box_se.png
-rw-r--r--. 1 root root     101 May  9  2012 terminal_box_s.png
-rw-r--r--. 1 root root     123 May  9  2012 terminal_box_sw.png
-rw-r--r--. 1 root root      97 May  9  2012 terminal_box_w.png
-rw-r--r--. 1 root root    2580 Sep 14  2012 theme.txt
lrwxrwxrwx. 1 root root      23 Jun  4 23:41 unicode.pf2 -> ../../fonts/unicode.pf2




[dave@localhost lib]$ uname -a
Linux localhost.localdomain 3.9.4-200.fc18.x86_64 #1 SMP Fri May 24 20:10:49 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux





/proc/cpuinfo
[dave@localhost lib]$ more /proc/cpuinfo 
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
stepping    : 9
microcode    : 0x15
cpu MHz        : 1200.000
cache size    : 3072 KB
physical id    : 0
siblings    : 4
core id        : 0
cpu cores    : 2
apicid        : 0
initial apicid    : 0
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi
 mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtop
ology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm
 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveo
pt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 4989.19
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 1
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
stepping    : 9
microcode    : 0x15
cpu MHz        : 1200.000
cache size    : 3072 KB
physical id    : 0
siblings    : 4
core id        : 1
cpu cores    : 2
apicid        : 2
initial apicid    : 2
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi
 mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtop
ology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm
 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveo
pt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 4989.19
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 2
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
stepping    : 9
microcode    : 0x15
cpu MHz        : 1200.000
cache size    : 3072 KB
physical id    : 0
siblings    : 4
core id        : 0
cpu cores    : 2
apicid        : 1
initial apicid    : 1
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi
 mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtop
ology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm
 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveo
pt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 4989.19
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management:

processor    : 3
vendor_id    : GenuineIntel
cpu family    : 6
model        : 58
model name    : Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
stepping    : 9
microcode    : 0x15
cpu MHz        : 1200.000
cache size    : 3072 KB
physical id    : 0
siblings    : 4
core id        : 1
cpu cores    : 2
apicid        : 3
initial apicid    : 3
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi
 mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtop
ology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm
 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveo
pt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 4989.19
clflush size    : 64
cache_alignment    : 64
address sizes    : 36 bits physical, 48 bits virtual
power management: