Repository Server Debian “etch”

Seperti telah kita ketahui bahwa untuk CD master Debian 4.0 Etch berjumlah 3 DVD atau kalau dalam versi CD ada 21 CD sehingga akan sangat melelahkan apabila kita mau menambah program applikasi maka harus selalu memasukkan CD tersebut satu persatu, masalah ini dapat kita hindari dengan membuat suatu repository local yang tidak akan memakan jalur internet. Pembuatan repository ini dapat menggunakan CD, DVD atau bahkan image file berupa .iso maupun .nrg. Pada tutorial kali ini kita akan menggunakan image file *.iso tanpa harus mem-burnningnya dalam CD, usaha yang cukup ngirit… Baca tulisan ini lebih lanjut

Useful commands for the Linux command line

This short guide shows some important commands for your daily work on the Linux command line.

arch

Outputs the processor architecture.

$ arch
i686

cat

Outputs the contents of a file.

$ cat lorem.txt
test text aja

cd
Change the working directory.

$ cd /bin

chgrp
Change group ownership of files.

$ chgrp games moo.txt

chmod
Change access permissions of files.

$ chmod +x helloworld

chown
Change file owner and group.

# chown root lorem.txt
cksum

Baca tulisan ini lebih lanjut

PPPoE server dan PPPoE client dengan mikrotik

Point to Point Protocol over Ethernet (PPPoE) menyediakan protokol yang berguna untuk manajemen pengguna,  manajemen jaringan dan bermanfaat untuk  ISP dan administrator jaringan. PPPoE saat ini digunakan terutama oleh ISP untuk mengontrol klien untuk xDSL dan koneksi kabel modem serta jaringan Ethernet biasa. PPPoE  merupakan perpanjangan dari standar Point ke Point Protocol (PPP).  Mikrotik OS dalam hal ini  dapat difungsikan sebagai PPPoE  server maupun sebagai client.

Konfigurasi pada server PPPoE

1. Buat IP address pool yang nantinya akan diberikan ke client
[admin@server] > ip pool add ranges=192.168.2.10-192.168.2.20 name=ict-pool

2. Buat profile untuk PPPoE yang nanti akan digunakan
[admin@server] > ppp profile add name=ict-service remote-address=ict-pool local-address=192.168.2.1 dns-server=202.134.0.155

3.Tambahkan PPPoE server pada interfaces dengan profile yang telah kita buat pada no 2.
[admin@server] > interface pppoe-server server add service-name=ict-connect disabled=no interface=ether2 default-profile=ict-service

4. Buat user-user yang nanti kita perbolehkan untuk koneksi melalui service PPPoE dari server kita
[admin@Mserver] > ppp secret add name=anafis95 password=123 service=pppoe profile=ict-service

Konfigurasi pada PPPoE client

[admin@client]> interface pppoe-client add user=anafis95 password=123 service-name=ict-connect interface=ether1 add-default-route=yes disabled=no

Ok sekian dulu ……

FTP Server

FTP adalah layanan untuk melakukan untuk dapat melakukan transfer file dari client ke ftp server atau sebaliknya dari server ke cleint. Applikasi yang digunakan untuk membuat FTP server kali ini menggunakan proftpd. Server FTP melakukan otentifikasi semua pengguna yang meminta koneksi kepadanya. Kita dapat mengkonfigurasi server FTP untuk menerima koneksi hanya dari pengguna yang telah mempunyai account pada sistem yang menjalankan server FTP atau dapat dikonfigurasi untuk menerima koneksi dari semua komputer, melalui fasilitas yang dikenal sebagai anonymous FTP. Langkah-langkah instalasinya sebagai barikut : Baca tulisan ini lebih lanjut

File Sharing (SAMBA Server)

2. File Sharing (SAMBA Server)

Pada file sharing di windows menggunakan Server Messege Block (SMB) sehingga pada masing-masing hosts yang saling terkoneksi dalam jaringan dapat saling bertukar file maupun printer. Agar file-file di linux dapat dikenali oleh hosts windows maka perlu digunakan applikasi khusus agar mesin linux seolah-olah oleh windows dikenali sebagai os windows juga, untuk keperluan ini pada diperlukan applikasi SAMBA yang diinstall pada linux

Baca tulisan ini lebih lanjut

DHCP Server

DHCP (Dynamic Host Configuration Protocol) adalah protokol yang berbasis arsitektur client/server yang dipakai untuk memudahkan pengalokasian alamat IP dalam satu jaringan. Sebuah jaringan lokal yang tidak menggunakan DHCP harus memberikan alamat IP kepada semua komputer secara manual. Jika DHCP dipasang di jaringan lokal, maka semua komputer yang tersambung di jaringan akan mendapatkan alamat IP secara otomatis dari server DHCP. Selain alamat IP, banyak parameter jaringan yang dapat diberikan oleh DHCP, seperti default gateway dan DNS server. DHCP didefinisikan dalam RFC 2131 dan RFC 2132 yang dipublikasikan oleh Internet Engineering Task Force. DHCP merupakan ekstensi dari protokol Bootstrap Protocol (BOOTP)

Baca tulisan ini lebih lanjut

458581.png

What’s the Sleeping Disease?

By: Stefan Anitei, Science Editor
We proud ourselves with the latest technological achievements, the performances of the latest computers, or newly discovered galaxies and black holes, but in the XXIst century, there are still infections against which we are defenseless and which, with all the medical advances, keep on killing millions of people every year. Poverty, war, lack of health infrastructure, immigration, trade, globalization contribute to their spread chagas.

The toxins released by the parasite harm especially the central nervous system and the heart muscle. First, the victims have severe headaches (because of the meningitis), fever, edemas and nausea. Because the diseased cannot sleep during the night, they doze during the day, hence the name of the disease. In advanced stages, when the attack on the brain is severe, the parasite causes madness, coma and death.

About 60 million Africans are infected with Tripanosoma, but only 4 million get treated, and the parasite is responsible for 150,000 casualties each year.

The most exposed categories to the fly’s bite (and Tripanosoma transmission) are people working in the field, those washing in the river, and worse, babies carried on the back by their mothers.

Tripanosoma also affects the livestock, killing or inducing low fertility, weight and productivity, with severe economical losses. And the habitat of the tse-tse fly spreads over 10 million square km in 36 African countries. Chagas is found in certain areas of Central and South America.

Horses are the most sensitive to the tse-tse fly, presenting the highest death rates. Amongst the cattle races, the zebu cattle, coming from India, is the most resistant variant. The presence of this fly explains the lack of horses and cattle keeping in many African areas. Wild fauna (like zebra and antelopes) are extremely resistant to Tripanosoma infection. 

DFMO, the most effective drug against Tripanosoma, can also cause the death of the human host and it isn’t produced any more. Currently, melarsoprol with arsenic is used, fact which also induces a death toll of up to 10 % of the diseased.

Stopping the contamination cycles and the treatment of the victims is hard to achieve, especially when the treatment costs about $90, a small fortune in most African countries. Vaccines are available only for the carrying livestock. The main efforts are headed towards the elimination of the tse-tse flies. 

Kembalikan GRUB ku!


Sebagian dari kita mungkin sudah 100% pengguna Linux (tidak ada OS lain selain Linux di komputer / notebook), sebagian lagi mungkin masih Linuxer Gado-gado (memilih menggabungkan Linux dan Windows). Hal ini sudah dapat dimaklumi karena memang keduanya bisa jadi saling melengkapi, masing-masing mempunyai kelebihan dan kekurangan.

Baca tulisan ini lebih lanjut

Screenshot install Fedora 7

Beberapa waktu yang lalu, Fedora team me-rilis versi terbaru mereka, Fedora 7. Ada yang sudah mencoba melakukan instalasi distro ini? Berikut ini tutorial “how to install Fedora 7 from LiveCD”.

Fig: Fedora LiveCD installer

Baca tulisan ini lebih lanjut

Ikuti

Get every new post delivered to your Inbox.