This quick tutorial is going to show you how to increase or decrease the default Gnome Shell animation speed in Ubuntu 18.04, Ubuntu 18.04, and higher.
There is a Gnome Shell extension called impatience can do the job. It can be easily installed in Ubuntu via Ubuntu Software.
After installed the extension, go to its settings via Gnome Tweaks (available in Ubuntu Software).
Then change the speed scaling value 1 to slow down desktop animation.
This simple tutorial shows how to install the latest Brave web browser in Ubuntu 21.10, Ubuntu 20.04, Ubuntu 18.04, Linux Mint 20.
Brave is a free and open-source web browser based on Chromium. It features faster page loading speed, and blocks ads and trackers by default.
The browser offers an official apt repository. So Ubuntu, Debian, and Linux Mint based systems can easily install the software and receive updates via built-in update manager utility.
1. Firstly, search for and open “terminal” from your system start menu. When it opens, paste the command below into terminal and hit Enter:
sudo apt install apt-transport-https curl
Type user password (no asterisk feedback) and hit Enter. It will add https support for apt package manager and install curl to grab the GPG key.
2. Next copy and paste the command below, and run to download & install the GPG key:
And run command to add the apt repository to your system. So far, only 64-bit PC / laptop is supported.
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
3. Finally refresh system cache and install the web browser by running the commands one by one:
sudo apt update
sudo apt install brave-browser
Uninstall Brave & Apt Repository:
To remove the Brave web browser, run command in terminal:
sudo apt remove --autoremove brave-browser
Unlike PPA, Brave’s apt repository does not list in Software & Updates utility under Other Software tab. However, you can remove the config file easily by running command in terminal:
FlightGear 2018.3 was finally released with many exciting new features, enhancements and bugfixes including usability improvements to the launcher, better visuals for AI and MP aircraft.
FlightGear 2018.3 release highlight according to the changelog:
Flightplan loading within the launcher.
Chinese, Russian and Italian translations for the launcher and UI
Improved support for the state of the aircraft depending on starting location
Improved joystick configuration and binding options.
Multiple Levels of Detail (LoD) for MP and AI aircraft. To improve performance, low-detail models are used when the viewer is far from the MP aircraft.
Fallback models to display in the case where a viewer does not have the MP aircraft installed.
Many improvements to AI models including new liveries, timetabled movements
Support for retrieving Canvas images over HTTP.
Improved cloud rendering with stronger Mie scattering on cloud fringes, improved scattering on cirrus clouds
Improved scenery for Hawaii, the default location for this release.
New scenery for Jan Mayen, situated northeast of Iceland. Including the active volcano of Beerenberg (2277m).
FG1000 glass panel display, based on the Garmin G1000
Improved Replay handling of AI aircraft and carriers – judge your own carrier landings.
KC-130 tanker aircraft for air-to-air refueling
Significant Aircraft updates
Download / Install FlightGear in Ubuntu:
For Ubuntu 16.04, Ubuntu 18.04, and higher, FlighGear 2018.3 will be available to install either via Ubuntu PPA, or Flathub repository (run in sandbox).
GitKraken now offers official snap package to make it easy to install and update the software in Ubuntu Linux.
Used by the likes of Netflix, Tesla and Apple, GitKraken is the go-to home for developers who are looking for a more user-friendly interface for Git with integrations for GitHub, GitLab, Bitbucket and VSTS (Azure DevOps).
GitKraken Snap is containerised software package designed to work within most Linux desktop. It bundles its required dependencies and auto-updates itself once a new release package published.
To install GitKraken Snap in Ubuntu 18.04 and higher, simply open Ubuntu Software, search for and install gitkraken:
For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and run commands to install the snap:
HPLIP, HP developed Linux drivers for HP inkjet and laser based printers, released version 3.18.12 a few hours ago with new devices and Linux Distros support.
According to the release note, HPLIP 3.18.12 adds support for 64-bit Ubuntu 18.10 and Debian 9.6.
Also following new devices are supported:
HP Tango
HP Tango X
HP Scanjet Pro 2000 S1
Download / Install HPLIP 3.18.12 in Ubuntu:
To install the software, download the package “hplip-3.18.12.run” from the link below:
Then open terminal either via Ctrl+Alt+T or search for “terminal” from app launcher. When it opens, run command:
cd ~/Downloads/ && chmod +x hplip-3.18.12.run && ./hplip-3.18.12.run
Type your user password (no asterisks feedback) when it prompts and hit Enter.
Then follow the terminal prompts, answer some questions to build and install HPLIP on your system. When everything is done, plug/re-plug your printers and enjoy!
Gscan2pdf, GTK tool to produce PDF / DjVu from scanned document, released version 2.2.0 recently. Here’s how to install it in Ubuntu 18.10, Ubuntu 18.04, and Ubuntu 16.04.
Gscan2pdf 2.2.0 release highlights according to the changelog:
Check validity of device blacklist regex when applying preferences
Modify preference “Force new scan job between pages” to only take effect when scanning from flatbed.
Fixed crash switching frontend option in Edit/Preferences between libimage-sane-perl and scanimage.
Fixed visibility of scan widgets when switching from libimage-sane-perl to scanimage.
Collect all warning and error messages in one dialog.
Be more tolerant of errors whilst fetching options.
Use default text if the title of a group of scan options is empty.
Lock panning of image and OCR output views
Translation updates.
How to Install gscan2pdf 2.2.0 in Ubuntu:
The official Ubuntu PPA has made the new release packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, and their derivatives.
1. Open terminal either by pressing Ctrl+Alt+T on keyboard or searching for ‘terminal’ from software launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:jeffreyratcliffe/ppa
Type user password (no asterisks feedback due to security reason) when it prompts and hit Enter.
2. For those who have a previous release installed, upgrade it through Software Updater:
For the first time, you can either install it via Synaptic Package Manager or by running following commands in terminal:
Wine, an open-source compatibility layer allows to run Windows apps on Linux, released the new stable version 3.0.4 a day ago with lots of bug-fixes.
Wine 3.0.4 added a lot of icons in Shell32, and fixed 47 bugs affecting Total Commander, SuperPower 2, ODB++ Viewer, Wechat, World of Warcraft, Total War, Wargaming Game Center, Overwatch, and more.
How to Install Wine 3.0.4 in Ubuntu:
The new release packages will be made into official Wine apt repository in a few days.
At that time, you can do following steps to install it in Ubuntu 18.04, Ubuntu 16.04, Ubuntu 14.04, and derivatives.
1. Open terminal via Ctrl+Alt+T or by searching it from app launcher. When it opens, run command to add the repository key: