Если в логах примерно так: HP Notice: No suitable function found for UTF-8 encoding in /usr/share/roundcubemail/program/lib/Roundcube/rcube_charset.php on line 276 mcedit /usr/share/roundcubemail/program/lib/Roundcube/rcube_charset.php необходимо добавить…
Для семейства debian Установка панели из стороннего репозитория: sudo apt-add-repository ppa:ricotz/docky sudo apt-get update sudo apt-get install plank Установка тем оформления: sudo add-apt-repository ppa:noobslab/apps sudo…
cd /home/www/ find . -type d -exec chmod 0755 {} \; find . -type f -exec chmod 0644 {} \;