WordPress ファイルのパーミッションを一括で揃える

気がついたらバラバラでゆるゆる.

file-permissions

「権限は必要最小限に」なのは分かっているのだが.

まめに, 一括で揃えたりする.

cd /var/www/html/wordpress
chown -R apache:apache * 
find . -type d -exec chmod 700 {} \;
find . -type f -exec chmod 600 {} \;
chmod 400 wp-config.php
chmod -R 700 wp-content/uploads
chmod -R 700 wp-content/themes
find . -name .htaccess -exec chmod 604 {} \;

find . -type d -name wp-content -exec ls -ald {} \;

とりあえず.
不具合あれば更新していくべ.

Changing File Permissions « WordPress Codex


LINEで会話のキャプ画像自体は信用できるものなのか

LINEの会話中の画像を週刊誌がとりあげる. というような話題がありましたが.

テレビでも編集したイメージ擬似画面とか放送されてたりもしたけど.

ベッキーのLINEスクショ流出した理由。この意見が1番納得した。

まあパンチ力はあるけどそのまま信じてもいいのか, と思ったりもしました.

チャットログ___人のチャットが覗き見れる!?

チャットログ | 人のチャットが覗き見れる!?

まあ, 各プロの取材陣はそれなりに別に確認をとっておると思うけど.

LINE会話のスクリーンショットがどれくらいの「証拠」となるのか.

簡単にある程度似たものが作れるのだろうけど, 写真や音声録音のように正確に分析できるものなのかな.


Android Studio 使えるエディタのテーマを「Color Themes」

IDEのエディタのテーマ集があります.

Color_Themes

Color_Themes 2

Color_Themes

Color Themes

ダウンロードしてインポートするだけ.

How to install a theme?

Select «File» → «Import Setting» from the main menu and follow the instructions. After the IDE restarted go to the Preferences, expand «Editor» → «Colors and fonts» tab and choose the installed theme.

IntelliJ IDEA に使えるということで AndroidStudio でも使えます.

Which IDEs are supported?

Themes on this site support fully all family of JetBrains' IDEs: IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm and AppCode.

y-a-r-g/color-themes