RAID 1 consists of an exact copy (or mirror) of a set of data on two or more disks. A classic RAID 1 mirrored pair contains two disks. The array will continue to operate so long as at least one member drive is operational.
Category: 02. Dedicated servers
What is a dedicated server, its advantages. Yjw to install OS on server and do server diagnostics.
Import and Export Databases (MySQL, MariaDB)
To import/export a MySQL/MariaDB database, you will need access to a server with MySQL/MariaDB, database name and user credentials for it.
Apache : Python + mod_wsgi
WSGI runs the Python interpreter on web server start 1. Install mod_wsgi [root@unihost ~]# yum -y install mod_wsgi
How to restore grub2
1) Boot a server in rescue mode2) Check partitions[root@rescue /]# fdisk -lDisk /dev/sda: 3.7 TiB, 4000787030016 bytes, 7814037168 sectorsUnits: sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisklabel type: gptDisk identifier: 961524F0-9337-4FC8-B4AD-C65D8750BF58Device Start End Sectors Size Type/dev/sda1 2048 1048575 1046528 511M EFI System/dev/sda2 […]
What is a dedicated IP
Dedicated IP is a unique IP-address, which belongs to your website only and is not used by any other web-resource.
What is backup?
Backup is a reserve copy of the data, from which the original data can be restored. Backups are usually done so that in case the working copy is lost, it can be restored.
How to get a Java Applet for IPMI for a server in France, Poland or Canada
In order to get the access to IPMI, you need to access the Client Area and go to the Services – My services and hit the button Manage Product next to the server you want.
How to install xcache on CentOS 6
XCache is an extension for PHP that caches its operational code. It speeds up loading time of the pages that had already been visited and overall increases the website’s loading speed.
What is a subdomain?
Subdomain – domain of a third level or lower. For example, in chrome.google.com, chrome – is a subdomain. Unlike a regular domain, which is paid for and needs to be registered, a subdomain can be created easily in the control panel. Subdomains are used for services that are beyond the functionality of the main website. Also, sometimes […]
Correct Folder and File Permissions on PHP scripts
In order to use PHP scripts on the hosting (or server), your server should have permissions to access them. This was instituted in order to provide better security measures and not allow malicious code to access to important files.