Check the current kernel version
Apply the following command in the terminal to see the kernel version.
uname -r
A group of games install along with GNOME desktop in Linux-based operating systems like Debian and Ubuntu. If you are not a game lover, it's possible to remove them.
Here is the command to remove the whole game;
Zotero is an Open Source reference management software, and Mendeley is a proprietary alternative. An existing Mendeley reference management software user can connect to Zotero and import it into the entire collection. This feature works only with Zotero version 6. Here are the steps to import Mendeley collections into the Zotero:
Zotero > File > Import, and follow follow the screenshots below;
It's an excellent idea to pair your Android phone with a personal computer and manage SMS fast and easily. Managing SMS and messages on a big computer screen is convenient for individuals and institutions to check the updates frequently. Here are the steps to pair an Android phone with a PC.
1. Make sure that your messaging app is Messages by Google. Otherwise, install the Google Messaging app from the Play Store and make it default.
2. Open the browser on the computer and load the URL https://messages.google.com/web . Where we can see the QR Code.
3. Open the Google Messages app and click on More options. Select the option Device Pairing. Click on the QR code scanner button.
4. Scan the QR Code on the browser using the mobile. The messages interface will load on the browser.
Reference
Visit the following URL and download the .deb suitable for Debian,
https://www.virtualbox.org/wiki/Linux_Downloads
Apply the following command to install the VirtualBox Debian package. I assume that the VirtualBox .deb file in the Download folder,
sudo dpkg -i virtualbox*
![]() |
Image courtesy: telegram.org |
Telegram has an app for desktop pc use. It supports popular Linux-based operating systems like Debian and Ubuntu.
Installation
Telegram app is available in the software repository of Debian and Ubuntu Linux. Apply the following command to install Telegram;
Port 80 is the default number of PHPMyAdmin. On certain occasions, we need to change the port number to another. Here are the steps to accommodate PHPMyAdmin to a new port number.
Open ports.conf file,
Add a new port number (e.g. 8001). Add the following line, save and close the file.
Listen 8001
Open a new Apache virtual host. Open the following file,
sudo mousepad /etc/apache2/sites-available/phpmyadmin.conf
Copy the following piece of code into the file,
Save and close the file. Apply the following commands one by one.
Startup disk creator icon visible at Application launcher after the installation.
Users have to visit the Google Fonts website to download and install the font one by one, and it's a time-consuming process. The font collection maintains through the GitHub repository, where all font files can be download directly. Users can download the entire font collection and put it in the font directory of Linux based operating systems. Then the fonts become available for the entire system.
Visit https://github.com/google/fonts and download the fonts package.
Check the new fonts available.
Open LibreOffice Writer and check the font, EB Garamond available.
Following are the commands to install, apply the commands one by one.
sudo apt install apt-transport-https curl
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
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
sudo apt update
sudo apt install brave-browser