How to install the ImageMagick PHP extension in Windows
In order to install the imagick PHP extension on Windows, you need to know the exact version of your PHP. To do this: open a […]
In order to install the imagick PHP extension on Windows, you need to know the exact version of your PHP. To do this: open a […]
Go to C:\Users\{systemUser}\AppData\Local\Google\Chrome\User Data\ Right-click on the folder SwReporter and select Properties from the menu. Switch to the Security tab. Select Advanced on the page […]
If you are using WPML please check that ACF Group is NOT translatable!
function bulk_add_sales_price( $discount_percentage = 20 ) { $products = get_posts( [ ‘post_status’ => ‘publish’, ‘post_type’ => ‘product’, ‘posts_per_page’ => – 1, ] ); $new_factor = […]
1. Navigate to Apache directory in XAMPP. In regular install it’s in C:\xampp\apache. 2. Create a folder in that page. This is where we will store […]
Create a the folder c:\xampp\backup Create the file mysql_all_databases.bat inside c:\xampp with the following contents Run the file!
Step 1: Create a batch file you wish to run and place it under a folder where you have enough permissions. For example under C drive. […]
Add inside the <head> tag the following: The value of the content is in seconds. So the above will refresh the page after 1 minute.
Use the Windows key + R keyboard shortcut to open the Run command. Type regedit, and click OK to open the Registry. Browse the following path:HKEY_CLASSES_ROOT\Directory\shell\cmd Right-click the cmd (folder) key, and click Permissions. Click […]
if blocked remove your ISP IP address from /etc/csf/csf.deny and restart CSF Firewall or via command csf -dr ISPIPADDRESS More info: https://community.centminmod.com/threads/can-not-login-ssh-and-ping-when-csf-enable.8888/
Windows steps Create a shared folder in windows Make it shareable with Full Access to Everyone Create a windows user just for the shared folder […]
So I tried to connect this drive as a Network file share to my laptop and I was prompted with this error message on my […]
If you just want the ease of switching into that directory, to create a real alias and save keystrokes just type the following: [[email protected] ~]# […]
Run the following command from a cmd window. “C:\Program Files (x86)\VMware\VMware Remote Console\vmrc.exe” vmrc://[email protected]/?moid=VMID Replace USER, SERVER, VMID with your details, where SERVER is the […]
Open Windows PowerShell as admin and run the following: PS C:\> Get-ExecutionPolicy Restricted PS C:\> Set-ExecutionPolicy RemoteSigned Execution Policy Change The execution policy helps protect […]
Find the latest version here: https://github.com/creationix/nvm/releases and then run the following command curl https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash where v0.33.11 should be the current latest version If everything […]
# yum install -y open-vm-tools Once it’s installed, you should able to see the file: # ls /usr/bin/vmtoolsd After this is done, you won’t see […]
In order to change or set a CentOS 7 machine hostname, use the hostnamectl command as shown in the below command excerpt. #hostnamectl set-hostname your-new-hostname […]
On the computer you want to reboot or shutdown remotely, press Windows key + R, type: regedit then hit Enter on your keyboard. Navigate to the following […]
CREATE DATABASE mydatabase CHARACTER SET utf8 COLLATE utf8_general_ci; or CREATE DATABASE mydatabase CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;