Suggestions wanted ...


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Suggestions wanted ...
# 1  
Old 02-03-2003
Question Suggestions wanted ...

All,

Have an AMD-K6/2 PC, 20G.Hd along with RH7.2.
Wanting to know what I should do in terms of setup (workstation/server) and then what I can do with it?

I'd like to learn a DBMS and SQL - can I do this using RedHat?

Any suggestions with how I can use/ what I can do with this appreciated.
# 2  
Old 02-04-2003
You can do lots of things with this server configuration. My suggestion is to install the following:
  • MySQL (to learn SQL)
  • PHP (works well with MySQL)
  • Apache Web Server (works well with PHP and MySQL)

All of the above, amazingly, are free.

You can also install some great PHP scripts (that are free) that will work on the above configuration at:

www.hotscripts.com
# 3  
Old 02-04-2003
I believe Oracle gives away a version of SQL for Redhat for personal use...
# 4  
Old 02-19-2003
Question

Guys, thanks for the tips above, however I fear I'm getting too far ahead of myself. And need to backtrack and refocus.

I've set up my AMD-K6/2 (20Gig) with the following as a RedHat 7.2 server ...
Code:
  • /dev/hda1 /boot 47 Meg
  • /dev/hda2 / 2000 Meg
  • /dev/hda3 /var 2500 Meg
  • /dev/hda5 /tmp 2000 Meg
  • /dev/hda6 /usr 2000 Meg
  • /dev/hda7 /data1 2996 Meg
  • /dev/hda8 /data2 2996 Meg
  • /dev/hda9 /home 2000 Meg
  • /dev/hda10 <swap> 596 Meg

Of the package groups, I've selected the following ...
Code:
  • Clasic X Windows System
  • X Windows System
  • GNOME
  • KDE
  • NFS File Server
  • Windows (smb) File Server
  • SQL Database Server
  • Web Server

This is how the system is being built as I write this post. I still have to install an external modem after the initial OS install also (any help on this appreciated).

I have an ethernet card installed (eth0) and will eventually connect the server to my WinXP system to perform file sharing and learn samba.

I'll admit, my networking skills are lacking so I'm trying to lean as much as I can.

How does the above sound???

I'm not intending to use X Windows as a default - never used it while I was working and prefer using the command line. I will set up one of the users to use X Windows if they log in - but that will be further down the track.

Last edited by Cameron; 02-19-2003 at 10:19 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Wanted: Feedback on TUI (2)

Hello everyone It just so happend that TUI was rejected from GNU for the moment, with one of the reasons beeing that additional user feedback was required. So, if you like scripting, bash in specific, please have a try and report your feedback, to help me find all issues to fix, and as i... (0 Replies)
Discussion started by: sea
0 Replies

2. What is on Your Mind?

Wanted: Feedback on TUI

Hello Couldnt think of a better place than "What is on your Mind". So me have that project https://www.unix.com/shell-programming-and-scripting/253496-tui-text-user-interface-framework-scripts.html. :b: Eventhough i tried to describe it well in its thread and its README.md on github, i've... (15 Replies)
Discussion started by: sea
15 Replies

3. Shell Programming and Scripting

Wanted to rename file

Hello , I wanted to rename one file which is having name as.... ABCD_PQRSTUVW_XYZ_20140205193338_00172_1.DAT TO ABCD0000_PQRSTUVW_20140205193338.DAT here.. 1.20140205193338 is the timestamp of file creation which should not get change. 2. XYZ should and be removed 3. _00172_1 ... (5 Replies)
Discussion started by: ajju
5 Replies

4. What is on Your Mind?

Just wanted to say thanks!!!

Greetings all!! Have only recently signed up to this forum and I must say I am thoroughly impressed! :D Everyone has been nothing but amazingly helpful and I haven't been made to feel like the newbie that I am. I will definately be becoming a daily user of this site not only for help... (1 Reply)
Discussion started by: U_C_Dispatj
1 Replies

5. Programming

Minix help wanted

Hi to all, i am trying to make a kernel call that will display the number of times each kernel call was called. Any idea where to look? I can't find the right files and also how to get all those values. Already made a kernel call that displays how many kernel calls are in the system. I am using... (6 Replies)
Discussion started by: hariscy
6 Replies

6. SCO

N1 sco unix R3.2 V4.2 WANTED!!

Hi guys!!! i have a sco unix 3.2 v4.2 floppy's but i don't have N1 boot disk!! how to find it??? :confused: thanks!! (sorry for my bad english!) (4 Replies)
Discussion started by: panos_pit
4 Replies

7. Programming

Help wanted

Hi, I know very little about C and Unix. I have written a program to use threads. The program needs to get some values from a very large database. I wrote a simple program and compiled but got the following errors..... cc mythread.c -lthread "/usr/include/pthread.h", line 120:... (3 Replies)
Discussion started by: reddyb
3 Replies
Login or Register to Ask a Question