- Details
- Category: ARDUINO
- Hits: 3812
Semasa aplikasi arduino ditambahbaik sehingga versi 1.0, aku masih lagi guna versi 0.23. Ini kerana terdapat isu di mana versi 1.0 mempunyai masalah pada beberapa library. Library ini perlu ditulis semula supaya dapat digunakan. Ini melambatkan kerja aku. Maka, aku tangguhkan dahulu.
Sehinggalah aku terpaksa bertukar ke versi baru kerana didapati versi lama mempunyai masalah slow respond semasa digunakan. Terpaksalah salin semua library dari versi lama 0.23 ke versi 1.0.1 (terkini). Tetapi library asas yang telah ada di versi baru tidak disalin bersama.
- Details
- Category: Raspberry Pi
- Hits: 8179
Making torrent box by using Raspberry Pi is not complicated. I think most of us making torrent box by using x86 processor. So, at the first thought, maybe I got a few problems whenever i use ARM-Raspberry Pi. But, it is still piece of cake and a few issues came out happened like x86 processor.
So in this article, I just want to help you to make torrent box without any problem and fast. I use Torrentflux-b4rt because it has WGET. I love wget whenever I want to download files and forget. Try download it from http://tf-b4rt.berlios.de/ . For the OS, i use Raspbian Whezzy.
- Details
- Category: tips
- Hits: 3140
Aku letak artikel ni sebab aku takut aku lupa mana aku bookmark dan mudah nak mencari semula. Harap artikel ini dapat dikongsi dengan orang lain.
- Details
- Category: Raspberry Pi
- Hits: 2670
For those who has a problem to view php file in browser, maybe you might want to try this tips. Search and add a few lines in httpd.conf file.
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
This will help you to run php file in website. I do not know how can everybody not has this kind of problem while installing it in RasPi.