Search Results - JustLinux Forums


Search:

Type: Posts; User: Modorf

Page 1 of 19 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    4,459

    the amd 550 will work fine. I would suggest a...

    the amd 550 will work fine.
    I would suggest a little bit more ram, 2gigs works for me.
    I found that transcoding videos (compressing them) takes a bit of ram.
    you'll probably be more interested...
  2. I would say most of the media players I have used...

    I would say most of the media players I have used have some form of audio/video sync adjustment.
  3. not sure if there is away on the drivers. With...

    not sure if there is away on the drivers. With tv player software, there usually is an audio sync adjustment.
    As for OSS emulation, there is a saa7134-oss driver that give you an oss interface.
  4. lugoteehalt you might want to look into using...

    lugoteehalt

    you might want to look into using the saa7134-alsa driver. This might allow you to get synced audio and video without the audio cable.
  5. Replies
    4
    Views
    7,443

    MkIII_Supra: you can monitor the status via...

    MkIII_Supra: you can monitor the status via webpage. depending on your distro and web server installation is different.

    to see if the CGI scripts are installed try:...
  6. Replies
    3
    Views
    8,298

    alternatively you can log which ip-tables all...

    alternatively you can log which ip-tables all outgoing ssh connections.
  7. Thread: Ubuntu

    by Modorf
    Replies
    4
    Views
    1,143

    the a different desktop than gnome. with the...

    the a different desktop than gnome.
    with the amount of ram you have, gnome is sluggish - a good amount of using the swap partition. I would suggest using the xfce through the Xubuntu desktop...
  8. it might be asking for your user password for...

    it might be asking for your user password for SUDO permissons.
  9. Replies
    5
    Views
    1,088

    ejabberd has oracle authentication

    ejabberd has oracle authentication
  10. alternatively, you can migrate your code to...

    alternatively,

    you can migrate your code to c++ and use STD::Vectors<strings>, which takes care of the array length management for you.
  11. Not sure if you typed the command exactly, but...

    Not sure if you typed the command exactly, but your missing a ');' at the end.
    That might help with execution.
  12. Replies
    6
    Views
    1,676

    the authenitcation process for dial-up and dsl...

    the authenitcation process for dial-up and dsl are quite simular. they use PPP and PPPoE. Both are well documented.

    I'm not too sure what your attempting, but authenticating network users before...
  13. Replies
    8
    Views
    1,356

    http://linuxtv.org/v4lwiki/index.php/Main_Page ...

    http://linuxtv.org/v4lwiki/index.php/Main_Page

    LinuxTV: video4linux wiki

    good spot for tuner card info and support.
    Most of the support issues are if kernel modules are compiled or compatable...
  14. Replies
    4
    Views
    1,180

    netstat -p :: -p, --programs display...

    netstat -p :: -p, --programs display PID/Program name for sockets
  15. Replies
    2
    Views
    3,656

    first, you probably don't want to cron fetchmail,...

    first, you probably don't want to cron fetchmail, but you could.
    Fetchmail has a daemon option that takes a value in seconds it should wait before rechecking for mail.

    set daemon 3600 # once an...
  16. Replies
    19
    Views
    2,444

    jrocket, I would suggest PHP. PHP and Apache...

    jrocket,

    I would suggest PHP.
    PHP and Apache are simple to setup.

    http://www.google.com/search?q=php+rss&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official

    First...
  17. Thread: brctl question

    by Modorf
    Replies
    11
    Views
    4,014

    In the original post for this thread, psych-major...

    In the original post for this thread, psych-major was setting up bridging, not bonding. The problems he was having was because of bridging and not activating STP.



    You just need to pass the...
  18. Thread: brctl question

    by Modorf
    Replies
    11
    Views
    4,014

    dkeav, The spanning tree protical is for...

    dkeav,

    The spanning tree protical is for network bridging.
    It is used on switches and bridges to determine if there is a cyclical path to one device. In this case there was.

    Bonding is...
  19. Thread: brctl question

    by Modorf
    Replies
    11
    Views
    4,014

    What you did was possable, but you needed to do...

    What you did was possable, but you needed to do one more thing to resolve your network issues. Turn Spanning Tree Protical on. Think of the problem you had like a routing loop for switches.
    ...
  20. Replies
    8
    Views
    5,191

    cut out the white part of the picture.

    cut out the white part of the picture.
  21. http://linux.slashdot.org/article.pl?sid=06/09/30/...

    http://linux.slashdot.org/article.pl?sid=06/09/30/173234
  22. Replies
    3
    Views
    998

    installation instructions for HPLIP on Suse. ...

    installation instructions for HPLIP on Suse.

    http://hplip.sourceforge.net/install/index.html
  23. Replies
    3
    Views
    998

    you should look into HPLIP drivers....

    you should look into HPLIP drivers.
    http://hplip.sourceforge.net/tech_docs/overview.html
  24. Replies
    4
    Views
    999

    The one thing I noticed is you don't have a...

    The one thing I noticed is you don't have a default route set.
    This will prevent your computer from getting out to the internet.

    /sbin/route add default gw 192.168.1.1 metric 1
  25. Replies
    9
    Views
    4,421

    I think this is what your looking for. >>> a =...

    I think this is what your looking for.

    >>> a = '05,09'
    >>> a
    '05,09'
    >>> b = a.rsplit(',')
    >>> b
    ['05', '09']
    >>> b.reverse()
    >>> b
Results 1 to 25 of 455
Page 1 of 19 1 2 3 4