Datasheet

MikroTik for Mac
273
Making Home/End/PgUp/PgDown work in Terminal.app
It really annoys me that by default you have no Home/End functionality in terminal.app. Editing large RouterOS
scripts or just trying to modify already typed command can become a tedious task without these. So here is a quick
guide how to fix this.
1.1. Open Terminal.app
2. Go to Terminal->Window settings
3.3. Choose "Keyboard" from the drop down menu
4.4. Set action of the "home", "end", "page down" and "page up" keys to "send string to shell" and set the string the
following values:
:: end -- "<esc>[4~"
:: home -- "<esc>[1~"
:: pg up -- "<esc>[5~"
:: pg down -- "<esc>[6~"
<esc> -- means you have to actually press the [esc] key
How to capture RouterOS sniffer stream on Mac
To capture MT sniffer stream on Mac you can use Wireshark
[4]
. For instructions on how to set up sniffing with
Wireshark, see Ethereal/Wireshark
Mac-How
[5]
/Eugene
References
[1] http:/ / dl. dropbox. com/ u/ 3669437/ Winbox_1. 4. dmg
[2] http:/ / fontforge. sourceforge. net/ |FontForge
[3] http:/ / trac. macports. org/ ticket/ 21865
[4] http:/ / www. wireshark. org/
[5] http:/ / www. mac-how. net