Sponsored Content
Full Discussion: What Setup?
Top Forums UNIX for Dummies Questions & Answers What Setup? Post 302095875 by Kraythorne on Saturday 11th of November 2006 07:48:44 AM
Old 11-11-2006
Question What Setup?

Hopefully this post won't be too long Smilie

I've been in data processing for a number of years running on a windows system, and working with perl and MySQL to get the job done.

I'm now part of a team who have bought a company and have been asked to investigate how we setup a new Data Processing Department in the new business.

After reading a few bits, I like the sound of LAMP (Linux, Apache, MySQL and PHP), as we will be integrating heavily into web interfaces for data capture, etc. We will also be dealing with graphics libraries for variable printing services.

My Questions:

1. Does LAMP seem like a good solution? if not what might a better alternative be in terms a software suite?
2. I'm drawn towards SUSE linux, is there any reason why a different 'flavour' might be better?
3. I'm Looking at a mirrored server setup so as to avoid down time when installing new software, maintenance, etc. - Is this a waste of time?
4. I could do with a good up to date spec on server hardware - this isn't a big company and so the ceiling for 1 server box will be about £2000 (sterling).
5. Any other tips on putting this together from scratch?

P.S I'm only just now learning UNIX Smilie

Cheers
 

10 More Discussions You Might Find Interesting

1. IP Networking

setup all right ?

Hi there im new to linux. I installed mandrake linux and set up all my networkcard ip address etc. when i do "route" or "ifconfig" all addresses etc. are allright but i cant ping other machines in my network also the machine with linux on it cant be pinged if i ping a machine from linux i always... (5 Replies)
Discussion started by: PhoenixHawk
5 Replies

2. UNIX for Dummies Questions & Answers

What is your setup ??

Am looking installing Red Hat 7.2 on an AMD-K6/2 PC and after realising that I can't use my space 80G HD due to BIOS restrictions (have resorted to using a 20G HD), was wondering what setup others use. If "Other" please indicate. (5 Replies)
Discussion started by: Cameron
5 Replies

3. IP Networking

Filezilla Setup

Hello, I am trying to set up an ftp client server connection with my family. I have a netgear router that I am behind. Does anyone know what how I need to set up the router and filezilla to allow access to my family members? Right now I cannot even access my router admin page.... (5 Replies)
Discussion started by: yoi2hot4ya
5 Replies

4. Solaris

Printer Setup

How do you add a HP network printer on a Sun Solaris Unix box? I have the IP address of the printer. I try using the admintool tool, but am confusing about setup the printer to connect to the IP address... (4 Replies)
Discussion started by: racquetbal
4 Replies

5. AIX

NIM server setup on etherchannel setup environment

I know that IBM's official stance is that NIM does not work on etherchannel environment, but has anyone able to get around it? I'm working on a p5-590 LPAR system, and the NIM master and clients are all on the same frame. Any help is appreciated. (1 Reply)
Discussion started by: pdtak
1 Replies

6. IP Networking

Networking Setup

Hopefully I can explain this to get some assistance. I have a debian linux server with a single NIC and a public IP of say 1.2.3.4. I'm running a couple of VMs inside and my ISP has given me a block of IPs a /28 to utilize. That block is routed to my 1.2.3.4 IP. So each of my VMs will be... (1 Reply)
Discussion started by: mindraven
1 Replies

7. UNIX for Dummies Questions & Answers

NGINX Setup

Here is my issue: I have two web servers hosting web services (Server A and Server B) I'd like to configure NGINX to achieve load balancing. Do I install NGINX on a third new server, or is it something that gets installed on Server A and Server B? Please share some information. ... (0 Replies)
Discussion started by: ramky79
0 Replies

8. IP Networking

Can't setup new interface.

Hi all, Currently I am running Solaris 10 update 10 machine. My current ifconfig -a output is: ifconfig -a lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu... (1 Reply)
Discussion started by: Junaid Subhani
1 Replies

9. Hardware

Printer Setup

Hi, I have set up an HP printer, model 2300, on an Integrity server sunning on HP-Ux B.11.31 using the Jetdirect Printer Installer For Unix, version E.10.34. This particular printer is printing the same job multiple times and I cannot figur out why that is. Is ther perhaps a flag in the... (1 Reply)
Discussion started by: Koketso
1 Replies

10. Red Hat

Need help to setup Spacewalk

Hello, I am working onto setup a spacewalk as our centralized repository and kickstart server for our all centos servers. We have almost 60-70 servers running inhouse which all are on CentOS 5 or 6 x64. I am able to setup a spacewalk server on CentOS 6.5 x64 and able to access the console as... (5 Replies)
Discussion started by: sunnysthakur
5 Replies
MYSQLD(8)						       MySQL Database System							 MYSQLD(8)

NAME
mysqld - the MySQL server SYNOPSIS
mysqld [options] DESCRIPTION
mysqld, also known as MySQL Server, is the main program that does most of the work in a MySQL installation. MySQL Server manages access to the MySQL data directory that contains databases and tables. The data directory is also the default location for other information such as log files and status files. When MySQL server starts, it listens for network connections from client programs and manages access to databases on behalf of those clients. The mysqld program has many options that can be specified at startup. For a complete list of options, run this command: shell> mysqld --verbose --help MySQL Server also has a set of system variables that affect its operation as it runs. System variables can be set at server startup, and many of them can be changed at runtime to effect dynamic server reconfiguration. MySQL Server also has a set of status variables that provide information about its operation. You can monitor these status variables to access runtime performance characteristics. For a full description of MySQL Server command options, system variables, and status variables, see Section 5.1, "The MySQL Server". For information about installing MySQL and setting up the initial configuration, see Chapter 2, Installing and Upgrading MySQL. COPYRIGHT
Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc. This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. SEE ALSO
For more information, please refer to the MySQL Reference Manual, which may already be installed locally and which is also available online at http://dev.mysql.com/doc/. AUTHOR
Sun Microsystems, Inc. (http://www.mysql.com/). MySQL 5.1 04/06/2010 MYSQLD(8)
All times are GMT -4. The time now is 01:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy