Backup system for small network

May 22, 2007 on 10:42 pm | In Zend Framework, Linux Admin, Backup | No Comments

From my last post, I got an idea about center backup system for a small network. There are a lot small companies in town. The typical network is about around 10 computers runing Windows OS  and all of them share one internet connection via a small switch and a router.  They usually use CD/DVD-R/RW to backup their data. The problem is, at very beginning , everybody likes to do it, after a couple of weeks, most of them feel it boring and useless. After a couple of monthes, I can say, nobody likes it.

When I used the WinSCP since my last post. I am thinking of seting up a linux server with SSH server. In each Windows client, setup WinSCP. The linux server can be setup anywhere, even in the boss’s home as long as the Internet connection is stable. Not like Samba, scp is pretty easy to use and the WinSCP is powerful.

Zend_Validate is released

February 8, 2007 on 1:03 am | In Zend Framework | 3 Comments

Go to here to download

To avoiding unexpected input one my demo,  I will add the Zend_Validate to it soon.

Zend Framework(0.7.0) could not recognize index.php

January 31, 2007 on 1:12 pm | In Zend Framework | 2 Comments

Thanks for Tony for your comment!

My patch for version 0.7.0

In library\Zend\Controller\Request\Http.php
After line 531, add

Code (php)
  1. // Remove the .php from REQUEST_URI
  2. if ($pos = strpos($requestUri, ‘.’)) {
  3. $requestUri = substr($requestUri, 0, $pos);
  4. }
  5.  

or you can go to framework.zend.com/issues/browse/ZF-835 to see how Zend Framework team solves this problem

January 31, 2007 on 1:11 pm | In Zend Framework | No Comments
Next Page »

Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds. Valid XHTML and CSS. ^Top^