Category Archives: Linux

Sudo password fails even though it is correct [Fedora]

Newer fedora distros keep track of authentication failure attempts. This may prevent sudo from working even though the password is correct! In this example, I verified my user ‘ben’ is in /etc/sudoers Yet when I performed a simple operation the … Continue reading

Posted in Linux | Leave a comment

Obtain list of all physical hard drives (SSD, NVMe, VDA, HDD)

I came across an issue recently whereby I had a need to display all physical hard drives on a system whether it be HDD, VHD, or SSD (NVMe) drives that were above a certain size, excluding any USB or CD-ROM/DVD … Continue reading

Posted in Linux | Leave a comment

Obtain TCP Network netstat output without netstat

There are times you may be on a system and for whatever insane reason, netstat is not installed. Here is how you can obtain interface information without netstat Example results

Posted in Linux, Networking | Tagged , | Leave a comment