Search
You can find the results of your search below.
Fulltext results:
- redis
- -145c82e4baa0|from sql to redis]] * [[https://joshtronic.com/2013/07/29/mysql-and-redis-command-equi... 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> <cod
- oracle
- 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 <code> alias sqlplus="rlwrap sqlplus" </code>
- mssql
- sing-sqlalchemy-and-pyodbc * https://blog.afoolishmanifesto.com/posts/install-and-configure-the-ms-o... linux-gnu/libodbcinst.so.1 </code> <code> sudo bash ./install.sh install --force </code> check timeout to localhost (no MSSQL server on linux host !!!)
- postgres
- al lxc launch xenial postgres lxc exec postgres bash </code> <code> sudo apt install postgresql </cod... /code> desktop launcher <code> mkdir -p ~/.local/share/applications/ cat > ~/.local/share/applications/pgmodeler.desktop <<EOF #!/usr/bin/env xdg-open [
- mariadb
- ervers ===== install on each node ===== <code bash> apt-key adv --recv-keys --keyserver hkp://keyser