Home

Solved : CentOS not getting IP address

20230205-193405centOsAsksouley

This for those who have installed CentOS recently and either on VMware workstation or Oracle's VirtualBox and having connectivity issues. In this short blog post wills show you how to quickly fix that.Make sure that your VM is running, and then head to settings , access the network tab and make sure the Bridge Adapter is selected under your main ne

...

Continue reading
  2192 Hits

Installing Ansible on AWS EC2 Instance

20221225-221926asksouleyAnsibleHeader

Here in this blog post I will show you how to install Ansible on an AWS EC2 instance. Bellow are the pre requisites Have an AWS accountSpin and EC2 instance and connect to it via ssh or directly from your aws console . For the purpose of this post I created an aws ubuntu instance. After connecting to your instance run the commands bellow. This will

...

Continue reading
  385 Hits

Checking IP address on Ubuntu Virtual Machine

20221222-072913asksouley-UbuntuIP

You have installed your brand-new Ubuntu VM and would like to check the IP address? Well, there are few ways to get that done, just follow the instructions bellow., it will just take a couple of minutes, As always make sure that you VMs are up to date by running:  sudo apt update After that, make sure that you have the net-tools install sudo a

...

Continue reading
  643 Hits

AWS Storage Types : quick overview

20220523-224607AsksouleyEBS-EFS-S3

Here in this blog post I will be covering the different type of storage offered by AWS (EBS, EFS ,S3 )along with the following key features: EBS or Elastic Block Storage | BLOCK EBS is the block storage offered by AWS. It is a simple to use, scalable and high-performance block storage that is easy to set up and run. Just like in traditional block s

...

Continue reading
  461 Hits

Block VS File Storage

20220523-052944AsksouleyBlock-File

File and block storage are probably being overlooked by the new and shining storage solution that are currently on the market but they are still being used by millions of those who can't afford to break the bank. Storing the right data at the right place is critical and here I will briefly go over the difference between file and block storage and w

...

Continue reading
  578 Hits

Installing MongoDB on Windows(+HyperTerminal )

20220504-050049AsksouleyMongoDB

 Here in few steps, I will show you how to install MongoDB and use it in HyperTerminal.  Link to download  https://www.mongodb.com/try/download/community  And download the MSI (that is important) and proceed to the installation by finding the install find in your designated download location  Here in few steps, I will show

...

Continue reading
  784 Hits

"npm run dev" won’t work ( Solved )

20220501-045336asksouley-npm-dev

 You are in the dev directory and the realizes "npm run dev "won't work and you scratching your head. I have been there as well. I even tried to force it hoping to get it through. Follow the steps bellow 1-Create file in your dev environment in your dev folder as in the screenshot bellow 2-I called the file .env and then enter the following li

...

Continue reading
  366 Hits

Solved: VMware vCenter “no healthy upstream” error (vCenter V7)

20220411-201918asksouleyvCenter

After scratching my head for few days, I was finally able to fix an error that was preventing me from accessing my vCenter Serve GUI.   So, I checked also on the vCenter Server Management and found that the VMware vCenter server has stopped.I tried to restart it and failed to do so. The system was throwing out some error and referred me to che

...

Continue reading
  788 Hits

Solved: HPE Hyper converged solution “SimpliVity” VMware Plug-in error: HPE SimpliVity Plug-in cannot complete the task because it cannot contact the Virtual Controller.

20220406-203126AskssouleySimplivity

 For those who are running VMware vSphere 6.7 version, you may have run into the following error: HPE SimpliVity Plug-in cannot complete the task because it cannot contact the Virtual Controller. This due to the fact that the Simplivity Plug-in that allows us to manage the Nodes in vSphere has lost communication with the Omnistack virtual cont

...

Continue reading
  2432 Hits

RAID 0

20220316-070616asksouleyRAID0Header

 RAID acronym for Redundant Array of Independ Disks. It is a well-known data storage technology that uses stripping, mirroring or parity to store data on a set of drives or disks. A RAID is implemented when two or more disks or drives are combined together in a logical unit to increase the performance, or redundancy or both. The term was coine

...

Continue reading
  487 Hits

Breaking down HPE Drive Part Numbers

20220301-061337asksouleyHPEDrive1

If you have been around servers or has worked with  enterprise grade servers before, it can be confusing to see all the all the part numbers and spare part numbers that that HPE uses to guide sales engineers and technicians properly identify and order the right replacement part.  But no worries,  in this short blog post, I

...

Continue reading
  430 Hits

How to Find Available IP Addresses

20220212-051740AsksouleyPing

 On a network by default, IP addresses are assigned automatically via DHCP or Dynamic Host Configuration Protocol. Any device that are attached to be network, be it a printer of a computer get a random IP address assigned to it. but when it comes to finding out what IP are available, it can be a frustrating task. This process helps us to avoid

...

Continue reading
  462 Hits

How , Factory Reset HPE Integrated Lights Out (iLO 5) for Gen10 Servers

20220131-190815asksouleyiLO

Have you ever bought a used server with the Ilo already set with a password and wondering how to reset it to factory default? Here is how to get it done.Process valid for HPE GEN 8/9/10 Servers Configure iLO settings privilege. Procedure 1.Optional: If user access the server remotely, start an iLO remote console session. 2.Restart or power on the s

...

Continue reading
  891 Hits

What the Heck is .HEIC file format?

20220131-192911AsksouleyHEIC

Some of you must have encountered an image file with the. heic and wondering what the heck is this? HEIC is an extension of HEIF (High Efficiency Image Format.HEIC files contain several images saved under the HEIF. In general, HEIF most of the time are used to store photos on Apple's iOS devices and contains images generated by an Apple hardware ca

...

Continue reading
  494 Hits

AWS Community Builders

20220307-055514AsksouleyAWSBuilderC

What the AWS Community Builders Program and how to get in. The AWS Community Builders Program is an initiative undertaken by Amazon to offer not only technical resources but mentorship and networking opportunities to technical enthusiast interested in getting into cloud computing or looking connect with peers in the cloud computing realm. Below are

...

Continue reading
  529 Hits

JBOD (Just a Bunch of Drives)

20220310-075804AsksouleyJBOD

If you have been dealing with hardware storage configuration, you may have heard the work JBOD along with RAID. JBOD stands for Just a Bunch of Disks or Just a Bunch of Drives. Either way it is a multilevel configuration of disks, be it HDD or SSD. JBOD is a collection of disks so when assembled are regarded as one logical volume. It is still a for

...

Continue reading
  1066 Hits