In this Linux tip, we’re going to take a look at htop – a very useful command-line tool for looking into system performance and nailing down the cause of system slowdowns.
In this Linux tip, learn several ways to extract substrings on Linux.
In this Linux tip, learn how you can use the grep command to cheat when you play Wordle. Linux systems can be very helpful in this because of the many commands it provides and the fact that it includes a lengthy words file.
In this Linux tip, learn how to use the strace and ltrace commands. They provide information on the system and library calls that a Linux process makes and this information can help when you're troubleshooting a process that's not behaving as you'd e...
In this Linux tip, we’re going to look at a simple way to set up a quick function that allows you to run calculations a lot more easily than usual.
In this Linux tip, we’re going to look at the && (AND) and || (OR) operators and how they can be used.
In this Linux tip, we look at an awk command that you can use to remove duplicate lines from text files – even when those lines aren't consecutive.
In this Linux tip, we’re going to look at the btrfsck command. It provides file system checking for btrfs file systems – sometimes referred to as the "better" file systems, but actually named for its B-tree underpinnings.
In this Linux tip, we’re going to look at using the date command to run tests. You can always use the date command to see what day it is, but you can also use it in scripts to test what time, day of the month or month of the year it is (and a lot o...
In this Linux tip, we’re going to look at clamav. It's a free and open source tool that lets you scan for viruses on Linux.
In this Linux tip, we’re going to look at the expand command. It's used to replace tabs in text files with space characters (sometimes referred to as "blanks").
Data centers are a critical, but often power-hungry, part of the enterprise. But, why exactly do data centers require so much energy? And how can businesses address emissions concerns as well as cut back on the costs associated with cooling data cent...
In this Linux tip, we’re going to look at the seq (sequence) command. It provides a very easy way to generate a sequence of numbers and gives you a lot of control.
In this Linux tip, learn how to use the true and false commands. What they do is very simple. The true command generates an exit code of 0 (no problems) and the false command generates a value of 1.
In this Linux tip, learn how to use the fold command. It allows you to limit the length of lines when displaying a text file by "folding" long lines into smaller pieces and, of course, you can save the shortened lines into another file.
In this Linux tip, learn how to use the csplit command. It's a command that lets you split a file into pieces based on its content. For example, you might separate a file based on chapter headings, dates or content separators of some kind. Think of "...
In this Linux tip, learn how to use the nethogs command. As the name implies, nethogs will display information on how much processes using or "hogging" your network bandwidth.
In this Linux tip, learn how to use the whois command. It sends requests to what are called WHOIS servers. These servers maintain numerous details on domain registrations. So, when you ask about a particular domain, you get a pile of details.
As employees return to the office, IT can apply lessons learned from supporting remote workers to transform their networks. Cloud architectures such as SD-WAN and SASE could continue to be useful. Network as a Service, or NaaS, is still in its early ...
In this Linux tip, learn how to use the dmesg command. It's a command that displays the content of the kernel message buffer – messages that were sent by various system services such as device drivers. You can view a lot of information that you wou...
In this Linux tip, learn how to use the free command. It doesn't mean a command that you are not paying for, but one that tells you how much memory – physical and swap – is being used on your Linux system including how much is "free" and how much...
In this Linux tip, learn how to use the bpytop command. It's one of many "top" commands (like top and htop) that make it easy to gauge many aspects of system performance on Linux.
In this Linux tip, learn how to use the cheat command. It provides what have come to be called "cheat sheets" on a huge assortment of Linux commands. Once installed, all you have to do is type "cheat" followed by the name of the command for which you...
In this Linux tip, learn how to use the xargs command. It accepts input that is piped to it and then uses that input as arguments to whatever command you specify.
In this Linux tip, learn how to add comments to your scripts. It's a super easy thing to do and can make it a lot easier for you or someone else to figure out what your script is intended to do – especially if the script is complex or you haven't l...
The advent of 5G introduced more opportunities for networking innovation. Private 5G is one of those newly hyped innovations, but what makes it different than public 5G? While the market for private 5G is small, it could be a promising solution for e...
In this Linux tip, learn how to use the sar command. The name "sar" stands for "system activity report". It provides details on all aspects of system performance including system load, CPU usage, memory use, paging, swapping, disk usage, device load,...
A 20-year VMware veteran, Raghu Raghuram explains why he was chosen to be VMware’s CEO, where the company is headed, and the reasoning behind VMworld 2021’s major announcements.
In this Linux tip, learn how to use the wait command. It's a command that allows you to wait for a process running in the background to finish before you move on to the next command.
In this Linux tip, learn how to use the sleep command. The sleep command introduces a pause on the command line or in a script.
In this Linux tip, learn how to use the export command. It's a bash built-in that allows command line variables to be available to a child process – a second shell or a script that you run.
In this Linux tip, you'll learn two checksum commands -- one that provides an easy way to compare a copy of a file to the original, and one that computes a 256-bit checksum that is cryptographically secure.
In this Linux tip, learn an easy way to do math on the command line using double parentheses. This construct is often used in scripts, but also works just fine on the command line.
In this Linux tip, learn how to use the shuf command -- short for “shuffle”. It randomly rearranges lines from a file or output that is sent to it.
In this Linux tip, learn how to use the nl command. It stands for “number lines” and it does just that.
In this Linux tip, learn how easy it is to install Apache on Fedora. The first thing you need to do is run a command to install the software. Then, you can run other commands to ensure it starts when your system reboots, to view Apache processes, to ...
In this Linux tip, learn how to ask a Linux command for help. You can type the command you want to know about and then add --help. What the command should send back is an explanation of the command's options, maybe a usage example and something about...
In this Linux tip, learn how to use the bzcat and zcat commands. They allow you to look at the contents of files compressed with the bzip2 and gzip commands without having to uncompress the files first. Instead, these commands uncompress the files an...
The COVID-19 pandemic stressed the semiconductor supply chain, and manufacturers are feeling the pinch. Semiconductors power many enterprise and consumer electronics, from smartphones to cars, and the shortage affects availability and price. Mario Mo...
In this Linux tip, learn how to use bash shell's "debugging mode". It can help you pinpoint problems, especially in long or complicated scripts.
In this Linux tip, learn how to use exiftool. It's an app that you can install on your Linux system to pull metadata from jpg and png files. That metadata provides information such as the date the image was created or last modified, the image size in...
In this Linux tip, learn how to use the help command. It's a command that provides useful information on bash "builtins". Those are commands that are built into, in other words "part of" the bash shell, not executables on their own.
In this Linux tip, learn how to use the traceroute command. It reports on the route taken to reach a remote system and provides timing details for each "hop" along the way (the time between routers).
In this Linux tip, learn how to use the tool called speedtest. It allows you to check the speed of your connection to your Internet provider. The tool is not installed on Linux systems by default, but is easy to find and install.
In this Linux tip, learn how to use the cat command. It's one of the most basic Linux commands, though it's used for two very different operations and not everyone is likely familiar with the second.
In this Linux tip, learn how to use the blkid command. It gives you a very useful view of block devices on your Linux system. First, it shows the devices (e.g., /dev/sda1). It shows the UUIDs (the 128 bit long "universally unique identifiers") associ...
In this Linux tip, learn how to use the ps command. It displays information on running processes. If you want to see only certain processes, you can pass the output of a ps command to grep and specify what you want to see – for example, by username...
In this Linux tip, learn how to use the nmap command. It's generally used for security auditing, but provides interesting and useful information on systems connecting to your local network.
In this Linux tip, learn how to use the more and less commands. They each allow you to browse the content of text files.
Enterprises are thriving during the pandemic by offering flexible working arrangements that keep employees happy, productive, and aligned around the corporate mission. IT plays a major role in enabling this effort, which includes everything from vide...
Sponsored Links