all

Search

You can find the results of your search below.

postgres
16 Hits, Last modified:
====== Postgres ====== ===== Install ===== container xenial 16.04 (optional) <code> lxc image copy im... c exec postgres bash </code> <code> sudo apt install postgresql </code> eventually open network for remote connections <file ini /etc/postgresql/9.5/main/... * # describe table \d+ auth.users # list of installed extensions \dx # enable expanded display \x </
redis
6 Hits, Last modified:
1906 "Grace Hopper" ZADD hackers 1953 "Richard Stallman" ZRANGE hackers 2 4 1) "Richard Stallman" 2) "Linus Torvalds" </code> ===== hash ===== type **... ot contain duplicates <code> SADD gianoauth:realm:all-users gianoauth:realms:users:1 </code> visits <c... de> **sorted set**: like a set a sorted set only allows members without repeats, but also allows you t
mssql
5 Hits, Last modified:
* https://blog.afoolishmanifesto.com/posts/install-and-configure-the-ms-odbc-driver-on-debian/ Install unixodbc version > 2.3.0 <code> sudo apt-get remo... -prefix=/usr --sysconfdir=/etc make sudo make install </code> Download [[http://www.microsoft.com/en-u... /libodbcinst.so.1 </code> <code> sudo bash ./install.sh install --force </code> check timeout to loca
oracle
3 Hits, Last modified:
-092277.html|here]] (Base + sqlplus + SDK). Unzip all in /opt/oracle /etc/profile.d/oracle.sh <code> ... ashrc <code> alias sqlplus="rlwrap sqlplus" </code> install libaio <code> apt install libaio1 </code>
mariadb
2 Hits, Last modified:
04-servers Three Ubuntu 16.04 servers ===== install on each node ===== <code bash> apt-key adv --rec... locean.com/mariadb/repo/10.1/ubuntu xenial main' apt update apt install mariadb-server rsync </code>