Monday, May 21, 2012

Download IDM 2012 Full Cracked (+Serial Number)

Internet Download Manager (IDM) adalah mesin pengunduh file atau program yanng paling banyak peminatnya. Selain Stabil, cara penggunaan yang sangat mudah menjadi pilihan yang paling banyak diminati.


Bagi anda yang belum memiliki software ini bisa anda dapatkan disini :
IDM 2012
Serial Key / Patch

Note: Baca terlebih dahulu cara instalasinya yang terdapat di dalam foldernya.

Upload dibayar Per Download

Pay per Download atau yang lebih populer dengan istilah PPD, sangat membantu untuk menambah kontribusi bagi para Blogger. Dengan meng-upload file/software yang miliki, kemudian anda publikasikan link (Tautannya). Maka ketika ada yang mengunduh (Download) file/software yang anda Upload tadi otomatis anda mendapatkan bayaran. Tidak besar memang nominal tapi cukup untuk memuaskan hati karena tulisan yang anda buat selain berharga untuk orang lain ditambah ada yang menghargai. Dengan ini para Blogger jadi lebih semangat untuk menulis / share dengan para pengguna dunia maya lainnya. Ada banyak sekali jasa layanan PPD, kalau dulu yang populer adalah Ziddu. Tapi saat ini Ziddu tidak memberikan kontribusi apapun bagi para penggunanya, mereka hanya menyediakan jasa Host gratis saja. Ini berlaku dimulai dari awal tahun 2012.

Tapi jangan khawatir, masih banyak sekali Host PPD yang tersebar di dunia maya. Bagi anda yang masih aktif, ataupun ingin mencoba exist di dunia maya untuk menjadi penulis. Anda bisa mencoba untuk upload di Freakshare ataupun di Sharebeast, dua jasa layanan Host PPD ini menyediakan banyak space gratisan buat para penggunanya. Apalagi jika anda mendaftar secara premium, maka space yanng diberikan/disediakan jauh lebih besar lagi dengan koneksi yang jauh lebih singkat.



Dan di FreakShare juga disediakan menu affilliate, sehingga tidak hanya link file anda saja yang bisa di promosikan tapi anda juga mempromosikan link anda. Untuk ini anda akan mendapatkan bayaran juga, dengan nominal yang beda dibandingkan dengan link file anda tentunya. Cara mendaftarnya pun mudah sekali, anda hanya diminta menulis/mengisi formulir singkat yang berisi : UserName, Email, Password dan kode registrasi. Jauh Lebih mudah dari membuat Email pokoknya.

Selamat mencoba dan semoga membantu.

Friday, April 20, 2012

CB 1.2 Feature Set - Prerelease Announcement

As we are approaching the CB 1.2 RC release (codename [ELEFTHERIA]) for our supporters (track status here), the CB Team would like to officially outline some of the many new features that are currently in CB 1.2 and are being tested by our test team as we speak. This is by no means an exaustive list and is meant solely to inform and prepare our community regarding the really nice work that has been implemented. CB 1.2 RC will be released first to our documentation subscribers (click here to subscribe for 2008 now!) as a special thank you for their support and then later on to the community. This will happen as soon as it passes CB test team tests, hopefully within the next week.

Here it goes (in no particular order):
  • Native compatibility with Joomla 1.5.X (tested up to Joomla 1.5.3), Joomla 1.0.X (tested up to Joomla 1.0.15) and Mambo 4.5.0 - 4.6.4. This means that the single CB 1.2 package will be able to install and work on all three CMS code bases without the need for additional plugins (e.g., Joomla 1.5.X legacy plugin) or modifications. This is the reason the CB Team has given CB 1.2 the code name [ELEFTHERIA], which in Greek means freedom.
  • Core fields (i.e., first name, middle name, last name, full name, username, avatar-thumbnail, password, parms) are now handled as CB managed fields. This has many nice implication like: allowing email address field to appear on profiles, username to appear on profile, avatar field to appear during registration process, etc.)
  • All CB fields can now have default values.
  • CB date field has now been enhanced to operate in date - age mode
  • New CB password field type
  • CB fields can now be marked as searchable (for user list searching)
  • User lists can now be searchable by individual CB (searchable) fields (even core fields) - multi criteria searches permitted. Separate user lists URLs for searchable lists or non searchable lists (for future integration with CB subscription plugin system)
  • Ajax based DNS and SMTP email address verification at registration and user editing of email address field (primary or extra).
  • New lost password and lost username recovery functionality.
  • Replacement tags now work everywhere, even in CB user list filtering. This has many cool implications like dynamic user lists. E.g., A user list that automatically adjusts its filter based on the value of CB fields completed by the viewer. One such example could be a user list of all members that live in the same country as I do.
  • Field types can be extended or new field types can be created by CB plugin API. E.g., decimal field type can be easily created as a plugin.
  • New but compatible profile HTML generator with full CSS styling markup.
  • Optimized SQL and PHP (amount of SQL queries has been reduced by 30-60%).
  • Core plugins have been updated to support fireboard (1.0.4 and 1.1), uddeIM (1.1) and Yanc (1.5 b3) integrations.

Also, the CB Team has been preparing its CB Team released plugins to be CB 1.2 compatible. This means that along with CB 1.2 (or shortly after), new CB 1.2 compatible releases of the following plugins will be published
  • CB ProfileBook
  • CB ProfileGallery
  • CB Captcha for doc subscribers
  • CB LastVisitors (Trails plugin)
  • CB AutoWelcome
  • CB Authorbot
  • CB subscriptions plugin [commercial]
In addition documentation (free installation guide and detailed doc subscription guide) will be updated to support the above features.
The CB Team is very excited about these features and the new possibilities that are under the hood. We would like to thank you for your patience and understanding regarding the delayed testing experienced because of these many features.


Learning the Shell

Why bother?


Why do you need to learn the command line anyway? Well, let me tell you a story. Not long ago we had a problem where I used to work. There was a shared drive on one of our file servers that kept getting full. I won't mention that this legacy operating system did not support user quotas; that's another story. But the server kept getting full and stopping people from working. One of the software engineers in our company spent the better part of a day writing a C++ program that would look through the directories of all the users and add up the space they were using and make a listing of the results. Since I was forced to use the legacy OS while I was on the job, I installed a version of the bash shell that works on it. When I heard about the problem, I realized I could do all the work this engineer had done with this single line:



du -s * | sort -nr > $HOME/space_report.txt
Graphical user interfaces (GUIs) are helpful for many tasks, but they are not good for all tasks. I have long felt that most computers today do not use electricity. They instead seem to be powered by the "pumping" motion of the mouse! Computers were supposed to free us from manual labor, but how many times have you performed some task you felt sure the computer should be able to do? You ended up doing the work by tediously working the mouse. Pointing and clicking, pointing and clicking.
I once heard an author remark that when you are a child you use a computer by looking at the pictures. When you grow up, you learn to read and write. Welcome to Computer Literacy 101. Now let's get to work.

Contents

  1. What is "the shell"?
    1. What's an xterm, gnome-terminal, konsole, etc.?
    2. Starting a Terminal
    3. Testing the Keyboard
    4. Using the Mouse
  2. Navigation
    1. File System Organization
    2. pwd
    3. cd
  3. Looking Around
    1. ls
    2. less
    3. file
  4. A Guided Tour
    1. /
    2. /boot
    3. /etc
    4. /bin, /usr/bin
    5. /sbin, /usr/sbin
    6. /usr
    7. /usr/local
    8. /var
    9. /lib
    10. /home
    11. /root
    12. /tmp
    13. /dev
    14. /proc
    15. /mnt
  5. Manipulating Files
    1. Wildcards
    2. cp
    3. mv
    4. rm
    5. mkdir
  6. I/O Redirection
    1. Standard Output
    2. Standard Input
    3. Pipes
    4. Filters
  7. Permissions
    1. File permissions
    2. chmod
    3. Directory permissions
    4. Becoming the superuser for a short while
    5. Changing file ownership
    6. Changing group ownership
  8. Job Control
    1. A practical example
    2. Putting a program in the background
    3. Listing your processes
    4. Killing a process
    5. A little more about kil
from: http://linuxcommand.org

Komponen Dasar Elektronika

Belakangan ini penggunaan perangkat Elektronika sudah meluas. Hampir disemua sisi kehidupan manusia menggunakan perangkat ini. Perangkat Elektronika dibuat berdasarkan kebutuhan manusia (Pengguna) dengan menggabungkan sedikit atau banyak dari beberapa komponen Elektronika untuk dijadikan suatu perangkat yang dibutuhkan. Dari Sekian banyak komponen Elektronika sebenarnya mereka terdiri dari 2 golongan komponen, yaitu Komponen Aktif dan Komponen Pasif.

Komponen Aktif adalah komponen yang pada saat bekerja membutuhkan input tenaga / sumber daya Listrik, sedangkan komponen Pasif dapat bekerja/beroperasi walaupun tidak diberikan Arus/Tegangan Listrik.

Dari kedua jenis golongan komponen ini (Aktif dan Pasif) berdasarkan fungsi dan sifatnya dapat dibagi menjadi : Sensor, Tranducer dan Actuator.

Komponen Pasif 
  1. Resistor
    • Resistor Tetap, Komponen ini memiliki nilai Tahanan (Resistance) yang tetap.
    • Resistor Variabel, Komponen ini memiliki nilai Tahanan yang berubah-ubah (Variable) disesuaikan dengan kebutuhan.
  2. Condensator (Kapasitor)
    • Kapasitor tetap, komponen ini memiliki nilai kapasitansi yang tetap.