Posisi Bulan pada tanggal 19 Juli 2012

Posisi Bulan pada tanggal 19 Juli 2012 (29 Sya'ban 1433H) pada pukul 17:40:57.

Gambar 2

Pemandangan 2.

Gambar 3

Pemandangan 3.

Gambar 4

Pemandangan 4.

Gambar 6

Pemandangan 6.

Gambar 7

Pemandangan 7.

Gambar 8

Pemandangan 8.

Gambar 9

Pemandangan 9.

Gambar 5

Pemandangan 5.

Gambar 10

Pemandangan 10.

Monday, June 07, 2010

Internet Sehat dengan Memblokir Situs Porno

Beritanya sih udah terlambat, tapi gapapa. Ceritanya kemarien kan baru minta dipasangin speedy ke telkom. Dari sana dapet brosur yang ada informasi tentang berinternet sehat dengan memblokir situ porno menggunakan DNS Nawala.


Domain Name System (DNS) nawala merupakan DNS gratis yang dibangun untuk tujuan memblokir situs-situs porno salain itu juga dapat mencegah malware, phising (penyesatan), dan sejenisnya.

Untuk menggunakan DNS Nawala cukup mudah, yaitu cukup melakukan perubahan konfigurasi IP DNS komputer/server DHCP/modem router/router ke alamat IP 180.131.144.144 (primary) dan 180.131.145.145 (secondary).

Setelah saya coba Alhamdulillah bekerja dengan baik

Wednesday, May 26, 2010

Introduction to Computer Network

Bismillah ... Assalaamualaikum brother..., alhamdulillah I try to start writing some of the things I've learned or am studying about computers. I will begin by computer networks. I think a lot of friends are already familiar with computers and computer networks. Because almost all areas of work are now using computers. To The extent my brother that still sitting in the elementary school classroom was already introduced to the computer. In fact, when I was in high school, I do not know what the name of the mouse. After seeing for the first time, when our time together my friends invited Mr. Mustakim or maybe Mr. Muktasim ? (Teacher of PPKN in SMA N 1 Kebumen, excuse me sir I forgetful), go to the Post Office Kebumen near the plaza, to introduce the Internet to us. I think I see many of my friends have already familiar with computer, like Ipin (Zaenal Arifin). I asked him, how's that way to use it? : -?. it's just a movable , continue on the left-click or right-click .... It was just a glimpse of my acquaintance with the mouse and the internet:)

What Is Google Wave?

Google WaveIt is a fundamental question about the things we want to know, basically Google Wave has several innovative features, just call as real-time communication platform.

This software will combine aspects of email, instant messaging, wikis, web chat, social networking, and project management in the packing in a form of platforms and make it as browser communication client.

Roughly you can bring a friend or your business partner group together to discuss what happened and you can also make sharing files.

Some of its technical features consist of:

Real-time:

in all things, you can see what other people type of character per character, not just see the message "I'm typing."

Embeddability:

Waves can be embedded into your blog or website.

Learning jQuery?

What Is JQuery ?

JQuery is a framework / library that can help us simplify and speed up the processing of DOM on web pages.
With jQuery we can create more engaging and interactive web easily. jQuery already mengautomasi public jobs and mempersimple complex code. This library is very small and has a lot of pluggin that can facilitate us.
As for the features are offered by jQuery

  • Simplify access and manipulation to the particular page. jQuery selector that offers a robust and efficient to retrieve a specific section of the document can then be manipulated.

  • Simplifies the display change to the document. jQuery CSS can change the look easily.

  • Responding to user interaction with a webpage. jQuery has a very, very elegant way to insert an event into one part of the webpage.

  • Adding animation. We can provide animation on our webpage with jQuery

  • Easing AJAX.


Well let's start with the installation jQuery. in this tutorial will be divided into five sections of the installation, manipulation, event, animation and ajax. in this article will discuss about the installation and manipulation.

Tuesday, January 26, 2010

Soal Ujian Susulan Web Statis

Buat halaman web pribadi yang terdapat di dalamnya frame, table, list, css, javascript, text berjalan, form dsb.....

Monday, November 09, 2009

Mengaktifkan mod_rewrite di apache

Sebenarnya masalah ini sih dah lama. Berawal dari beberapa kali perbaiki server web, eh... malah beberapa menu ga berfungsi. Setiap kali ga bisa, harus nanya terus sama mas google. Masalahnya ga dicatet sih. Dah tau pelupa ga pernah nyatet.

Maka dari itu hari ini coba tak catet.

Nah setelah nanya sama mas google, akhirnya ditunjukan ke alamat ini nih :
http://mukaromalisyaban.wordpress.com/tag/aktifkan-mod_rewrite/

Kalo menurut mas mukaromalisyaban, dia bilang :

Sederhananya mod_rewrite digunakan untuk menyembunyikan file index agar tidak ditampilakan pada url. contohnya:

jika kita menggunakan CI (codeigniter) halaman yang dipanggil adalah sbb :

http://localhost/mysite/index.php/contact/

nah untuk menghilangkan index.php yang terdapat diantara mysite dan contcat adalah dengan menggunakan kombinasi antara .htaccess dan mod_rewrite. hasinya nanti menjadi :

http://localhost/mysite/contact/

Berbeda dengan apache versi 1 pada apache versi 2 (apache2) terdapat perbedaan struktur file. Singkatnya pada apache2 untuk mengatifkan mod_rewrite harus melalui 2 tahap yaitu:

1. menuliskan konfigurasi load module pada bagian mods-enabled (/etc/apache2/mods-enabled)

2. mengubah AllowOverride None menjadi AllowOverride All pada bagian 000-default yang terdapat didalam folder sites-enabled ( /etc/apache2/sites-enabled)

Ok.supaya lebih cepet..gini nih langkah yang dibutuhin :

  1. buka folder mods-enabled (/etc/apache2/mods-enabled), cari apakah sudah terdapat file rewrite.conf. jika sudah periksa apakah isi file tersebut mengandung syntax ini : LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so . jika sesuai masuk ke langkah ke 2.jika file tidak ada, buat file baru dengan nama rewrite.conf dan isikan syntax diatas.
  2. buka folder sites-enabled ( /etc/apache2/sites-enabled) pilih file 000-default cari bagian yang mengandung Options Indexes FollowSymLinks MultiViews, ubah bagian AllowOverride None menjadi AllowOverride All.
  3. skarang restart apache dengan perintah sudo /etc/init.d/apache2 restart.
  4. check apakah sudah aktif ato belom. caranya : sudo apache2ctl -l (perintah ini akan menampilkan semua modul yang aktif/dijalankan)
  5. coba deh lewat browser.
Nah jelas to... daripada yang ngejelasin saya nanti malah ga dong.... :)

Makasih ya mas semuanya, yang dah mbantuin saya :)



Wednesday, October 28, 2009

Install Google Chrome di Ubuntu

Google Chrome??? Cara installnya di ubuntu gimana ya? akhirnya tak coba nyari di google. Eh... nemu juga akhirnya di : http://www.ubuntugeek.com/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package.html

Ini nih cuplikan tulisannyya:

wget http://media.codeweavers.com/pub/crossover/chromium/cxchromium_0.9.0-1_i386.deb

Now you have cxchromium_0.9.0-1_i386.deb package install this package using the following command

sudo dpkg -i cxchromium_0.9.0-1_i386.deb

Using Ubuntu PPA

First you need edit /etc/apt/sources.list file

sudo gedit /etc/apt/sources.list

Add the following two lines for Ubuntu 9.04 (Jaunty) Users

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main

For ubuntu 9.10 (armic) Users add the following two lines

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main

save and exit the file

Now add the GPG key using the following command

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5

Update source list

sudo apt-get update

Install chromium browser using the following command

sudo apt-get install chromium-browser

This will complete the installation






Saturday, October 03, 2009

Tugas Web Client


Coba skrip-skrip yang ada di file berikut, klik di sini

maaf, terlambat



Monday, August 03, 2009

Download Video Youtube

Gimana sih cara download youtube???

Ada beberapa software yang bisa kita gunakan:
1. Youtube Downloader

2. Flv Downloader

3. Save Flash

Bisa juga lewat website yang menyediakan seperti http://keepvid.Klo ga pingin pake software tambahan, download aja lewat youtube sampe selesai, klo udah sebetulnya ada file temporary yang udah terdownload.
Klo browsernya IE : cari filenya di
C:\Documents and Settings\Admin\Local Settings\Temporary Internet Files

Klo browsernya Firefox : cari filenya di
C:\Documents and Settings\Admin\Local Settings\Application Data\Mozilla\Firefox\Profiles\kvmdvq68.default\Cache

Admin disesuaikan dengan nama user yang aktif / LogIn

Cari file yang berukuran besar
Kopikan ke folder lain
ubah namanya dengan menambahkan ekstensi flv
Jalankan

Dah selesai...


Monday, July 20, 2009

Men-disable Autorun pada USB

Pada flash disc yang terkena virus biasanya (tidak selalu) terdapat file autorun.info yang di dalamnya terdapat perintah untuk menjalankan program virus. Nah, ketika flash disc tersebut dimasukkan ke drive USB yang fitur autorun-nya tidak di-disable maka secara otomatis Windows akan menjalankan program pada background tanpa adanya konfirmasi kepada user.

Salah satu cara untuk mengurangi resiko terkena virus tersebut adalah dengan mendisable fitur autorun pada drive USB. Ada pun caranya adalah sebagai berikut:

Klik tombol Start - Run.
Ketik gpedit.msc dan tekan OK.
Klik pada User Configuration - Administrative Templates - System.
Klik 2x pada Turn Off Autoplay.
Klik pada option Enable.
Pada option Turn off Autoplay on, pilih All drives.
Klik OK.
Selesai.
Catatan: gpedit.msc hanya ada di Windows XP Professional.

Sumber : http://www.klik-kanan.com/men-disable-autorun-pada-usb.htm



Saturday, July 18, 2009

Relaying Postfix SMTP via smtp.gmail.com

I’ve got a few servers in different places around the country and try to monitor them using the logwatch utility. One problem that I’ve run into however is that a few of these servers are not able to send their logwatch emails to me, based on email restrictions by the ISPs. I spent some time this afternoon researching what was required to have my servers authenticate to my gmail account and send me the mail that way. This setup assumes Ubuntu 8.04 (or later) and Postfix.

Install the required packages

sudo aptitude install postfix libsasl2 ca-certificate libsasl2-modules

Configure Postfix

This tutorial will not outline how to configure your postfix server, but we’ll jump directly to the relayhost section. You’ll want to add the following lines to your /etc/postfix/main.cf file:

relayhost = [smtp.gmail.com]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_tls_CAfile = /etc/postfix/cacert.pem
smtp_use_tls = yes

The above lines are telling Postfix that you want to relay mail through gmail on a specific port, telling it to authenticate, and where to find the username and password. The last three lines specify the authentication types supported, where the certificate authority file is and that it should use tls.

Define Username and Password

Next we’ll need to populate the sasl_passwd file. Create the file /etc/postfix/sasl_passwd with the following contents:

[smtp.gmail.com]:587 user.name@gmail.com:password

This file should have restrictive permissions and then needs to be translated into a .db that Postfix will read.

sudo chmod 400 /etc/postfix/sasl_passwd
sudo postmap /etc/postfix/sasl_passwd

At this point you can restart Postfix and it should work, however it will complain about not being able to authenticate the certificate. To take care of this issue we’ll use the ca-certificate package we installed and tell it where it can validate the certificate.

cat /etc/ssl/certs/Thawte_Premium_Server_CA.pem | sudo tee -a /etc/postfix/cacert.pem

Go ahead and reload postfix (sudo /etc/init.d/postfix reload) and you should be set.

If this site has been useful, please consider participating in the Fundraiser.

Source:http://ubuntu-tutorials.com/2008/11/11/relaying-postfix-smtp-via-smtpgmailcom/




Ubuntu Linux vsftpd ftp service / server install, configuration howto

Ubuntu Linux comes with various ftp servers to setup FTP service such as:
=> proftpd - Versatile, virtual-hosting FTP daemon

=> vsftpd - The Very Secure FTP Daemon

=> ftpd - FTP server

=> wu-ftpd - powerful and widely used FTP server

=> wzdftpd - A portable, modular, small and efficient ftp server

=> pure-ftpd - Pure-FTPd FTP server

I recommend using vsftpd. It is simple and quite secure FTP server. According to vsftpd man page:

vsftpd is the Very Secure File Transfer Protocol Daemon. The server can be launched via a super-server such as inetd or xinetd. Alternatively, vsftpd can be launched in standalone mode, in which case vsftpd itself will listen on the network.

=> Default ftp port : 21
=> Default configuration file : /etc/vsftpd.conf
How do I set up the vsftpd daemon to accept connections from another computer?

The configuration of the vsftpd FTP service (read as daemon ) simply requires three steps.
Step # 1: Install vsftpd

Type apt-get command to install vsftpd
$ sudo apt-get install vsftpd
Output:

Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
vsftpd
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 121kB of archives.
After unpacking 438kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com edgy/main vsftpd 2.0.4-0ubuntu5 [121kB]
Fetched 121kB in 0s (246kB/s)
Selecting previously deselected package vsftpd.
(Reading database ... 31396 files and directories currently installed.)
Unpacking vsftpd (from .../vsftpd_2.0.4-0ubuntu5_amd64.deb) ...
Setting up vsftpd (2.0.4-0ubuntu5) ...
Adding system user `ftp' with uid 106...
Adding new user `ftp' (106) with group `nogroup'.
Not creating home directory `/home/ftp'.
* Starting FTP server: vsftpd

Step # 2: Configure /etc/vsftpd.conf

The default vsftpd configuration file is /etc/vsftpd.conf. You need to edit this file using text editor such as vi:
$ sudo vi /etc/vsftpd.conf

Add the following line (uncomment line) to the vsftpd configuration file:
local_enable=YES
Above config directive will allow local users to log in via ftp

If you would like to allow users to upload file, add the following to the file:
write_enable=YES

For security you may restrict local users to their home directories. Add the following to the file:
chroot_local_user=YES

Save and close the file.
Step # 3: Restart vsftpd

To restart vsftpd type the command :
$ sudo /etc/init.d/vsftpd restart
Output:

* Stopping FTP server: vsftpd [ ok ]
* Starting FTP server: vsftpd [ ok ]

How do I use ftp command line utility?

Now you should be able to FTP to this server with any account that exists on the system except for the root user. From Windows or other Linux system use ftp client, type the command:
$ ftp ftp.nixcraft.in
Output:

Connected to ftp.nixcraft.in.
220 (vsFTPd 2.0.4)
Name (ftp.nixcraft.in:vivek): vivek
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> pwd
257 "/"
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
-rw-r--r-- 1 1000 1000 91798 Aug 16 08:26 apf-current.tar.gz
-rwxr-xr-x 1 1000 1000 156 Nov 10 07:05 iptables.stop
drwxr-xr-x 3 0 0 4096 Dec 23 11:11 postfix
-rw-r--r-- 1 0 0 10481942 Nov 29 23:35 webmin_1.310_all.deb
226 Directory send OK.
ftp> quit
221 Goodbye.

Open FTP port using iptables (optional)

Add following rules to your iptables script. Assuming that default incoming policy is drop. If protocol is TCP and destination port is 21 (ftp):
iptables -A INPUT -p tcp -m tcp --dport 21 -j ACCEPT
See - How do I open open ftp port 21 using iptables for more information.

There are a large number of other configuration options available for vsftpd that can be used to fine tune ftp server. Read vsftpd.conf man page by typing following command:
$ man vsftpd.conf
Sumber : http://www.ubuntugeek.com/settingup-an-ftp-server-on-ubuntu-with-proftpd.html



Friday, July 17, 2009

Instalasi dan Konfigurasi LAMP server di Ubuntu 9.04 (Jaunty Jackalope)

Berikut ini adalah instalasi LAMP (Linux-Apache-MySQL-PHP) di Ubuntu 9.04 (Jaunty Jackalope) melalui command line:

1. Instal Apache: $ sudo apt-get install apache2 apache2-doc apache2-mpm-prefork apache2-utils apache2-suexec libexpat1 ssl-cert
2. Instal PHP: $ sudo apt-get install libapache2-mod-php5 libapache2-mod-ruby libapache2-mod-python php5 php5-common php5-curl php5-dev php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-mysql php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl
3. Instal MySQL: $ sudo apt-get install mysql-server mysql-client libmysqlclient15-dev
4. Instal phpMyAdmin: $ sudo apt-get install phpmyadmin

Konfigurasi Web Server Apache:

* Edit file /etc/apache2/sites-enabled/000-default, rubah pada bagian:


Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all


menjadi:


Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all


* Untuk aktifkan module rewrite gunakan command: $ sudo a2enmod rewrite, sehingga akan muncul:Module rewrite installed; run /etc/init.d/apache2 force-reload to enable.
* Jalankan/restart web server apache untuk mengaktifkan perubahan yang sudah dilakukan dengan command: $ sudo /etc/init.d/apache2 restart, jika berhasil maka akan muncul:

Restarting web server apache2
…waiting [ok]

Konfigurasi MySQL:

Untuk mengelola database MySQL gunakan phpMyAdmin. Anda perlu menambahkan user baru selain root untuk akses database nantinya.

1. Dari browser arahkan URL ke: http://localhost/phpmyadmin. Kemudian masukkan username root dan password.
2. Setelah login dihalaman phpMyAdmin, pilih tab Hak Akses. Kemudian tambahkan pengguna baru, beri hak atas akses database untuk host localhost.

Konfigurasi php.ini:
Silakan edit file /etc/php5/apache2/php.ini

Sumber : http://whplus.com/blog/2009/07/01/instalasi-dan-konfigurasi-lamp-server-di-ubuntu-9-04-jaunty-jackalope.html



Thursday, July 16, 2009

Setting WAP / GPRS menggunakan Sony Ericsson W200i

Setelah beberapa kali mencoba akhirnya jadi juga. Awalnya sih cuma bisa pake telkomsel aja. Pake SIMPATI. dan ternyata mahal banget.... :( Ga terasa habis banyak.

Gene neh settingannya

Masuk Menu Settings
Pilih Connectivity
Pilih Data Comm
Pilih Data Accounnts
Buat Account baru dengan memilih New Account
Pilih GPRS data
Kasih nama bebas
APN : telkomsel
Username : wap
Password : wap123
Authentication : None
Lainnya biarin aja dech

Tapi biasanya klo dari Sonernya udah dibuatin, jadi ga perlu buat New Account lagi
Kita tinggal masuk menu Internet Settings, Internet Profiles, New Profiles
Connect Using diisi dengan Account tadi yang udah dibuat, ato yang udah disediakan sama SONER, misal TSEL WAP GPRS
Klo udah, disimpan
Jadi dech


Kalo Pake IM3

APN : indosatgprs
Username : gprs
Password : im3
Lainnya sama dengan diatas

Tapi disini ada tambahan lagi
Setelah dibuat internet profilnya, pilih menu More, Settings
Use Proxy : Yes
Proxy Address : 010.019.019.019
Port number : 8080
username : gprs
password : im3

Padahal settingannya kemaren juga geto. tapi ga konek2. Ternyata setelah diisi pulsa lagi baru bisa.
Padahal sebelumnya aku dah isi pulsa yang kusus internet. Dan kalo dicek bonusnya juga ada gratis Internet

Setelah aku isi pulsa yang aku bilangnya yang bisa untuk telp sama sms, baru bisa. Aneeh.... apa aku yang ga ngerti ya....?


Konfigurasi / Setting POP Akses menggunakan Microsoft Outlook

Microsoft Outlook
Pilih menu Tools, Account Setting
Pada Tab Email, Click New
Pada Choose Email Service, pilih Microsoft Exchange, POP3, IMAP or HTTP. Klik Next
Pada Auto Account Settup, pilih Manually Configure Server Settings …, dengan member tanda centang. Klik Next
Klik Next lagi
Isi your name dengan nama, dan Alamat Email yang sesuai
Account Type : POP3
Incoming mail server : pop.gmail.com
Outgoing Server : smtp.gmail.com
User Name : nama user email
Password : passwordnya


Klik More Settings
Masuk Outgoing Server
Beri tanda centang pada My outgoing server (SMTP) requires Authentication
Logon using diisi dengan data yang sesuai
Masuk Tab Advanced
Incoming Server (POP3) : 995
Beri tanda cek pada This server requires an encrypted connection (SSL)
Outgoing Server (SMTP) : 465
Use the following encrypted connection pilih SSL
Klik OK

Jadi deh.

Untuk mulai download emailnya, pilih menu Tools, Send and Receive, Send And Receive All. Ato bisa juga tekan tombol F9 pada keyboard

Friday, June 26, 2009

Daurah Nasional Bersama Ulama Timur Tengah

Daurah Nasional Bersama Ulama Timur Tengah
[Print View] [kirim ke Teman]

بسم الله الرحمن الرحيم
السلام عليكم ورحمة الله وبركاته
الحمد لله، والصلاة والسلام على رسول الله
وبعد


DAURAH ILMIAH AHLUS SUNNAH BERSAMA MASYAYIKH
TAHUN 1430 - 2009


Alhamdulillah, segala pujian yang sempurna hanyalah milik Allah semata. Shalawat
dan salam semoga selalu terlimpah kepada Nabi Muhammad Shallallahu ‘alaihi
wassallam, keluarga, sahabat beliau dan orang-orang yang mengikuti beliau
hingga akhir masa.

Pada tahun 1430 H ini, insya Allah akan kembali diselenggarakan
daurah ilmiah bersama para masyayikh Ahlus Sunnah dari Timur Tengah.

Daurah yang kelima ini insya Allah akan menghadirkan
beliau, hafizhahumullahu jami’an :
1. Asy-Syaikh Dr. ‘Abdullah bin ‘Abdurrahim Al-Bukhari (Saudi Arabia)
2. Asy-Syaikh ‘Abdullah ibn Shalfiq Azh-Dzufairi (Saudi Arabia)
3. Asy-Syaikh ‘Ali ibn Yahya Al-Haddadi (Saudi Arabia)
4. Asy-Syaikh Khalid ibn Dhahwi Azh-Zhafiri (Kuwait)

Tema :
“Jalan Keluar dari Problematika Hidup adalah
Kembali kepada Allah Ta’ala dan Rasul-Nya, dengan bimbingan para Ulama”

Daurah insya Allah akan dilaksanakan pada:

Kontribusi : GRATIS

Waktu:
Hari Sabtu – Senin, Tanggal 25 – 27 Juli 2009 / 2 - 4 Sya'ban 1430 H
Pukul 09.00 WIB - selesai

Tempat:

Masjid Agung Manunggal, Bantul, DIY **)

Peserta :

Umum (ikhwan/laki-laki)
(Akhwat/ummahat mengikuti lewat link di beberapa tempat *))

Informasi selengkapnya silakan menghubungi panitia sbb :
Alamat : Jl Godean Km 5, Gg Kenanga 26B, Patran RT 1/RW 1, Banyuraden, Gamping, Sleman, DIY
Email : redaksi @ majalahsyariah.com
(Dapatkan info otomatis, kirim email kosong ke alamat daurah @ salafy.or.id)
Telpon : +62.81328022770 +62.274.626439

>>> Diharapkan menyebarkan informasi ini secara luas dengan alamat halaman situs ini http://daurah.salafy.or.id. Apabila ada perubahan, insya Allah akan diinformasikan lewat situs ini atau majalah Asy Syariah. Update terakhir 19 Juni 2009 pukul 17.07 WIB <<<

*** Insya Allah disiarkan lewat Paltalk, room Religion & Spirituality - Islam - Salafiyyin, nick name salafiyyin *** [Petunjuk pemakaian Paltalk, simak di www.salafy.or.id/upload/paltalk.zip ]

Jazakumullah khairan atas perhatian ikhwah semua.

Ttd

Panitia Pelaksana Daurah Ilmiah Ahlus Sunnah

Sumber:
http://www.salafy.or.id/modules/artikel2/artikel.php?id=1459



Sunday, June 14, 2009

Para Santri Menggugat Ustadznya

Yogyakarta, 09 Juni 2009
Assalaamualaikum Wr. Wb.

Dengan hormat, pak Untung, ini dari kami murid Al Quran. Kami ingin sekali untuk memohon meminta keadilan dari Pak Untung. Kami memaafkan pak Untung atas kejadian minggu kemarin di masjid, asalkan pak Untung meminta maaf kepada Ragil.


Dari beberapa kejadian yang sama telah menimpa kelas Al Quran (TQA). Seperti yang belum lama ini sudah ada keributan yang belum seutuhnya selesai. Seperti Ana dan juga Tina yang sudah pernah merasakannya tidak mau kejadian seperti ini terulang lagi.

Kami sempat berkumpul dan bertanya antara 1 dengan yang lain. "Apakah guru ini masih mempunyai rasa kemanusiawi?" ada yang beranggapan iya dan ada juga yang beranggapan tidak. Salah satu dari kami sempat berkata-kata, kalau memang pak Untung itu wali kelas Al Quran, seharusnya ia bertanggungjawab atas segala yang menimpa kelas Al Quran. Tapi apakah ia masih mau bertanggungjawab?"

Sebelumnya kami meminta maaf pak Untung. Bukan maksud dari kami untuk mengungkit masalah-masalah yang teah berlalu. Kami hanya bermaksud untuk meminta keadilan. Tetapi... pilihan tersebut kami serahkan sepenuhnya kepada pak Untung untuk memilihnya sendiri.

Hormat kami

Ragil Feri IDA Andri Citra Ana

Tina Shinta

Friday, May 08, 2009

Tuga Jaringan Komputer Kelas Malam

1.Apa yang Anda ketahui dengan layer/lapisan yang ada di dalam Jaringan Komputer? Sebutkan dan Jelaskan
2.Apa yang Anda ketahui dengan topologi Jaringan? Sebut dan Jelaskan
3.Apa fungsi dari Router dan Bridge?Berikut persamaan dan perbedaannya
4.Apa yang Anda ketahui dengan Protocol TCP/IP?
5.Anda diminta untuk membuat 3 buah (sub) jaringan di sebuah Instansi. Tersedia IP antara 167.205.137.110 – 167.205.137.130. Tentukan ada berapa banyak komputer tiap sub jaringan beserta IP masing-masing.

Jawaban dikirim ke uunboy@gmail.com



Saturday, April 11, 2009

Pemilihan di TPS Pengok GK I

Sebetulnya dah pingin posting dari kemaren, tapi karena kemaren2 koneksinya lambat, ya gpp lah baru diposting sekarang. Kamis kemaren, 9-4-09, Orang Indonesia lagi pada ikut-ikutan nyontreng, walopun ga semuanya seh.
Nah kemaren aku juga ikut-ikutan ke TPS neh, critanya kan kemaren dapet Undangan. Kirain sih ga kedaftar, eh waktu ke tempat sodara malah di datengin sama 'KPPS'-nya. kok diapit tanda petik? lha masalahnya ga tau sih nama sebenernya.
Langsung ajalah saya kasih foto2 suasanya waktu di TPS 22 Pengok, Demangan, GK, Yogyakarta.









Thursday, April 09, 2009

1. Transmision Control Protocol (TCP) adalah protokol yang umum dipakai di internet
untuk layanan lapisan transport. Apakah karakteristik dari layanan
yang diberikan oleh TCP?
2. TCP biasanya dipakai dalam model komunikasi client-server. Apakah sistem client-server itu?
3. Apakah remote login itu? Protokol standard apa yang dipakai di Internet untuk
remote login?
4. Jelaskan 3 sifat (karakteristik)penyampaian datagram dari IP (Internet Protocol)
di Internet?
5. Nomor IP 203.8.13.255 adalah nomor IP sebuah komputer yang terhubung ke Internet.
Bila tidak menggunakan subnetting, berikan nomor network serta nomor host
dari komputer ini. Termasuk kelas IP apakah nomor ini (A, B, atau C)
6. Jelaskan secara singkat operasi dari protokol CSMA/CD dari sublayer MAC yang digunakan dalam Ethernet dan LAN 802.3