Kisi-kisi Soal UTS dan UAS Elektronika Beserta Jawaban
SOAL A 1) Berikut ini yang termasuk komponen elektronika dengan jenis komponen pasif yaitu ....
Kisi-kisi Soal UTS dan UAS Sistem Terdistribusi Beserta Jawaban
SOAL A 1. Berikut ini yang merupakan karakteristik dari definisi sistem terdistribusi adalah ....
Remove Bios Password and Harddissk (HDD) Laptop
I think to remove the bios password on an average PC is already can, although without having to memorize the password. the system jumpers or removing battery bios. ever see a supervisor, admin, system, HDD, bios, setup password?
Memperbaiki Kick Starter Motor Matic
Motor Matic is a motor that is the easiest to use and most in our homeland. please note that the motor also takes care of very sensitive, just like a computer that also takes care of sensitive anyway.
Gejala Kerusakan Mesin Air Submersible Metabo
Mesin Air Submersible atau yang sering disebut kebanyakan orang (satelit) ini sangat bagus, dengan sistemnya yang canggih dan fleksible. tipe mesin yang berbasis kerja di dalam tanah dan hanya menggunakan satu pipa ini, sangat berguna untuk anda yang memiliki banyak lumpur atau air kuning setelah pengeboran.
Thursday, January 28, 2010
大きなミシンでスレッドの順序
Monday, January 25, 2010
Linux ala Mac dengan Mac4lin
Jadi kepikiran juga untuk nulis disini caranya dan metode apa yang saya pakai untuk memake up desktop ubuntu Gnome menjadi Mac style seperti tampilan desktop ini..
Cukup mudah untuk menyulap desktop kita menjadi seperti diatas. Kita bisa menggunakan Mac4lin bisa di download dari sini. Downloadlah file 34,6 Mb tersebut. Udah beres downloadnya?
Instalasi Mac4lin
- Masuklah ke terminal
- Meluncur ke lokasi kita menyimpan file hasil download tadi. Unziplah Mac4Lin_Install_v1.0.zip maka akan keluar dua folder yaitu Mac4Lin_Install_v1.0 dan __MACOSX. Perintahnya #unzip Mac4Lin_Install_v1.0.zip ( biar ga capai ngetiknya setelah nulis huruf awal "M" pada terminal pencetlah tab, amati sebentar, kalau udah cocok tekan aja enter )
- Masuklah ke folder Mac4Lin_Install_v1.0 , dalam foler itu ketikkan perintah berikut #sudo sh Mac4Lin_Install_v1.0.sh , ikuti prosesnya, lakukan apa yang diminta, apabila diminta untuk mengisi pasword admin ketiklah dengan benar ;) hehe... standar banget ya Jo...
- Setelah semua proses instalasinya selesai, sebenarnya kita udah bisa melihat perubahan dari desktop kita, tapi untuk lebih maksimal, kita diminta untuk log off dan kemudian login lagi. Kalau perlu restart komputer kali ya? ;) Sebaiknya jangan lupa juga baca referensi yang disertakan mac4lin ini biar lebih jelas.
Semua udah ada kok di ubuntu, tinggal install jo..
Oia, mo nambahin dikit, tadi ada yang nanya cara install theme unbuntu gimana ?
Jawab :
Mudahnya gini jo.. download theme yang kita suka dari mana aja deh, setelah selesai buka nautilus ( explorer ) buka pula System, Prefence, Appearance. Nah pada tab theme dalam keadaan aktif, drag & drop aja theme yang tadi kita download, maka ubuntu akan dengan senang hati menerapkan perubahan theme-nya dan lihat hasilnya... ;) ga bikin pusing kan? ( kalau kata Alm. Gusdur.."gitu aja kok repot".. hehehe...) piss
Linux ala Mac dengan Mac4lin
Jadi kepikiran juga untuk nulis disini caranya dan metode apa yang saya pakai untuk memake up desktop ubuntu Gnome menjadi Mac style seperti tampilan desktop ini..
Cukup mudah untuk menyulap desktop kita menjadi seperti diatas. Kita bisa menggunakan Mac4lin bisa di download dari sini. Downloadlah file 34,6 Mb tersebut. Udah beres downloadnya?
Instalasi Mac4lin
- Masuklah ke terminal
- Meluncur ke lokasi kita menyimpan file hasil download tadi. Unziplah Mac4Lin_Install_v1.0.zip maka akan keluar dua folder yaitu Mac4Lin_Install_v1.0 dan __MACOSX. Perintahnya #unzip Mac4Lin_Install_v1.0.zip ( biar ga capai ngetiknya setelah nulis huruf awal "M" pada terminal pencetlah tab, amati sebentar, kalau udah cocok tekan aja enter )
- Masuklah ke folder Mac4Lin_Install_v1.0 , dalam foler itu ketikkan perintah berikut #sudo sh Mac4Lin_Install_v1.0.sh , ikuti prosesnya, lakukan apa yang diminta, apabila diminta untuk mengisi pasword admin ketiklah dengan benar ;) hehe... standar banget ya Jo...
- Setelah semua proses instalasinya selesai, sebenarnya kita udah bisa melihat perubahan dari desktop kita, tapi untuk lebih maksimal, kita diminta untuk log off dan kemudian login lagi. Kalau perlu restart komputer kali ya? ;) Sebaiknya jangan lupa juga baca referensi yang disertakan mac4lin ini biar lebih jelas.
Semua udah ada kok di ubuntu, tinggal install jo..
Oia, mo nambahin dikit, tadi ada yang nanya cara install theme unbuntu gimana ?
Jawab :
Mudahnya gini jo.. download theme yang kita suka dari mana aja deh, setelah selesai buka nautilus ( explorer ) buka pula System, Prefence, Appearance. Nah pada tab theme dalam keadaan aktif, drag & drop aja theme yang tadi kita download, maka ubuntu akan dengan senang hati menerapkan perubahan theme-nya dan lihat hasilnya... ;) ga bikin pusing kan? ( kalau kata Alm. Gusdur.."gitu aja kok repot".. hehehe...) piss
Thursday, January 21, 2010
Contoh Shell Command
Perintah | Keterangan | Contoh |
cat nama_file | Menampilkan isi file | cat readme.txt |
cd directory | Masuk ke direktory | cd home, cd /usr, cd pictures |
chmod mode files | Merubah access permission | chmod 777 readme.txt |
cp | Menyalin file | cp readme.txt /home/joko/ |
ls | Menampilkan isi folder | ls /home/heru |
df | Menampilkan penggunaan hardisk | df |
file filename | Menampilkan jenis file | file readme.txt |
info | Dokumentasi perintah | info cp |
pwd | Menampilkan direktori aktif | pwd |
rm | Menghapus file dan direktori | rm readme.txt, rm -r tes |
mkdir | Membuat direktori | mkdir tes |
rmdir | Menghapus direktori | rmdir tes |
wc | Menghitung baris, kata dan karakter | wc readme.txt |
which | Menunjukkan path suatu command | which cp, which mkdir |
Contoh Shell Command
Perintah | Keterangan | Contoh |
cat nama_file | Menampilkan isi file | cat readme.txt |
cd directory | Masuk ke direktory | cd home, cd /usr, cd pictures |
chmod mode files | Merubah access permission | chmod 777 readme.txt |
cp | Menyalin file | cp readme.txt /home/joko/ |
ls | Menampilkan isi folder | ls /home/heru |
df | Menampilkan penggunaan hardisk | df |
file filename | Menampilkan jenis file | file readme.txt |
info | Dokumentasi perintah | info cp |
pwd | Menampilkan direktori aktif | pwd |
rm | Menghapus file dan direktori | rm readme.txt, rm -r tes |
mkdir | Membuat direktori | mkdir tes |
rmdir | Menghapus direktori | rmdir tes |
wc | Menghitung baris, kata dan karakter | wc readme.txt |
which | Menunjukkan path suatu command | which cp, which mkdir |
Tuesday, January 19, 2010
Firefox High Speed
Adakalanya firefox kita berjalan lambat, bikin kita ga sabaran. Pengin rasanya memiliki firefox yang bisa berlari kencang. Nah disini salah satu trik untuk membuat firefox berlari :
Ketikan di addres bar firefox : "about:config"
Di Filter carilah :
- network.http.max-connections, double klik dan masukan nilai "64".
- network.http.max-connections-per-server, double klik dan masukan nilai "21".
- network.http.max-persistent-connections-per-server, double klik dan masukan nilai "8".
- network.http.pipelining, double klik dan rubah menjadi "true".
- network.http.pipelining.maxrequests, double klik dan masukan nilai "100".
- network.http.proxy.pipelining, double klik juga menjadi "true".
Langkah terakhir, klik kanan (dimana saja) pilih : New integer lalu tulis "nglayout.initialpaint.delay" , masukan nilai "0".
Setelah semua langkah diatas kita selesaikan dengan merestart firefox. Coba lihat perbedaannya jo...
Firefox High Speed
Adakalanya firefox kita berjalan lambat, bikin kita ga sabaran. Pengin rasanya memiliki firefox yang bisa berlari kencang. Nah disini salah satu trik untuk membuat firefox berlari :
Ketikan di addres bar firefox : "about:config"
Di Filter carilah :
- network.http.max-connections, double klik dan masukan nilai "64".
- network.http.max-connections-per-server, double klik dan masukan nilai "21".
- network.http.max-persistent-connections-per-server, double klik dan masukan nilai "8".
- network.http.pipelining, double klik dan rubah menjadi "true".
- network.http.pipelining.maxrequests, double klik dan masukan nilai "100".
- network.http.proxy.pipelining, double klik juga menjadi "true".
Langkah terakhir, klik kanan (dimana saja) pilih : New integer lalu tulis "nglayout.initialpaint.delay" , masukan nilai "0".
Setelah semua langkah diatas kita selesaikan dengan merestart firefox. Coba lihat perbedaannya jo...
Apple’s January 27 agenda: The iSlate, iPhone OS 4.0, and iLife 2010
Sources speculated to FoxNews on Monday that Apple’s January 27 event will include three things: A tablet, iPhone OS 4.0, and iLife 2010. According to the network, a rumored fourth-generation iPhone will not be part of the event, contradicting Korean’s market sources claiming that an improved iPhone will launch during April/May rather than the usual June/July timeframe due to the supposedly strong pressure from Google’s Nexus One. Clayton Morris, author of the FoxNews piece, wrote the following:
I spoke to a source at Apple this morning, before the invite hit my inbox, who said the event would likely focus on three projects: The tablet device, iPhone 4, and a new round of iLife 2010 software. While we won’t see new iPhone hardware just yet, we will see the next-generation software.Note that January 27, 2010 also marks an anniversary since Apple began shipping iLife ‘09, the current version of its digital lifestyle suite. Apple boasted new iLife features at the time, such as Facebook integration, facial recognition, and photo geotagging in iPhoto, advanced editing capabilities in iMovie, and celebrity playing lessons in GarageBand, to name a few.
Readers should note that Apple has a habit (and a history, too) of re-shuffling event agendas last minute. The iPhone maker is also known for spreading false rumors itself to retain the surprise factor. Apple issued press invitations Monday morning via email, confirming it will be holding a media event at the Yerba Buena Center for the Arts in San Francisco on January 27 at 10am Pacific. An obligatory tease included the “Come see our latest creation” tagline.
Read more at FoxNews.com
Christian’s Opinion
This report builds upon the previous FoxNews piece by the same author that corroborated earlier Financial Times’ event findings. If Apple’s event is about “all things mobile” as FoxNews suggested, then iPhone OS 4.0 is a given, as is an accompanying SDK that should enable developers to write next-gen software for the iPhone platform. The iSlate announcement, however, is up for a debate because nothing is certain until Steve Jobs pulls one out of his pocket. Considering how big media put their credibility behind those iSlate rumors, I think Apple does have a new portable device up its sleeve that will take the iPhone platform to new places.The iLife claim doesn’t surprise me. After all, the digital lifestyle suite is up for an update. I have no doubt in my mind that we’ll see a tablet-optimized iLife version because it’d turn the gizmo into a content creation device – an important distinction between a tablet and a smartphone. I also expect the iWork to follow the suit. If the New York Times is right, Apple’s tablet will run a multitouch-enabled iWork version optimized for its gesture-based interface.
I kind of expect a 4G iPhone announcement and a camera-enabled iPod touch upgrade. Strangely, Morris’ report makes no mention of a rumored Core i5 MacBook upgrade, the perfect fit for “all things mobile.” On the other hand, Apple could update MacBooks via a simple press release. Should there be important architectural changes, Jobs might give MacBooks a few minutes of air time come January 27.
Source
Apple’s January 27 agenda: The iSlate, iPhone OS 4.0, and iLife 2010
Sources speculated to FoxNews on Monday that Apple’s January 27 event will include three things: A tablet, iPhone OS 4.0, and iLife 2010. According to the network, a rumored fourth-generation iPhone will not be part of the event, contradicting Korean’s market sources claiming that an improved iPhone will launch during April/May rather than the usual June/July timeframe due to the supposedly strong pressure from Google’s Nexus One. Clayton Morris, author of the FoxNews piece, wrote the following:
I spoke to a source at Apple this morning, before the invite hit my inbox, who said the event would likely focus on three projects: The tablet device, iPhone 4, and a new round of iLife 2010 software. While we won’t see new iPhone hardware just yet, we will see the next-generation software.Note that January 27, 2010 also marks an anniversary since Apple began shipping iLife ‘09, the current version of its digital lifestyle suite. Apple boasted new iLife features at the time, such as Facebook integration, facial recognition, and photo geotagging in iPhoto, advanced editing capabilities in iMovie, and celebrity playing lessons in GarageBand, to name a few.
Readers should note that Apple has a habit (and a history, too) of re-shuffling event agendas last minute. The iPhone maker is also known for spreading false rumors itself to retain the surprise factor. Apple issued press invitations Monday morning via email, confirming it will be holding a media event at the Yerba Buena Center for the Arts in San Francisco on January 27 at 10am Pacific. An obligatory tease included the “Come see our latest creation” tagline.
Read more at FoxNews.com
Christian’s Opinion
This report builds upon the previous FoxNews piece by the same author that corroborated earlier Financial Times’ event findings. If Apple’s event is about “all things mobile” as FoxNews suggested, then iPhone OS 4.0 is a given, as is an accompanying SDK that should enable developers to write next-gen software for the iPhone platform. The iSlate announcement, however, is up for a debate because nothing is certain until Steve Jobs pulls one out of his pocket. Considering how big media put their credibility behind those iSlate rumors, I think Apple does have a new portable device up its sleeve that will take the iPhone platform to new places.The iLife claim doesn’t surprise me. After all, the digital lifestyle suite is up for an update. I have no doubt in my mind that we’ll see a tablet-optimized iLife version because it’d turn the gizmo into a content creation device – an important distinction between a tablet and a smartphone. I also expect the iWork to follow the suit. If the New York Times is right, Apple’s tablet will run a multitouch-enabled iWork version optimized for its gesture-based interface.
I kind of expect a 4G iPhone announcement and a camera-enabled iPod touch upgrade. Strangely, Morris’ report makes no mention of a rumored Core i5 MacBook upgrade, the perfect fit for “all things mobile.” On the other hand, Apple could update MacBooks via a simple press release. Should there be important architectural changes, Jobs might give MacBooks a few minutes of air time come January 27.
Source
Nearly finished: Mozilla posts the second Firefox 3.6 release candidate
ozilla said Firefox 3.6 RC2 is considered to be stable and safe to use for daily web browsing, representing the features and content that will be in the final product release. This version is also faster and more responsive than previous versions, and has been optimized to run on small device operating systems such as Maemo. Firefox 3.6 RC2 is available in 70 languages and tested against the vast majority of Mozilla add-ons. The latter will be key when upgrading to the final release, especially remembering how add-on incompatibilities had plagued previous Firefox releases.
Firefox 3.6 RC2 (download icon)Firefox 3.6, code-named Namoroca after a Madagascar national park, will be built on the Gecko 1.9.2 layout engine also found in mobile Firefox. Even though it’s an incremental update, Firefox 3.6 will offer enough new features and technologies to keep users and developers happy.
Firefox 3.6 sports a lightweight theming engine dubbed Personas, a syncing add-on, improved plug-in management that warns you about expired plugins, new APIs enabling developers to write extensions that retrieve your geographical location, and more. It also supports the latest HTML5 specification, including the File API for local file handling, allowing web apps to access and manipulate local files without requiring you to upload them to the server first.
If you already have any previous beta of Firefox 3.6 installed on your system, the software should automatically update itself. You can also invoke the update check manually by choosing the “Check for Updates” from the Help menu. Users installing a fresh copy of Firefox 3.6 RC2 should download a standalone installers for Windows, Mac OS X, or Linux.
Read more in Firefox 3.6 RC2 release notes.
Firefox 3.6 RC2 in bullets:
* Users can change the browser’s appearance with a single click using Personas.
* Firefox 3.6 alerts users about out of date plugins to keep them safe.
* Changes to how third-party software integrates with Firefox to increase stability.
* Improved automatic form fill provides better options from your form history.
* Open, native video can now be displayed full screen, and supports poster frames.
* Support for the WOFF font format.
* Improved JavaScript performance, overall browser responsiveness and startup time.
* The ability to run scripts asynchronously to speed up page load times.
* Support for the HTML5 File API.
* Support for new CSS, DOM and HTML5 web technologies.
Nearly finished: Mozilla posts the second Firefox 3.6 release candidate
ozilla said Firefox 3.6 RC2 is considered to be stable and safe to use for daily web browsing, representing the features and content that will be in the final product release. This version is also faster and more responsive than previous versions, and has been optimized to run on small device operating systems such as Maemo. Firefox 3.6 RC2 is available in 70 languages and tested against the vast majority of Mozilla add-ons. The latter will be key when upgrading to the final release, especially remembering how add-on incompatibilities had plagued previous Firefox releases.
Firefox 3.6 RC2 (download icon)Firefox 3.6, code-named Namoroca after a Madagascar national park, will be built on the Gecko 1.9.2 layout engine also found in mobile Firefox. Even though it’s an incremental update, Firefox 3.6 will offer enough new features and technologies to keep users and developers happy.
Firefox 3.6 sports a lightweight theming engine dubbed Personas, a syncing add-on, improved plug-in management that warns you about expired plugins, new APIs enabling developers to write extensions that retrieve your geographical location, and more. It also supports the latest HTML5 specification, including the File API for local file handling, allowing web apps to access and manipulate local files without requiring you to upload them to the server first.
If you already have any previous beta of Firefox 3.6 installed on your system, the software should automatically update itself. You can also invoke the update check manually by choosing the “Check for Updates” from the Help menu. Users installing a fresh copy of Firefox 3.6 RC2 should download a standalone installers for Windows, Mac OS X, or Linux.
Read more in Firefox 3.6 RC2 release notes.
Firefox 3.6 RC2 in bullets:
* Users can change the browser’s appearance with a single click using Personas.
* Firefox 3.6 alerts users about out of date plugins to keep them safe.
* Changes to how third-party software integrates with Firefox to increase stability.
* Improved automatic form fill provides better options from your form history.
* Open, native video can now be displayed full screen, and supports poster frames.
* Support for the WOFF font format.
* Improved JavaScript performance, overall browser responsiveness and startup time.
* The ability to run scripts asynchronously to speed up page load times.
* Support for the HTML5 File API.
* Support for new CSS, DOM and HTML5 web technologies.