When working on the Ubuntu system, it's easy for files to accidentally end up in the trash, especially when you're cleaning up your workspace or deleting unnecessary items. Locating the...
The APT is the package manager used on Ubuntu, responsible for handling software installation, updates, and removals. APT uses repositories (repos) as sources to fetch packages for installation. Obtaining a...
When it comes to assessing the performance of your GPU (Graphics Processing Unit), benchmarking tools play a crucial role in providing insights into its capabilities. One popular and readily available...
Benchmarking is a crucial step in evaluating the performance of your GPU (Graphics Processing Unit). Whether you're a gamer, a computer enthusiast, or a professional working with graphics-intensive applications, understanding...
In today's laptops, it has become common to find two graphics cards: the Intel integrated graphics card and the dedicated Nvidia graphics card. This dual setup allows for switchable graphics...
When working as a software developer, the font you use can make a big difference in your productivity and overall experience. JetBrains Mono is an open-source font designed specifically for...
On most systems with graphical environment, deleted files goes to a temporary location that is called Trash or Recycle Bin. Contents of the trash can be deleted permanently or restored...
ApacheTop is a command line tool for monitoring traffic of the Apache HTTP server. ApacheTop parses the access log file of Apache and shows website traffic statistics that updated after...
The cloc is a command line tool that can be used to count lines of code in software projects. It analyzes the files and produces a report that includes the...
Neovim is a text editor for creating and editing text files via command line. Neovim is a fork of Vim text editor. Development of Neovim was started from a copy...