Using TAR Command Practically in Linux
tar is a commonly used command to create archive files. TAR stands for Tape ARchive. It is important to note that tar is …
tar is a commonly used command to create archive files. TAR stands for Tape ARchive. It is important to note that tar is …
Today, I was told to remove a domain group from the active directory. However, there were files/directories owned by …
Today, I come across a situation where I had to increase the size of lvm partition without adding a new virtual disk.
Today, I came across a situation where I was writing a script for automation. In the script, I had to append a line to …
If you are planning to use a hard disk of size more than 2TB UEFI comes into the picture. Today, I came across a …
This post lists KVM known issues, how to troubleshoot and resolve them. Error: Log files There are various trace/log …
The kernel uses heuristics to guess which pages of memory are likely to be needed in the near future and tries to keep …
The Problem While installing package or listing using dnf or yum commands getting below errors: # dnf repolist Oracle …
The strace utility is a debugging utility for Linux which is used to monitor the system calls used by a program and all …
Why to Start STRACE and TRUSS with PL/SQL There are times when a STRACE or TRUSS tracing utilities would help diagnose …
The Problem System fails to boot with below errors: [12.524044] systemd-udevd: fork of '/bin/uname -p' failed: …