HP DV6000 Linux Webcam
by dervish on Jan.23, 2016, under Hardware, Linux, Mint
Installation
========
1. sudo add-apt-repository ppa:r5u87x-loader/ppa
2. sudo apt-get update
3. sudo apt-get install r5u87x
4. sudo /usr/share/r5u87x/r5u87x-download-firmware.sh
Cheese, etc, should now detect the camera.
Standard semi-conductors and magnetism enable stable quantum computing
by dervish on Dec.13, 2015, under Uncategorized
Using standard semi-conductor materials, a 1.5 Tesla external magnet, and lasers, researchers in the USA and Germany have successfully stored information with an electrons spin.
Source: Standard semi-conductors and magnetism enable stable quantum computing
find wwn disk id on redhat hat fiber card
by dervish on Dec.09, 2015, under Linux
find WWN for red hat fiber
cd /sys/class/scsi_host;for i in 0 1 2 3 4 5; do cat host$i/device/fc_host/host$i/port_name; done
Oracle libclntsh cannot open/no such file
by dervish on Dec.02, 2015, under Linux
Can’t load ‘/usr/local/lib64/perl5/auto/DBD/Oracle/Oracle.so’ for module DBD::Oracle: libclntsh.so.11.1: cannot open shared object file: No such file or directory at /usr/lib64/perl5/DynaLoader.pm line 200
add $ORACLE_HOME/lib to ld.so.conf.d
run ldconfig
Example:
# ~hopkins_j/perltest
Can’t load ‘/usr/local/lib64/perl5/auto/DBD/Oracle/Oracle.so’ for module DBD::Oracle: libclntsh.so.11.1: cannot open shared object file: No such file or directory at /usr/lib64/perl5/DynaLoader.pm line 200.
at /export/home/hopkins_j/perltest line 13
Compilation failed in require at /export/home/hopkins_j/perltest line 13.
BEGIN failed–compilation aborted at /export/home/hopkins_j/perltest line 13.
# vi /etc/ld.so.conf.d/oracle-client.conf
# cat oracle-client.conf
/u01/app/oracle/product/11.2.0/dbhome_1/lib
# ldconfig
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmcfhc.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmastk.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmevq.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmefsqlt.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmefsql.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmevsp.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmefojmx.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmefos.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmeoci.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmadm.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmefpfa.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmefut.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmemso.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmefdms.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmadbg.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmcfsga.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmarl.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmevc.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmasf.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmefvr.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmefsp.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmefud.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmefport.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmalk.so.0 is empty, not checked.
ldconfig: File /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnmefw.so.0 is empty, not checked.
ldconfig: /u01/app/oracle/product/11.2.0/dbhome_1/lib/libexpat.so.1 is not a symbolic link
# ~hopkins_j/perltest
Hello World
Expired certificate /usr/share/rhn/RHNS-CA-CERT
by dervish on Nov.20, 2015, under Red Hat
# service osad start Starting osad: Invalid Cert Error: ERROR: unhandled exception occurred: (Expired certificate /usr/share/rhn/RHNS-CA-CERT). [FAILED] # cd /usr/share/rhn # wget http://satellite/pub/RHN-ORG-TRUSTED-SSL-CERT # vi /etc/sysconfig/rhn/up2date Change RHNS-CA-CERT to RHN-ORG-TRUSTED-SSL-CERT #sslCACert=/usr/share/rhn/RHNS-CA-CERT sslCACert=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT # service osad start Starting osad: [ OK ]