Learning Everyday.
Join a community where DevOps, SREs, developers, and security engineers share how-to guides, articles, and videos to level up your skills.
Visit Learning Hub
Upgrade HPE iLO from Linux Command Line
1. Download HPE iLO firmware files from HPE portal. Make sure you download the required version from here 2. Confirm downloaded packages are full by …
Email Management – Quick Tips
Keep your inbox as empty as possible Move important messages to proper sub-folders or delete unwanted right away. Delete e-mails that are no longer …
Subnet Mask Information – Quick Reference Sheet
AddressBitsPrefNetMask1 0/32255.255.255.2552 1/31255.255.255.2544 2/30255.255.255.2528 3/29255.255.255.24816 4/28255.255.255.24032 …
How to check CPU count information (LUX)
Quick methods to check. Linux [root~]# dmidecode -t processor |grep CPU Version: Intel(R) Xeon(R) CPU E7- 4830 @ 2.13GHz Version: Intel(R) Xeon(R) CPU …
Register in RHN after installation
There are many situations where we need to register the host/server to RHN server manually, due to network issues, bad certificate/authentication or …
How to Check Linux/Unix Operating System Version, Maintenance Level, Architecure
We can identify the Unix Operating System architecture by uname or arch command. Try below examples.
dmidecode – best usages [updated]
Check Hyper-threading (Virtualization) available or not # dmidecode -t processor | grep HTT HTT (Multi-threading) HTT (Multi-threading) Check if its …
UNIX / Linux shutdown Commands
Shutdown the machine immediately # shutdown -h now Reboot the machine immediately
Check MD5 in windows using fciv
The File Checksum Integrity Verifier (FCIV) is a command-prompt utility that computes and verifies cryptographic hash values of files. FCIV can …