How to delete an EFI partition

I wonder if all of you knows about deleting an EFI partition.

First of all Make sure your drive is properly connected.

2. Open command prompt (shortcut window + R) then type cmd.

3. type diskpart

Capture

4. type list disk (this will appear all the available disk you have right now.

Capture

5. Now select the disk you want to clean EFI (just make sure is the right disk you selected)

Capture2

6. Now that the disk is properly selected, type clean to reset the partition and remove the EFI.

7. After that, your drive is not visible until you create new partition and formatted.

8. To do that, you must go to disk management and do the necessary steps.

9.  You’re all set!

WordPress – Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted

Trying to access your wordpress administrator dashboard but receiving this error?

Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted

If you’re just on a shared hosting services, you probably don’t have an access to your php.ini. If so, do it this way through your .htaccess

add this line to your htaccess:

php_value memory_limit 512M

That’s it then hit Save!

If that doesn’t work, you may wish to try alternate values for the memory limit depends on what you need:  8, 12, 16, 32, 64, 128, 512 ...etc.

 

Unable to generate SSL certificate via XAMPP

Unable to generate SSL certificate via XAMPP

Do you get error when generating SSL cert using XAMPP?

asd

Here’s some little tips to overcome this error:

  1. Navigate to /your_xampp/apache/ folder
  2. Edit makecert.bat using your favorite editor.
  3. Make a little change just copy the same as mine (tested and working):
set OPENSSL_CONF=./conf/openssl.cnf