Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    583

    Eclipse pythonpath mystery

    I'm hoping that maybe someone here can point out what's wrong. I'm using a virtual environment with python 2.6, and all of the imports thus far seemed to work just fine in Eclipse (though, I've only...
  2. Replies
    44
    Views
    1,921

    Re: Best Programing language for web...

    The best is Python. It has a ton of great we frameworks that are really just a joy to work with, and do most of the monotonous work for you so that you can focus on the good stuff.

    For example...
  3. Replies
    13
    Views
    12,438

    [ubuntu] Re: iPad Photo Syncing?

    Yeah I want to find out the answer to this as well. Everything with the iPad is a real struggle, nothing works (not even text search in a browser, or offline viewing). :confused:

    Anyway, I've...
  4. Re: HOWTO: Make festival TTS use better voices (MBROLA / CMU / HTS)

    Tried the script... after fixing a few errors (e.g. there is no "sudo cd"... and you have to create tmp_file with adequate permissions before sudo sed can use it)

    Whenever I try to play a sound I...
  5. Replies
    6
    Views
    4,667

    Re: MSI Wind U100 Webcam

    :-) Initially it didn't seem to work in Lucid, but then I ran lsusb and it seems to work just fine. Cheers!
  6. Replies
    66
    Views
    5,994

    Re: Intermediate programming challenge

    If you use Jython, you can make your sieve recursive:


    import itertools as it
    def sieve(num=it.count(2)):
    p=num.next()
    x=sieve(n for n in num if n%p)
    yield p
    while True:...
  7. Replies
    6
    Views
    529

    [ubuntu] Re: How to uninstall ubuntu 9.04

    If managing two systems is too much, then just delete windows and install just Ubuntu 9.10.

    Simple. :-)
  8. Replies
    4
    Views
    633

    [ubuntu] Re: frustration setting in here

    Hey, first of all welcome to Ubuntu forums :-D

    Looks like a package didn't install completely, there's a bunch of easy ways to fix this. Apt-get install -f and then apt-get re-install usually...
  9. Replies
    32
    Views
    2,279

    Re: Building a Website

    Very awesome! I was going to say "too much flash" but then I realized that my CPU fan wasn't going crazy and though "oh, this is javascript, awesome".

    It's a little dark. I'm not a fan of black...
  10. Replies
    43
    Views
    2,262

    Re: Is python a hoby language

    Listen, just because it's more difficult doesn't mean it's better. Just means it's harder.

    Just because windows is more difficult to use than Linux does that mean it's better? Nope, just means...
  11. [ubuntu] Re: Using Gnome Right Now. Is it Risky to Experiment with KDE?

    totally safe. You can experiment with all of the desktop environments you like. KDE3, KDE4, XFCE, GNOME, Enlightenment, java desktop, RatPoison, BlackBox....


    Ok, well, maybe you don't want to...
  12. Replies
    10
    Views
    613

    [ubuntu] Re: help... no privileges

    That's really odd. I've never heard of such a thing, not having permissions to access the internet?

    How did this happen? were you running you system under root user and mess something up?

    You...
  13. [all variants] Re: how do I install packages that depend on each other?

    umm, don't install audacity from some website

    just click on Applications --> add/remove and select audacity from the list and click apply


    it installs itself. done :-D
  14. Replies
    7
    Views
    471

    [ubuntu] Re: help understand the rename tool

    not sure I understand the question.

    you're looking at the commandline tool mv
    right?

    If you mv old_file_name new_file_name then it renames the file

    then the option in the man file are...
  15. Thread: Virtual PC

    by Hendrixski
    Replies
    7
    Views
    941

    [ubuntu] Re: Virtual PC

    oh ... umm, you're probably asking about how to install ubuntu in a virtual machine.

    You can install Ubuntu in VirtualPC and then run it inside of windows, but since virtualPC is crap it will make...
  16. Thread: Virtual PC

    by Hendrixski
    Replies
    7
    Views
    941

    [ubuntu] Re: Virtual PC

    Yes, that type of software is called a "virtual machine" and has been around for a long time.

    You may want to check out VMWare, they are the #1 virtual machine providers. Xen is also really good....
  17. [ubuntu] Re: I have no clue what happened with my install

    in the future, you can use the advanced install to set up your /home/ directory as a separate partition. That way you can install multiple distributions or even multiple versions simultaneously and...
  18. Replies
    8
    Views
    454

    [ubuntu] Re: why some apps. didn't work on Wine ?

    Because Microsoft intentionally make it hard for their competitors to run windows apps. So yes, there are still things missing in Wine.

    Honestly, almost every application you would want to run in...
  19. Replies
    17
    Views
    1,234

    [ubuntu] Re: Install .tar.gz Help

    Yeah, security...


    The average user does not have a lot of rights on the system, and this is a good thing. So don't worry, you're not supposed to do these things as a regular user, that's not...
  20. [ubuntu] Re: Dual Monitors + Compiz on Radeon 9250 (Intrepid - 8.10)

    Hey, you don't need to do any of that stuff anymore. Those are instructions from like a year ago or more. Ancient if you consider the speed Ubuntu moves at.


    I just plugged in a second monitor...
  21. [ubuntu] Re: Creating a dual booot / partition with Wubi ?

    I've not used Wubi yet, I've heard good things, but I'm a fan of install by disk. If you can, just download the .iso file from ubuntu.com, burn it to disk (which requires a disk-burning utility, in...
  22. Replies
    10
    Views
    704

    [ubuntu] Re: Problems mounting windows partition

    Not to ask the obvious but... what do you still need Windows for?

    If you're mounting that section to work on files, or to get added space then just delete Windows and you'll have all the files...
  23. Replies
    10
    Views
    1,992

    [xubuntu] Re: SillySod Needs a Simple Photo Editor

    I know the GIMP can do this, but not sure how. My understanding is that you do you operation once, and "record it" then just select a bunch of files where you would like it to do the same thing, and...
  24. Replies
    21
    Views
    1,226

    [ubuntu] Re: Am I stuck using windows?

    Interesting. Is it the CD that gets the error 17 or is it the computer once you've installed? If it's the CD then you can also Download an install CD from Ubuntu that DOESN"T have the live-cd...
  25. Replies
    9
    Views
    574

    [ubuntu] Re: ubuntu safety

    Viruses? They can't hide in Linux because everything is open. They only seek refuge in dark alleyways and places out of view of the public.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4