Search Results - JustLinux Forums


Search:

Type: Posts; User: gschimek

Page 1 of 6 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    1,042

    Perfect!! Thanks!!

    Perfect!! Thanks!!
  2. Replies
    2
    Views
    1,042

    Graphics slow from KDE but not CLI

    I just noticed a strange problem. I installed a game called Neverball yesterday. It didn't automatically create a menu entry, so I've been running it from the command line via a terminal window...
  3. Replies
    1
    Views
    865

    Can't find system preferences

    I'm trying to fix a problem with my Kubuntu box running KDE. Someone already suggested that I go to go to system -->preferences-->Preferred Applications, but when I go into the system menu, I don't...
  4. Sending mail with attachments from command line

    I'm trying to figure out how to send an automatic email each week with an attachment on it. I know how to use mail to send something, but from what I can tell, you can't attach files with mail. ...
  5. Replies
    1
    Views
    1,324

    Font size KDE vs gnome

    I've been running Ubuntu for 6 months or so and decided the other day that I like KDE better than Gnome, so I installed KDE on my box. Everything's great, except that I noticed that in Firefox and...
  6. Replies
    11
    Views
    1,982

    OK, I've got my new web host up and running and...

    OK, I've got my new web host up and running and things are great in the PHP and Perl front.

    I've been continuing my search for an image gallery and haven't really found a good answer. I've looked...
  7. Replies
    11
    Views
    1,982

    I've looked into that before, and static IPs...

    I've looked into that before, and static IPs around here are very expensive. I think I'm better off finding a good host and having someone else do it for me.
  8. Replies
    11
    Views
    1,982

    Yeah, I was leaning towards Coppermine, but that...

    Yeah, I was leaning towards Coppermine, but that and all the others that I've found all use .php file extensions, and they don't work on my webhost. I tried changing all the extensions to .php4 and...
  9. Replies
    11
    Views
    1,982

    Yeah, I've talked to them. It's Earthlink. They...

    Yeah, I've talked to them. It's Earthlink. They won't do it.

    The sed command worked great to change all the references in the files from .php to .php4.
  10. Replies
    11
    Views
    1,982

    OK, so I took your advice and did some searching...

    OK, so I took your advice and did some searching for CMS and found a few good possabilities. But I've run into a snag with my webhost. They support PHP, but only with a .php4 extension. All the...
  11. Replies
    11
    Views
    1,982

    Multiple people adding to a website

    I wasn't sure where to go with this question, but I thought I'd start with the Linux gurus at JustLinux.

    I maintain a website hosted on an Apache server. The organization that owns the site has...
  12. Replies
    0
    Views
    862

    File Associations change randomly

    I have a strange thing happen with Ubuntu Hoary 5.04. If I select an .ogg file to play, most often it opens with XMMS, which is what I have it set to open with. But sometimes, it opens with Totem,...
  13. Replies
    15
    Views
    2,465

    I figured it out. In the code you suggested, you...

    I figured it out. In the code you suggested, you were using (I forget the actualy term) non-global arrays and hashes with "my @array_of_unsorted_emails" and "my %hash_of_sorted_emails"

    I was...
  14. Replies
    15
    Views
    2,465

    I made the change you noted and now it doesn't...

    I made the change you noted and now it doesn't output any addresses--sorted or unsorted.

    Would it help if I removed all the references to the files that get opened so that you could test it?
  15. Replies
    15
    Views
    2,465

    I've tested 2 ways. Via command line with perl...

    I've tested 2 ways. Via command line with perl emaillistbak.pl, and also by posting it to my site. It displays fine in both places, except for not sorting.

    I've used fake email addresses for the...
  16. Replies
    15
    Views
    2,465

    Here's the code. There's a lot of time/date...

    Here's the code. There's a lot of time/date checking because it's time sensitive data that's displayed. You can ignore a lot of the subroutines.

    I'll post the results next.


    ...
  17. Replies
    15
    Views
    2,465

    OK, something's just not right. Here's the...

    OK, something's just not right. Here's the subroutine I'm working on. I tried your code from above by itself and it works great. When I enter it into my subroutine, it doesn't sort anything.


    ...
  18. Replies
    15
    Views
    2,465

    Anybody have any ideas?

    Anybody have any ideas?
  19. Replies
    15
    Views
    2,465

    Here's the entire subroutine that reads the text...

    Here's the entire subroutine that reads the text file containing the list, and puts their email addresses into separate arrays based on the team that they are on.



    sub createTeamLists {
    #split...
  20. Replies
    15
    Views
    2,465

    Sorry, I guess I thought it was more apparent...

    Sorry, I guess I thought it was more apparent with the code. I'm actually trying to get a lot of different sorted lists. Earlier in the program, I've taken a list of names from a database, and...
  21. Replies
    15
    Views
    2,465

    Perl syntax problem

    I'm trying to simplify some code that looks like this:



    @sorted_team1 = sort { $a cmp $b } @team1_emails;
    @team1_emails = @sorted_team1;

    @sorted_team2 = sort { $a cmp $b } @team2_emails;...
  22. Replies
    6
    Views
    991

    Well, I must say I had my doubts about the chomp...

    Well, I must say I had my doubts about the chomp idea. But that's all it was. I added the chomp command and all is working great.

    Thanks also for the tip on the print commands. I'll make those...
  23. Replies
    6
    Views
    991

    Here's the code. I know the problem is with the...

    Here's the code. I know the problem is with the parse_members subroutine, and specifically with the $in{$council_member_list} command. If I don't use a variable inside the {}'s, it works fine, but...
  24. Replies
    6
    Views
    991

    Simple Perl Problem Escapes Me

    I'm pulling my hair out here. I know there' probably something VERY simple that's wrong with this Perl code, but I can't get it to work.

    Here's what's supposed to happen. I'm creating an...
  25. Replies
    8
    Views
    1,782

    No sound with Flash

    I just installed Ubuntu Hoary and have it set up pretty well. I installed flash and it plays flash animation just fine. The proble is that I don't get any audio. I installed it via an ubuntu .deb...
Results 1 to 25 of 145
Page 1 of 6 1 2 3 4