Archive | June, 2010

Rilis ClearOS 5.2 Beta 2

24 Jun

Rilis beta kedia ClearOS 5.2, distribusi spesialis untuk router dan gateway internet serta server skala kecil. Menyertakan dukungan untuk file system terenkripsi pada device software RAID dan jalur upgrade dari ClarkConnect 5.0:

ClearOSThe ClearOS Enterprise 5.2 Beta 2 release is here. The big news with this release is the available upgrade path from ClarkConnect 5.0. Please keep in mind that this is still a beta, so proceed with the usual caution. Other changes since 5.2 Beta 1 include: fixed Samba winadmin password reset; fixed mail aliases page; fixed help links; optimized LDAP; added support for encrypted file systems on software RAID devices. In addition, the release provides improved integration with third party mail services, notably Google Apps and Zarafa.

Untuk informasi lebih detail, anda bisa membaca pengumuman rilis dan catatan rilis.

Unduh:

Popularity: 3% [?]

Rilis Peppermint OS One-06172010

24 Jun

Kendall Weaver mengumumkan rilis update Peppermint OS One, distribusi Linux berbasis Ubuntu dengan desktop OpenBox dan aplikasi berbasis web:

Peppermint OSWe’re proud to offer the second official Peppermint OS respin, featuring a fully updated system as of June 17 and a few other things including bug fixes and new features. Here are some of the highlights. all Xfce applications and dependencies have been removed; the notifications are prettier; we’ve gotten rid of pyNeighborhood; the default IRC client, XChat, has been updated to version 2.8.8 and now automatically connects to #peppermint on irc.spotchat.org; the boot splash no longer has that weird blue tint to the background; all package updates as of June 17 have been installed and tested, this includes lower level updates that the update manager will skip over due to potential stability issues.

Anda bisa mengunjungi halaman berita proyek untuk membaca pengumuman rilis lengkap.

Unduh (MD5):

Popularity: 3% [?]

Rilis MoLinux 6.0

24 Jun

MoLinuxMoLinux 6.0 “Zoraida” merupakan versi terbaru dari distribusi Linux berbasis Ubuntu yang dikembangkan oleh pemerintah daerah Castilla La Mancha di Spanyol dan didesain untuk digunakan dikantor pemerintahan dan sekolah didaerah tersebut. Rilis ini datang dengan beberapa perbaikan sebagai berikut :

  • halaman login spash dan start screen baru
  • Tema Ikon baru (GNOME-wise)
  • Teman panel dan jendela baru (New Wave)
  • Kompatibilitas peranti keras yang lebih baik
  • Versi terbaru dari aplikasi yang dimasukkan ke dalam distribusi
  • Piranti lunak dan utilitas baru seperti Nanny (kontrol terhadap anak-anak), Hamster Applet (manajemen waktu), KeePassX (manajemen password), Sinadura (aplikasi untuk menandatangani secara digital dokumen PDF), Prism (untuk meluncurkan aplikasi web secara independen tanpa browser, MolinuxSync (aplikasi untuk mensinkronisasi pekerjaan grup), XBMC multimedia centre, Ubuntu One dan lain sebagainya

Untuk informasi lebih detail mengenai rilis ini, anda bisa membaca pengumuman rilis (dalam bahasa spanyol tentunya).

Unduh:

Popularity: 3% [?]

Rilis wattOS R2

24 Jun

Ronald Ropp mengumumkan rilis wattOS R2, distribusi Linux berbasis Ubuntu dalam bentuk Live CD yang menampilkan desktop LXDE, GNOME Office dan beberapa aplikasi yang dikembangkan dengan mono:

wattOSwattOS R2 is finally done and released. It is based on Ubuntu 10.04. Changed the music player to Rhythmbox from Exaile; added the ‘extras’ package that offers support for MP3 support native as well as DVD playback – it does make the live CD larger, but makes the end user experience easier as the support for Flash, Java, fonts, and the things people like to do; added LXDM to add a lightweight login manager and replace SLIM; updated all packages to latest 10.04 supported versions; removed GIMP and added F-Spot; removed NetworkManager and replaced with wicd; updated Jockey GTK+ so it will be easy for folks to add proprietary drivers….

Untuk informasi lebih detail dan juga changelog anda bisa membaca pengumuman rilis .

Unduh:

Popularity: 4% [?]

[Tutorial] Download Rapidshare Premium Dengan wget

23 Jun

wget merupakan salah satu tool download andalan pengguna Linux. Kalau anda memiliki akun Rapidshare premium mungkin anda pernah ingin mencoba mendowload file dari Rapidshare dengan menggunakan akun premium anda dengan wget.

Dulu untuk mendownload file dengan akun premium cukup menggunakan opsi --http-user dan --http-password atau --user dan --password. Sekarang kita harus melakukan memiliki Cookie hasil login dan menggunakan cookie tersebut untuk mendownload file dari Rapidshare. Kita cukup melakukan login sekali dan cookie tersebut bisa kita gunakan untuk mengunduh banyak file.

Jangan lupa untuk mengaktifkan opsi Direct Downloads Option di options page Rapidshare.

Halaman login akun premium Rapidshare terletak di

https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi

Mengambil Cookie

Untuk menyimpan cookie kita bisa menggunakan perintah berikut

wget \
    --save-cookies ~/.rapidshare \
    --post-data "login=USERNAME&password=PASSWORD" \
    -O - \
    https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi \
    > /dev/null

–save-cookies, merupakan opsi menyimpan cookie hasi login, data cookie akan disimpan di ~/.rapidshare.

–post-data, merupakan data POST yang kita kirimkan yaitu data login kita, pada contoh diatas username kita adalah USERNAME dengan password PASSWORD

-O -, memerintahkan wget untuk mengarahkan output ke standard output. dan karena kita tidak membutuhkan output (html) ini maka kita arahkan ke /dev/null

Saatnya Mendownload

Untuk mendownload kita bisa menggunakan perintah berikut

wget -c --load-cookies=~/.rapidshare 

atau

wget -c --load-cookies=~/.rapidshare -i namafile.txt

kalau anda ingin memberikan list file yang harus di unduh ke wget.

opsi –load-cookies membuat kita menggunakan cookie tersebut ketika melakukan koneksi ke Rapidshare.

Popularity: 48% [?]

Rilis Superb Mini Server 1.5.2

23 Jun

Superb Mini Server merupakan distribusi berbasis Slackware yang didesain untuk server skala kecil. Versi 1.5.2 yang merupakan versi terbaru distro ini telah dirilis:

Superb Mini ServerSuperb Mini Server version 1.5.2 released (Linux kernel 2.6.33.5). This minor release clears the name of SMS to Superb Mini Server and brings new graphics and logos. Some packages upgraded and two new packages added, hfsutils and Tcl. In this release we switched to Postfix with no vda patch as the default MTA for SMS. A version with vda patch is available in SMS.Native.CD. NDISwrapper, dahdi-linux and iptables_l7 rebuilt for new kernel, don’t forget to run LILO after the upgrade. A brief changelog: kernels upgraded to 2.6.33.5; upgraded to Dovecot 1.2.12, CUPS 1.4.4, Postfix 2.7.1, MySQL 5.1.48; added Tcl 8.5.8; bootsplash kernels upgraded; Openbravo upgraded to 2.50MP18; optimize Netatalk configuration; added lost cURL 7.20.1 package in SMS64….

Anda bisa membaca pengumuman rilis yang juga menyertakan changelog lengkap.

Unduh:

Popularity: 3% [?]

Rilis PC-BSD 8.1 RC1

23 Jun

Kandidat rilis pertama PC-BSD 8.1, sistem operasi untuk desktop berbasis FreeBSD. Hadir dengan KDE 4.4.4 dan dukungan yang lebih baik untuk file system ZFS:

PC-BSDThe PC-BSD Team is pleased to announce the availability of PC-BSD 8.1-RC1 (Hubble Edition), running FreeBSD 8.1-RC, and KDE 4.4.4. Version 8.1 contains a number of enhancements and improvements. Some of the notable changes are: numerous fixes to the installation back-end; support for creating dedicated disk GPT partitioning; improved ZFS support; bug fixes to desktop tools and utilities; fixed issue running downloaded Python and Ruby plasmoids; fixed Nepomuk and Strigi default init at first login; fixed issues with WiFi tools in calculating signal strength; ZFS syntax fix for installs to MBR partition; during upgrade now install selected components properly….

Anda bisa membaca pengumuman rilis, changelog dan catatan rilis untuk detail mengenai rilis ini.

Unduh:

Popularity: 3% [?]

Rilis Zenwalk Linux 6.4 “Core”

23 Jun

Jean-Philippe Guillemin mengumumkan rilis Zenwalk Linux 6.4 “Core”, sistem operasi minimalis tetapi dapat dikembangkan berbasis Slackware:

Zenwalk LinuxZenwalk Core 6.4 is ready. Zenwalk Core is a one-of-a-kind complete 300 MB base Zenwalk system designed to build high-performance and high-security non-GUI Linux servers, or to be used as the base of a custom light-speed desktop system. It can be installed in just 10 minutes using the auto-install setup option on a dedicated disk. Zenwalk Core 6.4 provides the 2.6.33.4 kernel with the new BFS scheduler, designed for the best interactivity on multi-core CPUs while taking the most of lower specification machines. You’ll notice better responsiveness of many applications, better real-time performance (very low latency), and efficiency of ‘niced’ commands.

Anda bisa mendapatkan detail mengenai rilis ini di pengumuman rilis.

Unduh:

Popularity: 3% [?]

Rilis Scientific Linux 5.5 “Live CD/DVD”

23 Jun

Urs Beyerle merilis versi terbaru dari edisi “Live CD/DVD” Scientific Linux, distribusi yang dikembangkan dari paket sumber Red Hat Enterprise Linux ditambah aplikasi ekstra yang digunakan di lingkungan akademis:

Scientific LinuxScientific Linux Live CD/DVD 5.5 has been released for i386 and x86_64. Features: live CD can be installed to local hard disk; live CD runs from USB key; changes can be stored persistently on an external device; live CD can be mounted over NFS (diskless client). Software: Linux kernel 2.6.18, OpenAFS client 1.4.12, X.Org 7.1, ALSA sound libraries 1.0.17, GNOME 2.16.0 (standard desktop), GIMP 2.2.13, OpenOffice.org 3.1.1, Firefox 3.0.19, Thunderbird 2.0.0.24, KDE 3.5.4 (only on live DVD), Evolution 2.12.3 (only on live DVD).

Anda bisa membaca pengumuman rilis untuk detail mengenai rilis ini.

Unduh:

Popularity: 5% [?]

Rilis SystemRescueCd 1.5.6

23 Jun

Rilis terbaru SystemRescueCd, distribusi live CD berbasis Gentoo yang didesain untuk penyelamatan data dan pekerjaan manajemen disk, hadir dengan versi terbaru GParted (0.6.0) dan driver kartu jaringan yang diperbaharui. Kutipan dari Changelog:

SystemRescueCdUpdated standard kernels to 2.6.32.15 (rescuecd + rescue64) and alternative kernels to 2.6.34 (altker32 + altker64); updated GParted to 0.6.0 (support for devices with sectors greater than 512 bytes); updated xfsprogs to 3.1.2 (XFS file system userspace utilities); updated Ethernet network drivers in the standard kernels (tg3, bnx2x, e1000e); fixed problems with the tg3 Ethernet driver (mostly used by Broadcom cards); recompiled Parted so that it works on system with glibc before 2.11; improved usb_inst.sh (sysresccd USB installer script for Linux); added customization options to the sysresccd USB installer for windows; disabled isohybrid which breaks isoloop and which is not really necessary….

Info lebih detail bisa anda baca di changelog.

Unduh:

Popularity: 6% [?]

Page 1 of 612345...Last »