}

Debian Index Page 1

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

When you update with

Debian 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

Debian Index Page 1

Install dropbox from source in debian stretch

In this brief tutorial we are going to explain how to build dropbox from the source code in Debian Stretch

Debian 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.

Debian 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