sh

Search

You can find the results of your search below.

redis
7 Hits, Last modified:
code> ===== list ===== 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> RPUSH friends "Alice" RPUSH friends "Bob" </code> <code> LRANGE friends 0 -1 => 1) "Sam", 2) "Alice", 3) "
oracle
3 Hits, Last modified:
Unzip all in /opt/oracle /etc/profile.d/oracle.sh <code> export ORACLE_HOME=/opt/oracle export PATH... library names <code> cd /opt/oracle ln -s libclntsh.so.1?.1 libclntsh.so ln -s libocci.so.1?.1 libocci.so </code> run **sudo ldconfig** add to .bashrc
mssql
2 Hits, Last modified:
linux-gnu/libodbcinst.so.1 </code> <code> sudo bash ./install.sh install --force </code> check timeout to localhost (no MSSQL server on linux host !!!)
mariadb
1 Hits, Last modified:
ervers ===== install on each node ===== <code bash> apt-key adv --recv-keys --keyserver hkp://keyser
postgres
1 Hits, Last modified:
al lxc launch xenial postgres lxc exec postgres bash </code> <code> sudo apt install postgresql </cod