My experience on my daily works... helping others ease each other

Wednesday, November 23, 2016

Running SQL Server on Linux

It has gone viral and loved by many after Microsoft declared their engagement with Linux after series of interaction... and much awaited of the possible potential running few Microsoft product running on Linux.

While waiting, lets give a try on SQL Server running on Fedora through virtual machine powered by Docker

Paul W. Frields and Langdon White share their views and step for this.
  1. https://fedoramagazine.org/run-sql-server-v-next-public-preview-fedora/
  2. https://fedoramagazine.org/sql-server-fedora-docker-container/
Share:

Monday, November 14, 2016

Setting up JDK on Oracle Linux without downloading package

I was setting up my server when there is a need to have the JDK install and found the following guideline is useful for those that don't want to download the package, unzip and then install... just run to command.. Below is the guideline published @ http://stackoverflow.com/questions/5104817/how-to-install-java-sdk-on-centos

The following command will return a list of all packages directly related to Java. They will be in the format of java-.
$ yum search java | grep 'java-'
If there are no available packages, then you may need to download a new repository to search through. I suggest taking a look at Dag Wieers' repo. After downloading it, try the above command again.
You will see at least one version of Java packages available for download. Depending on when you read this, the lastest available version may be different.
java-1.7.0-openjdk.x86_64
The above package alone will only install JRE. To also install javac and JDK, the following command will do the trick:
$ yum install java-1.7.0-openjdk*
These packages will be installing (as well as their dependencies):
java-1.7.0-openjdk.x86_64
java-1.7.0-openjdk-accessibility.x86_64
java-1.7.0-openjdk-demo.x86_64
java-1.7.0-openjdk-devel.x86_64
java-1.7.0-openjdk-headless.x86_64
java-1.7.0-openjdk-javadoc.noarch
java-1.7.0-openjdk-src.x86_64
Share:

Sunday, November 13, 2016

ActiveDS.DLL is missing or corrupt

I was updating my outlook when I got the message "ActiveDS.dll is missing" and my outlook keep on restarting. Reading many solutions through google search but it took me some time till I found the simplest solution at this site (which also listed many ways to solve the problem).

http://www.dllmissing.com/fix-missing-or-not-found-activeds.dll-errors-1886

but the most easier was -> just open your command prompt and run this command 'sfc /scannow' and it should do the rest.. and you will get to see the following process..


And is should be ok after that. Else, just follow the link and try all solutions there.
Share:

About Me

Somewhere, Selangor, Malaysia
An IT by profession, a beginner in photography

Blog Archive

Blogger templates