Category : Linux

Login to VMware Horizon, access to vSphere Client by using your own credential 1. Create Network before VM Select Host, navigate to Configuration > Add Networking or Rename any unused pre-add Network standard vSwitch Option 1: Add Networking Leave NIC uncheck, No adapters needed Name the Port Group Network Label for vSwitch. P.S. : Please ..

Read more

WARNING ! BEFORE PROCEED, THIS GUIDE IS ONLY FOR NEWLY PROVISIONED LINUX VM, ANY LIVE ENVIRONMENT REQUIRE DIFFERENT SET OF STEPS Once you have provision a Linux VM from a template and configured the network. The default partition size for the VM is : 16 GB [root@centos7 ~]# df -h Filesystem Size Used Avail Use% ..

Read more

NFS Server Install required services for it to run as NFS server : yum install nfs-utils libnfsidmap -ysystemctl enable rpcbindsystemctl enable nfs-serversystemctl start rpcbindsystemctl start nfs-serversystemctl start rpc-statdsystemctl start nfs-idmapd Create a directory where we want to set as the NFS Directory, in this case we call it “shared_home”. Afterwards, change the ownership and permission ..

Read more

First you need to edit file as below : vi /etc/default/grub You may add “net.ifnames=0 in GRUB_CMDLINE_LINUX” variable as below. GRUB_CMDLINE_LINUX=”crashkernel=auto rhgb quiet net.ifnames=0″ Then rebuild the grub to apply the name on boot. grub2-mkconfig -o /boot/grub2/grub.cfg Next, you may now rename the network interface that suits your preferences cd /etc/sysconfig/network-scripts; mv ifcfg-ens32 ifcfg-eth0 When ..

Read more

First login to your mysql database via root : mysql -u root -pEnter password:Welcome to the MariaDB monitor. Commands end with ; or \g.Your MariaDB connection id is 18Server version: 10.3.13-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current ..

Read more

This is alternative to setup LAMP beside using yum as we will be using DirectAdmin custombuild which is free to use. Firstly, make sure the server is clean OS and take note that, this applicable on CentOS only. Then run the pre-povision as you can refer here. Download the DirectAdmin custombuild and extract it. mkdir ..

Read more

Here is the list of the steps that need to be done after the CentOS 7 with minimal ISO installation. Please make sure, the server able to go to internet, as we need to update all libraries or modules to the latest version. yum clean all yum erase NetworkManager firewalld -y yum install perl wget ..

Read more