In this post we are going to share about how to reset hba port in linux if required due to any reason.We will see what are hba reset command in linux available for the same. Most of the linux systems have host bus adapter installed for SAN Disks use by server where more disks required …
restorecon is made up of two words restore and context. restorecon command in linux does the same as per its name. restorecon command in linux used to Restore SELinux Context. In this post, we are going to share 12 restorecon linux commands examples. In a real sense, restorecon command in linux resets the SELinux security …
We are going to share how to remove dot permission in linux. You might have found it annoying to trailing “dot” in the permissions in RHEL or any other linux distros. These are basically SELinux permissions leftover after disabling SELinux. SELinux context still remains associated with files regardless of SELinux is disabled. Sample output of …
In this post, we are going to discuss on SELinux chcon command in Redhat Linux with examples to Change Security Context. You might have experienced SELINUX related issues in linux. Even after disabling the SELinux server is left with the wrong contexts file. chcon Command in Linux chcon command-line utility is available to fix the …
15 Useful Linux Networking Commands In this post, I am going to share 15 useful Linux networking commands which are frequently used by Linux administrators and by network administrators as well. To troubleshoot network issues reported or any issue with interface configuration in the Linux system. This collection of 15 useful Linux networking commands is …
40 Important Basic Linux Commands For Beginners With Examples The general assumption when someone hears about Linux is that all users think of a very complicated operating system and it is mostly used by developers or programmers. But it’s not as complicated as it is assumed. To break that myth I am going to share …
How To Disable IP Forwarding In Linux In this information sharing, we are going to share about what is IP forwarding in linux and how to disable IP forwarding in Linux, and we will see how to enable IP forwarding in Linux . What is IP forwarding in linux? IP forwarding is nothing but it …
Memory and CPU Reservation in VMware We are going to discuss memory and CPU reservation in VMWare virtual machines. As we all are aware that the main objective of the ESXi hypervisor is the distribution of physical server resources to virtual machines. By default, you can allocate resources but those are not dedicated. ESXi cluster …
In this post, we are going to discuss how to activate volume group in linux and how to deactivate volume group in linux. When we create a new volume group by default it gets activated during creation so we can access all the logical volumes inside the volume group and able to mount and start …
how to remove files and directory on linux and unix how to remove files and directory on linux and unix we are going to discuss mainly about how to delete bulk files and directory in linux and unix. There may be many scenario when you have need of deleting files and directory due to …
Linux Change Password Are you a Linux user by any means either student or professional or learning UNIX or LINUX or Linux system admin in your early stage of career? Then this is the most basic but equally most important thing to know how you can do change passwords on Linux or UNIX. Linux Change …
How to Install AZURE CLI in Linux Technology keeps evolving and we all know we are in the era of clouds. Many major players in cloud technology like AWS, Azure, and Google with many other names in it. Azure CLI is just a command-line interface provided by Microsoft Azure. All are providing GUI based platforms …