This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo echo "deb http://ppa.launchpad.net/linuxuprising/java/ubuntu focal main" | tee /etc/apt/sources.list.d/linuxuprising-java.list | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 73C3DB2A | |
sudo apt update | |
sudo apt install oracle-java14-installer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java version "14.0.2" 2020-07-14 | |
Java(TM) SE Runtime Environment (build 14.0.2+12-46) | |
Java HotSpot(TM) 64-Bit Server VM (build 14.0.2+12-46, mixed mode, sharing) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/smlinux/rtl8723de.git -b current | |
sudo dkms add ./rtl8723de | |
sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414 | |
sudo depmod -a | |
sudo reboot |
OlderNewer