yum -y install spamassassin
systemctl start spamassassin
systemctl enable spamassassin
vi spamassassin-update
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <a href="https://developer.mozilla.org/ja/docs/Mobile/Viewport_meta_tag"></a> |
| @media screen and (max-width: 768px) { | |
| } | |
| @media screen and (min-width: 769px) { | |
| } |
| /* -------------------------- | |
| * activateNav | |
| * アクティブなページにis-activeクラス付与 | |
| * ----------------------- */ | |
| var activateNav = function() { | |
| var currentPage = extractPageName(location.pathname); | |
| $('#GlobalNavi li').each(function() { | |
| if ( !$(this).find('a').length ) return false; |
PHPのパッケージ管理ソフト
Nodeでいうnpm的なやつ
ダウンロードして、
実行ファイルをパスの通ったところに移動する
cd /tmp
curl -sS https://getcomposer.org/installer | php