-
近期文章
分類
彙整
- 2025 年 9 月
- 2024 年 9 月
- 2024 年 8 月
- 2019 年 7 月
- 2019 年 6 月
- 2019 年 4 月
- 2019 年 2 月
- 2018 年 10 月
- 2018 年 7 月
- 2018 年 6 月
- 2018 年 5 月
- 2018 年 1 月
- 2017 年 10 月
- 2017 年 9 月
- 2017 年 6 月
- 2017 年 4 月
- 2017 年 1 月
- 2016 年 10 月
- 2016 年 9 月
- 2016 年 8 月
- 2016 年 6 月
- 2016 年 4 月
- 2016 年 3 月
- 2016 年 2 月
- 2016 年 1 月
- 2015 年 12 月
- 2015 年 11 月
- 2015 年 10 月
- 2015 年 9 月
- 2015 年 8 月
- 2015 年 7 月
- 2015 年 6 月
- 2015 年 5 月
- 2015 年 4 月
- 2015 年 3 月
- 2015 年 2 月
- 2015 年 1 月
- 2014 年 12 月
- 2014 年 11 月
- 2014 年 10 月
- 2014 年 9 月
- 2014 年 6 月
- 2014 年 5 月
- 2014 年 4 月
- 2014 年 3 月
- 2014 年 2 月
- 2014 年 1 月
- 2013 年 3 月
- 2012 年 11 月
- 2011 年 11 月
其他操作
余松老師的RouterOS入門到精通V6.3.xxe PDF
PDF 有 繁體 跟 簡體 二種版本
請支持作者,自由贊助
《RouterOS入門到精通》電子版
作者已取消透過購買方式獲取檔案
現在通過直接點擊連結下載檔案
獲取時會彈出付款二維碼,請自由贊助作者即可!
下載網址如下
https://www.irouteros.com/download.php
限制DNS遞迴查詢
http://forum.mikrotik.com/viewtopic.php?t=77542
/ip firewall filter
add action=drop chain=input comment=”Detect & drop DNS amplification attack.” \
disabled=no dst-port=53 in-interface=WAN protocol=udp \
src-address-list=BL-dns
add action=add-src-to-address-list address-list=BL-dns address-list-timeout=12h \
chain=input connection-limit=30,32 disabled=no dst-port=53 in-interface=WAN protocol=udp
上面紅字的部份自行調整
wordpress上傳檔案大小最大限制
service nginx restart
/etc/init.d/php5-fpm restart
wordpress 將上傳檔案的大小限制加大(預設大小為2M)。
步驟:
1.修改目前使用佈景主題的function.php
位置:網站資料夾位置/wp-content/themes/佈景主題名稱/function.php
將下面的code貼到functions.php裡。
@ini_set( ‘upload_max_size’ , ‘100M’ ); //單一檔案大小最大值
@ini_set( ‘post_max_size’, ’100M’); //表單傳輸的最大值(通常比upload_max_size大)
@ini_set( ‘max_execution_time’, ‘300’ ); //Script執行時間上限(單位:秒)
2.建立或者編輯php.ini
位置:(ubuntu 14) /etc/php5/apache2/php.ini
將下面的code貼到php.ini裡。
upload_max_filesize = 100M
post_max_size = 100M
max_execution_time = 300
備註:若不清楚php.ini在哪裡,可依下述方式查詢–
- 在網站資料夾裡新增一個網頁phpinfo.php,網頁內容輸入”<?phppinfo(); ?>”即可。
- 瀏覽此網頁,找到Configuration File (php.ini) Path 項目,就可以知道位置。

3.編輯.htaccess文件
位置:網站資料夾位置/.htaccess
將下面的code貼到.htaccess裡。
php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value max_execution_time 300
php_value max_input_time 300
MikroTik 吸頂/附壁二用 室內室外防水 無線路由器(RBwAP2nD)
MikroTik 新款 吸頂/附壁二用 室內室外防水 無線路由器
1.CPU 650MHz。
2.無線支援2.4G 802.11b/g/n。
3.電源為802.3at規格,支援電壓範圍為11 V – 57 V
4.可掛壁可吸頂。
5.戶外可防水。
6.天線增益2dBi,2×2 MIMO 360度天線。
7.一個10/100M網口。(無USB口)
8.RouterOS授權等級4, 可當AP使用。
wAP
The wAP (wall AP) is a small weatherproof wireless access point for your mobile devices, perfect for installation outside your house, in the garden, on your porch or anywhere else where you need wireless access from your phone or computer.
The device has one 10/100 Ethernet port and can be mounted on a wall to provide basic internet access in any location. It looks unobtrusive and sleek, available in two colours – black (RBwAP2nD-BE) and white (RBwAP2nD).
It is waterproof and can be attached to any external wall from the inside of the case – so that it is not easy to detach from it’s mounting location. The bottom door can also be secured with a special screw, which can only be opened by the owner.
It is also possible to run the Ethernet cable directly behind the unit, to inside the wall, there is a special opening on the back of the case. This way, the unit doesn’t attract attention and blends into any environment.
Product specifications
| Details | |
|---|---|
| Product code | RBwAP2nD |
| CPU nominal frequency | 650 MHz |
| CPU core count | 1 |
| Size of RAM | 64 MB |
| 10/100 Ethernet ports | 1 |
| 10/100/1000 Ethernet ports | 0 |
| MiniPCI slots | 0 |
| MiniPCI-e slots | 0 |
| Wireless chip model | QCA9533-BL3A |
| Wireless standards | 802.11b/g/n |
| Number of USB ports | 0 |
| Power Jack | 1 |
| PoE in | 802.3at |
| PoE out | No |
| Supported input voltage | 11 V – 57 V |
| Voltage Monitor | No |
| CPU temperature monitor | No |
| PCB temperature monitor | No |
| Operating temperature range | -40C to +70C |
| License level | 4 |
| Antenna gain DBI | 2 |
| Current Monitor | No |
| CPU | QCA9533-BL3A |
| Max Power consumption | 4W |
| SFP ports | 0 |
| SFP+ ports | 0 |
| Number of chains | 2 |
| Serial port | None |
Wireless specifications
| 2.4 GHz | ||
|---|---|---|
| TX | RX | |
| 1MBit/s | 22 | -96 |
| 11MBit/s | 22 | -89 |
| 6MBit/s | 20 | -93 |
| 54MBit/s | 18 | -74 |
| MCS0 | 20 | -93 |
| MCS7 | 16 | -71 |
WiFi 實測效果
配件

























