91
Програми / Re: нужен каталог с командами ImageMagick-а
« Остання відповідь від denkin 2014-07-23, 20:55:35 »ну в принципе большинство запускающих файлов скидывается в /usr/bin/ некоторые в /opt/... (стороний и обычно проприеритарный софт)
$ man imagemagic
No manual entry for imagemagic
$ imagemagic --help
imagemagic: command not found
# whereis ImageMagick
ImageMagick: /etc/ImageMagick /usr/share/man/man1/ImageMagick.1.gz
Это директории конфигурации и доки, а мне нужен каталог с командами ImageMagick-а, который я должен указать как параметр для использования - я их не нашел.....a2enmod rewrite
выполнил<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /_wwwroot/backpackers
<Directory /_wwwroot/backpackers/>
Order Deny,Allow
Allow from all
Require all granted
</Directory>
ServerName local-backpackers.com
ServerAlias local-backpackers.com
Options FollowSymLinks
DirectoryIndex index.php
ErrorLog /_wwwroot/backpackers/log/error.log
CustomLog /_wwwroot/backpackers/log/access.log combined
</VirtualHost>
htaccess в корне проекта есть :RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
phpinfo в списке установленных модулей отображает mod_rewrite sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get install nvidia-310 # немного смутило что nvidia-310 но nvidia-450 не нашел
sudo add-apt-repository -r ppa:xorg-edgers/ppa
Далее:# lspci -k | grep VGA -A2
02:00.0 VGA compatible controller: NVIDIA Corporation GF116 [GeForce GTS 450 Rev. 2] (rev a1)
Subsystem: ZOTAC International (MCO) Ltd. Device 2190
Kernel driver in use: nvidia
несколько смутили сообщения об ошибках при запуске настроек:# sudo nvidia-settings
ERROR: Error querying target relations
** Message: PRIME: No offloading required. Abort
** Message: PRIME: is it supported? no
ERROR: nvidia-settings could not find the registry key file. This file should have been installed along with this driver at either /usr/share/nvidia/nvidia-application-profiles-331.79-key-documentation or
/usr/share/nvidia/nvidia-application-profiles-key-documentation. The application profiles will continue to work, but values cannot be preopulated or validated, and will not be listed in the help text. Please see the README for
possible values and descriptions.
Имею: