Ghost In The Shell cast: Michael Pitt to star as villain opposite Scarlett Johansson
by dervish on Feb.06, 2016, under Uncategorized
Pitt is set to play a character from the initial series called the Laughing Man. But don’t be fooled by the name! The antagonist is a nasty and vengeful human/robot hybrid who has an individual sense of style. He has been described in the past as being a ‘bad guy filtered through the lens of a street artist’.Johansson will play the lead; a special-ops cyborg named Motoko Kusanagi, who operates under a task force called Section 9 that deals with the most dangerous criminals and extremists. Her specific mission this time? To take down a particularly vicious computer hacker.
Source: Ghost In The Shell cast: Michael Pitt to star as villain opposite Scarlett Johansson
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