Install DiskSafe Agent in CentOS7

Please refer to the steps below on how to install DiskSafe Agent in CentOS7 1. Prepare a Fresh Installation of CentOS7 with Basic Configuration 2. Transfer DiskSafe for Linux to CentOS 7 #Transfer the DiskSafe Agent to CentOS7 via SCP scp disksafe-4.22-2203-ima-3.01-830-linux.tgz [email protected]:/tmp #Extract the DiskSafe Agent tar -xzvf /tmp/disksafe-4.22-2203-ima-3.01-830-linux.tgz #Install ISCSI & LSOF yum …

Install DiskSafe Agent in CentOS7 Read More »

Initial Configuration of CentOS7

Please refer to the steps below on how to perform initial configuration of fresh installation of CentOS7 #initial Steps on CentOS7 yum check-update #verify CentOS installed cat /etc/centos-release CentOS Linux release 7.4.1708 (Core) #verify kernal installed uname -a #Statis IP Address vi /etc/sysconfig/network-scripts/ifcfg-ens192 TYPE="Ethernet" PROXY_METHOD="none" BROWSER_ONLY="no" BOOTPROTO="none" DEFROUTE="yes" IPADDR="192.168.1.251" NETMASK="255.255.255.0" GATEWAY="192.168.1.1" DNS1="8.8.8.8" DNS2="8.8.4.4" IPV4_FAILURE_FATAL="no" IPV6INIT="yes" …

Initial Configuration of CentOS7 Read More »

Move Picture Files to Azure Blob for WordPress Blog

Please refer to the steps below on how do migrate Picture Files to Azure Blob for my WordPress Blog Prepare the password file by using Master Key – You can just copy the Script Folder and run it on any other machines with AzureRM installed $KeyFile = "C:\Users\kwyong\Box Sync\Scripts\MasterKey.key" $PasswordFile = "C:\Users\kwyong\Box Sync\Scripts\AzureMPN.txt" $Key = …

Move Picture Files to Azure Blob for WordPress Blog Read More »

Connect-AzureRmAccount : Sequence contains no elements

Connect-AzureRmAccount : Sequence contains no elements I will get the above error message whenever I try to connect to Azure Cloud using [email protected] (Microsoft Live Account), but i can login successfully by using my [email protected] account. #Import the module into the PowerShell session Import-Module AzureRM #Connect to Azure with an interactive dialog for sign-in $UserName …

Connect-AzureRmAccount : Sequence contains no elements Read More »

Scroll to Top