How to Install Apache, PHP, MySQL, phpMyAdmin – FreeBSD 11.2-Release
How to Install Apache Web Server Apache, and all the other packages that we’re going to use here can be installed either via pkg(8) or via FreeBSD ports. To install…
How to configure/change IP in Freebsd
To display the current configuration for the network interfaces on your FreeBSD server, type the following command:# ifconfig How Do I Configure the Network Card Under FreeBSD? You need to…
Assign public IP On virtual machines from Hyper-V Windows Server
Create Virtual Switch on Main Server Hyper-V Add Virtual MAC address of the VM on Hyper-V Now you can change the settings of the VM that hosted on your server…
How to Convert Disk From MBR to GPT For OVH Dedicated Server?
OVH template uses MBR for disk partitioning which has a limitation of an inability of utilizing more than 2 TB disk space of the single drive. We’ll illustrate the problem…
CVE-2020-13166: myLittleAdmin vulnerability
Vulnerability CVE-2020-13166 was discovered in myLittleAdmin Remove myLittleAdmin from Plesk: Remove myLittleAdmin from Plesk: Log in to Plesk Go to Tools & Settings > Updates > Add/Remove components and uncheck…
How to Optimize MySQL
IMPORTANT CentOS There is a default my.cnf that comes with mysql (4+5) that will make mysql run a bit quicker if you have 2+ gig of ram cp -f /usr/share/mysql/my-large.cnf…
Backup SQL files with CustomBuild 2.0
Before any changes, or for regular intervals, you might want to make backups of your database, which are not specific to the normal DirectAdmin User backup system. This guide will…
An operation fails in Plesk: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘X’ for key ‘PRIMARY’
Symptoms Cause The AUTO_INCREMENT value for the table is lower than the real maximum PRIMARY KEY value. This issue could be caused when InnoDB and XtraDB use an auto-increment counter…
How to optimize PHP performance on Windows
In order to optimize PHP performance on Windows Server, the following steps can be performed:
Cannot start PHP FPM service: cannot get uid for user
Cannot start PHP FPM service: systemctl status php5-fpm.service...ERROR: [pool example.com] cannot get uid for user 'john.doe'ERROR: FPM initialization failedphp5-fpm.service: main process exited, code=exited, status=78/n/aFailed to start The PHP FastCGI Process…