Thursday 11th of March 2010

Jinzora – Build An Internet Jukebox

February 9, 2009 by Ivan  
Filed under Articles, Internet, Servers

If you want quick and easy access to your online music and video collection, you can create internet jukebox with Jinzora. Jinzora is free and open source media server written in PHP, that allows you to stream your music and videos to any device with a web browser. In this tutorial we´ll see how to set up jinzora.

Read more

How To Assign A Domain To Your Server

November 12, 2008 by Ivan  
Filed under Articles, Servers

If you want to have a website or a blog on your home server, your website should have a name assigned.
It would be bizarre, that visitors or you constantly type your IP address in the web browser. Especially if you have a broadband internet connection and an IP address that changes every 24 hours. In this tutorial we will see how to assign a domain to a server.

Read more

Home HTTP Server – How to create one

November 11, 2008 by Ivan  
Filed under Articles, Servers

In this tutorial we will see how to create an HTTP server. A web server is software installed on a computer that allows other computers to access specific files on that computer/server. There are many reasons to create your own home servers. For example: file sharing, so you can download files from your home computer from anywhere or you can create a web site on own server etc. Simply said It works like this; You choose a directory on your computer , in that directory add folders, files like music,video and etc. When you put the IP address of your computer the in web browser you can see all the files from that folder and you can download those files. Let’s now create a server(HTTP server!) using Apache(a server client):

Read more

Create an FTP server – Free and easy

November 9, 2008 by Ivan  
Filed under Articles, Servers

If your friends and you want an easy and a fast way to share files, you can create a server on your computer.

A short and free way to create an FTP server (File Transfer Protocol)? It’s actually a protocol which allows you to directly share files from one computer to another over the Internet. If your friend for example has limited space on your computer, he can upload all the files to the server and download them when he needs them. Read more