
Jul 26, 2014
Winbox on Linux Debian 7 Wheezy 64bit
1. Install Wine
For amd64 Linux-Distro
# dpkg --add-architecture i386
# apt-get update
# apt-get install wine-bin:i386
For i386 Linux-Distro
# apt-get install wine
2. Download WinBox
# wget http://www.mikrotik.com/download/winbox.exe
3. Run WinBox
# wine winbox.exe
Sumber:
– http://mikrotikindo.blogspot.com/2013/07/cara-menjalankan-winbox-mikrotik-Linux-Mint-ubuntu.html
– http://opensource.telkomspeedy.com/wiki/index.php/Menjalankan_winbox.exe_di_Linux

Jul 26, 2014
1.Idenfity Wireless Card
# lspci -nn | grep Wireless
06:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection [8086:4237]
2. Add “non-free” component to repository
# echo "deb http://http.debian.net/debian/ wheezy main contrib non-free" >> /etc/apt/sources.list
3. Install firmware-iwlwifi
# apt-get update && apt-get install firmware-iwlwifi
4. Load module iwlwifi
# modprobe -r iwlwifi ; modprobe iwlwifi
Source:
– https://wiki.debian.org/iwlwifi
– https://wiki.debian.org/HowToIdentifyADevice/PCI
– https://wiki.debian.org/WiFi

Jul 26, 2014
Debian 7 (Wheezy) Repository Indonesia
# security
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
# kambingUI
deb http://kambing.ui.ac.id/debian/ wheezy main contrib non-free
deb-src http://kambing.ui.ac.id/debian/ wheezy main contrib non-free
deb http://kambing.ui.ac.id/debian/ wheezy-updates main contrib non-free
deb-src http://kambing.ui.ac.id/debian/ wheezy-updates main contrib non-free
# keboVLSM
deb http://kebo.vlsm.org/debian/ wheezy main contrib non-free
deb-src http://kebo.vlsm.org/debian/ wheezy main contrib non-free
deb http://kebo.vlsm.org/debian/ wheezy-updates main contrib non-free
deb-src http://kebo.vlsm.org/debian/ wheezy-updates main contrib non-free
# option alternate
deb http://http.debian.net/debian wheezy main contrib non-free
deb-src http://http.debian.net/debian wheezy main contrib non-free
deb http://http.debian.net/debian wheezy-updates main contrib non-free
deb-src http://http.debian.net/debian wheezy-updates main contrib non-free
Source:
http://www.garasiku.web.id/igam/index.php/debian-micro-tips/35-indonesia-debian-repository
http://dnaite.blogspot.com/2013/06/daftar-mirror-repository-lokal-debian-7.html