raspberry pi and informix

A SQL database for sensor and JSON data on Raspian Post Reply18 posts • Page 1 of 1AlexKoePosts:25Joined: Tue Jan 20, 2015 3:26 pmContact:Website  A SQL database for sensor and JSON data on Raspian Quote Tue Jan 20, 2015 4:27 pmPreface: This post is the introductionary part in a little how-to series on how to use the IBM Informix… Leer más »

Solaris 10 password with no numeric or special characters.

This is not the best for security, but if you must……  # passwd userNew Password: simplepasswd: The password must contain at least 1 numeric or special character(s). Modify /etc/default/passwd and uncomment MINSPECIAL and set to 0: # vi /etc/default/passwd    #MINDIFF=3   #MINALPHA=2   #MINNONALPHA=1   #MINUPPER=0   #MINLOWER=0   #MAXREPEATS=0   MINSPECIAL=0   #MINDIGIT=0   #WHITESPACE=YES # passwd userNew Password: simpleRe-enter new Password: simplepasswd: password successfully changed for… Leer más »

Extracting a file from a Solaris flar

source: http://www.gaeltd.com/extracting-a-file-from-a-solaris-flar/ Looking for UNIX and IT expertise? Why not get in touch and see how we can help? So, as covered in a previous post, Solaris Flash Archives give us a nice way to image a Solaris installation, and then to use that to build a machine via Jumpstart. The process isn’t all one way, however, and sometimes… Leer más »

Connecting to Informix

← Back to How Do I Connect to… [Contributed by Zachi Klopman] For an existing SQL file: Right click on the editor (not on the explorer). Choose «set connection info». You will be asked for a connection profile type and name. Assuming this is the first time, you will need to create on, so click… Leer más »

Discovering IBM Informix Instances and Databases On A Specified Host

https://www.oninitgroup.com/discovering-ibm-informix-instances-and-databases-specified-host  Submitted by Scott O’Rourke on Mon, 09/06/2014 – 16:56 Abstract This article describes how to “discover” IBM Informix instances on a specified host and then gather further information about databases within each discovered instance. Content You’re a DBA and have just started at a new site where several IBM Informix instances are already up and running. How… Leer más »

DB import, export and DB load commands in Informix

Es muy facil, solo situate en el file system donde dejaste tu dbexport (es decir donde esta tu archivo dbexport.out  Y ejecuta: dbimport basededatos -d dbspace  Ojo: tu base de datos a cargar no debe estar creada.  puedes checar mas opciones del dbimport con el comando:  dbimport —  saludos. DB Export:dbexport database name [-o dir]example:dbexport sysdbs… Leer más »

chrome ERR_TIMED_OUT solved

Chrome ERR_TIMED_OUT solved taskmgr-> services Stop and disableCryptSvc That’s my way i fixed: 1. Open Run and type in regedit 2. Go here: HKEY_CURRENT_USER\Software\Microsoft\SystemCertificates\Root\ 3. Right-click ProtectedRoots > Permissions and pick your account .     Tick Allow Full Control 4. Right-click Root and Export  5. Open Task Manager > stop Cryptographic Service and Delete Root(HKEY_CURRENT_USER\Software\Microsoft\SystemCertificates\) key in Regedit. 6. Restart your Windows. Enjoy.

Dynamically Adding a RAW device to a Solaris zone.

http://nilesh-joshi.blogspot.com/2012/02/dynamically-adding-raw-device-to.html Dynamically Adding a RAW device to a Solaris zone. Dynamically Adding a RAW device to a Solaris zone. By default it is not possible to add raw device to zone without taking a reboot on zone however there is a famous saying => «There is always a way out for those clever enough to… Leer más »