Yearly Archives: 2012

Troubleshooting Cisco PoE with built-in TDR features

I recently encountered some issue, no PoE given to the ip phone and saw below lines in the switch log: %ILPOWER-3-CONTROLLER_PORT_ERR: Controller port error, Interface Gi0/16: Power given, but Power Controller does not report Power Good SWITCH#sh power inline Available:370.0(w) Used:0.0(w) Remaining:370.0(w) Interface Admin Oper Power Device Class Max (Watts) ——— —— ———- ——- ——————-… Read More »

Loading

Extract APK and decompile into Java source code

Decompiling apk to Dex format 1. Download Dex2Jar (Android runs applications which are in Dalvik Executable (.dex) format). 2. Run the command to convert apk to jar dex2jar targetapp.apk file(./dex2jar targetapp.apk on terminal) Viewing/Decompiling the Jar files to Java 1. Open ‘targetapp.apk.dex2jar.jar’ with jd-gui 2. File > Save All Sources to sava the class files in jar… Read More »

Loading

[FIX] Adding magnet url to Buffalo Linkstation embedded μTorrent

Since The Pirate Bay using magnet link to initiate torrent download, i’m having issue with my μTorrent running in Linkstation. Below is the symptom: Magnet links can be added but don’t start, they sit at 0 seeders and peers and display the null error mentioned previously in the event log: JS error: [778] Unable to get value of the… Read More »

Loading

Install μTorrent Server in Ubuntu/Debian

μTorrent is a freeware and a closed source BitTorrent Client. One of the most used lightweight BitTorrent Client, Now it is available for Linux as μTorrent Server. You can download the tar file from utorrent.com or Open a Terminal and use the following command to download.       For x32 root@vps:~# wget http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.tar.gz For x64 root@vps:~# wget http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.x64.tar.gz… Read More »

Loading

Watch unlimited Movies and TV series using XBMC

XBMC is an open source software media player and entertainment hub for digital media. XBMC is available for Linux, OSX, IOS, Android (WIP) and Windows. Out of the box, XBMC can organnize your media collection, auto download album art and many more. This tutorial will show how we can unleashed the full potential and capabilities… Read More »

Loading