Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rank-math domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u763016847/domains/golinuxhub.com/public_html/wp-includes/functions.php on line 6114
How To - GoLinuxHub

How to rename Logical Volume and Volume Group in Linux

Rename a Logical Volume NOTE: To rename a Logical Volume you will have to unmount your partition. Syntax # lvrename Volu_Group_Name  Old_log_vol_name new_log_vol_name # lvrename VolGroup work office   Renamed "work" to "office" in volume

How to install libraries manually in Linux

I have already written an article with step by step instructions to load modules from kernel during boot stage and also a guide to blacklist any module during boot up stage. Shared libraries relies heavily

How to generate ER diagram using Oracle SQL developer

Tool Used : SQL Developer version 3.1.07 Schema Used : HR Tables Used : Countries, Departments, Employees, Job_History, Jobs, Locations, Regions Navigate the below path and step by step screen shots: File > Data Modeler