Author Topic: Just installed Ubuntu server!  (Read 10497 times)

0 Members and 1 Guest are viewing this topic.

Offline Sal Atticum

  • Administrator
  • *****
  • Posts: 7121
  • Karma: 38
  • Gender: Male
    • Campus Dakota
Just installed Ubuntu server!
« on: January 31, 2008, 05:52:15 PM »
Hey, that was cool.  Now we'll see if I can serve things . . .
JUST EXTRA POLISH. I DO SOME WORK WITH EXCELL SO I KEEP THE CAPS LOCK ON :-P

Offline pmp6nl

  • Administrator
  • *****
  • Posts: 5621
  • Karma: 113
  • Gender: Male
    • Campus Dakota.com
Re: Just installed Ubuntu server!
« Reply #1 on: January 31, 2008, 06:57:05 PM »
Ubuntu!

Sweet, what exactly are you using it for?  Or do I not want to know.
CampusDakota.com

Offline Sal Atticum

  • Administrator
  • *****
  • Posts: 7121
  • Karma: 38
  • Gender: Male
    • Campus Dakota
Re: Just installed Ubuntu server!
« Reply #2 on: January 31, 2008, 09:36:19 PM »
Setting up a forum and a listserv for a national organization, with any luck.  They have absolutely no way for individual chapters to communicate, so our chapter is offering to support this. 

JUST EXTRA POLISH. I DO SOME WORK WITH EXCELL SO I KEEP THE CAPS LOCK ON :-P

Offline Sal Atticum

  • Administrator
  • *****
  • Posts: 7121
  • Karma: 38
  • Gender: Male
    • Campus Dakota
Re: Just installed Ubuntu server!
« Reply #3 on: January 31, 2008, 11:16:47 PM »
Well, before I left today I had installed Ubuntu LAMP Server, and then added the GUI so I could use it for other things.  Now I don't really know what to do, or where to put files to be served.  Anybody know a good tutorial for this sort of thing?  I'll be back in to work on it for a few hours tomorrow (before writing a kickass paper to jumpstart my career).
JUST EXTRA POLISH. I DO SOME WORK WITH EXCELL SO I KEEP THE CAPS LOCK ON :-P

Offline pmp6nl

  • Administrator
  • *****
  • Posts: 5621
  • Karma: 113
  • Gender: Male
    • Campus Dakota.com
Re: Just installed Ubuntu server!
« Reply #4 on: February 01, 2008, 01:04:06 AM »
Sorry I am not very useful in this subject, but good luck on your paper!
CampusDakota.com

Offline tetsujin

  • Sr. Member
  • ****
  • Posts: 398
  • Karma: 8
  • Gender: Male
  • High Chancellor of Nerd
    • Tetsujin's Blog
Re: Just installed Ubuntu server!
« Reply #5 on: February 02, 2008, 10:34:01 AM »
Well in suse your directory would be /srv/www/htdocs

If you are curious the best thing to do would be to find your httpd.conf file it will probably be in /etc/apache  That will tell you where your root directory is.

Cameron

Offline JakeJZG

  • Moderator
  • *****
  • Posts: 301
  • Karma: 17
  • SHUUUUUUUUUUUUUUUUU
    • tl;dr
Re: Just installed Ubuntu server!
« Reply #6 on: February 04, 2008, 01:58:54 AM »
If you just want to serve files, you probably want a samba server running.  This is much easier than you think, although a bit clunky.

Honestly:

apt-get install samba

nano /etc/samba/smb.conf

go down to the bottom of this file and look for the CDROM drive share example, and basically copy that over for whatever share you want to share.  One separate entry per share.

More info:
http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/custom-guide/s1-samba-configuring.html
http://www.linuxheadquarters.com/howto/networking/samba.shtml


« Last Edit: February 04, 2008, 02:02:00 AM by JakeJZG »
Use Windows?  Want to know a better way?
Come join the East Dakota Linux Users Group!
http://talk.campusdakota.com/index.php?board=111.0
http://www.tldr.de/~edlug/

Offline Sal Atticum

  • Administrator
  • *****
  • Posts: 7121
  • Karma: 38
  • Gender: Male
    • Campus Dakota
Re: Just installed Ubuntu server!
« Reply #7 on: February 04, 2008, 07:41:07 AM »
I figured it out last Friday.  Thanks for the info though.
JUST EXTRA POLISH. I DO SOME WORK WITH EXCELL SO I KEEP THE CAPS LOCK ON :-P

Offline Sal Atticum

  • Administrator
  • *****
  • Posts: 7121
  • Karma: 38
  • Gender: Male
    • Campus Dakota
Re: Just installed Ubuntu server!
« Reply #8 on: February 06, 2008, 07:13:13 PM »
What I'm dealing with now is Mailman and Exim.  I think my problem is a dynamic IP address.  I will be getting a static at some point, but I wanted the thing up and running before then.  Does anyone have any experience with Mailman?
JUST EXTRA POLISH. I DO SOME WORK WITH EXCELL SO I KEEP THE CAPS LOCK ON :-P

Offline JakeJZG

  • Moderator
  • *****
  • Posts: 301
  • Karma: 17
  • SHUUUUUUUUUUUUUUUUU
    • tl;dr
Re: Just installed Ubuntu server!
« Reply #9 on: February 13, 2008, 05:24:20 PM »
To reply, I do not have any such experience.
Use Windows?  Want to know a better way?
Come join the East Dakota Linux Users Group!
http://talk.campusdakota.com/index.php?board=111.0
http://www.tldr.de/~edlug/

Offline Sal Atticum

  • Administrator
  • *****
  • Posts: 7121
  • Karma: 38
  • Gender: Male
    • Campus Dakota
Re: Just installed Ubuntu server!
« Reply #10 on: February 13, 2008, 07:07:15 PM »
I've worked it out.  So now people can come bug me about it if they have to!
JUST EXTRA POLISH. I DO SOME WORK WITH EXCELL SO I KEEP THE CAPS LOCK ON :-P

Offline Sal Atticum

  • Administrator
  • *****
  • Posts: 7121
  • Karma: 38
  • Gender: Male
    • Campus Dakota
Re: Just installed Ubuntu server!
« Reply #11 on: February 25, 2008, 06:27:42 PM »
Well, it looks like I'm still having problems.  The permissions on the Mailman files keep getting changed, and this means that the web interface won't work.

Is there some sort of daily job in Ubuntu that repairs permissions, and is there some way to get it to skip this directory perhaps?
JUST EXTRA POLISH. I DO SOME WORK WITH EXCELL SO I KEEP THE CAPS LOCK ON :-P

Offline tetsujin

  • Sr. Member
  • ****
  • Posts: 398
  • Karma: 8
  • Gender: Male
  • High Chancellor of Nerd
    • Tetsujin's Blog
Re: Just installed Ubuntu server!
« Reply #12 on: February 25, 2008, 10:29:36 PM »
I don't think there is a daily job that changes permissions. But you could make a daily job to check them and change them to what you want. See, I think with mailman it rewrites the files daily. Therefore, there should be a configuration for file write permissions. Find that, set her to 775 and you will be a happy fellow.

Cameron

Offline pmp6nl

  • Administrator
  • *****
  • Posts: 5621
  • Karma: 113
  • Gender: Male
    • Campus Dakota.com
Re: Just installed Ubuntu server!
« Reply #13 on: November 04, 2008, 12:18:41 AM »
Have you broke your server yet? ;)
CampusDakota.com

Offline Admiral Ackbar

  • UND
  • *
  • Posts: 219
  • Karma: 1
Re: Just installed Ubuntu server!
« Reply #14 on: November 16, 2008, 06:07:24 PM »
I just read this for the first time, and you guys confuse me.
IT'S A TRAP!!!!1!

Offline pmp6nl

  • Administrator
  • *****
  • Posts: 5621
  • Karma: 113
  • Gender: Male
    • Campus Dakota.com
Re: Just installed Ubuntu server!
« Reply #15 on: November 16, 2008, 08:49:46 PM »
I just read this for the first time, and you guys confuse me.

Thats what we are here to do ;)

If you are trying to set one up and run into issues let us know and maybe one of us will be useful in helping you out.
CampusDakota.com

Offline Meest

  • UND
  • *
  • Posts: 235
  • Karma: 8
Re: Just installed Ubuntu server!
« Reply #16 on: November 25, 2008, 01:11:51 AM »
been running ubuntu for a while now. playing WoW. i have ventrilo working (Although you have to have the ventrilo client selected for PTT buttons to work) but what I haven't figure out yet is flash for mozilla.

every time i watch a video in flash (ie youtube) my processor spikes to 100% and then if I'm doing anything else taxing (ie playing wow through wine) its choppy. I have to only have the flash video up and thats it. If i have multiple tabs open all hell breaks loose.

has anyone gotten flash to behave well in firefox??

Computer specs

Athlon 2500 oc'd to 2800
3 gigs of 3200 ram
Nvidia 7800GT OC video card
Asus An7x deluxe (I think... been a while since I looked)

I should not have to have a dual core CPU to watch F^%^&KING Flash video's.... This is driving me nuts...

(&(*&(*&^&*^%*&( U ADOBE!!

 

With Quick-Reply you can write a post when viewing a topic without loading a new page. You can still use bulletin board code and smileys as you would in a normal post.

Name: Email:
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image
Type the letters shown in the picture:
What color is an apple, it starts with an r?:
What is 5 plus 5?:
Which Dakota has the city of Fargo:

anything
realistic
anything