Linux
-
Blog
Chinese hackers target Linux with new WolfsBane malware
A new Linux backdoor called ‘WolfsBane’ has been discovered, believed to be a port of Windows malware used by the Chinese ‘Gelsemium’ hacking group. ESET security researchers who analyzed WolfsBane report that WolfsBane is a complete malware tool featuring a dropper, launcher, and backdoor, while it also uses a modified open-source rootkit to evade detection. The researchers also discovered ‘FireWood,’ another…
Read More » -
Blog
Which Linux Distro Fits Your Needs Best?
If you’ve ever asked a seasoned Linux user what desktop distribution is best for a new user, chances are pretty good you might be told Ubuntu. If you ask about server distributions, you might hear the same answer. You might also hear Debian added to the mix. Debian and Ubuntu are free and excellent Linux distros. There is no clear…
Read More » -
Blog
Microsoft Wants to Simplify the Windows Subsystem for Linux
The Windows Subsystem for Linux (WSL) is a great way to use Linux utilities and apps from a Windows PC. Now, Microsoft is trying to make it easier to use. Microsoft just announced a few changes coming to WSL, including a new getting started experience. The first time someone installs and runs WSL, a new window appears explaining what WSL…
Read More » -
Blog
Habits to Keep Linux Resource Usage Low
Linux is great at using your computer efficiently, but sometimes you might find yourself on a slower or older machine. How can you make Linux work better with lower performance? 1 Use a Lightweight Desktop Environment One way to keep Linux resource usage low is to choose a lightweight desktop environment instead of KDE or GNOME. They’re fine desktops, but…
Read More » -
Blog
How to Start, Stop, and Restart Services in Linux
For advanced Linux users, starting, stopping, and restarting Linux services is essential. These operations allow users to access the functionality of each service. For example, to use a web server, users need to start the Apache service, or to use a database, users must start the MySQL service. Managing Linux services is also important for system stability and can help…
Read More » -
Blog
How to Create and Use Symbolic Links (aka Symlinks) on Linux
Key Takeaways Use the ln command with the -s flag in the terminal to create symbolic links, such as “ln -s /home/name/Downloads /home/name/Desktop”. In Ubuntu’s Files app, copy a file or folder and then hit Ctrl+M in the directory you want the symlink to create it without use of the terminal. Symbolic links are advanced shortcuts in Linux, allowing files…
Read More » -
Blog
How to Check for Viruses on Linux (And Remove Them)
Running Linux doesn’t make you bulletproof against malware – even though it’s more secure than other operating systems, threats still exist. Whether you’re a newcomer to Linux or a seasoned user, knowing how to check for and remove unwanted visitors on your system is crucial for maintaining your digital security. In this guide, we’ll walk you through practical steps to…
Read More » -
Blog
How to install Linux GUI apps on Windows 11, 10
To install Linux GUI apps on Windows 11 (or 10), open WSL and run the sudo apt-get install APP-NAME command. If your Linux distribution uses a different command to install apps, you should use that specific command. Once the graphical program is installed, you can launch it from the Start menu or use the name as the command on WSL.…
Read More » -
Blog
How to Install Notepad++ on Linux (and 5 Alternatives to Try)
Key Takeaways Moving to Linux requires software adjustments because popular Windows software isn’t always available. You can install Notepad++ on Linux using an unofficial Snap package with the command “sudo snap install notepad-plus-plus”. If the Wine compatibility layer is frustrating, consider a Linux-native alternative like Notepadqq and Geany. Notepad++ is a popular editor on Windows, but it doesn’t have official…
Read More » -
Blog
How to Capture Your Screen in Linux with OBS Studio
If you’re on a Linux machine and want to capture your screen, there aren’t as many options as Windows or Mac users have. What we do have, though, is one of the most powerful and also free screen capture programs out there. In this article, I show you how to get started with OBS Studio on Linux. Why Use OBS?…
Read More »