command
-
Blog
How To Use htop Command in Linux
The htop is a CLI utility to check an interactive list of running processes in real-time. It is a more feature-rich and user-friendly alternative to the top command. The htop command allows you to manage system processes, monitor resources, and perform other administration tasks. One of the most prominent features of htop is that it shows color-coded processes, which helps…
Read More » -
Blog
How To Use Traceroute Command in Linux
Operating systems use packets for transferring the data on a network. These are small chunks of information that carry data and travel among devices. Moreover, when any network problem arises, packets aid in identifying the root cause of the underlying problem. How? By tracing the route of those packets. The traceroute command in Linux helps you map the path packets…
Read More » -
Blog
How To Use Grep Command in Linux
As the name suggests, grep or global regular expression print lets you search for specific text patterns within a file’s contents. Its functionalities include pattern recognition, defining case sensitivity, searching multiple files, recursive search, and many more. So whether you’re a beginner or a system administrator, knowing about the grep command to locate the files efficiently is good. This tutorial…
Read More » -
Blog
How to Run a Command That Requires sudo via SSH
Secure Shell includes a lot of tricks, many of which can make your admin’s life exponentially easier. One such trick is the ability to run commands on remote servers, without logging in. Sure, you can take the time to log into the server, run the command, and log out, but why not just do it all in one fell swoop?…
Read More » -
Blog
6 Tips for Using Linux Without Touching the Command Line
When you read about Linux, you probably see a lot of talk about commands to use in the terminal. The command line can seem intimidating if you aren’t used to it, which is understandable. But what if we told you you don’t have to worry about that? Can You Use Linux Without the Terminal? The short answer is yes—you can…
Read More » -
Blog
Not Sure What a Linux Command Will Do to Your System? Ask ChatGPT
Key Takeaways Running unknown commands and scripts in the terminal risks damaging your system or accidentally deleting data. Use ChatGPT to understand complex Linux commands by breaking them down. While helpful, AI chatbots do get things wrong, so make sure you verify the explanations they give using authoritative sources. You’ve likely heard you should never run a command or script…
Read More » -
Blog
With this simple command, AI will soon summarize your meetings in Google Meet – Computerworld
A new AI feature called ” Take notes for me ” will be soon be rolled out to Google Meet users. It’s a feature that creates automatic notes using Google’s AI tool. When the meeting is over, participants are given the opportunity to download a Google document with a transcrip of what was said. The function can also be used by meeting…
Read More »