You are here:-malas

About malas

This author has not yet filled in any details.
So far malas has created 17 blog entries.

How to configure Oracle ODBC driver on CentOS/Redhat | MVSourceCode

In this tutorial I will be configuring Oracle ODBC driver on CentOS/Redhat server and go true typical issues you might face and also explain how you can fix it. I have Oracle database 11g running on the same Redhat server, if your database is running on a different server then you need to download

By |2019-03-07T08:20:30+00:00March 7th, 2019|Categories: Linux|Tags: , , |0 Comments

Python How To Get Date Range From Week Number – MVSourceCode

I had a project where I had to get  a date range based on year and week number. After quick Google around I couldn't find anything good at that time, so I decided to write a small function myself. Function takes two parameters Year and Week number   and returns two results First Day of

By |2019-02-15T14:43:33+00:00February 15th, 2019|Categories: Python|Tags: , |0 Comments

Python – How to connect to Microsoft Database using ODBC driver (pycharm)

Before creating python connection to SQL database from windows computer we need to ensure we have correct driver installed. The quickest ways to do this is by opening ODBC Data Source Administrator and selecting Drivers tab as per screenshot below. In my case I will be connecting to SQL server 2017 therefore I

By |2019-02-05T13:45:04+00:00February 5th, 2019|Categories: Python|Tags: , , , |0 Comments

CentOS | Redhat – Assigning a Static IP address and network using NMCLI

The quickest and the best way to configure a brand new installation of Redhat/CentOs operating system using nmcli command line tool. Here are the steps we need to take in order to change network configurations: Check current network configuration Identify network adapter Configure network using nmcli tool Restart network services Verify new configurations

By |2018-12-29T14:18:08+00:00December 17th, 2018|Categories: Linux|Tags: , |0 Comments

VMware Independent Persistent Vs. Independent Non-Persistent Disk Mode | MVSourceCode

Recently I had a query about VMware virtual Disk Modes and for somebody who never came across these types it can be confusing. If we look at virtual machine setting and expand Disk Modes we can see three following option:  Dependent Independent -Persistent Independent - Nonpersistent All these three modes basically different behaviors of virtual

By |2018-12-29T16:50:53+00:00December 6th, 2018|Categories: VMware|0 Comments

PowerShell import static DNS records from Excel into remote DNS server | MVSourceCode

Sometimes you might need to load multiple static DNS records into your DNS server, especially when you have to add multiple new servers into your environment. You can do it manually, but it can take a long time and it would be very boring repetitive task, not to mention key-in errors. With PowerShell the

By |2018-11-26T10:32:56+00:00November 26th, 2018|Categories: PowerShell|Tags: , , |0 Comments

VMware vSphere ESX 6.7 | No network adapters were detected. Either no network adaptters are physically connected to the system ..

Typical scenario, you download the VMware ISO file, then you burn to USB and in your mind you're thinking, it will take me few minutes to install and configure the system and then I will be doing other stuff and then BAMMM ERROR: No network adapters  were detected. Either no network adapters are

By |2018-11-21T16:29:26+00:00November 21st, 2018|Categories: PowerCLI|Tags: , , , |0 Comments

VMware vcenter 6.7 | 503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x00007fb6cc081b80] _serverNamespace = /ui action = Allow _port = 5090)

After playing around for a few days in my lab with vCenter 6.7 I had to reboot my vCenter appliance. After reboot when I was trying connect back to HTML5 web client I received an error: 503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x00007fb6cc081b80] _serverNamespace = /ui action = Allow _port = 5090)

By |2018-12-29T14:08:18+00:00November 17th, 2018|Categories: vCenter|Tags: , , |1 Comment