Author: johayek
-
“Shalom Aleichem” presented by the Brazilian singer Fortuna
http://fortunaoficial.com http://fortunaoficial.com/web-radio
-
“Oracle Instant Client” for Linux x86-64 (RPM) – why not “*.so.X.2”?
Why is this: 10.2.0.5 (why not “.so.10.2“?): ./usr/lib/oracle/10.2.0.5/client64/lib/libocci.so.10.1 ./usr/lib/oracle/10.2.0.5/client64/lib/libclntsh.so.10.1 ./usr/lib/oracle/10.2.0.5/client64/lib/libclntsh.so -> libclntsh.so.10.1 ./usr/lib/oracle/10.2.0.5/client64/lib/libocci.so -> libocci.so.10.1 ./usr/lib/oracle/10.2.0.5/client/lib/libsqora.so.10.1 11.2.0.2.0 (why not “.so.11.2“?): ./usr/lib/oracle/11.2/client64/lib/libocci.so.11.1 ./usr/lib/oracle/11.2/client64/lib/libclntsh.so.11.1 ./usr/lib/oracle/11.2/client64/lib/libclntsh.so -> libclntsh.so.11.1 ./usr/lib/oracle/11.2/client64/lib/libocci.so -> libocci.so.11.1 ./usr/lib/oracle/11.2/client64/lib/libsqora.so.11.1 11.2.0.4.0 (why not “.so.11.2“?): ./usr/lib/oracle/11.2/client64/lib/libocci.so.11.1 ./usr/lib/oracle/11.2/client64/lib/libclntsh.so.11.1 ./usr/lib/oracle/11.2/client64/lib/libclntsh.so -> libclntsh.so.11.1 ./usr/lib/oracle/11.2/client64/lib/libocci.so -> libocci.so.11.1 ./usr/lib/oracle/11.2/client64/lib/libsqora.so.11.1 12.2.0.1.0 (why not “.so.12.2“?): ./usr/lib/oracle/12.2/client64/lib/libocci.so.12.1 ./usr/lib/oracle/12.2/client64/lib/libclntshcore.so.12.1 ./usr/lib/oracle/12.2/client64/lib/libclntsh.so.12.1 ./usr/lib/oracle/12.2/client64/lib/libclntshcore.so -> libclntshcore.so.12.1 ./usr/lib/oracle/12.2/client64/lib/libclntsh.so -> libclntsh.so.12.1…
-
Debian: network install from a minimal CD
https://www.debian.org/CD/netinst/ https://www.debian.org/doc/manuals/debian-faq/ch-choosing.en.html#s3.1.11 – “I am currently tracking stable. Can I change to testing or unstable? If so, how?“
-
Perl’s DBD::Oracle vs Debian
https://metacpan.org/pod/DBD::Oracle https://metacpan.org/release/DBD-Oracle For accessing an Oracle DB server from a client computer (w/o its own Oracle DB server installation) you need “Oracle Instant Client” (a set of packages of installables for various computer architectures, supplied by Oracle for free): http://www.oracle.com/technetwork/database/database-technologies/instant-client/ You won’t find Oracle Instant Client for Debian (outside your organisation or company), but …:…
-
“Oracle Instant Client” vs Debian (resp. Ubuntu)
http://www.oracle.com/technetwork/database/database-technologies/instant-client/ http://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/ http://www.oracle.com/technetwork/database/database-technologies/instant-client/downloads/ Of course “Oracle Instant Client” is closed source, does not comply with Debian rules, and cannot / may not be distributed through Debian channels. Oracle supplies RPM files for “Linux x86-64” but no “.deb” files. And presumably both Oracle and also the “Debian Project” disallow redistribution of “Oracle Instant Client” components as Debian…
-
Oracle Instant Client: “free, light-weight, and easily installed Oracle Database tools, libraries and SDKs for building and connecting applications to an Oracle Database instance”
http://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/ http://www.oracle.com/technetwork/database/database-technologies/instant-client/downloads/
-
mintty is a terminal emulator for cygwin, …, and for WSL (Windows Subsystem for Linux)
http://mintty.github.io http://mintty.github.io/mintty.1.html https://github.com/mintty/utils https://github.com/mintty/mintty/wiki https://github.com/mintty/mintty/wiki/Tips https://github.com/mintty/mintty/wiki/Tips#virtual-tabs — “… By default, the list is shown in the extended context menu (Ctrl+right-click), …, and the menus opened with the Ctrl+Menu key …“ https://github.com/mintty/mintty/wiki/Tips#using-ctrltab-to-switch-window-pane-in-terminal-multiplexers (GNU Screen, tmux) — “The Ctrl+Tab and Ctrl+Shift+Tab key combinations can be used to switch …“ https://github.com/mintty/mintty/wiki/Tips#localization
-
updating my cygwin installation left me in trouble again — was: Microsoft Windows and the X Window System
https://en.wikipedia.org/wiki/X_Window_System https://en.wikipedia.org/wiki/Cygwin/X https://en.wikipedia.org/wiki/SSH_tunnel $ startxwin I usually prefer the rootless way. My applications nowadays “usually” run on a Linux (Debian, …) system or AIX. Update 2018-04-18: After some cygwin updating startxwin prefers to shut down immediately instead of offering me a menu (“xwin-xdg-menu … — an XDG Desktop Menu Specification menu“) in the system tray.…