}

Ubuntu Index Page 1

Apt-get install prompts for restart services when installing packages (SOLVED)

When you update with

Ubuntu Index Page 1

Bluetooth headset playing low quality on ubuntu 18

If you are using ubuntu and you bluetooth speaks is playing with low quality, check here for the solution. You need to edit the file /etc/bluetooth/audio.conf and change some configurations. Read here for more details.

Ubuntu Index Page 1

[SOLVED] Repository changed its 'Origin' value from 'Google, Inc.' to 'Google LLC'

When you use apt or apt-get and you are using official chrome repos, you could see this message: Repository changed its 'Origin' value from 'Google, Inc.' to 'Google LLC'. SOLUTION -> sudo apt update and answer yes

Ubuntu Index Page 1

How to fix bluetooth speakers on ubuntu

In this tutorial, we try many ways to fix problems with bluetooth speaks on Ubuntu Linux. Most of the issues are solved on the file /etc/bluetooth/main.conf changing #AutoEnable=false to AutoEnable=true. Check here for more alternatives.

Ubuntu Index Page 1

Setup Bluetooth speakers with Ubuntu 18.04

In this tutorial, we are going to configure bluetooth speakers on Ubuntu 18.04. The steps should be similar in previous version of ubuntu like 16.04.

Ubuntu Index Page 1

Ubuntu upgrade postgres to version 10

In this tutorial we are going to upgrade PostgreSQL 9.X to 10. The following steps will work for Ubuntu 14.04, 17.04 and 16.04. Check our guide for easy upgrade with some troubleshooting also.

Ubuntu Index Page 1

How to connect to Wi-Fi using command-line with Ubuntu 18.04?

Debian/Ubuntu linux uses wpa_supplication to support WPA/WPA2 connections. In this tutorial we are going to connect to the Wi-Fi using the command line. See how to do it.

Ubuntu Index Page 1

Fix Wine installation on Ubuntu Linux 64bit: E: Unable to correct problems, you have held broken packages.

If you get "E: Unable to correct problems, you have held broken packages." error while you install wine via apt, you need to enable i386 architecture. See here how to install wine in a few steps...

Ubuntu Index Page 1

How to install source code from tarball files on linux?

Usually you should use your package manager to install software in Linux, but sometimes you need to install software from source code. The most common steps are to execute: ./configure;make;make install. Check here for full details

Ubuntu Index Page 1

Ubuntu 18.04: Installing Apache2 + PHP5 + MySQL + phpMyAdmin

In this short tutorial we explain how to install phpmyadmin with apache 2 on ubuntu 18.04.