Browsing category

Linux

How To Install FFmpeg on Ubuntu 18.04 / Ubuntu 16.04 & Linux Mint 19

FFmpeg is an open source software (also a command line tool) for transcoding multimedia files. It is a suite, contains a set of shared libraries such as libswresample, libavcodec, libavformat, and libavutil and programs for handling video, audio, and other multimedia files and streams. With FFmpeg, you can convert various video and audio formats. Also, […]

How To Install MongoDB 4.4 / 4.2 On Debian 9

MongoDB is an open-source cross-platform, document-oriented database and it was designed with both scalability and developer agility in mind. MongoDB is written in C, C++, and JavaScript, and it uses JSON-like documents with dynamic schemas to store data. MongoDB is released under the Server Side Public License (SSPL), and the language drivers are available under […]

How To Install xrdp on CentOS 8 / Red Hat Enterprise Linux 8

xrdp is a free and open-source Remote desktop Protocol server which allows you to take remote desktop sessions of Linux server from Windows machine / Linux Machine. It is capable of accepting remote connections from rdesktop, freerdp, and remote desktop clients. This post will help you to install xrdp on CentOS 8 / RHEL 8. […]

How To Install Visual Studio Code on Ubuntu 18.04 / Linux Mint 19 & Debian 9

Visual Studio Code is a free cross-platform source code editor developed by Microsoft. It has built-in debugging support, embedded Git control, syntax highlighting, code completion, code refactoring, and snippets. The functionality of Visual Studio Code can be extended using extensions. This tutorial guides you how to install Visual Studio Code editor on Ubuntu 18.04 / […]