Tampilkan postingan dengan label Linux. Tampilkan semua postingan
Tampilkan postingan dengan label Linux. Tampilkan semua postingan

20 Juni 2011

HJSPLIT di Ubuntu

Bagi anda yang suka download, HJSplit sangat populer karena dapat menggabungkan file-file yang terpecah-pecah. Bagi pengguna windows mungkin tidak ada kesulitan dalam menggabungkan file-file tersebut. Tapi, bagi pengguna linux yang masih newbie seperti saya, mungkin akan kesulitan untuk menggabungkan file-file tersebut.
Ternyata di Ubuntu kita juga dapat melakukan pengabungan file-file menjadi satu file.
Caranya dengan menjalankan perintah "concatenate" melalui terminal.

Oke mari kita coba praktekkan saja. Katakanlah kita punya 2 bagian file hasil dari download. Anggaplah nama file tersebut adalah "filmterbaru.avi.001" dan "filmterbaru.avi.002" dan kita akan menggabungkan kedua file tersebut menjadi "filmterbaru.avi".
Caranya adalah sebagai berikut:

cat filmterbaru.avi.001 filmterbaru.avi.002 > filmterbaru.avi


cat disini merupakan concantenate, perintah untuk melakukan pengabungan bagian-bagian file yang terpisah, karina merupakan nama file yang telah kita unduh, sedangkan tanda > merupakan tanda output dari pengabungan file-file tersebut, disini diberi nama filmterbaru.avi

Untuk file dengan nama yang mengandung spasi, gunakan tanda kutip pada penulisan nama filenya, termasuk juga untuk nama file output.
Continue Reading

17 Juni 2011

Install Driver Ethernet Atheros AR8152 di Ubuntu 10.04 (Kasus Acer D255)


Driver Atheros AR8152 secara default belum di support oleh ubuntu 10.04. Sehingga jika kita ingin menggunakan ethernet tersebut kita harus menginstal driver secara manual terlebih dahulu. Berikut langkah-langkah penginstallannya:

Jika kita tidak tahu ethernet yang kita pakai, kita bisa menggunakan perintah berikut untuk melihatnya

# lspci | grep Ethernet
02:00.0 Ethernet controller: Atheros Communications AR8152 v2.0 ....................

Nah.. kalau memang benar pake Atheros AR8152, langsung saja download drivernya di web ini

http://partner.atheros.com/Download.aspx?id=162

Setelah tersimpan, silahkan ekstrak dan install driver tersebut, bisa menggunakan perintah berikut

# sudo bash
# tar -xzvf AR81Family-linux-v1.0.1.14.tar
# make install
# modprobe atl1e

Setelah selesai silahkan restart ubuntu anda.
Driver atheros sudah terinstall dengan baik dan ethernet anda sudah siap di gunakan.

Selamat Mencoba dan Semoga berhasil
Continue Reading

13 Juni 2011

Uninstall Program di Ubuntu lewat Terminal

Kali ini kita akan membahas bagaimana cara menguninstal Program di Ubuntu lewat Terminal, bagi anda yang belum tahu bagaimana cara menginstall program di Ubuntu lewat Terminal, silahkan lihat di postingan sebelumnya.
Ok, langsung saja, buka senjata kita, Terminal, caranya bisa dengan menekan ALT+F2 lalu ketik gnome-terminal

setelah itu enter/klik Run
Terminal sudah terbuka. Untuk melakukan uninstall program silahkan ketik sudo apt-get purge nama_program_yang_diuninstal lalu enter
contoh
sudo apt-get purge stellarium

Jika muncul konfirmsi Do you want to continue [Y/n]? silahkan di jawab Y kemudian enter, maka proses uninstall program akan dilakukan.

Proses Uninstall telah selesai.
Selamat Mencoba...
Continue Reading

12 Juni 2011

Cara Install Program di Ubuntu Lewat Terminal

Sebelum melakukan instalasi, kita perlu menyeting repository terlebih dahulu.
Ok langsung saja buka Terminal. caranya bisa dengan menekan ALT+F2
lalu ketik gnome-terminal











setelah itu enter/klik Run
Terminal sudah terbuka.
Setting Repository
Silahkan ketik sudo gedit /etc/apt/sources.list lalu tekan enter.















Lalu ketikkan repository yang anda gunakan, misalkan anda menggunakan repository dari http://kambing.ui.ac.id
Kemudian simpan dan keluar dari gedit.



















Untuk Repository yang tidak digunakan silahkan beri tanda # di depannya.
Setelah itu kembali ke Terminal dan ketikkan sudo apt-get update lalu enter




















Ok, setting repository telah selesai selanjutanya ke penginstallan program
Menginstall Program
Untuk menginstall program perintah yang digunakan adalah sudo apt-get install namaprogram
contoh
sudo apt-get install stellarium lalu enter















Jika muncul konfirmasi Do you want to continue [Y/n]? silahkan dijawab Y kemudian enter.













Penginstalan telah selesai.
Selamat mencoba.
Continue Reading

12 Juli 2010

Mengganti Perintah BCL di Linux

Kali ini kita akan mencoba mengganti perintah pada BCL. Ada beberapa cara yang bisa dilakukan, diantaranya:
Menggunakan Perintah BCL sendiri yakni alias. Dengan perintah alias kita bisa membuat nama samaran dari perintah BCL yang lain.
Langsung aja rename perintah BCL nya... gampang kan... Hehehe...

Alias.
Untuk membuat alias sebenarnya sangat mudah, yakni langsung aja buka terminal. Terus ketikkan alias namasamaran=”namaasli”
contoh: alias kopifile=”cp”
Dengan perintah diatas maka kita membuat nama samaran dari perintah cp dengan nama kopifile. Jadi kita bisa mengcopy suatu file dengan perintah kopifile sekarang.

Merename.
Sebelum merename file perintah BCL, maka sebaiknya kita harus tahu dimanakah letak file yang akan kita rename tersebut. Untuk bisa mengetahuinya kita bisa menggunakan perintah whereis namafileyangdicari. Contoh: whereis cp maka akan keluar output sebagai berikut: cp: /bin/cp /usr/share/man/man1/cp.1.gz dengan rincian sebagai berikut: /bin/cp adalah letak file perintahnya, sedangkan /usr/share/man/man1/cp.1.gz letak file man nya.
Untuk merename kita bisa menggunakan perintah mv. Langsung saja ke contoh:
sudo mv namafileasli namafilesetelahdiganti
sudo mv /bin/cp /bin/kopifile
dengan cara tersebut maka perintah cp telah berubah menjadi kopifile.

Bedanya antara alias dengan merename adalah kalau kita menggunakan alias maka perintah asli masih bisa digunakan. Tapi kalau kita langsung merename maka perintah asli sudah tidak bisa digunakan lagi yang ada hanya perintah hasil rename.

Selain kita bisa mengubah perintahnya kita juga bisa mengubah man nya, kita bisa mengubah bahasa man menjadi bahasa indonesia. Bagaimana caranya... langsung aja ke TKP. Diatas kita telah mengetahui letak file man dari cp yakni di /usr/share/man/man1/cp.1.gz. Langsung aja ekstrak file tersebut dengan perintah: sudo gunzip /usr/share/man/man1/cp.1.gz. Setelah diekstark langsung aja edit file tersebut dengan menggunakan perintah : sudo gedit /usr/share/man/man1/cp.1. Setelah selesai mengedit file cp.1 simpan file tersebut dan compres file tersebut kembali, caranya gunakan perintah gzip. sudo gzip /usr/share/man/man1/cp.1. Kalau sudah selesai langsung aja coba apakah berhasil????....
Bagaimana Mudah ataukah sulit?.....
Continue Reading

27 Maret 2009

About Mandriva

Mandriva, formerly known as Mandrakesoft, is the publisher of Mandriva Linux, an easy-to-use and innovative operating system. It is one of the most popular Linux editions in the world. Dedicated to making open source technologies accessible to all users, the company offers a full range of products and services to individuals, enterprises and government organizations. Mandriva products are available online in 80 languages and in more than 140 countries through dedicated channels. Headquartered in Paris, France, the company is publicly traded on the Euronext Marché Libre.
More information at: http://www.mandriva.com

Continue Reading

24 Maret 2009

Linus Torvalds Bio

About Linus Torvalds

Official Portrait

Early Life

Linus Torvalds was born on December 28, 1969 in Helsinki, Finland. He is the son of Nils and Anna Torvalds. Both parents pursued careers in journalism. Linus took an early interest in computers mainly through the influence of his maternal grandfather. He excelled in math in secondary school. Linus and his family are part of a minority in Finland whose first language is not Finnish but Swedish, a fact which is not widely known. For this reason, early references to his pronunciation of Linux in Swedish were not understood or often cited as an error.

University Student

Linus Torvalds enrolled at the University of Helsinki in 1988 where he studied computer science. After buying a PC with an Intel 386 CPU, he began using Minix, an Unix-inspired operating system created by Andrew Tannenbaum for use as a teaching tool. Linus was not impressed with the system in general and in particular he lamented its inability to do terminal emulation, which he needed so he could connect to the university's computers. Linus decided to do the terminal emulation program himself, independently of Minix. These were the first steps toward creating Linux.

Linux Development

Linus quickly developed the terminal emulation program and it was sufficient for his needs for a while. However, Linus began thinking that it would be nice to be able to do other things with it like tranferring and saving files. This is where Linux was really born. Originally, Linus wanted to name his creation 'Freax' (pronounced like the English word freaks). He changed it to Linux at the prompting of a friend. In August, 1991, Linus announced on Usenet that he was working on this operating system:
From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds)
Newsgroups: comp.os.minix
Subject: What would you like to see most in minix?
Summary: small poll for my new operating system
Message-ID: <1991aug25.205708.9541@klaava.helsinki.fi>
Date: 25 Aug 91 20:57:08 GMT
Organization: University of Helsinki


Hello everybody out there using minix -

I'm doing a (free) operating system (just a hobby, won't be big and
professional like gnu) for 386(486) AT clones. This has been brewing
since april, and is starting to get ready. I'd like any feedback on
things people like/dislike in minix, as my OS resembles it somewhat
(same physical layout of the file-system (due to practical reasons)
among other things).

I've currently ported bash(1.08) and gcc(1.40), and things seem to work.
This implies that I'll get something practical within a few months, and
I'd like to know what features most people would want. Any suggestions
are welcome, but I won't promise I'll implement them :-)

Linus (torvalds@kruuna.helsinki.fi)

PS. Yes - it's free of any minix code, and it has a multi-threaded fs.
It is NOT protable (uses 386 task switching etc), and it probably never
will support anything other than AT-harddisks, as that's all I have :-(.

Linus uploaded the first version of Linux, version 0.01 in September of 1991. Then Linux belonged to the world.

Marriage and a Family

In 1993, Linus was teaching an introductory computer course at the University of Helsinki. A young woman in the class named Tove Monni emailed him and asked him out on a date. She would later become his wife. Tove and Linus went on to have three daughters, Patricia, Miranda and Daniela.

To the USA and Transmeta

In late 1996 Linus accepted an invitation to visit the California headquarters of Transmeta, a start-up company in the first stages of designing an energy saving CPU. Linus was intrigued by their work and in early 1997 he accepted a position at Transmeta and moved to California with his family. Along with his work for Transmeta, Linus continued to oversee kernel development.

Open Source Development Laboratory

In June of 2003, Linus left Transmeta in order to focus exclusively on the Linux kernel and began to work under the auspices of the Open Source Development Labs (OSDL) a consortium formed by high-tech companies which include IBM, Hewlett-Packard, Intel, AMD, RedHat, Novell and many others. The purpose of the consortium is to promote Linux development. OSDL merged with The Free Standards Group in January 2007 to become The Linux Foundation.

From : www.linux.org
Continue Reading

Linux

Linux is an operating system that was initially created as a hobby by a young student, Linus Torvalds, at the University of Helsinki in Finland. Linus had an interest in Minix, a small UNIX system, and decided to develop a system that exceeded the Minix standards. He began his work in 1991 when he released version 0.02 and worked steadily until 1994 when version 1.0 of the Linux Kernel was released. The kernel, at the heart of all Linux systems, is developed and released under the GNU General Public License and its source code is freely available to everyone. It is this kernel that forms the base around which a Linux operating system is developed. There are now literally hundreds of companies and organizations and an equal number of individuals that have released their own versions of operating systems based on the Linux kernel. More information on the kernel can be found at our sister site, LinuxHQ and at the official Linux Kernel Archives. The current full-featured version is 2.6 (released December 2003) and development continues.

Apart from the fact that it's freely distributed, Linux's functionality, adaptability and robustness, has made it the main alternative for proprietary Unix and Microsoft operating systems. IBM, Hewlett-Packard and other giants of the computing world have embraced Linux and support its ongoing development. Well into its second decade of existence, Linux has been adopted worldwide primarily as a server platform. Its use as a home and office desktop operating system is also on the rise. The operating system can also be incorporated directly into microchips in a process called "embedding" and is increasingly being used this way in appliances and devices.

Throughout most of the 1990's, tech pundits, largely unaware of Linux's potential, dismissed it as a computer hobbyist project, unsuitable for the general public's computing needs. Through the efforts of developers of desktop management systems such as KDE and GNOME, office suite project OpenOffice.org and the Mozilla web browser project, to name only a few, there are now a wide range of applications that run on Linux and it can be used by anyone regardless of his/her knowledge of computers. Those curious to see the capabilities of Linux can download a live CD version called Knoppix . It comes with everything you might need to carry out day-to-day tasks on the computer and it needs no installation. It will run from a CD in a computer capable of booting from the CD drive. Those choosing to continue using Linux can find a variety of versions or "distributions" of Linux that are easy to install, configure and use. Information on these products is available in our distribution section and can be found by selecting the mainstream/general public category.


www.linux.org

Continue Reading

10 Maret 2009

Perintah Dasar di Linux

Anda bisa menjalankan Perintah Dasar di Linux dengan memakai konsole , berikut beberapa contoh penggunaannya :


*melihat penggunaan perintah dasar --> #man
contoh : #man ls #man mv #man scp #man rm
*menampilkan file --> #ls
contoh : #ls -a #ls-la #ls -l #ls -h
*menampilkan isi file perlayar --> #less
contoh : #less catatan.sh
*menampilkan isi file perlayar % --> #more
contoh : #more catatan.sh
*menampilkan isi file paling atas --> #head
contoh : #head catatan.sh
*menampilkan isi file paling bawah --> #tail
contoh : #tail catatan.sh
*membuat direktori baru --> #mkdir
contoh : #mkdir laporan
*membuat direktori sekaligus beserta turunannya
contoh : #mkdir -p laporan/juli/2007
*menghapus direktori --> #rmdir
contoh : #rmdir laporan
*menghapus direktori sekaligus beserta turunannya
contoh : #rm -rf laporan
*memindahkan file --> #mv
contoh : #mv catatan.sh /home/denot
*mengganti / merubah nama file --> #mv
contoh : #mv catatan.sh tulisan.sh
*menyalin / mengcopy file --> #cp
contoh : #cp catatan.sh /home/denot
*menyalin / mengcopy folder --> #cp -rf
contoh : #cp -rf laporan /home/denot
*menyalin / copy file dijaringan --> #scp
contoh : #scp boneka.jpg 192.168.0.20:/home/nisa
*menyalin / copy folder dijaringan --> #scp -r
contoh : #scp -r laporan 192.168.0.20:/home/nisa
*melihat kapasitas memori yang dipakai --> #du
contoh : #du -h gambar.jpg
*merubah direktori aktif --> #cd
absolute path [nama direktori]
contoh : #cd laporan
relative path ../../../
contoh : #cd laporan/juli/2007
*membuat file baru (file kosong) --> #touch
contoh : #touch coba1
buat sekaligus #touch coba1 coba2 coba3
*menuliskan kedalam file --> #echo
contoh : #echo "nama saya" >> /dataku/catatan.sh
*menampilkan isi file --> #cat
contoh : #cat /home/deni/catatan.sh
*mengedit file (editor) --> #vi
contoh : #vi catatan.sh
*melihat partisi lengkap pada pc --> #fdisk -l
contoh : #fdisk -l
*melihat isi harddisk yg masih kosong --> #df -k
contoh : #df -k /dev/hda1
*men-Scandisk Harddisk --> #fsck
contoh : #fsck /dev/hda2
*melihat total memori yang dipakai --> #free
contoh : #free
*melihat direktori dimana kita bekerja --> #pwd
contoh : #pwd
*kompres file --> #gzip
contoh : #gzip -c test.txt > test.gz
*extract file kompres --> #gunzip
contoh : #gunzip test.gz
*kompres file --> #tar -czf #tar -czf
contoh : #tar -czf denot.tar.gz denot
( bz2 ): #tar -czf denot.tar.bz2 denot
*Extract file kompres --> #tar -xzvf #tar -xjvf
contoh : #tar -xzvf denot.tar.gz
( bz2 ): #tar -xjvf denot.tar.bz2
*membaca file format pdf --> #xpdf
contoh : #xpdf brosur.pdf
*remote pc lain di jaringan --> #ssh
contoh : #ssh root@192.168.0.20
*melihat ip address yang dipakai --> #ifconfig
contoh : #ifconfig eth0
*menginstall file rpm --> #rpm -ivh
contoh : #rpm -ivh ifolder3-server.i586.rpm
*mengupgrade file rpm --> #rpm -Uvh
contoh : #rpm -Uvh ifolder3-server.i586.rpm
*menghapus file rpm --> #rpm -e
contoh : #rpm -e ifolder3-server.i586.rpm
*melihat file rpm yang sudah terinstall --> #rpm -qa
contoh : #rpm -qa |grep xmms
*mounting media baru --> #mount
contoh : #mount /dev/sda /mnt/flashdisk
*melihat proses yang sedang berjalan --> #ps
contoh : #ps axf
*mendownload file di internet --> #wget
contoh : #wget -t0 -cb [nama file download] -O var/temp
*menampilkan routing table --> #route
contoh : #route -n
*membuat link file (shortcut) --> #ln
contoh : #ln -s linux-2.6.17.12 linux
*merubah kepemilikan --> #chmod
contoh : #chmod 777 /data/share
*menambahkan user --> #useradd
contoh : #useradd denok
*menambahkan password --> #passwd
contoh : #passwd denok
*mengunci password --> #passwd -l
contoh : #passwd -l denok
*membuka kunci password --> #passwd -u
contoh : #passwd -u denok
*membypass password --> #passwd -d
contoh : #passwd -d denok
*menghapus user --> #userdel
contoh : #userdel denok
*menambahkan group --> #groupadd
contoh : #groupadd suse
*menghapus group --> #groupdel
contoh : #groupdel suse
Continue Reading

Cara Instal Software Windows di Open Suse


Buat anda yang bingung untuk pake software kesayangannya, setelah dimigrasi dari microsoft windows ke Linux Open Suse, sekarang tidak usah khawatir, karena anda bisa menjalankan software kesayangan di windows seperti Adobe Photoshop, Dreamweaver MX, atau Microsoft Project (punya si abang Gates) pada komputer linux OpenSuse anda dengan bantuan software CrossOver Profesional versi 6, berikut adalah cara installasi dan menggunakannya :


Download file instalasi crossover dari internet yaitu file crossover-pro-6.0.0-1.i386.rpm , setelah itu masuk ke terminal dalam posisi # (root) kemudian ketikan perintah install yaitu : #rpm -ivh crossover-pro-6.0.0-1.i386.rpm , tunggulah sesaat software dalam proses penginstallan sampai 100% (success) , setelah teristall maka akan mucul pada K-menu anda menu software CrossOver, silahkan anda buka pada menu Install Windows Software untuk menginstall program software kesayangan anda, adapun software windows yang didukung langsung oleh crossover-pro-6.0.0-1. adalah :
- Adobe Framemaker 7.1
- Adobe Photoshop 7.0
- Cortona VRML Client
- Dreamweaver MX
- End Note 8.0
- Flash Player
- Lotus Notes 6.5.1
- Microsoft Office Xp
- Microsoft Project 2003
- Microsoft Visio 2003
- Microsoft Internet 6.0
dan masih banyak lagi.... bahkan game microsoftpun bisa diinstall .

langkah penginstallannya sebagai berikut :
dari K-Menu pilih menu CrossOver kemudian pilih menu Install Windows Software, tunggulah maka akan muncul jendela CrossOver Installation wizard pada menu install mode pilih Express Mode (Recommended) kemudian tekan Next, kemudian pada installer file berikan file yang akan diinstall dengan cara browse file untuk mencari dimana letak file setup yang anda simpan pada harrddisk anda, contoh : setup.exe lalu klik open kemudian tekan Next, setelah itu lakukan seperti anda menginstall software tersebut pada windows xp, setelah selesai proses instalation tunggulah crossover akan membuat simulasi restarting seperti pada windows, setelah selesai anda sekarang bisa memakai software kesayangan anda....silahkan buka di K-Menu pilih windows aplications pilih programs kemudian pilih program yang baru anda install tadi....
mudah khan ...!!!

jika anda akan menginstall software aplikasi windows yang tidak ada / belum didukung dalam daftar menu softwaare crossover-pro-6.0.0-1 tadi, pada saat menginstall pada menu CrossOver Installation wizard pada menu install Software pilih install unsupported software kemudian pilih Next, pilih Next lagi, kemudian pada menu Select Product location pilih Other *.exe file kemudian click tombol Browse untuk mencari file exe tersebut kemudian tekan Next, berikan nama untuk bottle, kemudiann ikuti cara menginstall seperti anda biasa menginstall di windows xp sampai selesai.....

" Silahkan menikmati....!! "
Continue Reading

Cara install Virtual Box di Open Suse

Ambil instaler VirtualBox-1.6.4_33808_openSUSE103-1.i586.rpm
di http://www.virtualbox.org/wiki/Downloads
versi Binaries saja, bukan yang OSE (Open Source Edition).

instalasi akan meminta dependencies pam-devel
install saja di YAST - Software Management -
pada kolom search ketik pam-devel
pilih dengan memberikan tanda centang lalu tekan accept,
biarkan proses instalasi berlangsung.

kemudian lakukan instalasi :
#rpm -ivh VirtualBox-1.6.4_33808_openSUSE103-1.i586.rpm
tunggulah hingga instalasi selesai (100%)

Setelah terinstall, pastikan user login anda masuk ke dalam grup vboxusers.
Terus lihat pula Group ID (GID) dari vboxusers tadi. Kemudian tulis baris berikut ini dalam
/etc/fstab baris paling akhir.

none /proc/bus/usb usbfs devgid=XXX, devmode=664 0 0

dimana XXX adalah GID tadi. Hal ini perlu untuk menjalankan VirtualBox itu sendiri, dan agar port USB dapat diakses oleh Guest OS yang dipasang.

Restart OpenSuSE 10.3 ......!!!

kemudian buka virtual boxnya pada K-menu - System - pilih Sun xVM VirtualBox

setelah muncul tampilan menu Sun xVM VirtualBox
pilih saja New untuk membuat baru.
akan tampil menu halaman Welcome to the new Virtual Machine wizard!
tekan saja tombol Next.
akan ditanyakan nama mesin virtual dan tipe sistem operasi.
isi saja pada kolom nama misal : windowsku
kemudian pilih sistem operasinya misal : windows XP
tekan saja tombol Next.
pada menu memory atur memory yang dibutuhkan
atau tekan saja tombol Next untuk standard
pada menu virtual harddisk
pilih New lalu tekan Next untuk membuat virtual harddisk wizard!
pada menu Image Type pilih saja
Dynamically Expanding image
lalu atur image size yang diinginkan
kemudian akhiri dengan tombol finish.

setelah itu akan muncul virtual machine dengan nama windowsku
lalu pilih virtual machine tadi lalu tekan tanda start.

pesan error akan muncul
anda diminta melakukan /etc/init.d/vboxdrv setup

setup akan meminta dependencies gcc dan kernel-source
install saja di YAST - Software Management -
pada kolom search ketik gcc
pilih dengan memberikan tanda centang lalu tekan accept,
biarkan proses instalasi berlangsung.
begitu juga dengan intall kernel-source

lalu jalankan perintah tadi seperti dibawah ini pada konsole (#root):

linux-denot:~ # /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module done
Recompiling VirtualBox kernel module done
Starting VirtualBox kernel module done
linux-denot:~ #

jika terlihat seperti diatas maka sudah berhasil.

kembali ke menu Sun xVM VirtualBox
tekan tombol setings untuk melakukan setting yang diperlukan pada menu Sun xVM VirtualBox tadi

sekarang tinggal di install dech windows XP nya seperti biasa.

terus install dech software yang dibutuhkan seperti AutoCAD .. dll.

selamat mencoba....!!!
Continue Reading

Opensuse

http://tuma.vlsm.org/pub/opensuse/11.0/iso/cd/
Continue Reading

Pengikut

Designed By Blogger Templates