This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul id="menu"> | |
| <li><a href="#">即時新聞</a> | |
| <ul class="sub_menu"> | |
| <li><a href="#">昨天新聞</a></li> | |
| <li><a href="#">今天新聞</a></li> | |
| <li><a href="#">前天新聞影音多媒體</a></li> | |
| </ul> | |
| </li> | |
| <li><a href="#">影音多媒體</a> | |
| <ul class="sub_menu"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul id="menu"> | |
| <li><a href="#">即時新聞</a> | |
| <ul class="sub_menu"> | |
| <li><a href="#">昨天新聞</a></li> | |
| <li><a href="#">今天新聞</a></li> | |
| <li><a href="#">前天新聞影音多媒體</a></li> | |
| </ul> | |
| </li> | |
| <li><a href="#">影音多媒體</a> | |
| <ul class="sub_menu"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul id="menu"> | |
| <li><a href="#">即時新聞</a> | |
| <ul class="sub_menu"> | |
| <li><a href="#">昨天新聞</a></li> | |
| <li><a href="#">今天新聞</a></li> | |
| <li><a href="#">前天新聞影音多媒體</a></li> | |
| </ul> | |
| </li> | |
| <li><a href="#">影音多媒體</a> | |
| <ul class="sub_menu"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>文字CSS</title> | |
| </head> | |
| <body> | |
| <p class="lorem1">Lorem Ipsum</p> | |
| <p class="lorem2">Lorem Ipsum</p> | |
| <p class="lorem3">Lorem Ipsum</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # crontab -e | |
| # 0 0 * * 1-5 /bin/sh /home/backup/back_all_site.sh 'daily' | |
| # 1 0 * * 6 /bin/sh /home/backup/back_all_site.sh 'weekly' | |
| # 2 0 1 * * /bin/sh /home/backup/back_all_site.sh 'monthly' | |
| BACKUP_TIME=`date +%Y%m%d%H%M%S` | |
| BACKUP_FILENAME="${BACKUP_TIME}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <modification> | |
| <id>Common_home</id> | |
| <version>For OpenCart 1.5.x</version> | |
| <vqmver>1.2.3</vqmver> | |
| <author>Andrew Dacenko</author> | |
| <file name="system/library/response.php"> | |
| <operation> | |
| <search position="after"><![CDATA[ | |
| public function output() { | |
| ]]></search> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <modification> | |
| <id>All Site use Https</id> | |
| <version>For OC v1.5.5.1</version> | |
| <vqmver>1.0.0</vqmver> | |
| <author>SammyLin</author> | |
| <file name="system/library/url.php"> | |
| <operation> | |
| <search position="replace" offset="3"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # This script configures WordPress file permissions based on recommendations | |
| # from http://codex.wordpress.org/Hardening_WordPress#File_permissions | |
| # | |
| # Author: Michael Conigliaro <mike [at] conigliaro [dot] org> | |
| # | |
| WP_OWNER=www-data # <-- wordpress owner | |
| WP_GROUP=www-data # <-- wordpress group | |
| WP_ROOT=$1 # <-- wordpress root directory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 台北市 | |
| "中正區" | |
| "大同區" | |
| "中山區" | |
| "萬華區" | |
| "信義區" | |
| "松山區" | |
| "大安區" | |
| "南港區" | |
| "北投區" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get update | |
| sudo apt-get install -y libssl1.0.0 openssl | |
| # Confirm Build Date is at least Aril 7th 2014 | |
| openssl version -a | |
| # Restart all services listed by this command: | |
| sudo lsof -n | grep ssl | grep DEL |