Search:

Type: Posts; User: Crafty Kisses; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.24 seconds.

  1. Replies
    7
    Views
    8

    Re: Python Tools

    This should get you started: https://docs.python-guide.org/starting/install3/linux/

    If you're missing any dependencies while you're building via "import" it will tell you, and you can pip it...
  2. Replies
    1
    Views
    2

    Re: installing breezypythongui

    Can you give some more specifics? Are you on a Windows Machine, or a Linux Machine trying to do the Windows instructions? Once I have that, I'll be able to help you.
  3. Include Go dependencies in a Docker container using mono repo

    Hey guys, so I have a mono repo with the following structure:


    mono-repo
    - serviceA
    - main.go
    - Dockerfile
    -serviceB
    - main.go
    - Dockerfile
  4. Replies
    0
    Views
    1

    [ubuntu] Running Ubuntu alongside Gentoo

    Since I don't have time to do a thorough install, and rushing a Gentoo install always leaves regrets somewhere, I would like a tried and tested means to pick away at a Gentoo configuration on a live...
  5. Django QuerySet - Joining tables on id in array

    I've been having some difficulty figuring out how to implement the following PostgreSQL query using Django query set notation:


    SELECT *
    FROM table1
    JOIN table2 ON table1.id_column =...
  6. Replies
    4
    Views
    5

    [SOLVED] Re: Short Script Puzzle

    Heh, brings back memories for me trying to find it one week like 5 years ago. Thanks for this, was looking for something similar last week!
  7. Re: Unlock GNOME Lock Screen with Command

    Are you running this from an SSH session? Some commands come to mind you can try


    DISPLAY=:0 gnome-screensaver-command -d

    You can toggle DBus as well if need be, for example



    ...
  8. Replies
    1
    Views
    2

    Vagrant 2.0 timeout

    I'm trying to access an Ubuntu Vagrant box, just the typical hashicorp one, via

    vagrant init hashicorp/precise64
    Then running

    vagrant up
    Then of course, actually SSHing into the box
    ...
  9. Re: Brunch - config.server.port: expected: number, got: string (3000)

    Yeah, I did that same error, ended up fixing it switching to an older version of brunch - thanks for the input!
  10. Brunch - config.server.port: expected: number, got: string (3000)

    I'm trying to run a test-run with Brunch using Nitrous as the container for dependencies, I'm using the node package manager to install it via


    npm install -g brunch

    My brunch-config.js looks...
  11. Re: React-Rails 'Could not find json-1.8.1 in any of the sources'

    Solved by bumping down version of ruby/rails via running

    rvm install ruby-2.1.1
    Then

    rvm use ruby-2.1.1
    cd'd into directory and ran

    bundle install
    It worked perfectly. This...
  12. React-Rails 'Could not find json-1.8.1 in any of the sources'

    I'm doing a project using react-rails but when I run


    bundle install

    I get



    Could not find json-1.8.1 in any of the sources
  13. Re: Kubuntu has stopped reading my 8 gig Kingston DataTraveler

    What is the output of the following



    lsusb
    lspci
  14. Replies
    0
    Views
    596

    LAMP stack w Hadoop

    Hello, so I'm having a bit of issues getting LAMP running for various development projects I'm working on. So I remove the current LAMP stack that I currently have via

    apache2 apache2-mpm-prefork...
  15. Having trouble starting hadoop single-node cluster

    Hey guys it's Montana, when I try to start a Hadoop cluster in Ubuntu from the shell I get the following error:


    hduser@montana-G31M-S2L:/usr/local/hadoop$ /usr/local/hadoop/bin/start-all.sh...
  16. Replies
    3
    Views
    360

    [ubuntu] Re: Wifi not working

    Have you read any of the QEMU documentation?
  17. Replies
    3
    Views
    360

    [ubuntu] Re: Wifi not working

    Can I get results of

    lsusb
    lspci
  18. Re: remote ssh tunnel help (diagram included)

    You might want to look into FreeNX w/ a reverse SSH tunnel to achieve your goal. This seems to be what you're looking for



    +-------+ +--------+
    ...
  19. Replies
    6
    Views
    2,387

    [ubuntu] Re: IP network forwarding

    Hey sQua!

    Can I just see some results of this command so I can get some more information?

    route -Cn
    It should look something similar to this

    Kernel IP routing cache
    Source ...
  20. Replies
    8
    Views
    610

    [ubuntu] Re: Ubuntu server crash

    Could be memory allocation, just a thought
  21. Replies
    13
    Views
    7,574

    [other] Re: GXinput - GUI for XInput settings

    Haha thanks
  22. [ubuntu] Re: Ubuntu 12.04, run's slowly and lags.

    Can you give me

    top
    lspci
  23. [PPC] Public Keys w/ Apache Hadoop + 2 node clustering

    I'm having a Public Key issue, as stated 2 node clustering w/ Apache Hadoop running


    cat $HOME/.ssh/id_rsa.pub >> $HOME/.ssh/authorized_keys
    copy authorized_keys over to PROWL:/home/hduser/.ssh/...
  24. Replies
    1
    Views
    310

    [ubuntu] Re: Internet connection

    Hey man!

    What are the results of the following (type these commands into the terminal)



    lspci
    lsusb

    It will give me some more information about your network. I can help you get this up...
  25. [ubuntu] Re: Accidentally Deleted /usr/bin - Ubuntu 12.10

    Grab a LiveCD, chroot into your install and reinstall all your (well most of your important packages) again. I think it would be faster to be honest.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4