Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. [ubuntu] Re: Getting django working correctly in isolated environment

    Ok, so I think I've got it working, just used in .bashrc:



    export WORKON_HOME=$HOME/.virtualenvs
    export PROJECT_HOME=$HOME/Python/projects
    source ~/.pyenv/shims/virtualenvwrapper.sh


    Then:
  2. [ubuntu] Getting django working correctly in isolated environment

    Hi,

    I am trying to follow numerous tutorials about how to get a django project up and running. I'm new to it and wanted to give it a shot. However, it's driving me to distraction with so many...
  3. Replies
    4
    Views
    1,952

    [SOLVED] Re: Hide second internal drive in file manager

    Ok, this is what I did (using elementaryOS luna based on ubuntu 12.04).

    Made a couple of directories under /mnt, one for win7 and one for system reserved:



    sudo mkdir /mnt/win7
    sudo mkdir...
  4. Replies
    4
    Views
    1,952

    [SOLVED] Hide second internal drive in file manager

    I have looked at a bunch of threads on how to do this but I'm still not 100% and would rather ask here than mess something up. I have win7 installed on a secondary internal HDD. I choose which drive...
  5. [ubuntu] Re: Virtualbox 4.3 on 12.04 - E: Unable to fetch some archives

    Could you post a link to the thread, I can't find it. I just wanted to install virtualbox from scratch, not an upgrade. Thanks.
  6. [ubuntu] Re: Virtualbox 4.3 on 12.04 - E: Unable to fetch some archives

    Is it busy or is the file not there? I'm not in a hurry so will try again later. Failing that I will just download the deb package. I've got a spare drive in the pc for mucking about on but...
  7. [ubuntu] Virtualbox 4.3 on 12.04 - E: Unable to fetch some archives

    Hi everyone,

    Not sure what the problem is here as I've installed virtualbox before without hitch. Using this guide:
    ...
  8. Replies
    56
    Views
    8,084

    Re: Why are the default installations so ugly?

    I only got into this at 12.04 so I just had to look this up. Your description seems quite accurate :)
  9. Replies
    8
    Views
    713

    [ubuntu] Re: Making a simple rsync script fail

    @Dave_L, thanks for pointing that out, explains exactly what happened in my case.
  10. Replies
    8
    Views
    713

    [ubuntu] Re: Making a simple rsync script fail

    My script doesn't seem to be doing what it's supposed to be doing. This is it:



    sudo rsync -av --delete --progress --files-from=/home/sam/.rsync-include.txt / /media/SEAGATE


    I deleted a...
  11. Replies
    13
    Views
    2,028

    [SOLVED] Re: Java 7 will not install on 13.10

    This has been fixed for v12.04 and v13.10 and newer.



    sudo add-apt-repository ppa:webupd8team/java
    sudo apt-get update
    sudo apt-get install oracle-java7-installer

    Works again as intended :)
  12. Replies
    13
    Views
    2,028

    [SOLVED] Re: Java 7 will not install on 13.10

    Thanks for the help everyone. The webupd8 team update is only for 13.10:

    http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html

    See comments for a number of fixes and if...
  13. Replies
    13
    Views
    2,028

    [SOLVED] Re: Java 7 will not install on 13.10

    Think we cross posted. Looks like a promising solution, thanks.
  14. Replies
    13
    Views
    2,028

    [SOLVED] Re: Java 7 will not install on 13.10

    Thanks. This update couldn't have happened at a worse time!

    However, there is a FOURTH option. I have to use bluej for this assignment and I see on their website that it works with openjdk7. Might...
  15. Replies
    13
    Views
    2,028

    [SOLVED] Re: Java 7 will not install on 13.10

    I ended up reinstalling elementaryOS as ubuntu 13.10 crashed a few times (HUD crashed and a few cryptic internal errors), kept notifying me my bluetooth keyboard battery was low (??) and various...
  16. Replies
    13
    Views
    2,028

    [SOLVED] Java 7 will not install on 13.10

    I have tried the usual stuff:

    http://askubuntu.com/questions/126372/sha256sum-mismatch-jdk-7u3-linux-x64-tar-gz-error-when-trying-to-install-orac

    On install:



    Download done.
    Removing...
  17. Replies
    3
    Views
    2,417

    Re: Eclipse Problems

    I just found this in my bookmarks and thought this may help you:

    http://askubuntu.com/questions/337281/installing-eclipse-kepler-and-java-jdk

    Good luck :)
  18. Replies
    56
    Views
    8,084

    Re: Why are the default installations so ugly?

    I'm actually liking ubuntu 13.10 at the moment. Using moka gtk theme (which is good if you like purple) and faba icon set. They go well together. Plus that lizard wallpaper which is also a hint of...
  19. Replies
    5
    Views
    622

    Re: Update BIOS or not - worth it?

    Just did it using EZ flash on my gryphon z87. Was pretty pain free so BIOS v1802 now from 14/3/14. Re-applied BIOS settings and all seems to be well.

    Sam.
  20. Replies
    5
    Views
    622

    Re: Update BIOS or not - worth it?

    Mine is a 4th gen, i5-4670k haswell. I was interested to know whether or not the BIOS was worth updating though, getting 'full processor performance' vs might break things kind of thing.

    I suppose...
  21. Replies
    3
    Views
    2,417

    Re: Eclipse Problems

    I know this is not a specific fix for you, but may help.

    I have eclipse keplar working fine in eOS which is based on ubuntu 12.04 LTS. I downloaded from eclipse website rather than software...
  22. Replies
    5
    Views
    622

    Update BIOS or not - worth it?

    Hi everyone,

    Running elementaryOS based on 12.04 LTS, but probably switching to Ubuntu 14.04 once that's released as I have thoroughly enjoyed 13.10 in virtualbox.

    So I built this a few weeks...
  23. Replies
    56
    Views
    8,084

    Re: Why are the default installations so ugly?

    Lol, I tried xubuntu and removed pretty quickly after seeing the above. It did feel like a time warp. I like ubuntu but I would tend to agree that default installs do not look that great. I have more...
  24. Replies
    8
    Views
    713

    [ubuntu] Re: Making a simple rsync script fail

    Thanks to everyone, especially the part about the file list, that was very helpful. So I've created a file:



    #.backmeup.sh in home folder
    #!/bin/bash
    sudo rsync -avr --delete --progress...
  25. Replies
    8
    Views
    713

    [ubuntu] Making a simple rsync script fail

    Hi everyone,

    TheFu kindly helped me work out how to use rdiff-backup a couple of weeks ago. However, now I am testing rsync but I can't get it to work as I would like. All I want to do is copy the...
Results 1 to 25 of 239
Page 1 of 10 1 2 3 4