Category: Linux

Linux FAQ resource and tutorials.Basic Linux tutorials. Contains usual commands,scripts, installations instructions and configuration examples.

How to Change Start Menu Icon in Ubuntu 20.04 LTS

Want to change the ‘Show Applications’ dot grid icon in the dock panel of Ubuntu 20.04 Gnome Desktop? The start menu dot grid icon relies on the view-app-grid-symbolic.svg icon. For default Yaru icon theme, it’s located in /usr/share/icons/Yaru/scalable/actions. To replace the icon, open terminal by pressing …

Oracle VirtualBox 6.1.10 Released with Kernel 5.7 Support

Oracle Virtualbox 6.1.10 was released as the fifth maintenance release for the 6.1 series. Virtualbox 6.1.10 features Kernel 5.7 support on Linux host and guest. Other changes include: Fixed crash when using Qt on Xwayland sessions Fixed mouse pointer doesn’t work properly in Windows guests when …

Fix WiFi Not Working After VPN Disconnected in Ubuntu

Sometimes after disconnected from a VPN network in Ubuntu 20.04, wireless does no longer work and even shows ‘No Adapter Found’ in the settings. If you have the same problem, this tutorial may help. Without restarting your computer, you can try following steps to make the …

How to Install Linux Kernel 5.7 in Ubuntu / Linux Mint

Linus Torvalds announced the release of Kernel 5.7 a few days ago. Here’s how to install it in 64-bit Ubuntu and Linux Mint. New features in Linux 5.7 include: Support Intel Tiger Lake “Gen12” graphics out-of-the-box. AMD Ryzen 4000 “Renoir” mobile graphics support New exFAT driver …

How To Check CPU Information In Linux Ubuntu

Use these commands to get CPU details in Linux Ubuntu. Ubuntu users can easily check CPU information in Linux using commandline or terminal. Learn about these commands: 1.lscpu lscpu command displays information about the CPU architecture. lscpu gathers CPU architecture information from sysfs and /proc/cpuinfo. The …

How to Compress PDF in Linux [GUI & Terminal]

Brief: Learn how to reduce the size of a PDF file in Linux. Both command line and GUI methods have been discussed. I was filling some application form and it asked to upload the necessary documents in PDF format. Not a big issue. I gathered all …