This quick tutorial shows how to enable remote desktop service in Ubuntu 20.04, so that you can access to Ubuntu desktop remotely via VNC viewer.
1.) Open System Settings utility, navigate to Sharing in the left pane, toggle on Sharing in the top-right, and finally click on “Screen Sharing”.
2.) In the pop-up dialog, turn on “Screen Sharing” and select:
Enable remote control by tick “Allow connections to control screen”.
Setup a password or select ask for access on each connection.
3.) As a workaround of TightVNC connection error: “No security types supported. Server sent security types, but we do not support any of them“.
NOTE: Instead of running following commands, you may use Dconf Editor and navigate to org/gnome/desktop/remote-access.
Run command in terminal (press Ctrl+Alt+T to open terminal):
gsettings set org.gnome.Vino require-encryption false
You may also run command to allow people not in local network to access using UPnP (if your router supports it):
gsettings set org.gnome.Vino use-upnp true
Finally, connect to this Ubuntu desktop remotely using either Computer name (as picture in step 1.) shows) or IP address via a VNC viewer / client and enjoy!
Prefer installing Sublime Text via the official .deb package rather than using the containerized Snap package? Here’s how to install it in Ubuntu 20.04 the official way via the apt repository.
Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from your system application menu. When it opens, run following commands one by one to install the latest Sublime Text 3 in Ubuntu.
1.) Download and install the GPG key by running command:
Grab the package, extract, and run the tauon.py file to launch the music player:
python3 tauon.py
Tips: 1. Go into the folder that contains tauon.py file, right-click on blank area and select ‘Open in Terminal’, finally run the previous python3 tauon.py.
2. The portable package requires python3, python3-musicbrainzngs, and maybe other python libraries, install them via apt command.
Avidemux video editor 2.7.6 was released a day ago with new video encoder / decoder, and many improvements. Here’s how to install it in Ubuntu 20.04, Ubuntu 18.04, Ubuntu 16.04.
Avidemux 2.7.6 release highlights according to the changelog file:
Detect and warn when cut points in HEVC video streams may result in grave playback issues despite being on keyframes
Add libaom-based AV1 decoder
Add libvpx-based VP9 encoder
Update to FFmpeg 4.2.3
Add hardware accelerated deinterlacer and resizer based on VA-API
Increase maximum supported resolution to 4096×4096
Add support for Vorbis audio, LPCM audio to the Mp4 muxer
Add HE-AAC and HE-AACv2 profiles to the FDK AAC encoder plugin
Numerous other improvements and fixes.
How to Install Avidemux 2.7.6 in Ubuntu:
Appimage:
The official non-install single executable .appimage package is available for downloading:
After downloaded the appimage, go to file Properties -> Permissions and make it executable, finally right-click and run the file to launch Avidemux video editor.
NOTE: Due to build failure, I changed names of some shared libraries. If you have problem launching the editor, try sudo apt upgrade to update your system packages.
Free open-source digital audio workstation software LMMS 1.2.2 was released a few days ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.10, Ubuntu 20.04, and derivatives.
LMMS 1.2.2 is a maintenance release contains some improvements and various bug-fixes.
Stop filtering out valid characters from file name while exporting tracks
Fix Invalid warning about “dummy-MIDI-client”
Note selection: Editing values works in dialog
Fix retrigger with vol/pan sliders
Fix loading and saving of .fxb/.fxp files on Windows
There’s non-install single executable .Appimage available to download in the release page (See the previous link).
If you prefer installing lmms music production via Ubuntu PPA, do following steps one by one:
1.) Open terminal either by pressing Ctrl+Alt+T on keyboard, or by searching for ‘terminal’ from your system application menu. When it opens, run command:
sudo add-apt-repository ppa:ubuntuhandbook1/lmms
Type user password (no asterisk feedback) for sudo prompt and hit Enter to continue adding the PPA.
2.) Then run commands to refresh system package cache and install the music production software:
sudo apt update
sudo apt install lmms
NOTE: lmms-vst-server is 32-bit only package. It may install along with tons of 32-bit dependency libraries. And if you added wine apt repository, it may refuse to install.
Uninstall:
To remove lmms, run command:
sudo apt remove --autoremove lmms
And remove the PPA either via Software & Updates -> Other Software or by running command:
This is a step by step beginner guide shows how to share a folder over local network via SMB/CIFS protocol in Ubuntu 20.04 Gnome desktop.
Share a folder in Ubuntu 20.04:
1.) First open terminal by pressing Ctrl+Alt+T on keyboard. When it opens, install samba, SMB/CIFS file, print, and login server by running command:
sudo apt install samba
Type user password (no asterisk feedback) and hit Enter to continue.
2.) Open Files (Nautilus file browser) and right-click on the folder you want to share, then click on “Local Network Share” menu option.
3.) In next pop-up window, do:
tick “Share this folder” to enable network sharing.
(optional) tick “Allow others to create and delete files in this folder”
(optional) tick “Guess access”
finally click on ‘Create Share’ button
4.) Confirm write permission (if enabled) and done!
5.) If you want remote PC to type username and password to access the shared folder, open terminal (Ctrl+Alt+T) and run command:
sudo smbpasswd -a USERNAME
Note:The “USERNAME” must be an existing user in your Ubuntu. It’s ji in my case. And set a password for remote smb access only.
Before getting access from remote PC, you may check out the IP address and / or hostname by running commands:
hostname
ip -4 address
Access the share folder from remote computer:
1. To access from Windows PC, go to Start -> Run to bring up Run command window. Type either \\ip-address\ or \\hostname\
2. To access from another Ubuntu desktop, go to Files -> Other Locations, then type either smb://ip-address/SHARE_FOLDER or smb://hostname/SHARE_FOLDER
Want to change the default Yaru theme colors? Yaru-Colors is a theme project offers 12 different colors to the Yaru theme.
With Yaru-Colors, you can change the Yaru theme colors of Applications, Cursors, Icons, and Gnome Shell menus (underline & highlights).
And available colors include: aqua, blue, brown, deep blue, green, gray, mate, orange, pink, purple, red, yellow. And all colors in light, dark, and standard modes.
For unknown reason, aMule, all-platform eMule P2P Client, is not included in Ubuntu 20.04 main repository.
While it’s available in previous Ubuntu repositories as well as the next Ubuntu 20.04 main repository, you can manually download the package and dependencies from Ubuntu 18.04 and install them manually in Ubuntu 20.04.
NOTE: for Ubuntu 22.04, 24.04, and higher, aMule has been added back into system repository. Simply open terminal (Ctrl+Alt+T) and run the command below to install:
sudo apt install amule
For Ubuntu 20.04, just download the deb packages and install them manually:
Mozilla Firefox 78 was released a few days ago with some new features and improvements.
Firefox 78 added “Refresh Firefox” button to the Uninstaller, which also available in about:support page, allows to reset Firefox to its default state, while saving your essential information like bookmarks, passwords, cookies.
Other changes in the release include:
Protections Dashboard includes reports about tracking protection, data breaches, and password management.
Screen saver will no longer interrupt WebRTC calls on Firefox
Firefox 78 is also Extended Support Release (ESR) features:
Kiosk mode
Client certificates
Service Worker and Push APIs are now enabled
The Block Autoplay feature is enabled
Picture-in-picture support
View and manage web certificates in about:certificate
Improved Pocket recommendations, and security fixes.
How to Install Firefox 78 in Ubuntu:
Firefox 78 will be made into official Ubuntu security / updates repositories for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, and Ubuntu 20.04 in a few days!
At that time, you can upgrade Firefox via Software Updater (Update Manager) utility:
For those prefer installing FileZilla ftp client via deb rather than using the flatpak package, there’s an unofficial PPA contains the latest FileZilla 3.48.1 for Ubuntu 20.04 and Linux Mint 20.
The latest FileZilla client so far is v3.48.1 which contains bugfixes and minor changes. See filezilla-project.org for changes.
To install FileZilla 3.48.1 via PPA in Ubuntu 20.04:
Thanks to sicklylife, a member of Gnome Japanese Translation Team, who maintains an unofficial PPA contains most recent FileZilla packages.
1.) Open terminal either from system application menu or by pressing Ctrl+Alt+T on keyboard. When terminal opens, run command to add the PPA:
sudo add-apt-repository ppa:sicklylife/filezilla
Type user password (no asterisk feedback) when it prompts and hit Enter to continue.
2.) After adding the PPA, refresh system package cache and install the ftp client via commands:
sudo apt update
sudo apt install filezilla
To uninstall the PPA as well as remove the ftp client package:
Run command in terminal to remove the PPA repository: