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.

08 December 2009

Browsing Text Mode ala elinks

Hari ini ada hal yang unik saya dapatkan dari buntu. Dan ini belum pernah saya lakukan sebelumnya. Bukan hal besar sih, tapi ada satu kesan yang ga biasa saya dapatkan. Browsing, ya browsing internet yang biasa menggunakan Firefox, Opera, maupun konqueror, barusan saya coba untuk browsing internet ala jadul, jadul banget kali.


Ko jadul Jo... iya sebab cuma browsing dengan modus teks. Emang sih ngga seindah dan senyaman GUI. Tapi ga salah kan, kita coba yang dulu pernah dilakukan "nenek moyang kita" ;). Untuk bisa browsing dalam mode teks di Ubuntu kita sebelumnya menginstalkan program yang kita butuhkan. Disini kita pakai elinks, ya elinks.


Cara installnya seperti biasa dengan menggunakan koneksi internet cukup kita ketikkan di shell 
#sudo apt-get install elinks dan biarkan sistem bekerja sendiri, mengonfigurasi perkakasnya sendiri sampai benar-benar selesai.


Nah setelah selesai semuanya, kita bisa segera menggunakan elinks untuk browsing. Tapi jangan kaget ya, dengan kesederhanaan tampilannya. Untuk kinerjanya saiah sendiri belum mengujinya, tapi kesan yang bisa ditangkap adalah kecepatannya Jo.. sepertinya lebih cepat deh.. 

Caranya? Ketikkan aja #elinks di shell. Oia untuk mengetahui menunya, bisa kita peroleh dengan cara menekan tombol Esc, maka akan muncul menu elinks di bagian atas, ala browser-browser yang iasa kita gunakan dalam mode GUI .



Penasaran? Coba aja ndiri.. eit jangan lupa install dulu elinks nya di ubuntu kita. Eling jo.. install elinks nya dulu... hehe... Ini neh shootnya...




Share:

06 December 2009

Instalasi file tar.gz

Manakala kita dihadapkan pada persoalan instalasi program yang mengusung file tar.gz, maka umumnya ada beberapa langkah yang biasa kita lakukan.

Langkah instalasi file dengan format tar.gz:

Lakukan ekstraksi file tar dengan perintah sebagai berikut:

# tar -zxvf aaa.tar.gz

Lakukan konfigurasi file untuk mengecek persiapan awal instalasi serta penentuan direktori instalasi, sbb:

# configure --prefix=nama direktori

Kompilasi untuk membuat object file sebagai berikut:

# make

Kompilasi ke dalam kernel dengan perintah sebagai berikut:

# make install
Share:

30 November 2009

Text Base Perintah DOS & Linux




Jenis perintah DOS dan Linux Shell

Dalam menggunakan komputer, kadang kita terpaksa harus berhadapan dengan perintah text base.. Hal ini misalkan terjadi karena adanya error pada GUI dsb. Disini ada beberapa perintah yang sering kita gunakan dalam dos maupun linux yang mana memiliki fungsi sama.




DOS

LINUX

Keterangan

dir

attrib (+-)

cd

copy

del

md

edit

help



ren



ls

chmod (mode) file

cd

cp

rm

mkdir

vi, vim, pico, nano

man [command], info [command]


mv

Meliat isi direktori


Atribut File

Pindah Direktori

Copy

Menghapus

Bikin direktori

Editor teks

Bantuan perintah



Rename

Contoh penggunaannya :

  1. Menghapus file del namafile.dat di linux mv namafile.dat [ Menghapus namafile.dat ]

  2. Menyalin file copy namafile.txt c:\ [ menyalin namafile.txt ke c:\ ] di linux cp namafile.txt /home/data [ menyalin namafile.txt ke home/data ]

  3. Edit namafile.txt di Linux vi namafile.txt  [ untuk linux bisa menggunakan editor selain vi, misal nano, pico dsb ]


dan sebagainya, gunakanlah man atau info di linux shell untuk mencari bantuan dalam mengeksekusi suatu perintah.

Fakta lainnya :



1. Linux menggunakan case
sensitive, yang artinya penulisan antara huruf besar dengan huruf
kecil  berbeda, misal Data.txt tidak sama dengan data.txt. Maka dalam satu folder kita bisa memiliki banyak file dengan nama kombinasi "data.txt"  disini
kita ambil contoh kombinasinya :



Data.txt

daTa.txt

DATA.txt

DAta.txt

datA.txt

data.txt

dan seterusnya. Hal ini berbeda dengan sistem pada DOS ataupun windows.


2. Linux tidak ada extensi wajib seperti exe , com , dan bat ( batchfile ) yang dapat dieksekusi langsung ( executable file )







Share:

29 November 2009

ACER Netbook Ferrari One



ACER Indonesia has released a new Netbook Ferrari One. This one of eksclusive product of ACER, like the Acer Ferrari Notebook. This netbook is Powered by AMD platform with AMD 2nd ultra thint platform for notebook. This netbook come with the red Scudetto Ferrari cover and  the logo of pranching horse. The LED of wide screen of this netbook is setup at 1366 x 768 pixel that mean 16:9 ratio. The  vendor claim that this product will be able to bring  the full cinematic.

The audio system of Ferrari One  is setup by custom modification of Dolby Laboratory. As the core, Acer plug the AMD Athlon X2 L310, the one of power saving processor of the AMD. Video grafic accelerator is powered by ATi Radeon HD3200 High dev Video, and the high speed RAM DDR2 667MHz @4GB. Media data of the   ACER Netbook Ferrari One is 320 GB Hardisk Drive.

The prise of this product @ IDR 7,5 billion, over than average price of general netbook.
Share:

a Little Bit of Shell Command

Linux built with text command ( shell ). Shell is a program that input Unix Commands from the keyboard and relays them to the Unix system for execution. Shells typically include various shortcuts for users to use in stating their commands, and also a programming feature, in which users can make programs out of sets of their commands. It mean that we could run several program using the shell? Offcourse we do. Just type the command, so the program will running.

Example:

1. Runing firefox browser

type # firefox .The firefox browser automatically will run. If we want to surf to the certain address, just type like this #firefox address.

Example : #firefox www.ubuntu.com  the browser will bring us to the www.ubuntu.com

Note : 
Don't close the terminal windows, coz the runing program will close too. To prefent this, ubuntu have an answer. Just type nohup that mean send ignore signall to the system, when terminal is close, so the program will keep runing.


2. Install program from the shell?

No matter. Just type

#sudo apt-get install program_name
Example :

#sudo apt-get install vlc . This command will install vlc player to our ubuntu system.

3. Playing mp3 / ogg files from the shell?

This the command :
First time install vlc player #sudo apt-get install vlc wait for several time depend of your connection speed. Then type on the shell this command
#vlc -I filne_name.mp3, or add wildchart "*" to play  any file with the extention mp3 on the active directory.

Note :


we use uppercase i not l ( L )
The view of this command will show like this





How to increase or decrease the volume? use a and z . a to increase / volume up an z to decrease / volume down. To select title use arrow up and down then press enter

4. Download file

Ubuntu come with built in download manager wget. Just type all complete the target file location.

Case : If we want to download the older ubuntu the Ubuntu 8.04.1 release can be found at http://releases.ubuntu.com/hardy/ubuntu-8.04.1-desktop-i386.iso
on the shell we type :

#wget http://releases.ubuntu.com/hardy/ubuntu-8.04.1-desktop-i386.iso , the download progress will  show us the percentage and the long of the progress is depend of the speed of your connection. The file downloaded will be save to the active directory.

5. View graphic without graphical environment

First install aview to the system. On the  shell type #sudo apt-get install aview wait  the installation progress. When finished try to view your image using command.
#asciiview image_file.jpeg The result will like this, depend of the picture we viewed.








When use the synaptic, please install aview and imamagick packages.
use + / - and arrow to navigate the picture

6. On the dual OS between ubuntu and win, sometimes win refuse to boot, don't be panic. Let we  try to solve the win problem using our ubuntu.Use synaptic to search for the ntfsprogs package. Once it’s installed, unmount your Windows partition (if it’s mounted), and type sudo ntfsfix /dev/sda1 to check and fix the partition (assuming your Windows partition is /dev/sda1—likely if youi nstalled Ubuntu in a dual-boot configuration on a computer already running Windows). This tip is also useful if you see the “Cannot mount volume” error when
attempting to access your Windows partition from within Ubuntu.

7. Replace the native command with yours

Use alias.  You may wish to invent your own shell commands, which you can do with aliases.

For example

#alias ls "ls -F" That means that the ordinary ls command will always be replaced by ls -F, which I prefer because of its richer information content.

#alias mroe more
I often mistype the more command as “mroe,” so this automatically rectifies my error whenever I make this mistake.

#alias ls=’ls -F’
#alias mroe=more
Share:

28 November 2009

Extract zip, tar.gz, tar.bz2

Do you a Linuxer? Do you have some compressed file on your computer? I think, you have. We know, there are any kind of software which good job on compressed or uncompressed documents. On linux we known like Xarchiver.

Much of them come with graphical interface, it's OK. Do you love your linux? if you love it, I think you should try to learn about text base command. There are too much text base command on the linux os. Now, look the tittle of this post " Extract file zip, tar.gz,  tar.bz2 ".

OK, lets go to the area :

1. Extract tar.gz file.
Use this command, from the shell type

  • # tar -xzf file_name.tar.gz or
  • # tar -xvzf file_name.tar.gz

look :

  • tar -xzf abc.tar.gz
  • tar -xvzf file_name.tar.gz

Note :: additional -v  on the command will show the file(s) to be processed. All file will show to us.


2. Extract zip file
The command to extract zip file is :

  • #unzip file_name.zip

look this : unzip abc.zip

The documentation of this coimmand is just type #man unzip on the shell. The command will show us like this

just read the text, and learn what can we do.

3. Extract tar.bz2
For these files, the way to extract is :


  • #tar -xjf file_name.tar.bz2

or

  • #tar -xvjf file_name.tar.bz2

Documentation for this command, on the shell type #man tar

OK, we knew that it's only a little, but I wish it'll useable.
Share:

Blog Archive