Now Kernel Linux 4.13 is available,You can install it through PPA:sudo add-apt-repository ppa:canonical-kernel-team/ppa
sudo apt-get update
sudo apt-get install linux-generic-hwe-16.04-edge
As we all know that Firefox 57 will rename to Firefox Quantum. It means the New version Firefox will use Quantum Engine instead the old one.Even throgh Firefox 57 is still in beta,but we can install it from PPA under Ubuntu.sudo add-apt-repository ppa:mozillateam/firefox-next
sudo apt-get update
sudo apt-get install firefox
So here it is.
After I upgraded my firefox to version 55, I found that old option:gfx.font_rendering.fontconfig.fontlist.enabled workaround
no longer existed, So without that option I can not display emoji in firefox correctly.
Install terminator in fedora is quite easy but there need some works to make it default with shortcut key like Ubuntu.Install terminatorsudo dnf install terminator
change default Gnome-shell console to terminatorgsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
reboot your PC and set a custom shortcut for it.
When I upgrading my Ubuntu Kernel,I saw this errors:W: Possible missing firmware /lib/firmware/i915/kblXXXXXXXX
It seems there are some firmware files missing,so I decide to fix them.