LL: Screen Shots

You can take a screenshot in Linux Mint using keyboard shortcuts: PrtScn for the full screen, Alt + PrtScn for the active window, and Shift + PrtScn to select a specific area. Alternatively, you can open the built-in Screenshot utility from the Applications menu to capture with a delay, include…

Continue reading

LL: Commands All In One Spot

Source: https://www.hostinger.com/tutorials/linux-commands Top 60 essential Linux commands Let’s look at the 60 most commonly used Linux commands and their examples for system administration. Pro Tip If you want to check a command’s usage, syntax, and options, use the –help flag. For example, enter ls –help to display the ls utility…

Continue reading

LL: Fix Update Repository

To fix the “Failed to download repository information” error in Linux Mint, first check your internet connection and then try changing your software repository mirror to a faster or different server. If that doesn’t work, use the Update Manager’s “fix missing keys” button or manually disable problematic third-party repositories in…

Continue reading

LL: Installing Docker

To install Docker Engine on Linux Mint, follow these steps: Update package index and install dependencies. Code sudo apt-get update sudo apt-get install ca-certificates curl gnupg Add Docker’s official GPG key. Code sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc sudo chmod a+r /etc/apt/keyrings/docker.asc Add the…

Continue reading

LL: What’s An Applet? What’s A Desklet?

The key difference is their location and function: applets are small programs that display in a system panel, while desklets are small, standalone applications that appear directly on the desktop. Applets often provide panel-based functionality, such as displaying system information or controlling audio, whereas desklets offer on-desktop utilities like clocks,…

Continue reading