How To Install Open VM Tools Ubuntu 18.04

Install Open VM Tools Ubuntu 18.04

How To Install Open VM Tools Ubuntu 18.04   open-vm-tools is the open source implementation of VMware Tools The recommended way of installing VMware tools for a Ubuntu 18.04 VMware virtual machine is to install the native open-vm-tools and/or open-vm-tools-desktop… Continue Reading

How To Compile FFmpeg With NVENC H264 Hardware Encoder in Ubuntu 18.04

ffmpeg gpu acceleration

How To Compile FFmpeg With NVENC H264 Hardware Encoder in Ubuntu 18.04   To enable hardware acceleration transcoding in FFmpeg we need compile FFmpeg with NVENC h264 codec support.   Install necessary software: dpkg –add-architecture i386 apt-get update apt-get install… Continue Reading

How to Disable Nouveau Nvidia Driver on Ubuntu 18.04

Disable Nouveau Nvidia Driver on Ubuntu 18.04

How to Disable Nouveau Nvidia driver on Ubuntu 18.04 During NVIDIA drivers installation you may have an error: “ERROR: The Nouveau kernel driver is currently in use by your system. This driver is incompatible with the NVIDIA driver, and must… Continue Reading

Set Date, Time, Time Zone Change from Command Line in Linux

time

Set Date, Time, Time Zone Change from Command Line in Linux   In this article we will set Linux time, set date, hardware clock, change timezone from command line.   Linux Current Date And Time Get current date and time:… Continue Reading

How to mount FreeNAS NFS share on Ubuntu Linux with write permissions

FreeNAS

How to mount FreeNAS NFS share on Ubuntu Linux with write permissions This guide explains how to configure NFS share on FreeNAS. And mount FreeNAS NFS share on Ubuntu Linux with read and write permissions to avoid FreeNAS NFS permission… Continue Reading

How To Fix Corrupted FreeSwitch Database

Cannot Open SQL Database

How To Fix Corrupted FreeSwitch Database Locate your FreeSwitch database files location: # ls -lh /var/lib/freeswitch/db or /usr/local/freeswitch/db Remove all files from that location: # rm /var/lib/freeswitch/db/*.db and then restart FreeSwitch. It will rebuild the FreeSwitch database files # service… Continue Reading