Segenap keluarga kami Kalengkian - Mamanua Stieven, Yolanda, Angelica & Kenzhi serta Keluarga Besar Kalengkian - Lapian & Mamanua - KasendaMengucapkan, SELAMAT NATAL 1 DESEMBER 2008 DAN TAHUN BARU 1 JANUARI 2009
Rabu, Desember 31, 2008
Selamat Natal 25 Desember 2008 dan Tahun Baru 1 Januari 2009
Minggu, Desember 14, 2008
Slackware 12.2 is released!
Yes folks, 'tis the season to announce a new release of Slackware. With a shiny new kernel, many package updates, and the newly added ability to install from a Samba share, we bring to you the latest in the stable Slackware 12.x series. Slackware 12.2 ships with the 2.6.27.7 Linux kernel, the Xorg 1.4.2 X server (with many driver, library, and application updates), Xfce 4.4.3, KDE 3.5.10, simplified wired and wireless networking with wicd in /extra, package upgrade management with slackpkg moved into the main tree, support for non-usb-storage digital cameras through libgphoto2, pm-utils (tools to support suspend and hibernate through HAL), and much, much more. This release brings the system up-to-date without compromising stability or compatibility with the 12.x series.More details may be found in the official announcement.
If you like Slackware, please consider supporting the project by picking up a copy of Slackware 12.2 from the Slackware Store. The discs are off to replication now and pre-orders are being accepted for the official 6 CD or 1 DVD set. Also by popular demand, we now have black T-shirts with the original Slackware logo for sale. Check 'em out!
Thanks are due to the Slackware crew, the developers of slackbuilds.org, the fine folks on linuxquestions.org, IRC, and everyone else who pitched in to help make this another great Slackware release. We couldn't have done it without your help.
As always -- have fun!
Pat and the Slackware crew
Akhirnya 10 Desember 2008 Slackware merelease ver 12.2 setelah sebelumnya sempat mengumumkan tentang Slackware 12.2 RC1. Download torrent Slackware 12.2 disini :
Rabu, Desember 10, 2008
PHP 5.2.8 Released
The PHP development team would like to announce the immediate availability of PHP 5.2.8. This release addresses a regression introduced by 5.2.7 inregard to the magic_quotes functionality, that was broken by an incorrect fix to the filter extension. All users who have upgraded to 5.2.7 are encouraged to upgrade to this release, alternatively you can apply a work-around for the bug by changing "filter.default_flags=0" in php.ini.Akhirnya di release juga, soalnya salah satu server saya terlanjur patch 5.2.7 yang ternyata terdapat bug yang cukup kursial, silahkan lihat tulisan saya sebelumnya. Download PHP 5 disini. Untuk patch slakcware belum di realese di websitenya tapi bisa mengakases
- ftp://ftp.slackware.com/pub/slackware/slackware-12.0/patches/packages/
- ftp://ftp.slackware.com/pub/slackware/slackware-12.1/patches/packages/
Senin, Desember 08, 2008
rTorrent libtorrent Statistic with PHP
rTorrent is a text-based ncurses BitTorrent client written in C++, based on the libTorrent libraries for Unices (Rakshasa’s own, not the sourceforge libtorrent), with a focus on high performance and good code.dari semua BitTorrent Client yang satu ini adalah favorit saya, ya karena dia berbasis teks. Berbasis teks? apa ndak susah tuh? Buat yang terbiasa dengan GUI tentu akan terasa sulit dan merepotkan, tapi keunggulan dari rtorrent ini adalah ; 1) Bisa running Background, 2) Custom Download/Upload Rate, 3) Bisa schedule script. 1. Bisa Running Background Ini yang paling saya suka, apalagi untuk server Linux dengan begini download torrent dapat ditinggalkan sampai selesai. 2. Custome Down/Up Rate Beberapa BitTorrent client mengharuskan minum Ratio tertentu antara Up dan Down yang kadang-kadang sangat mengganggu khususnya yang memiliki bandwidth yang kecil, kalo rtorrent bisa di set Up minimum sampai 1KB/s dan Down Unlimited 3. Schedule Script Dan yang ini menurut saya yang special di rtorrent, fitur schedule ini bisa mengatur thorttle settings misalnya mengatur download/upload rate pada jam tertentu, Auto load torrent file, auto stop torrent jika hardisk full atau memindahkan hasil download ke lokasi/harddisk tertentu Secara kesuluruhan rtorrent sangat powerfull dan High Performance. Berikut beberapa link mengenai rtorrent, mulai dari instalasi dan cara penggunaan :
- http://chaidir.wordpress.com/2007/05/19/rtorrent-torrent-client-berbasis-teks/
- http://libtorrent.rakshasa.no/rtorrent/rtorrent.1.html
- http://tutorialninjas.net/2007/01/18/how-to-install-rtorrent/
$me = new rtorrent();
//Download multi-torrent with 1 configuration
//$me->runTorrent($torentID,$pathForTorrentFile,$max_Down,$max_Up,$pathToSaveFile);
$me->runTorrent("mytorrent","/home/torrents/movie/*.torrent",60,1,"/home/downloads/movie/");
sleep(1);
//Download single-torrent with 1 configuration
//$me->runTorrent("smsISO","/home/torrent/linux.iso.torrent",0,1,"/home/downloads/aplikasi/");
//sleep(1);
//Download single-torrent with 1 configuration
//$me->runTorrent("ghost","/home/torrent/ubuntu.iso.torrent",0,1,"/home/downloads/aplikasi/");
// GeStats
// $me->startStat([multi|single],$torrentID); --> return ARRAY
print_r($me->startStat('multi','mytorrent'));
//print_r($me->startStat('single','smsISO'));
//print_r($me->startStat('single','ghost'));
// Kill Torrent
//$me->killTorrent($torrentID);
$me->killTorrent('mytorrent');
Hasil keluaran (return result) nya adalah sebagai berikut :
Array
(
[size] => 267640832
[name] => SMS.Live.CD-1.3.12.iso
[comment] => [http://www.sleki.org] SMS.Live.CD-1.3.12.iso
[owner] => BitTorrent/6030
[announce] => http://open.tracker.thepiratebay.org/announce
[playtime] =>
[rtorrent] => Array
(
[chunks_done] => 1021
[complete] => 1
[custom1] =>
[custom2] =>
[custom3] =>
[custom4] =>
[custom5] =>
[directory] => /home/downloads/aplikasi/
[hashing] => 0
[ignore_commands] => 0
[key] => 114864097
[priority] => 2
[state] => 1
[state_changed] => 1228742039
[tied_to_file] => //home/downloads/aplikasi/torrent/SMS.Live.CD-1.3.12.iso.torrent
[total_uploaded] => 0
)
[last_transaction] => 0
[most_transaction] => 0
[peers] => 4
[chunk_len] => 262144
[chunk_done] => 1021
[total_download] => 267649024
[total_download_persen] => 100
[total_uploaded] => 0
[state] => 1
[complete] => 1
[count_byte] => -8192
[tfile] => SMS.Live.CD-1.3.12.iso.torrent
[torrent_status] => SEEDING
[ratio] => 0
[PID] => 25551
[speed] => 0
[est] => --
)
Mohon maaf sourcenya belum di release, ya karena masih prototype.
PHP Google Drive
https://g.co/gemini/share/4ec33b801d4a Tentu, saya akan membantu Anda membuat kode PHP menggunakan Composer untuk melakukan sinkronisasi (...