Sunday, November 24, 2019

Install Chromium browser in Ubuntu

Chromium is the free and open source web browser developed by Google. To install it in Ubuntu do:
$: sudo apt install chromium-browser

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...