Author Archives: dsg_admin

Remove any potential special characters or spaces from an IP address using AWK

Got stuck earlier in an interesting regex mystery and I command-line FU’d an AWK Solution. PROBLEM I want to strip out all spaces and/or special characters from an IP address PROCESS I know how to validate an IP address no … Continue reading

Posted in Command Line FU, Linux | Tagged , , , , , | Leave a comment

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

iterm2 adds line break when copying text

I had an issue that drove me crazy for weeks. When I would highlight text in iterm2 to copy it, upon pasting it would always add a carriage return (line-break) at the end of the line. Thus the line that … Continue reading

Posted in MAC-OSX | Tagged , , , , , | Leave a comment

Double click select entire word in terminal (iterm2) on MAC OSX

I have had issues when using Remote Desktop Manager Free (RDM) for MAC OSX. Firstly ensure that you have iterm2 selected as the terminal Next you want to be sure you are using the Legacy Engine set to NO under … Continue reading

Posted in MAC-OSX | Tagged , , , , , , , | Leave a comment

Determine the Active Network Interface and IP address from Terminal on a MAC

On a MAC (OSX) Using the command line (Terminal) often you want a quick way to determine the Active Network Interfaces along with the IP address. Here is a quick ‘alias’ you can make to get the IP(s) Example Output … Continue reading

Posted in MAC-OSX | Leave a comment

Chrome: Your connection is not private. NT::ERR_CERT_INVALID

PROBLEM Unable to view or access website because Chrome Shows (Your connection is not private. NT::ERR_CERT_INVALID) SOLUTION Go to URL Wait until you see the ERR_CERT_INVALID message appears Click anywhere on the page type the word “thisisunsafe” Boom Baby!

Posted in Google Chrome | Tagged , , , | Leave a comment

Intel SP2600TP Board Boots at Bios Screen to error 26 in lower right corner

PROBLEM It was seen recently on a T7000 whereby an Intel S2600TP system that boots and the only thing on the screen is the following with the number 26 in the lower right corner. Text on the screen reads as: … Continue reading

Posted in Data Storage, Network Attached Storage (NAS) | Leave a comment

Obtain and setting the BMC date and time using ipmitool

There are times when viewing the ipmi logs via the following command, the date and time is incorrect. To obtain current BMC time according to the BMC Dynamically change the BMC time Verify the new settings:

Posted in Data Storage, IPMI | Tagged , | Leave a comment

Mapping MAC Numeric Keyboard on VMware Console using Karabiner Elements

I regular problem of mine was launching the VMware remote console on my MAC, and being unable to use the Numeric Keypad. I used Karabiner Elements to create my own custom rules that allow me to do this. First step … Continue reading

Posted in Remote Console, VMWare | Leave a comment