gnome環境ならばスクリプトはここに格納する。
~/.gnome2/nautilus-scripts/
Mate Desktop環境ならばスクリプトは
~/.config/caja/scripts/
そこにスクリプトを置いたら「スクリプト」メニューの直下に現れる。
Mate Desktop スクリプト置き場
2015/8/22
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 02:18 pm TrackBack [0]
Debian8 apache2 を簡単に設定(笑)
カテゴリー » Raspberry Pi 2 Model B
1:/etc/apache2/apache2.conf
$ diff ./apache2.conf ../apache2.ori/apache2.conf
164,165c164
< <Directory /var/www/>
< <Directory /home/web/public_html/>
---
> <Directory /var/www/>
2:/etc/apache2/sites-available/000-default.conf
$ diff ./000-default.conf 000-default.conf.ori
11,14c11,12
< #ServerAdmin webmaster@localhost
< ServerAdmin kkuma@kkuma.mydns.jp
< #DocumentRoot /var/www/html
< DocumentRoot /home/web/public_html
---
> ServerAdmin webmaster@localhost
> DocumentRoot /var/www/html
$ diff ./apache2.conf ../apache2.ori/apache2.conf
164,165c164
< <Directory /var/www/>
< <Directory /home/web/public_html/>
---
> <Directory /var/www/>
2:/etc/apache2/sites-available/000-default.conf
$ diff ./000-default.conf 000-default.conf.ori
11,14c11,12
< #ServerAdmin webmaster@localhost
< ServerAdmin kkuma@kkuma.mydns.jp
< #DocumentRoot /var/www/html
< DocumentRoot /home/web/public_html
---
> ServerAdmin webmaster@localhost
> DocumentRoot /var/www/html
— posted by くま at 12:49 pm TrackBack [0]
Comments