Create network drive using ssh to window env.

OK. Before I start on this one, I’m stating for the record that I’m posting this as much so I don’t have to find it again as anything. However, given the number of places online that I found this question asked, but not answered, I hope it proves useful to the folks who’ve been looking for it. Lanjutkan membaca Create network drive using ssh to window env.

Setup File Transfer Protocol (FTP) bagian II

1. Pendahuluan

Pada bagian I sudah diuraikan bagaimana menginstal ftp pada sebuah server yang sedang berjalan. Dalam uraian berikut, diuraikan bagaimana menginstal ftp pada server yang baru dibuat. Ketika proses instalasi sistem operasi server dilakukan, kita juga harus membuat slice untuk ftp. Kemudian di dalam uraian ini dipaparkan bagaimana menginstal ftp pada server Caldera OpenLinux sebagai contoh server unix disini.
Servis FTP begitu sederhana untuk digunakan dan dikelola, sehingga langkah setup servis FTP menarik untuk dilakukan pada waktu setup sebuah server. Syaratnya software unix Linux atau FreeBSD yang dimiliki harus sudah dilengkapi dengan file program FTP server. Langkah utama pada setup servis FTP antara lain : Lanjutkan membaca Setup File Transfer Protocol (FTP) bagian II

Setup File Transfer Protocol (FTP) bagian I

Di era Internet, orang yang akan mengambil file atau memindahkan file dari komputer server ke komputernya sendiri memakai program aplikasi FTP client. Program FTP server hanya dijalankan di dalam komputer server saja untuk menjawab request pemindahan file yang dikirim oleh komputer user dan akan mendownload file dari server ke komputer tersebut. Direktori FTP di dalam server merupakan sebuah slice tersendiri, dan dikendalikan oleh daemon tp.Bila hendak membuat file database dari user ftp, pergunakanlah gid dan uid dari system yang ada dan pilihlah gid serta uid yang tidak tidak terpakai.

Lanjutkan membaca Setup File Transfer Protocol (FTP) bagian I

Iptables Basic

Help File Library: Iptables Basics

Written By: Prince_KenshiI’m sure many of you have been wondering how to use iptables to set up a basic firewall. I was wondering the same thing for a long time until I recently figured it out. I’ll try to explain the basics to at least get you started.

First you need to know how the firewall treats packets leaving, entering, or passing through your computer. Basically there is a chain for each of these. Any packet entering your computer goes through the INPUT chain. Any packet that your computer sends out to the network goes through the OUTPUT chain. Any packet that your computer picks up on one network and sends to another goes through the FORWARD chain. The chains are half of the logic behind iptables themselves.

Now the way that iptables works is that you set up certain rules in each of these chains that decide what happens to packets of data that pass through them. For instance, if your computer was to send out a packet to www.yahoo.com to request an HTML page, it would first pass through the OUTPUT chain. The kernel would look through the rules in the chain and see if any of them match. The first one that matches will decide the outcome of that packet. If none of the rules match, then the policy of the whole chain will be the final decision maker. Then whatever reply Yahoo! sent back would pass through the INPUT chain. It’s no more complicated than that.
Lanjutkan membaca Iptables Basic

Membuat hotspot dengan menggunakan Belkin F5D7231-4 AP

Bagi rekans yang ingin membuat Wi-Fi Hostpot Internet Cafe dan ingin menambah pengetahuan, ini saya akan membagi-bagi pengalaman saya tentang bagaimana cara membuatnya mudah-mudahan dapat beguna bagi rekans sekalian, dan lumayan juga bisa untuk di jual.

Beberapa waktu yang lalu saya mencoba membuat Wi-Fi Hotspot mengikuti tutorial https://www.hendra-k.net/how-to-setup-a-wi-fi-hotspot.html. Pada tutorial tersebut menyebutkan untuk memakai Access Point dari Linsys WRT54G, namun pada saat itu saya mencoba dengan menggunakan dengan Belkin F5D7231-4 AP.

Berikut saya akan mencoba menjelaskan bagaimana cara membuat Wi-Fi Hotspot terserbut : Lanjutkan membaca Membuat hotspot dengan menggunakan Belkin F5D7231-4 AP

How To Setup a Wi-Fi Hotspot

A How To for DD-WRT, FreeRadius and Chillispot.

Creating a Wi-Fi Internet hotspot service from scratch can seem like a daunting task. I had many sleepless nights trying to get to grips with FreeRadius, DD-WRT, Chillispot etc. I hope that this How To helps you to avoid some of the problems I encountered along the way.

Regards Sean Bracken

********Warning ********

Following these instructions may invalidate your Linksys warranty. You do so at your own risk. These instructions assume that you have an understanding of Linux, PHP MySQL and Apache. If you brick your AP you might get it back by holding Lanjutkan membaca How To Setup a Wi-Fi Hotspot