Ubuntu 18.04 is quite slow to boot up in my laptop in the last few days. It was stuck at the purple screen with Ubuntu logo in center for more than 1 minute before booting into the login screen.
When it was booting into the purple screen, press F2 to show the white and black text screen. There it told me that it was stuck at:
“A start job is running for dev-disk-by\x2uuid …(35s \ 1min 30s)”
To fix the problem, do following steps one by one:
UPDATE: First make a back up of /etc/fstab before editing the file by running command:
sudo cp /etc/fstab /etc/fstab-backup
1. Open terminal from application menu or by pressing Ctrl+Alt+T on keyboard. When it opens, run command:
sudo -H gedit /etc/fstab
Type user password (no asterisk feedback) when it prompts. It will open fstab (file system table) configuration file with gedit text editor.
2. When the file opens, you’ll see something look like this:
As the top picture shows, “UUID=1cdb9a5b-01a7-4b7b-a0ad-ce73676bb7c1”, mounting the Swap partition takes 1 minute and 30 seconds to boot up Ubuntu.
3. Launch Disks utility from application menu.
4. When it opens, check the Swap partition, and it obviously that the UUID value does not match the one in /etc/fstab.
5. So what I need to do here is to replace the UUID value with the correct one copied from Disks utility.
HP developed open-source Linux drivers, HPLIP 3.19.5, was released with new printers and most recent Linux Distro’s support.
HPLIP 3.19.5 added support for 64-bit version of Ubuntu 19.04, Fedora 30, and Debian 9.8.
Also following new devices were supported in the release:
HP LaserJet Enterprise M507n, M507dn, M507x, M507dng
HP LaserJet Managed E50145dn, E50145x
HP LaserJet Enterprise MFP M528dn
HP LaserJet Enterprise MFP M528f
HP LaserJet Enterprise Flow MFP M528c
HP LaserJet Enterprise Flow MFP M528z
HP LaserJet Managed MFP E52645dn
HP LaserJet Managed Flow MFP E52645c
HP Color LaserJet Managed E75245dn
HP Color LaserJet Enterprise M751n, M751dn
HP PageWide XL 3900PS MFP
HP OfficeJet Pro 8030 and 8020 All-in-One Printer series
HP OfficeJet 8020 and 8010 All-in-One Printer Series
1. To install the software, download the package “hplip-3.19.5.run” from the link below:
2. Then make the downloaded file executable from its Properties dialog:
3. Finally open terminal either via Ctrl+Alt+T or search for “terminal” from app launcher. When it opens, run command to start installing it:
./Downloads/hplip-3.19.5.run
Type user password (no asterisk feedback) when it prompts and hit Enter.
4. 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!
NOTE: During hp-setup, automatic PPD selection path for some PS devices is wrong on Ubuntu 18.04. Work around is to select the PPD for the devices manually from “/usr/share/ppd/HP” path through browse option or reinstall cups.
Below are the commands to reinstall the cups filters.
For those sticking to the Wine stable 4.0 series, the first bug-fix release Wine 4.0.1 was released a day ago with numerous bug-fixes.
Wine 4.0.1 brings a total of 44 bug-fixes, including fixes to Theatre of War 3, Windows Media Player, League of Legends, Warcraft 3, Visual Studio 2015, and more.
How to Install Wine 4.0.1 in Ubuntu:
The official apt repository has made the new release package for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04, and their derivatives.
Open terminal either via Ctrl+Alt+T or by searching ‘terminal’ from app launcher. When it opens, run following commands one by one to and the repository and install Wine:
1. Add the official wine apt repository for Ubuntu 19.04 via command:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'
For other Ubuntu releases, replace disco in the code with
bionic for Ubuntu 18.04, Linux Mint 19.x
xenial for Ubuntu 16.04, Linux Mint 18.x
cosmic for Ubuntu 18.10.
2. Download and install the GPG keyring via command:
Audacity audio editor and recorder released version 2.3.2 a day ago with some improvements and various bug-fixes. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, and higher.
Include LAME mp3 encoder (though it’s there in PPA build for long time).
New ‘Select’ button in the track panel to select the whole track.
Audacity mod-script-pipe for driving Audacity from Python now comes with Audacity and can be enabled via preferences.
Type to Create a Label is now off by default.
A plug-in installer for Nyquist now provides a file browser for selecting ‘.NY’ files to install.
And over 20 bugs were fixed in the release.
How to Install Audacity 2.3.2 in Ubuntu:
The unofficial PPA has built the 2.3.2 packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04, and their derivatives, e.g., Linux Mint 18.x and 19.x.
1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, run command:
Razer Chroma integration, enables lighting effects on Chroma-enabled devices.
Option to resize the thumbnails on Speed Dials.
Select the previous, next and related tabs using Quick Commands, keyboard shortcuts, or Gestures.
And improvements, bug-fixes to bookmarks, addressbar, quick commands, tab, etc.
How to Install Vivaldi 2.5 in Ubuntu:
The official Ubuntu .DEB packages are available for download at the link below:
Grab the deb matches your OS, then install it via Ubuntu Software or Gdebi package manager. Or run command in terminal:
sudo dpkg -i ~/Downloads/vivaldi-stable_2.5*.deb
In addition, after installed the .deb package, you can enable Vivaldi apt repository (Softare & Updates -> Other Software) to receive future updates through Software Updater:
The latest stable Linux Kernel 5.1 was released. Linus Torvalds announced last night:
So it’s a bit later in the day than I usually do this, just because I was waffling about the release. Partly because I got some small pull requests today, but mostly just because I wasn’t looking forward to the timing of this upcoming 5.2 merge window.
…
On the whole, 5.1 looks very normal with just over 13k commits (plus another 1k+ if you count merges). Which is pretty much our normal size these days. No way to boil that down to a sane shortlog, with work all over.
…
Linux 5.1 brings many exciting changes including improved support for Intel Fastbook (enabled by default), Intel 22260 WiFi support, new I/O interface, new ACPI support, Raspberry Pi 3 Model A+ support by mainline, and a lot of new hardware support.
How to Install Linux Kernel 5.1 in Ubuntu:
The mainline kernel packages for Linux 5.1 are 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.
Alternatively you can download and install the kernel binaries via terminal commands (Ctrl+Alt+T):
Restart your machine and select boot with the previous kernel in boot menu ‘Grub2 -> Advanced Option for Ubuntu’. Then run command to remove Linux Kernel 5.1:
added feature to play track on double click in the history plugin;
enabled mpg123 decoder for Windows;
using album cover from file by default;
fixed lyrics plugin;
fixed API documentation;
fixed issue with read-only mode for FLAC files;
fixed issue with missing properties for some CUE tracks;
fixed shortcuts displaying in context menus under Qt 5.10 or higher (1.3.2 only);
fixed Qt 5.13 support (1.3.2 only);
fixed crash under Wayland session (1.3.2 only);
fixed freezing on some corrupted files in the ffmpeg plugin;
fixed crash on some streams in the ffmpeg plugin;
fixed file type determination by content in the mpeg plugin.
How to Install Qmmp 1.3.2 in Ubuntu:
Qmmp 1.3.2 (and 0.12.2 for qt4) are available to install via its official PPA, for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04, Linux Mint 18.x and 19.x.
1. Open terminal via Ctrl+Alt+T or from app launcher, and then run command to add the PPA:
sudo add-apt-repository ppa:forkotov02/ppa
Input your password (no asterisks feedback while typing) and hit Enter to continue.
2. If a previous version exists, upgrade Qmmp using Software Updater:
Or run commands to install or upgrade Qmmp and its plugins: