https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/tprs_cnfs.html
Tuesday, February 27, 2018
Thursday, February 22, 2018
ELK: TIMELION Syntax
.es(index=bi-experiment*,q='affiliateData.website:xyz.com',metric='sum:commission')
Tuesday, February 6, 2018
Problem: gst-core-error-quark
https://ask.fedoraproject.org/en/question/80825/gst-resource-error-quark/
# dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
# dnf -y install gstreamer1-plugins-ugly gstreamer1-libav gstreamer-plugins-ugly
# dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
# dnf -y install gstreamer1-plugins-ugly gstreamer1-libav gstreamer-plugins-ugly
CentOS, RedHat 7 install nux-dextop
268 rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
270 rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
271 yum repolist
273 wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
274 rpm -ivh epel-release-latest-7.noarch.rpm
275 yum install nux-dextop*
270 rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
271 yum repolist
273 wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
274 rpm -ivh epel-release-latest-7.noarch.rpm
275 yum install nux-dextop*
OPatch Auto Apply in RAC
$ /grid/11.2.0.4/OPatch/ocm/bin/emocmrsp -no_banner -output ~/ocm.rsp
$ time opatch auto /apps/newPSU/26635745 -ocmrf ~/ocm.rsp -oh /grid/11.2.0.4
$ time opatch auto /apps/newPSU/26635745 -ocmrf ~/ocm.rsp -oh /grid/11.2.0.4
Thursday, February 1, 2018
X11Forward
Remote: myremote
Local: mylocal
Make sure X11Forwarding is enabled on remote server.
Local: mylocal
Make sure X11Forwarding is enabled on remote server.
/etc/ssh/sshd_config
X11Forwarding yes
Step 1:
# ssh -X user@myremote
# xclock
# xauth list
myremote/unix:10 MIT-MAGIC-COOKIE-1 0c86bbc660cf37a8b3c843b190071835
# exit
Step 2:
# xauth list
# xauth add myremote/unix:10 MIT-MAGIC-COOKIE-1 0c86bbc660cf37a8b3c843b190071835
# xauth list
Step 3:
# ssh user@myremote
# xclock
You should be able to see xclock running on your local machine.
Subscribe to:
Posts (Atom)