Tag Archives: server

Yeah! Framework Initial Configuration

After creating initial project your structure might look like this: . ├── app_name │   ├── config │   ├── controllers │   │   └── HomeController.php │   ├── data │   ├── models │   └── views │   ├── index.php │   └── layouts │   └── … Continue reading

Posted in PHP, Posts in English, Programming, Web development, Yeah! | Tagged , , , , , , , , , , , | Leave a comment

Install and configure Yeah! DevTools

Hi people, long time passed since my last post. I’ve been busy with various things, but now I’m working to redeem myself. I’ve started writing simple learning PHP framework until it became a monster. Today it’s a full blown framework. … Continue reading

Posted in PHP, Posts in English, Programming, Web development, Yeah! | Tagged , , , , , , , , , , , , , | Leave a comment

Install and configure bind9 DNS server

Bind9 is the DNS server used to resolve domain names to IP addresses. Since it’s the most popular, I’ll be explaining here how you can set it on your own linux box. I’m running my Debian Squeze GNU/Linux, but the … Continue reading

Posted in General, GNU/Linux, Posts in English, Web development | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | 3 Comments

Installing Apache Tomcat on Debian Squeeze

I had some trouble configuring Tomcat server for Java Server Pages(JSP) to work on a particular port on my first install. This post will be brief because there isn’t much work to get the basic configuration going on Debian Squeeze. … Continue reading

Posted in GNU/Linux, Java, Posts in English, Web development | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , | 1 Comment