Check if the module is loaded IPv6 functionality is being made available to the system by the ipv6 kernel module. To check if this module is currently loaded in your system, issue the following command as root: lsmod | grep ipv6 If you see ipv6 in its output, then the module is loaded.
Author Archives: Prosoxi.com Webmaster
Qmail linux mainames path
Qmail linux mainames path /var/qmail/mailnames/domain/
Getting a lot of notification from DrWeb.
Resolution It is possible to disable notifications from DrWeb. In order to do so, several corrections should be made in the Plesk database:
WP Increasing memory allocated to PHP
Also released with Version 2.5, the WP_MEMORY_LIMIT option allows you to specify the maximum amount of memory that can be consumed by PHP. This setting may be necessary in the event you receive a message such as “Allowed memory size of xxxxxx bytes exhausted”. This setting increases PHP Memory only for WordPress, not other applications. …
Ubuntu Networking Configuration Using Command Line
The basics for any network based on *nix hosts is the Transport Control Protocol/ Internet Protocol (TCP/IP) combination of three protocols. This combination consists of the Internet Protocol (IP),Transport Control Protocol (TCP), and Universal Datagram Protocol (UDP). By Default most of the users configure their network card during the installation of Ubuntu. You can however, …
Continue reading “Ubuntu Networking Configuration Using Command Line”
How To Enable PEAR Packages In Plesk
By default, Plesk will install PEAR and a lot of packages, but block any access to it for PHP scripts. It’s fairly easy to enable this, though. First of all, you need to edit the VirtualHost of whatever domain you’re trying to enable this for. Seeing as Plesk would just overwrite your httpd.conf with the …