Posted by edfintyo | Posted in Server | Posted on 08-09-2012
The Best Linux Web Server Software (& Apache Alternatives)

Since the protocol that runs the world wide web – the HTTP protocol – is open and viewable to the entire world, anyone with the programming knowledge is able to write their own web server. In fact Wikipedia lists over 60 web servers and those are only the ones released to the public. So which is the best one that you should run on your Linux server?
To be able to determine the ‘best’ one we need to look at several factors. Ultimately it depends on what your end goal is since some web servers are geared towards a kind of client, others for speed and others for security. The main factors we are going to look at are reliability, speed, security and ease of use.
A lot of web servers will make claims to being the “king” of one or more of these factors. However I believe the proof is in the pudding and if you look at actual web server usage across the internet you get a better idea of the wisdom of the crowds. Netcraft has been keeping track of web server types, hostnames and other data since 1995 and is a great way to see what the current trends are in web server usage.
Here is their web server usage survey up until December 2010: Read the rest of this entry »
Posted by bagus | Posted in Server | Posted on 02-08-2012
kali ini saya akan menjelaskan cara membuat database MySql di Linux. Sebagai catatan distro Linux yang saya gunakan adalah distro Ubuntu 11.04 dengan desktop environment GNome 3. Sedangkan xampp versi Linux yang saya pakai adalah versi 1.7.4. Oke berikut ini tutorial langkah demi langkah membuat database MySql di Linux
Langkah pertama buka web browser kamu dan ketikkan localhost pada bagian alamat web browser.
Langkah kedua pilih menu phpMyAdmin dibawah menu Tools. Untuk lebih jelasnya coba perhatikan gambar dibawah ini

Langkah ketiga ketikkan nama database di text box yang terletak di bawah tulisan create new database dan klik tombol database. Maka database akan dibuat. pada tutorial ini saya akan mencoba membuat database dengan nama db_Sekolah. Untuk lebih jelasnya perhatikan gambar dibawah ini Read the rest of this entry »
Posted by bagus | Posted in Server | Posted on 26-07-2012
Mungkin sebagian dari anda semua pada tau bagaimana membuat web server di Ubuntu, tapi ada baiknya saya posting disini, cloud computing dll. Jadi Thread ini bisa jadi patokan, Amiin…
Ana asumsikan kompi terhubung ke inet atau repo lokal via cd atau LAN.
buka terminal, install beberapa paket ini :
sudo apt-get install apache2
test apakah web server sudah terinstal dengan baik dengan cara buka browser anda dan ketikkan localhost . Read the rest of this entry »