Tag: Ubuntu

Ubuntu 17.10 Makes It Easier to Use Bluetooth Speakers

Ubuntu will automatically switch sound output to Bluetooth when you connect a Bluetooth speaker, soundbar or headset. Connecting a compatible USB audio device will also see the sound output auto-switch to that device. While most Bluetooth speakers, headsets and USB audio devices already well with Ubuntu …

Install Visual Studio Code 1.14 On Linux Ubuntu

Install Visual Studio Code 1.14 on Linux Ubuntu Systems. Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. VS Code is a new type of tool that combines the simplicity of a code editor with what …

How to Install MongoDB on Ubuntu 16.04

  MongoDB is a free, open source document-oriented NoSQL database program that is renowned for its high performance. MongoDB is written in C++ and stores it’s data in a JSON style format called BSON or Binary JSON.It was introduced in 2009 and is being developed by …

Install Curlew Multimedia Converter On Ubuntu

Curlew Multimedia Converter is an easy to use, free and open-source multimedia converter for Linux. Curlew is written in python and GTK3 and it depends on (ffmpeg/avconv). Curlew Multimedia Converter can easily convert to over 117 different formats. Main Features: Easy to use with simple user …

How To Install Python 3.6.1 On Ubuntu

How to install Python 3.6.1 in Ubuntu 16.04. Python 3.6.1 is now the latest maintenance release of Python 3.6 and supersedes 3.6.0. Python is a widely used high-level programming language for general-purpose programming. Python 3.6 series comes with new syntax features, such as: PEP 498, formatted …

How To Install Linux Kernel 4.12 In Ubuntu

How to install Linux Kernel 4.12 in Ubuntu? Linux Kernel 4.12 brings support for a USB Type-C port manager and advance support-functions for ARM 64 devices. Announcing the release, Linus Torvalds wrote: Things were quite calm this week, so I really didn’t have any real reason …

How to Install LEMP on Ubuntu 16.04

  The following article describes how to install a LEMP stack on an Ubuntu 16.04 VPS. LEMP (Linux, Nginx, MySQL, PHP) should not be confused with the popular LAMP (Linux, Apache, MySQL, PHP) stack. This tutorial is for the LEMP (Nginx) stack and it’s commonly used …

How To Check Ram In Ubuntu Through Terminal

How to check RAM in Ubuntu through terminal. On Ubuntu, check RAM usage via command line. Ubuntu users can also check RAM type using Terminal commands. Random-access memory (RAM) is a form of computer data storage which stores frequently used program instructions to increase the general …