Servers
howto: install eticket support/trouble ticket system on ubuntu
Submitted by Anonymous on Sat, 02/16/2008 - 07:54.i have been using a php-based program called eticket to keep track of all my customer’s helpdesk requests for my consulting business for awhile now. it’s really easy to setup and use, so i thought i’ll post my setup steps to help anyone else out.
first download the latest version of eticket from the sourceforge website, then move the file to your server via ftp, ssh, etc… and unzip the archive to an appropriate directory.
create a mysql database and assign a user for the database.
mysql -u root -p
create database eticket;
- Add new comment
- Read more
- 85 reads
Setting up x11vnc on Ubuntu
Submitted by Anonymous on Mon, 12/31/2007 - 20:52.x11vnc is a VNC server that shares your physical X session. These instructions are designed for Ubuntu and its sister projects, but will also work for other GNU/Linux distributions with minor changes (such as using su rather than sudo).
- 2 comments
- 838 reads
How to host a web server
Submitted by andrew on Tue, 10/23/2007 - 19:04.This guide is written for the absolute beginner. These instructions apply to Ubuntu 6.06 (Dapper Drake).
Ubuntu is a powerful platform on which to run a server. This guide will help you experiment with web server technology. Experimenting with Ubuntu will help you find which technology or [WWW] web application best suits your needs before you have to commit to a third-party web hosting contract. You may even choose to host your server yourself.
- Add new comment
- 229 reads
LAMP server
Submitted by Anonymous on Tue, 10/23/2007 - 17:57.This article describes how to set up and run a LAMP server.
- Add new comment
- 318 reads
