January 2018
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  

Categories

January 2018
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  

Install Microsoft SQL Server On CentOS Linux

In December 2016 Microsoft made their SQL Server database available in Linux. Here we’ll cover how to install and perform basic setup of MSSQL in the RHEL based Linux distribution CentOS.

Install MSSQL In CentOS 7

First we’ll set up the repository file, Microsoft provide a copy of this for RHEL here: https://packages.microsoft.com/config/rhel/7/mssql-server.repo

We’ll use […]

amazon linux redis install

Redis Install Using epel Repository sudo yum –enablerepo=epel install redis ===================================================================================================================================================================== Package Arch Version Repository Size ===================================================================================================================================================================== Installing: redis x86_64 2.4.10-1.el6 warm 213 k Transaction Summary ===================================================================================================================================================================== Install 1 Package

version 2.4.10-1.el6 has been installed. (January 30, 2016)

Using remi Repository sudo rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm sudo yum –enablerepo=remi install redis ===================================================================================================================================================================== Package Arch Version Repository […]