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

CentOS 7 Remote Desktop From Windows

CentOS 7 Remote Desktop From Windows

CentOS 7 Remote Desktop From Windows In this guide i will show how to CentOS 7 Remote Desktop From Windows and install tigervnc, xrdp on CentOS 7. TigerVNC is a high-performance, platform-neutral implementation of VNC, a client/server application that allows users… Continue Reading

MySQL Allow Remote Connections

mysql

MySQL Allow Remote Connections To allow remote connection from remote to MySQL database lets create new user “[email protected]” with password -PaSSworD from command prompt: mysql> CREATE USER ‘remote’@’10.110.2.25’ IDENTIFIED BY ‘PaSSworD’;   Grant all privilegies to user [email protected] with password… Continue Reading