Search:

Type: Posts; User: BatteryCell; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.10 seconds.

  1. Replies
    59
    Views
    14,289

    Re: "Best" Linux Media Player?

    I'm and avid xmms2 user, but it is still in development so I would recommend:
    Audio: Amarok
    Video: Mplayer and/or VLC
  2. Replies
    5
    Views
    5,080

    Re: Java Console GUI

    Thanks but after spending a good day trying to get jcurses working I just did it in c. Thank god for curses eh :-)

    Thanks for the help
  3. Replies
    5
    Views
    5,080

    Java Console GUI

    Hey everyone, I recently found the need to program a gui in Java but only for terminal, so like it only uses the terminal to do its gui, no actual screen or anything. However, I cannot for the life...
  4. Re: HowTo: Use your mobile phone as a remote control for your Ubuntu system

    I used the obex file transfer to get the java prog to my phone, so yes. I used the configuration file that you suggested, adminExample.cfg, and the log file does give a bunch of repeated errors/info...
  5. Replies
    5
    Views
    6,266

    Re: colors in java?

    All that you have to do is output certain escape sequences to the terminal and it will change either background or foreground, note that this stays in that color untill you reset it or change
    the...
  6. Re: HowTo: Use your mobile phone as a remote control for your Ubuntu system

    Nice tutorial :-)

    I installed it on my phone just like you said (I did kanyremote). I start the service on my computer and then I move to the phone and start the java. It searches and finds my...
  7. Replies
    552
    Views
    177,669

    Re: TOP 10: Your Top Ten Packages To Install

    1.) Firefox32 (Im on 64 bit so...)
    2.) Amarok
    3.) K3b
    4.) Yakuake
    5.) Gaim
    6.) Build-essential
    7.) Gimp
    8.) Kdevelop
    9.) Tuxracer
    10.) Open Office
  8. Re: HOWTO: Configuring Logitech mice in Ubuntu 6.06: New Guide

    Hey I got this to work perfectly before but now(after upgrade to 6.10) when I boot into X, it starts fine, but I cant move the mouse at all. Just wondering if anybody knows the solution to this.
    ...
  9. Replies
    6
    Views
    1,325

    Re: HOWTO: Customize the KDE Log Off Dialog

    Just wondering, where did you find that pic?
  10. Replies
    1
    Views
    5,493

    Trying to play a sound file using c++

    Hello, I cant seem to get qsound to work. For instance:


    #include"qsound.h"
    #include <iostream>
    QSound mysound("1.wav");
    int main()
    {
    if(mysound.isAvailable())
    {
  11. Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    For amd64 users I am pretty sure that you have to do it from source.
  12. Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Thanks a bunch, everything worked and I can now use my 160 gb windows partition :-D

    Oh well there was one minor issue, it mounts correctly in /media, but it doesnt show up in konquerors media:/
    ...
  13. Replies
    428
    Views
    141,747

    Re: BENCHMARKS - glxgears FPS scores, just for fun

    joe@kubuntu:~# glxgears -printfps
    92839 frames in 5.0 seconds = 18567.785 FPS
    107448 frames in 5.0 seconds = 21489.531 FPS
    107385 frames in 5.0 seconds = 21476.934 FPS
    107386 frames in 5.0...
  14. Re: Howto: Make Dvd Videos From An Avi File

    Yea I already had tovid installed, but i just did the script anyways, and so far it looks good :-).
  15. Re: Howto: Make Dvd Videos From An Avi File

    Yup...right now Im trying it with avidemux and seing if I cant get it work.
  16. Re: Howto: Make Dvd Videos From An Avi File

    Hm I didnt get any audio after creating the disk (none in the original mpg either :-/) Any ideas as to why the .avi has audio but not the mpg. I mean tovid goes through the whole


    Waiting 30...
  17. Replies
    3
    Views
    1,144

    Re: Creating password prompts using Bash

    bump
  18. Replies
    3
    Views
    1,144

    Re: Creating password prompts using Bash

    Thanks a lot, ok I switched some stuff over and got it working in bash, it works for everything but backspaces which is seem to think is a character.
    If anyone has any ideas on how to do that.

    ...
  19. Replies
    3
    Views
    1,144

    Creating password prompts using Bash

    Ok so I was writing a script today that requires a user to enter a password. Now I know about the stty command


    stty -echo

    that makes the typed letters not show up, but I was wondering if...
  20. Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Yea I have the same problem
  21. Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Yea I checked I have w32codecs...I guess its that Im using the kubuntu script maybe...
  22. Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Lol wow the new script fixed my icon :-D

    And mplayer for everything but wmv :-D
  23. Replies
    3
    Views
    866

    Re: how to make (some) hp printers work

    Yea I think the newer driver listing has 710 in there by default. Oh and just wanted to say that for me the only thing that got my 712 working was manually starting hplip (/etc/init.d/hplip),...
  24. Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Hmmm, when I try to do the second mv command I get a stat error:


    mv: cannot stat `/usr/bin/mplayer32': No such file or directory


    And then I also get the cannot get working directory error...
  25. Replies
    0
    Views
    568

    Small Networking Tip

    Heres a real quick simple trick to finding your WAN IP address from the terminal:


    lynx -dump www.whatismyip.com | grep . -m2

    Because this might be a little much for some to remember you can...
Results 1 to 25 of 51
Page 1 of 3 1 2 3