Posted by: Bobby Allen on: January 26, 2007
I have been working on the new features for the next release of Tyger which is projected to be release sometime this weekend ready for Monday. We have packed it full of new features so I thought I would let have a little taster:- Edit Bug Notes Delete Bug Notes Delete Uploaded Files Added total [...]
Posted by: Bobby Allen on: January 25, 2007
There has been a few bugs that have been logged at our bug tracking system at http://bugs.tygerbt.com which have been resolved as well as numerious new feature requests that have been added to the next version. We still have about 5 new features to be added to the system which should be completed by Sataurday [...]
Posted by: Bobby Allen on: January 24, 2007
I recently download Firefox 2, I must say I love it so much better that Firefox 1.x, The standard GUI is awesome, I think the Mozilla Development team have done a really awesome job with it. I would like to just post a thank you! So thank you Mozilla for this awesome browser! It has [...]
Posted by: Bobby Allen on: January 24, 2007
My next project named ‘gaZell’ pronouced ‘ga zelle’ as in the animal (Gazell) – Quick. The system is a highly portable, customisable and powerful, fast, enterprise ready forum package release under the CC:SA license. The system will be developed to be easily portable into any exsisting website. The kind of users we are expecting to [...]
Posted by: Bobby Allen on: January 24, 2007
Sorry I have not posted much on here recently I have been extremely busy getting my new network of web servers up and running (installing Linux, configuring, imaging, re-arranging exsisting network layout etc.) However im back and have quite alot to report on which I will do in abit! as im atwork today Have just [...]
Posted by: Bobby Allen on: January 17, 2007
Quote: Originally Posted by Littleweseth Also, is there a better way to get my files onto my local, private webserver than ftp? FTP tends to be finicky, delicate, and quanta has already nuked one project off my hard drive via a slight misconfiguration (inspired, of course, by the crappy error messages quanta gives and having [...]
Posted by: Bobby Allen on: January 17, 2007
Yesterday, at work I was browsing over the net in a quiet period and found this amazing tutorial of how to image your linux hard-drives, The software is called Ghost4Linux and oh boy….. I downloaded it last night, tested it out and all I can say is…. Its AWESOME!! The software enables you to clone [...]
Posted by: Bobby Allen on: January 16, 2007
useradd – Adding a new user Options: -d home directory -s starting program (shell) -p password -g (primary group assigned to the users) -G (Other groups the user belongs to) -m (Create the user’s home directory Example: To add a new user with a primary group of users a second group mgmt starting shell /bin/bash [...]
Posted by: Bobby Allen on: January 16, 2007
install webalizer sudo apt-get install webalizer If webalizer is not found, you have to add sources in /etc/apt/sources.list: can comment the universe sources. Enable the apache2 hostname resolution: go into /etc/apache2/apache2.conf: Change HostnameLookups Off into HostnameLookups On By default webalizer is not well configured: it does not check in the good log. In /etc/webalizer.conf: [...]
Posted by: Bobby Allen on: January 15, 2007
Firstly, I would just like to point out that point out that I did not write this how-to and I got the how-to from: http://www.howtogeek.com/howto/ubuntu/install-subversion-with-web-access-on-ubuntu/ Therefore I will not take any credit for this documentation, I am only hosting it for future reference. Lets go… This article covers installing subversion with the apache module so that [...]