While using your online accounts separately is the standard method and grants access to a website or service's full functionality, there are sometimes alternatives that can be more convenient for specific uses. For example, integrating cloud storage drives directly into a file browser allows you to easily switch from browsing local files to browsing cloud files. Similarly, … [Read more...] about Linux Mint: How To Sign Into Your Online Accounts
Linux
Linux Mint: How to Create New Custom Keyboard Shortcuts
Keyboard shortcuts are actions that can be performed by pressing a key combination. They can help save you the time of searching through menus to find the option you want and help keep you closer to your task by streamlining your workflow. … [Read more...] about Linux Mint: How to Create New Custom Keyboard Shortcuts
Linux Mint: How to Add a New User
Having multiple people using a single computer can cause some potential issues. For example, if your family is all using a single home computer and sharing a single user account, then someone might delete someone else’s file when they’re trying to clear some space on the hard drive. It’s also entirely possible that you don’t want everyone to have the administrative powers … [Read more...] about Linux Mint: How to Add a New User
Linux Mint: How to Configure Your Desktop Icons
Your computer’s desktop is the first thing that you see when you sign-in to your computer. Your desktop icons can be an important part of easily and quickly access the files you want. Linux Mint comes with a fairly minimalistic desktop by default. Many users may assume that it only has two icons, “Computer” and “Home”; however, this isn’t quite the case. If you connect any … [Read more...] about Linux Mint: How to Configure Your Desktop Icons
Linux Mint: How to Switch to a New Workspace
One of the useful features that Linux Mint includes is called “Workspaces.” A workspace is essentially a second desktop, similar to having a physical second monitor, except that you can’t see them both at once. Workspaces are designed to make it easier to separate and keep track of individual tasks. They can be handy if you have many windows that you need to regularly interact … [Read more...] about Linux Mint: How to Switch to a New Workspace
Linux Mint: How to Add New Desklets
Linux Mint has a range of ways to add new functionality. As with any other operating system, you can install software through traditional methods. Mint also includes a set of extensions, applets, and desklets. Desklets are small tools that display certain information on the desktop. Fans of the ill-fated gadget platform from Windows 7 will likely appreciate the desklet platform … [Read more...] about Linux Mint: How to Add New Desklets
Linux Mint: How to Configure How Alt-Tab Works
Alt + Tab is the standard shortcut across many operating systems to switch between open windows. Linux Mint supports it, too, and allows you to configure the options a little to your personal preferences. To configure the Alt + Tab options in Linux Mint, press the Super key, then type “Windows” and hit enter. … [Read more...] about Linux Mint: How to Configure How Alt-Tab Works
Linux Mint: How to Configure the Menu Applet
The start menu in Linux Mint is an applet that you can configure to your personal preference. “Applets” are small applications that display in the bottom bar. … [Read more...] about Linux Mint: How to Configure the Menu Applet
How to Install a Python Module With PIP
Python is a relatively simple programming language that’s not too difficult to pick up. Some of Python’s functionality isn’t included in the main Python libraries, instead, it’s included via optional modules. You can include any required modules in your Python code with a single line command. Not all modules are installed by default however, sometimes you will have to download … [Read more...] about How to Install a Python Module With PIP
Troubleshooting High CPU Usage in Linux
If you're a Linux user, you may find that CPU (or central processing unit) consumption is getting unusually high. Why is your main processing system working so hard? There are two primary ways to get down to the bottom of this issue. The first is by using “ps command," and the second is “top command." We will be focusing on the most popular option: top command. Regardless … [Read more...] about Troubleshooting High CPU Usage in Linux