FreshRSS is an RSS and Atom feed aggregator that you can self-host, meaning you run the software that keeps it in operation. You create a FreshRSS server and then connect to it using either the web interface or a client app.
[mai mult...]3 things to do on Linux to make it more secure
Linux is a reasonably secure operating system, but it’s not virus-free. This is especially true for someone like me who installs and reviews different apps and software.
[mai mult...]6 Ways to View or Open a File in the Linux Terminal
Gaining control over the Linux operating system requires mastering the terminal—and one of the foundational skills is learning how to open files from the command line. This not only builds confidence in using the Linux OS, but also opens the door to faster workflows and automation.
[mai mult...]How I Self-Host a Synced Password Manager
If you have a password manager, chances are you rely on an online account that tracks and stores all of your passwords. It’s convenient, but you can actually keep your passwords stored off the internet while still syncing across devices.
The trick here is that I’m using a network to sync my passwords—my private network, only. It’s not open to anyone outside my home, even myself whenever I leave. This works for me because I work from home and rarely travel, and therefore I rarely need to add or edit credentials when I’m away from my home network.
[mai mult...]7 Linux Text-Processing tips to get the most out of your Plain Text
While Linux isn’t strictly a text-only system, it has a reputation for making better use of plain text than any other operating system. While many tools cater to programmers, writers, and authors can also take advantage of these powerful tools.
[mai mult...]Arch Linux is now in the Windows subsystem for Linux
The Windows Subsystem for Linux, or WSL for short, makes it easy to use Linux software inside a Windows PC. You can now officially use Arch Linux in WSL, alongside existing distribution options like Ubuntu, Debian, and Fedora.
[mai mult...]How to create a Timeline Filter in Excel
One way to display figures in an Excel table according to certain time periods is by using filter buttons. However, a better way to do this is to use a timeline, a dynamic filter option that allows you to quickly display data from individual days, months, quarters, or years.
[mai mult...]How to use Less than or Equal to in Excel
To use the less-than-or-equal-to operator, type “=C2<=200” where C2 is the cell to compare and 200 is your specified value. The formula will return TRUE if C2 has a value equal to or less than 200; else, it will return FALSE.
Using the less-than-or-equal-to
<=
operator in Microsoft Excel allows you to find out if the specified value matches your formula value or is less than that. We’ll show you how to use this operator to compare numbers and dates and how to use it with Excel’s various other functions.
When you use the less-than-or-equal-to operator, Excel retrieves a TRUE result if the cell has a value that’s less than or equal to your specified value. If the cell value is higher than your specified value, the operator will return a FALSE result.
[mai mult...]How to apply color to alternate rows in Microsoft Excel
To shade every other row in Excel, highlight your dataset and go to Home > Format as Table, then choose from the menu that appears the alternating color style you want. Alternatively, use conditional formatting to apply alternating row colors to your entire spreadsheet.
[mai mult...]How to use the FILTER function in Microsoft Excel
To use the FILTER function, enter simply enter the array and range for your criteria. To avoid an Excel error for empty filter results, use the third optional argument to display a custom indicator.
[mai mult...]