How to Set Up IVR Functionality on Asterisk
Interactive voice response (IVR) is a technology that allows a computer to interact with humans through the use of voice and DTMF tones input via keypad. Setting up an IVR functionality on Asterisk is...
View ArticleHow to Track Server's Network Latency Using SmokePing
Monitoring your server's network latency can give you a useful image of the overall health and availability of your server. For instance, it let you determine if your network is overloaded or alert you...
View ArticleHow to Deploy Falcon Web Applications Using Gunicorn and Nginx
In this guide, we'll walk you through the steps to build and deploy a Falcon web application using Gunicorn and Nginx on Ubuntu 16.04.Falcon is a WSGI framework, so we'll install and use Gunicorn, a...
View ArticlePlan Your Windows 10 Upgrade with Windows Upgrade Analytics
Microsoft has just released a preview of Windows Upgrade Analytics, a free tool that gives you access to the all the compatibility telemetry that Microsoft gathers from your Windows devices. This...
View ArticleHow to Disable Network Button From the Lock Screen on Windows 10
Windows 10 let you disable many of the Lock screen features, but lacks options to remove certain functionalities, such as the Network icon, visible in the bottom-right corner, and allows anyone to view...
View ArticleHow to import DHCP reservations from a CSV file using PowerShell
DHCP reservations are particularly useful to avoid assigning fixed IP addresses to your network devices. It is common practice to add reservations to the DHCP database before the operating system is...
View ArticleHow to Install SQL Server on Red Hat Linux 7.2 and Ubuntu 16.04
Microsoft SQL Server now runs on Linux. The latest release, SQL Server vNext CTP1, runs on Linux and is in many ways simply SQL Server. It’s the same SQL Server database engine, with many similar...
View ArticleHow to Configure and Manage SQL Server on Red Hat or Ubuntu Linux
There are several ways to manage SQL Server vNext CTP1 on Linux. This guide will walk you through the steps to configure and manage SQL Server on Red Hat and Ubuntu Linux. The following section of the...
View ArticleHow to Migrate Databases to SQL Server on Red Hat or Ubuntu Linux
You can migrate your databases and data to SQL Server vNext CTP1 running on Linux. The method you choose to use depends on the source data and your specific scenario. The following sections provide...
View ArticleSecurity Features of SQL Server on Linux
This guide will walk you through some of the security tasks if you are running SQL Server on Linux. These are not unique or specific to Linux, but it helps to give you an idea of areas to investigate...
View ArticlePerformance Features of SQL Server on Linux
This guide will walk you through some of the performance features if you are running SQL Server on Linux . These are not unique or specific to Linux, but it helps to give you an idea of areas to...
View ArticleHow to Troubleshoot SQL Server on Linux
This article will walk you through the steps to troubleshoot Microsoft SQL Server running on Linux or in a Docker container.Troubleshoot connection failuresIf you are having difficulty connecting to...
View ArticleHow to Set Up Shared Disk Cluster for SQL Server on Linux
This guide will walk you through the steps to create a two-node shared disk cluster for SQL Server on Red Hat Enterprise Linux 7.2. The clustering layer is based on Red Hat Enterprise Linux (RHEL) HA...
View ArticleHow to Manage NICs with PowerShell on Your Windows PC
Since Windows 8 and Server 2012, powershell gives an expansion of cmdlets that let you read the configuration of Network Adapters. In some scenarios you may additionally change settings such as the MAC...
View ArticleHow to Set Up and Use ONLYOFFICE on Ubuntu 14.04
ONLYOFFICE is a free, open source corporate office suite developed to organize teamwork online. It's composed of three separate servers:The Document Server provides users with text, spreadsheet and...
View ArticleHow to Set Up Linux, Apache, MySQL, PHP (LAMP) Stack on Ubuntu 16.04
A "LAMP" stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the...
View ArticleHow to Set Up MySQL on Ubuntu 16.04
MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query...
View ArticleHow to Set Up a Wireless Access Point on Your Ubuntu Laptop
If you have a single wired Internet connection – say, in your bed room – you can create an ad-hoc wireless network with Ubuntu and share the Internet connection among multiple devices such as iPhone,...
View ArticleHow to Set Up Basic Configuration with Ubuntu 16.04 Server
This guide will walk you through the steps to set up a new Ubuntu 16.04 server with basic configuration.There are a few configuration steps that we should take early on as part of the basic setup when...
View ArticleMaximum identifiers in Oracle Database 12c Release 2 (12.2)
Oracle database 12c Release 2 (12.2) increases the maximum size of most identifiers from 30 to 128 bytes, which makes migration possible from other database engines such as SQL Server or MySQL.Why Need...
View Article