Avidemux video editor 2.7.1 was released a few days ago with new encoder support and various improvements. Here’s how to install it in Ubuntu 18.04, Ubuntu 17.10, Ubuntu 16.04.
This quick tutorial shows you how to reset Gnome Shell to its original status in Ubuntu 18.04 LTS.
Note following steps will reset most settings to its original status in the default Gnome 3 desktop, but no guarantee of ALL Gnome appearances.
1. As you may already know, there’s a graphical tool Gnome Tweaks that allows to tweak advanced Gnome 3 settings. And it can be installed in Ubuntu Software:
2. Gnome Tweaks offers an option “Reset to Defaults“. It resets desktop theme, icons, fonts, show desktop icons, and some application window settings.
3. Some changes (e.g., Gnome extensions, favorites applications on left launcher, and some dconf database changes) won’t revert back via the Gnome Tweaks option.
If need, you can run command in terminal (Ctrl+Alt+T) to reset all the settings:
Linux Kernel 4.17 was finally announced yesterday. Linus Torvalds wrote in lkml.org:
So this last week was pretty calm, even if the pattern of most of the stuff coming in on a Friday made it feel less so as the weekend approached.
And while I would have liked even less changes, I really didn’t get the feeling that another week would help the release in any way, so here we are, with 4.17 released.
No, I didn’t call it 5.0, even though all the git object count numerology was in place for that. It will happen in the not _too_ distant future, and I’m told all the release scripts on kernel.org are ready for it, but I didn’t feel there was any real reason for it. I suspect that around 4.20 – which is I run out of fingers and toes to keep track of minor releases, and thus start getting mightily confused – I’ll switch over. That was what happened for 4.0, after all.
As for the actual changes since rc7 – the shortlog is appended – it’s mostly drivers, networking, perf tooling, and a set of nds32 fixes. With some random other stuff thrown in. Again, the shortlog is obviously only the last calm week, the overall changes since 4.16 are much too big to list in that format.
The big 4.17 stuff was mentioned in the rc1 email when the merge window closed, but I guess it’s worth repeating how 4.17 is actually a slightly smaller kernel than 4.16, thanks to the removal of a number of effectively dead architectures (blackfin, cris, frv, m32r, metag, mn10300, score, and tile). Obviously all the other changes are much more important, but it’s always nice to see spring cleaning like that.
…..
Linux Kernel 4.17 release highlights:
AMDGPU DC enabled by default for the new display code stack.
Intel Cannonlake graphics support enabled by default.
Improved AMDKFD support for pre-Vega discrete GPUs.
Clean up lots of code for obsolete CPU architectures
A significant power-savings improvement on some hardware
And many more other changes.
How to Install Linux Kernel 4.17 in Ubuntu:
A graphical tool UKUU makes it easy to install the latest Kernels in Ubuntu.
For those who don’t want to use any third-party tool, here’s how to manually download and install Kernel 4.17 in Ubuntu (tested in Ubuntu 18.04, though it should work on all current Ubuntu releases).
The mainline kernel PPA has made the new kernel binaries for Ubuntu, available for download at the link below:
Depends on your OS type, download and install the packages in turns:
Select generic for common system, and lowlatency for a low latency system (e.g. for recording audio), amd64 for 64bit system, i386 for 32bit system, or armhf, arm64, etc for other OS types.
To get the Kernel 4.17 from the command console, run the commands below one by one:
Start/restart your machine and select boot with the previous kernel in ‘Grub2 -> Advanced Option for Ubuntu’. Then use Ubuntu Tweak, or run command to remove Linux Kernel 4.17.0:
VLC media player got a new maintenance release for VLC 3.0 series a few days with numerous bug-fixes. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04.
According to the changelog, VLC 3.0.3 contains following changes:
Update subtitles display while paused
Enable srt support on binary builds
Allow videotoolbox hardware decoding to be disabled
Disable VideoToolbox for 10bits H.264
Fix VideoToolbox with some invalid HEVC streams
Fix subsdec wide character support
Fix 1st order Ambisonics in AAC
Miscellaneous ogg improvements & bugfixes, including oggds
Fix forced tracks selection
Fix tracks detection issues with DolbyVision and Bluray streams
Fix crashes on Direct3D11
Fix tooltip display on some desktop environments
Fix spurious movement of the main Window
Fix playlist being displayed in fullscreen
Fix numerous issues on fonts fallback and font shaping
Fix subtitles toggle through hotkeys
Fix buffer over-read in avcodec audio encoding with non-default layouts
Numerous 3rd party libraries updated, fixing security issues
How to Install VLC 3.0.3 in Ubuntu:
The official snap package of VLC 3.0.3 is available in Ubuntu Software:
or you can run command in terminal (Ctrl+Alt+T) to install the snap:
snap install vlc --classic
It automatically upgrade to VLC 3.0.3 if an old version of the snap package was installed.
NOTE for Ubuntu 16.04 uses who never installed a snap package, first run command in terminal to install snapd daemon via command:
FlightGear flight simulator 2018.2.1 was released more than a week ago. Now it’s finally made into PPA for Ubuntu 18.04, Ubuntu 17.10, Ubuntu 16.04, and/or Ubuntu 14.04.
FlightGear 2018.2.1 contains many exciting new features, enhancements and bugfixes, including improved support for addons, improvements to the YASim FDM, and user experience improvements to the launcher.
Cessna 550 Citation II – detailed modelling of avionics, improved MP model display, improved flaps modeling
Cessna Citation X – avionics improvements, improved MP model display
North American P-51 Mustang
Piper J3 Cub – improvements to water behaviour
Saab 37 Viggen – Autopilot, HUD and TI improvements
Cessna 172P – FDM, 3D Model, Sound improvements
FG1000 glass panel display, based on the Garmin G1000
How to Install FlightGear 2018.2 in Ubuntu:
The software has a PPA repository contains FlightGear packages for all current Ubuntu releases.
1. Open terminal either via Ctrl+Alt+T keyboard shortcuts and by searching for “terminal” from application launcher. When it opens, run command to add the PPA:
The latest release of Eclipse IDE now is quite easy to install in Ubuntu 16.04, and Ubuntu 18.04 since it’s made into snap package.
Snap is an universal Linux package format. It ships with most run-time libraries so it’s normally large in file size. The snap applications run in sandbox and they can be installed directly from Ubuntu Software.
1. So you can just open Ubuntu Software, search for and install Eclipse 4.7.3a snap package:
For those prefer Linux command, run command in terminal to install the Eclipse snap:
snap install --classic eclipse
2. Eclipse needs java. If you don’t have it, run command in terminal to install OpenJDK java environment:
This quick tutorial shows you how to easily install Oracle Java JDK 8 and/or 10 in Ubuntu 18.04 LTS via PPA.
There’s no PPA package for Oracle Java 6 and 7 since they are now only available for those with an Oracle Support account (which is not free). And Java 9 has reached end of life.
Install Oracle Java JDK 10 in Ubuntu 18.04:
The “Linux Uprising” team maintains a PPA repository that contains Oracle Java 10 installer for all current Ubuntu releases.
1. Open terminal either via Ctrl+Alt+T or by searching for ‘terminal‘ from app launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:linuxuprising/java
Type your password (no asterisks while typing) when it prompts and hit Enter to continue.
2. Then run command to install the package, and accept the license before it automatically downloading and installing JDK 10:
sudo apt-get install oracle-java10-installer
Once installed, Oracle Java 10 should be automatically set as default. If not, run command:
sudo apt-get install oracle-java10-set-default
3. Finally check your java version via java -version and javac -version:
Install Oracle Java JDK 8 in Ubuntu 18.04:
Webupd8 Team maintains a PPA repository that contains Oracle Java 8 installer scripts for all current Ubuntu releases.
1. Open terminal and run command to add the PPA:
sudo add-apt-repository ppa:webupd8team/java
Type your password (no asterisks while typing) when it prompts and hit Enter to continue.
2. Then run command to install Java 8 installer and accept license when it prompts:
sudo apt-get install oracle-java8-installer
Once installed, Oracle Java 8 should be automatically set as default. If not, run command:
sudo apt-get install oracle-java8-set-default
Uninstall:
It’s always easy to remove the PPA packages, simply open terminal and run command:
qBittorrent BitTorrent client 4.1.1 was released a day ago with important fixes in the version of libtorrent used. It fixes SOCKS5 issues and tracker announces about downloaded/uploaded data.
For those who want to install the latest Mesa 3D graphics driver 18.0.4, Canonical’s Timo Aaltonen has made it into Ubuntu-X Team PPA for Ubuntu 18.04 LTS.
Mesa 18.0.4 is so far the latest stable release that was announced a few weeks ago:
“r600 driver gets a fix for constant buffer boounds, which fixes rendering bugs in Trine and Witcher 1.
Several fixes for RADV driver: fixes around alpha channel in Pre-Vega, fix in multisample image copies, and fixes around multilayer images in compute path.
For the case of ANV/i965 drivers, also a couple of fixes, all of them around ISP. On top, there are a couple of fixes relative to code emission around 16-bit integers, and a a fix for a leak in blorp for Gen4 and Gen5.
Speaking of leaks, there are also fixes for winsys/radeon/amdgpu and pipe-loader.gets a couple of patches to fix a couple of leaks.
SPIR-V part gets a patch to apply OriginUpperLeft to FragCoord.
Mesa core gets a couple of patches to fix error handling in get_framebuffer_parameteriv, and to add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV).”
1. Open terminal either via Ctrl+Alt+T or by searching for ‘Terminal’ from software launcher. When it opens, run command:
sudo add-apt-repository ppa:ubuntu-x-swat/updates
Type your password (no asterisks while typing due to security reason) when it prompts and hit Enter to continue.
2. After adding the PPA, do system update via command:
sudo apt-get dist-upgrade
apt-get update is not required any more in Ubuntu 18.04 since adding PPA automatically refreshes system repositories.
3. Finally check your driver version via command:
glxinfo | grep "OpenGL version"
Uninstall:
To restore changes and downgrade to the default drives shipped in Ubuntu 18.04, run command: