al

Search

You can find the results of your search below.

postgres
39 Hits, Last modified:
====== Postgres ====== ===== Install ===== container xenial 16.04 (optional) <code> lxc image copy images:ubuntu/xenial/amd64 local: --alias xenial lxc launch xenial postgres lx
redis
25 Hits, Last modified:
ronic.com/2013/07/29/mysql-and-redis-command-equivalents/|from mysql to redis]] ===== string ===== type **string**: store a value [integer, string, ...] belong a key [string] <c... ===== A list have an order RPUSH puts the new value at the end of the list. LPUSH puts the new value at the start of the list. LLEN, LPOP, RPOP <code>
mssql
8 Hits, Last modified:
s/15750711/connecting-to-sql-server-2012-using-sqlalchemy-and-pyodbc * https://blog.afoolishmanifesto.com/posts/install-and-configure-the-ms-odbc-driver-on-debian/ Install unixodbc version > 2.3.0 <code> sudo apt-get rem... -prefix=/usr --sysconfdir=/etc make sudo make install </code> Download [[http://www.microsoft.com/en-
mariadb
7 Hits, Last modified:
==== ====== cluster ====== * https://www.digitalocean.com/community/tutorials/how-to-configure-a-galera-cluster-with-mariadb-10-1-on-ubuntu-16-04-servers Three Ubuntu 16.04 servers ===== install on each node ===== <code bash> apt-key adv --re
oracle
4 Hits, Last modified:
-092277.html|here]] (Base + sqlplus + SDK). Unzip all in /opt/oracle /etc/profile.d/oracle.sh <code>... de> run **sudo ldconfig** add to .bashrc <code> alias sqlplus="rlwrap sqlplus" </code> install libaio <code> apt install libaio1 </code>