Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Re: How do I display playlists in quodlibet's paned browser view?

    Also, how do I get code to show up in my posts here?! I used to be able to wrap the code in code tags, or quote tags, or *something*, but none of that works anymore, apparently. It just shows blank...
  2. How do I display playlists in quodlibet's paned browser view?

    In the configuration window for the paned browser view, I can specify tags, but is there any way for me to display playlists in the paned browser as well? I know I can switch to the playlists view,...
  3. Re: How will upgrading to newer Ubuntu releases work on Ubuntu tablets?

    I upgraded from 11.04 to 11.10 (I think) and my system seemed to break in a lot of places and never really worked the same from then on. To be fair, I was already moving away from Ubuntu in spirit,...
  4. Replies
    31
    Views
    3,123

    Re: So I tried Debian Squeeze...

    I had a similar experience with LMDE when I first tried it (around Update Pack 4, I believe). Somewhere along the pipeline before Update Pack 5/6, though, a lot of the kinks got worked out for my...
  5. How will upgrading to newer Ubuntu releases work on Ubuntu tablets?

    I've been looking at the Ubuntu tablets (http://www.ubuntu.com/devices/tablet) but I'm wondering how upgrading is going to work. I assume that the tablet will run a LTS support release, but...
  6. Replies
    31
    Views
    3,123

    Re: So I tried Debian Squeeze...

    I'll second Linux Mint Debian Edition (LMDE). I've found that it offers a good mix of stability and rolling updates because they push out a frozen, tested copy of Debian Testing's repositories on a...
  7. What changes will I see moving from Ubuntu 12.04 to community ver. of Red Hat?

    I'm considering moving my main laptop from Ubuntu 12.04 to one of the community versions of Red Hat Linux, most likely Scientific Linux 6.3. These are the changes I'm expecting initially:

    1....
  8. How do I install Vegastrike on Ubuntu 12.04?

    I download Vega Strike 0.5.1.r1 from this link:

    http://sourceforge.net/projects/vegastrike/files/vegastrike/0.5.1/vegastrike-data-0.5.1.r1.tar.bz2/download

    I extracted the archive and ran


    ...
  9. [ubuntu] Re: Enable .htaccess in apache2 to redirect URL's on a local server?

    How embarrassing. My edit (adding public_html after server in the .htaccess file) fixed the problem. Apparently I was much too hasty in posting my original question.
  10. [ubuntu] Enable .htaccess in apache2 to redirect URL's on a local server?

    I'm trying to use a .htaccess file to redirect URL's to a front controller on my server, but I'm having trouble enabling .htaccess files. I searched around for a while and found information stating...
  11. [ubuntu] ubuntu software that allows for mouse navigation using a mouse grid?

    Is there software for Ubuntu (ideally, Linux in general) that allows for mouse navigation using a mouse grid? On Windows, the speech recognition software has this feature, where a grid displays (see...
  12. [ubuntu] Re: firefox 8 crashes immediately on ubuntu 11.10

    I created a new profile and re-installed the extensions I previously had, one by one, and everything is working now. This is strange to me because I had only installed three extensions (NoScript,...
  13. [ubuntu] Re: firefox 8 crashes immediately on ubuntu 11.10

    I get this set of errors:



    (firefox:18706): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

    (firefox:18706): Gtk-WARNING **: Unable to locate theme engine in...
  14. [ubuntu] firefox 8 crashes immediately on ubuntu 11.10

    I'm running ubuntu 11.10 x86, and I just installed firefox 8 through the standard update channel (no PPAs) and it crashes immediately upon start. I removed the global menu addon and tried to run it...
  15. [SOLVED] Re: bash script using ffmpeg failing with "invalid argument"

    Thanks for the help; that's a great link that you posted, and it's been quite helpful. The script is working great now. No .sh extension, just executing the script, plain and simply. The $0 was my...
  16. [ubuntu] Re: add packages.debian.org to ubuntu repositories for gretl

    Thanks for the help; I realised that I needed a different package than gretl, so I didn't need to trouble myself with all of it anyway.
  17. [ubuntu] Re: ubuntu 11.04 wont connect to wireless

    What kind of computer do you have and what network controller(s) are you using? Could you post the results of



    lspci


    for us, within code tags? (Click on the number/hash sign when you post...
  18. [ubuntu] add packages.debian.org to ubuntu repositories for gretl

    How do I add packages.debian.org to my sources.list so I can install the latest version of gretl for Ubuntu 11.04 (since the default version is broken). The gretl site says that this is the...
  19. [SOLVED] bash script using ffmpeg failing with "invalid argument"

    I'm trying to write a bash script that calls ffmpeg to convert an avi file to an mp4 file. This is the code:



    ffmpeg -i "$0" -acodec libfaac -ab 128k -vcodec libx264 -vpre baseline -s 320x240...
  20. [ubuntu] Re: very slow and unstable wireless connection under 11.04

    Maybe look at this entire thread too: http://ubuntuforums.org/showthread.php?p=11163026#post11163026

    The Lenovo Thinkpad's, specifically the Realtek wireless chips they're often using now, have...
  21. Replies
    0
    Views
    979

    [ubuntu] use proxy globally in ubuntu 11.04?

    I'm trying to set up my ubuntu system to use TOR globally, in all applications, but I can't seem to find any instructions for the newer releases, so everything I find it years out of date. Right now,...
  22. [ubuntu] ubuntu configured with tor does not have port 8118 open?

    I installed TOR by following the documentation on their website, as follows:
    I added this to my /etc/apt/sources.list file
    deb http://deb.torproject.org/torproject.org natty mainI added the gpg...
  23. [SOLVED] Re: can't enable mod_rewrite on local apache server?

    I changed AllowOverride None to AllowOverride All, and it's working. Thank you for the help!
  24. [SOLVED] Re: can't enable mod_rewrite on local apache server?

    My default file has this as its DocumentRoot entries that pertains to /var/www:


    DocumentRoot /var/www
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    ...
  25. [SOLVED] Re: can't enable mod_rewrite on local apache server?

    I'm not entirely sure how to check what the DocumentRoot is set to, but I haven't changed it, and the files are in /var/www/project/. If I browse to http://localhost/project/ or...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4