|
| |
| |
| |
|
Statistics |
| Unique Visitors: 0 |
| Total Unique Visitors: 6512 |
| Visitors Out: 164 |
| Total Visitors Out: 164 |
|
|
|
| |
|
|
| |
|
| Installation Of Zimbra Collaboration Suite |
| 2008-08-26 08:11:11 |
You will need to download ZCS from the Zimbra website.
cd /tmp wget http://files.zimbra.com/downloads/5.0.2_GA/zcs-5.0.2_GA_1975.RHEL5.20080130221917.tgz
Next untar, change into the directory of the installer and run the installer.
tar xvzf zcs-5.0.2_GA_1975.RHEL5.20080130221917.tgz
cd zcs-5.0.2_GA_1975.RHEL5.20080130221917
./install.sh
The output should look something like:
Checking for existing installation…
zimbra-ldap…NOT FOUND
zimbra-logger…NOT FOUND
zimbra-mta…NOT FOUND
zimbra-snmp…NOT FOUND
zimbra-store…NOT FOUND
zimbra-apache…NOT FOUND
zimbra-spell…NOT FOUND
zimbra-proxy…NOT FOUND
zimbra-archiving…NOT FOUND
zimbra-cluster…NOT FOUND
zimbra-core…NOT FOUND
Read through the license agreement and hit [...]...
|
| |
|
| Install Postgresql and pgadmin3 in Ubuntu |
| 2008-08-25 20:35:24 |
PostgreSQL 8.2 version will be installed in Ubuntu 7.10 (Gutsy Gibbon)
sudo apt-get install postgresql-8.2 postgresql-client-8.2 postgresql-contrib-8.2
sudo apt-get install pgadmin3
This will install the database server/client, some extra utility scripts and the pgAdmin GUI application for working with the database.
Configuring postgresql in Ubuntu
Now we need to reset the password for the ‘postgres’ admin account for the server
sudo [...]...
|
| |
|
| Best Practices for Designing Group Policy |
| 2008-08-21 09:24:41 |
The first and obvious principle is to “Keep It Simple, Stupid!” or “K.I.S.S.” In the context of Group Policy planning, this means two things:
If a single domain will meet all your company’s needs, then use only one domain. The reason simply is that the number of Group Policy Objects (GPOs) you will need to create [...]...
|
| |
|
| Setting Repository PCLinuxOS 2007 |
| 2008-08-21 08:25:49 |
Oya, setting dahulu sources.list nya biar repo nya ngerefer ke kambing.ui.edu
1. Buka Terminal yang Administrator nya
2. Ketik nano /etc/apt/sources.list
3. Comment semua kalimat
4. Tambahkan di paling bawah
rpm http://kambing.ui.edu/pclinuxos/apt/ pclinuxos/2007 main extra nonfree kde
5. Save file dengan cara Ctrl+X lalu Yes
6. Lalu lakukan apt-get update
7. Lalu lakukan apt-get upgrade...
|
| |
|
| Mirror Slackware |
| 2008-08-21 08:24:22 |
Untuk mempercepat mendapatkan ISO Image atau Kumpulan Paket Slackware. Anda dapat mendownload-nya pada:
slackware.vip.net.id :
ftp://slackware.vip.net.id/pub/
http://slackware.vip.net.id/pub/
mirror.slackware-id.org :
ftp://mirror.slackware-id.org/pub/
http://mirror.slackware-id.org/pub/
slackware.linux.or.id :
ftp://slackware.linux.or.id/pub/
http://slackware.linux.or.id/pub/
kambing.ui.edu :
ftp://kambing.ui.edu/slackware/
http://kambing.ui.edu/slackware/
slackware.biz.net.id :
http://slackware.biz.net.id/...
|
| |
|
| Configuring Volume and Folder Quotas |
| 2008-08-17 03:00:48 |
This article walks you through the steps involved for configuring volume and folder quotas using File Server Resource Manager, a new feature of Windows Server 2003 R2. The article also explains how to create and use templates that can be used to quickly and easily configure quotas on home folders for users on your network.
Microsoft [...]...
|
| |
|
| Setting up a DHCP server in Windows 2003 |
| 2008-08-17 02:57:56 |
“Dynamic Host Configuration Protocol (DHCP) is an IP standard designed to reduce the complexity of administering IP address configurations.” - Microsoft’s definition. A DHCP server would be set up with the appropriate settings for a given network. Such settings would include a set of fundamental parameters such as the gateway, DNS, subnet masks, and a [...]...
|
| |
|
| Introduction to z/OS elements and features |
| 2008-08-16 03:34:16 |
z/OS consists of base elements and optional features: v The base elements (or simply elements) deliver essential operating system functions. The base elements are listed in Table 1 on page 3. When you order z/OS, you receive all of the base elements. v The optional features (or simply features) are orderable with z/OS and provide [...]...
|
| |
|
| Networking Basics |
| 2008-08-16 03:24:50 |
LANs (Local Area Networks)
A network is any collection of independent computers that communicate with one another over a shared network medium. LANs are networks usually confined to a geographic area, such as a single building or a college campus. LANs can be small, linking as few as three computers, but often link hundreds of computers [...]...
|
| |
|
| Choosing a Firewall |
| 2008-08-16 03:22:09 |
In this article, we’ll take a look at some of the factors you should consider when buying a firewall, features available on some of the most popular offerings, and how to compare the real cost of each (hint: the initial purchase price is only a starting point).
Every business organization that’s connected to the Internet needs [...]...
|
| |
|
| Using Netsh with Windows Firewall |
| 2008-08-16 03:18:37 |
Let’s say Bob sets up a Windows Server 2003 SP1 machine as a web and file server for internal use in his company. Knowing that the Windows Firewall/Internet Connection Sharing service is disabled by default, he opens the Services console under Administrative Tools and changes the Startup Type for this service to Automatic and then [...]...
|
| |
|
| Installation of Zlib 1.1.4 |
| 2008-08-14 09:56:34 |
did this installation on 13 March 2002. It seems to be very easy to make and install Zlib 1.1.4. The real problem is that everything in the OS which uses Zlib has to be recompiled.
After downloading and uncompressing the software, type
./configure
make test
make install
and as expected, it goes to the wrong place!!! I.e. it goes to [...]...
|
| |
|
| MySQL Installation For Slackware 12.0 |
| 2008-08-14 09:53:10 |
#as regular user
cd
cd build
tar -xzf ../src/mysql*
su
mv mysql* /usr/local/mysql
cd /usr/local
#User/Group may exist, but its ok to issue these commands and ignore errors.
groupadd mysql
useradd -s /bin/false -c “MySQL” -g mysql mysql
cd mysql
scripts/mysql_install_db
chown -R root .
chown -R mysql data
chgrp -R mysql .
#if using slackware, use this to put it in the rc.d
#cp support-files/mysql.server /etc/rc.d/rc.mysql
#if using redhat, or something [...]...
|
| |
|
| Installing Apache, PHP on Mac |
| 2008-08-14 09:51:46 |
Step 1: Downloading Apache 2
% curl -O http://apache.oss-mirror.org/httpd/httpd-2.2.4.tar.gz
% gnutar -xzf httpd-2.2.4.tar.gz
Step 2: Building and Installing Apache 2
% cd httpd-2.2.4
% sudo ./configure \
% –prefix=/apache2 \
% –enable-module=most \
% –enable-shared=max
% sudo make
% sudo make install
Step 3: Building and Installing PHP
% ./configure \
% –prefix=/apache2/php \
% –with-zlib \
% –with-xml \
% –with-ldap=/usr \
% –enable-cli \
% –with-zlib-dir=/usr \
% –enable-exif \
% –enable-ftp \
% [...]...
|
| |
|
| Installing MySQL On Mac |
| 2008-08-14 09:48:20 |
Now you have installed an Apache server with PHP running on it, you certainly want to boost PHP possibilities with a MySQL database.
There are two ways of installing MySQL, compiling it or getting an already compiled package,
this article will explain the second way.
You first have to get the package, you will find one on Veriontracker [...]...
|
| |
|
| Managing User Databases |
| 2008-08-12 02:41:55 |
If you’re already used to Windows 2000 or .NET Server user management, you’re familiar
with the Active Directory tool that takes care of the nitty-gritty details of the user database.
This tool is convenient, but it makes developing your own administrative tools trickier, since
the only other way to read or manipulate user information is through a series [...]...
|
| |
|
| Configuring Network Interfaces |
| 2008-08-11 21:30:07 |
Loading a driver, as described earlier in this chapter, is the first step in making a network interface available. To use the interface, you must assign it an IP address and associated information, such as its network mask (also called the subnet mask or netmask). This job is handled by the ifconfig utility, which displays [...]...
|
| |
|
| cPanel Installation for VPS |
| 2008-07-28 05:16:39 |
WebHost Manager uses comprehensive installers that take most of the effort out of installing the complex WebHost Manager software package. You will need the following to install WebHost Manager:
A basic server install of one of the supported operating systems listed at http://www.cpanel.net
A cPanel license (cPanel/WebHost Manager will not run without a license file).
NOTE: You can [...]...
|
| |
|
| Windows Admin with rdesktop |
| 2008-07-28 05:13:22 |
Whether your Linux server is under your desk or in a co-location facility clear across the country, virtually all system maintenance can be accomplished simply by logging in. ssh and tools such as up2date, apt-get, and any text editor make remote Linux system administration a snap. Remote maintenance of a Windows server can be (almost) [...]...
|
| |
|
| Recovery From Amanda |
| 2008-07-28 05:12:20 |
copper:/etc/amanda # amrecover
AMRECOVER Version 2.5.1p2. Contacting server on quartz.zmanda.com …
220 quartz AMANDA index server (2.5.1p2) ready.
Setting restore date to today (2007-01-08)
200 Working date set to 2007-01-08.
200 Config set to DailySet1.
501 Host copper is not in your disklist.
Trying host copper.zmanda.com …
200 Dump host set to copper.zmanda.com.
Use the setdisk command to choose dump disk to recover
amrecover>
amrecover> listdisk
200- [...]...
|
| |
|
| Mengatur Repositori YUM Centos |
| 2008-07-25 08:06:29 |
Hal pertama setelah installasi, adalah mengkonfigurasi repositori yum. Selain mempermudah proses instalasi aplikasi baru, konfigurasi yum juga untuk memastikan sistem kita up-to-date dengan cara mengatur repositori update menggunakan mirror terdekat dengan jaringan kita.
Untuk mengenal repositori YUM di CentOS, silahkan kunjungi http://wiki.centos.org/Repositories
Base Media REPO
Jika kita memiliki DVD instalasi atau berkas iso, kita bisa memanfaatkan media tersebut [...]...
|
| |
|
| Ronaldinho Disambut Milanisti |
| 2008-07-18 08:04:06 |
Ronaldinho diperkenalkan kepada publik oleh Milan di San Siro, Kamis (17/7). Separuh kursi stadion kebanggaan warga kota Milan itu terisi oleh publik yang sangat antusias menunggu Dinho....
|
| |
|
| Alhamdulillah, PKS Dapat No 8 |
| 2008-07-10 10:29:24 |
“Alhamdulillah, PKS dapat nomor urut 8.” Demikian pesan pendek Presiden PKS Ir H Tifatul Sembiring dari dalam ruang Rapat Utama KPU Jl Imam Bonjol Jakarta, Rabu(9/7). Meski Rapat Pleno KPU bersifat terbuka, namun tidak semua wartawan bisa masuk ke dalam ruangan. Alhasil, fungsionaris PKS yang turut menemani Tifatul di KPU hanya diam di luar ruang [...]...
|
| |
|
| Daftar Repository Lokal Ubuntu 8.04 LTS |
| 2008-07-05 12:29:05 |
mirror.its.ac.id (ITS, INHERENT)
deb http://mirror.its.ac.id/ubuntu hardy main multiverse restricted universe
deb http://mirror.its.ac.id/ubuntu hardy-security main multiverse restricted universe
deb http://mirror.its.ac.id/ubuntu hardy-backports main multiverse restricted universe
deb http://mirror.its.ac.id/ubuntu hardy-updates main multiverse restricted universe
kambing.ui.edu (UI, Telkom, Indosat, OpenIXP, INHERENT)
deb http://kambing.ui.edu/ubuntu hardy main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu hardy-updates main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu hardy-security main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu hardy-backports main restricted universe [...]...
|
| |
|
| Fatwa ulama seputar onani atau masturbasi |
| 2008-06-27 22:53:48 |
Kebiasaan buruk masturbasi/onani
Syaikh Shalih bin Fauzan bin Abdullah Al-Fauzan
Tanya :
“Saya seorang pelajar muslim (selama ini) saya terjerat oleh kabiasaan onani/masturbasi. Saya diombang-ambingkan oleh dorongan hawa nafsu sampai berlebih-lebihan melakukannya. Akibatnya saya meninggalkan shalat dalam waktu yang lama. Saat ini, saya berusaha sekuat tenaga (untuk menghentikannya). Hanya saja, saya seringkali gagal. Terkadang setelah melakukan shalat witir [...]...
|
| |
|
| Tips Membangun dan Membina Rumah yang Islami |
| 2008-06-23 23:52:15 |
Dalam membangun rumah yang baik,
sering orang menggunakan Feng Shui yang berasal dari budaya Cina. Padahal tidak
semuanya selaras dengan ajaran Islam. Jika keliru, mungkin bisa terjerumus
dalam kemusyrikan karena mempercayai adanya kekuatan selain Allah yang bisa
menyelamatkannya.
Dalam membangun rumah yang Islami,
sebetulnya dalam Islam ada beberapa petunjuk untuk itu. Di antaranya:
Tetangga yang Baik
Pilihlah rumah di antara tetangga
yang baik (kecuali [...]...
|
| |
|
| Jangan Yatimkan Anakmu ! |
| 2008-06-23 23:50:20 |
Ketika itu ada seorang anak kecil berusia sekitar 5 tahunan menyambut kedatangan sang ayah yang telah dinanti-nantikannya. Dia menggelayut manja di lengan sang ayah, menggandeng dan menariknya menuju pusat perhatiannya sambil bibir mungilnya terlontar ucapan,”Yah, ayah engga kangen sama aku tah ?” Sungguh ucapan itu begitu bermakna sampai membuahkan keharuan yang menyeruak dada karena kutahu [...]...
|
| |
|
| Setting Quota System |
| 2008-06-18 09:40:51 |
Pertama edit dulu /etc/fstab
#vi /etc/fstab
masukan partisi mana yg mau di setinng quota, saya seh di /home
/dev/hda2 /home ext3 defaults,usrquota 1 1
* hati2 yak fstab kalu salah edit bsia ngk booting
terus buat file aquota.user, caranya
#touch /home/aquota.user
terus di set permsionnya jadi
#chmod 600 /home/aquota.user
Terus di mount ulang, biar fstab yg kita ganti bisa berjalan
#mount [...]...
|
| |
|
| Buat Bridge di Mandriva 2008.1 |
| 2008-06-18 08:01:52 |
Pertama pastikan lan card kamu jalan yaks di n jangan lupa instal paket pendukung buat bridge bridge-utils, bridge-utils-devel cari aja di add remove di mandiriva
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:5B:2E:3A:D5
inet addr:10.11.12.6 Bcast:10.11.12.255 Mask:255.255.255.0
inet6 addr: fe80::211:5bff:fe2e:3ad5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:265528 errors:0 dropped:0 overruns:0 [...]...
|
| |
|
| Bidadari Surga |
| 2008-06-12 10:32:10 |
“Dan (di dalam surga itu) ada bidadari-bidadari yang bermata jeli, laksana mutiara yang tersimpan baik, sebagai balasan bagi apa yang telah mereka kerjakan.” (QS. Al-Waaqi’ah [56] : 22-24)
Sebuah kehidupan di Jannah yang penuh dengan kenikmatan yang tiada tara . Air yang terpancar dari mata air Kafur, Tsanim dan Salsabil serta sungai-sungai yang mengalirkan air susu.
Kemudian, [...]...
|
| |
|
| Gejala Demam Berdarah dan Pertolongan Pertama |
| 2008-06-10 00:14:42 |
Sekilas tentang demam berdarah yang pernah kualami. Mungkin bisa membantu…
Ada beberapa gejala penyakit demam berdarah:
- Bintik Merah
Seringkali di awal demam, tidak ada bintik merah. Ada beberapa kasus juga yang memang tanpa bintik merah.
- Panas Tinggi
Panas bisa turun naik, bisa juga tidak turun sama sekali sepanjang hari.
- Menggigil dan terasa ngilu tulang
Perasaan dingin di sekujur tubuh dan [...]...
|
| |
|
| Kembali Bermaksiat Setelah Bertaubat |
| 2008-06-09 20:27:16 |
“Katakanlah, ‘Hai hamba-hambaKu yang melampaui batas terhadap diri mereka
sendiri, janganlah kamu terputus asa dari rahmat Allah. Sesungguhnya Allah
mengampuni dosa-dosa semuanya. Sesungguhnya Dia-lah Yang Maha Pengampun
lagi Maha Penyayang’.” (Az-Zumar: 53).
Para ulama bersepakat bahwa ayat ini turun berkenaan dengan orang-orang
yang bertaubat. Barangsiapa yang bertaubat dari dosa-dosanya dengan taubat
yang semurni-murninya, maka Allah mengampuni dosa-dosanya semuanya,
berdasarkan ayat ini dan [...]...
|
| |
|
| Free Domain ind.ws |
| 2008-06-06 05:01:17 |
Untuk meningkatkan layanan kami kepada anda, kami mendaftarkan domain ind.ws sehingga kami bisa memberikan “subdomain” dari domain tersebut kepada anda, free, tanpa biaya apapun.
Siapa yang akan memerlukan domain tersebut?
- Jika nama domain yang sesuai dengan nama usaha anda tidak tersedia lagi. Anda sudah tidak bisa mendaftarkan nama domain tld .com, .net, .biz karena sudah didaftarkan [...]...
|
| |
|
| Setting Quota Untuk Mailbox Windows Server 2003 |
| 2008-06-04 00:02:31 |
1. Yang perlu diperhatikan adalah penyimpanan mailbox, saya telah menyimpan semua mailbox di D:/mailbox maka yg kita set quota adalah partisi D:
2. Karena pada pada saat create mailbox = create user jadi kita seting quota untuk user=mailbox, OK start the engine ….
3. Pertama buka windows expoler | cari partsi D: lalu klik kanan
4. Lalu [...]...
|
| |
|
| Onani |
| 2008-05-24 05:23:19 |
Technorati Profile
Kadang-kadang darah pemuda bergelora, kemudian dia menggunakan tangannya untuk mengeluarkan mani supaya alat kelaminnya itu menjadi tenang dan darahnya yang bergelora itu menurun. Cara semacam ini sekarang dikenal dengan nama onani (bahasa Arabnya: istimta’ atau adatus sirriyah).
Kebanyakan para ulama mengharamkan perbuatan tersebut, di antaranya Imam Malik. Beliau memakai dalil ayat yang berbunyi:
“Dan orang-orang yang [...]...
|
| |
|
| Chelsea Kalah, Anelka Salahkan Grant |
| 2008-05-24 03:12:29 |
LONDON - Striker Chelsea Nicolas Anelka masih belum menerima kemenangan Manchester United di Liga Champions. Dia melampiaskan kekesalannya kepada pelatihnya, Avram Grant yang tiba-tiba memutuskan untuk menurunkannya untuk menggantikan Joe Cole.
Anelka harus menunggu hingga 99 menit sampai Grant menyuruhnya untuk tampil. Tapi, ketika kedua tim memutuskan untuk menghasilkan kemenangan lewat drama adu penalti, mantan bomber [...]...
|
| |
|
| |
 |