Merry Xmas & Happy New Year rel.2

Last year I prepared a virtual tree for the dba, so now it’s time to replicate this year for the systems engineers with best wishes for a merry Xmas and happy new year. bash [ecairo@localhost ~]$ cat ./tree.sh #!/bin/bash RED=’\033[0;31m’ GREEN=’\033[0;32m’ YELLOW=’\033[1;33m’ NOCOLOR=’\033[0m’ ROWS=11 COLUMNS=21 blanks() { for ((k=0; k<${1}; k++)) ; do printf ” […]

Read More Merry Xmas & Happy New Year rel.2
dicembre 20, 2018

Tag: 2.032 Comments

Microsoft SQLServer on Linux

Introduction These days Microsoft announced the preview of the first release of SQLServer on Red Hat Enterprise Linux 7.2 and Ubuntu Linux 16.04 (coming soon on SUSE Linux Enterprise Server v12 SP2. It was in the air for a while, since Microsoft announced to work on porting and it’s clearly a move to undermine the Oracle market […]

Read More Microsoft SQLServer on Linux
dicembre 11, 2016

Tag:, , 2.324 Comments