Saturday, April 7, 2018

Ubuntu 18.04 LTS - Bionic Beaver - necessary installations

Wifi driver installation for HP Laptop:
lspci | egrep -i --color 'network|ethernet'

Simple steps for wifi driver installation
sudo apt update
sudo apt install git dkms
git clone https://github.com/smlinux/rtl8723de.git -b 4.11-up
sudo dkms add ./rtl8723de
sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
sudo depmod -a

Uget - free downloader for Ubuntu:
sudo apt-add-repository ppa:plushuang-tw/uget-stable
sudo apt-get update
sudo apt-get install uget aria2

VLC - free media player:
sudo add-apt-repository ppa:videolan/master-daily
sudo apt update
sudo apt install vlc qtwayland5
sudo apt install libavcodec-extra

Sticky notes:
sudo add-apt-repository ppa:umang/indicator-stickynotes
sudo apt-get update
sudo apt-get install indicator-stickynotes

Pinguy builder:
Download it from here: https://sourceforge.net/projects/pinguy-os/files/ISO_Builder/pinguybuilder_18.4-1_all-alpha.deb/download
Once downloaded ‘CD’ to the folder where it is and run:
sudo dpkg -i pinguybuilder_18.4-1_all-alpha.deb
sudo apt-get install -f

Audacity installation:
add-apt-repository ppa:ubuntuhandbook1/audacity
apt update && sudo apt install audacity

Test Disk - command line data recovery app
apt-get install testdisk 

Ultracopier - a faster copier
apt-get install ultracopier

0 Comments: