Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    847

    Re: Trouble debianizing libcvautomation

    Alright, I had a local commit that I was doing this work with, and didn't have access to it (different computers).
    In trying to recreate everything, it's now working. I have absolutely no idea what...
  2. Replies
    6
    Views
    847

    Re: Trouble debianizing libcvautomation

    The source is available on github - I posted a link previously, but if you need the most recent dist tarball, I've attached it to this post. Let me know if there are any other questions.
    The build...
  3. Replies
    6
    Views
    847

    Re: Trouble debianizing libcvautomation

    Thank you for the tips, I'll definitely get those in.

    Do you want just a listing of the debian/ folder?
    If so:

    $ ls
    changelog
    compat
    control
    copyright
  4. Replies
    6
    Views
    847

    Trouble debianizing libcvautomation

    Hello all! I've recently been creating a software product called libcvautomation. I've gotten the autotools up and running, and created an RPM for it.
    I've had significant troubles trying to create...
  5. Replies
    0
    Views
    357

    [all variants] KVM to Virtual Terminal 8?

    Hey! In working with the Kernel Virtual Manager, I didn't know if there was a way that I could set up a virtual machine to run on a separate display (i.e. Virtual Terminal 8). I'm hoping to avoid...
  6. Replies
    5
    Views
    754

    [SOLVED] Re: Bash Read not triggering prompt

    I was quoting plenty, I promise. I just can't type. The script was created on another computer, and the synergy clipboard buffer decided to not work on me.
    Beyond that, this is being done with a...
  7. Replies
    5
    Views
    754

    [SOLVED] Bash Read not triggering prompt

    Alright, music re-organization time. I'm trying to write a bash script to help me decide what songs I do and do not want to keep. The condition is that I want to hear the song while I'm deciding, to...
  8. Replies
    0
    Views
    232

    [all variants] Sliently fork bash

    I am trying to start a script in bash that is forked off of the .bashrc. However, I want to make sure that this process that is forked off is entirely silent - No mention of "[1]+ Exit 1" or...
  9. Replies
    2
    Views
    571

    Re: Change path of Library Dependency

    Just trying to run Firefox 4 (though on RHEL 5.4).
    I am running firefox-bin by itself, but when I load a flash movie, it freezes, and the terminal outputs that there was an issue with libstdc++, and...
  10. Replies
    2
    Views
    571

    Change path of Library Dependency

    I apologize if this is in the wrong forum, I thought it was as close as I was going to get:

    I am having problems getting Firefox 4 to work - the plugin container ignores LD_LIBRARY_PATH which is...
  11. Replies
    4
    Views
    770

    [all variants] Re: Capture User Password on Login

    Unfortunately I found out I am unable to install LDAP (working in a production environment, not my own, and under RHEL 5.4). Is there a way to actually capture the user password on login? Or am I...
  12. Replies
    4
    Views
    770

    [all variants] Re: Capture User Password on Login

    Eh...

    (From Wikipedia)

    Despite PAM being part of the X/Open Single Sign-on (XSSO) standard, PAM on its own cannot implement Kerberos, the most common type of SSO used in Unix environments.
    ...
  13. Replies
    4
    Views
    770

    [all variants] Capture User Password on Login

    So first off, this is not about hacking.
    Second off, I'm trying to capture a user password on login (through gdm) such that I can re-use it for a service like Kerberos or AFS. The idea is that the...
  14. Replies
    11
    Views
    1,492

    Poll: Re: Python Apophysis?

    I apologize that I haven't updated this thread with more information - the "Python Apophysis" project has been disbanded as another one was already in development - fr0st.
    fr0st pretty much intended...
  15. Replies
    7
    Views
    724

    [SOLVED] Re: Tunneling through SSH Problem

    Okay, yeah, the last post fixed it. I'm surprised though, that's not how I would have expected the port syntax to work. Do you need the same syntax for the "ssh" command, or use the syntax on the...
  16. Replies
    7
    Views
    724

    [SOLVED] Re: Tunneling through SSH Problem

    So if I understand correctly, the "end of the tunnel" is at the actual client, not at the ip address used to connect to. I'll try again, and see what happens.

    EDIT: Tried again, and I'm still...
  17. Replies
    2
    Views
    594

    Re: Remote into dual monitor linux

    Okay, what are you trying to use to connect? I use vnc, and it shows both of my monitors correctly using tightvnc on windows. I also use x11vnc on the server.

    EDIT: Actually, this is a totally...
  18. Replies
    7
    Views
    724

    [SOLVED] Tunneling through SSH Problem

    Okay, I'm having a problem trying to tunnel a VNC connection through my computer. Basically what's happening is that I can initiate the connection on SSH, but I have to open another port through the...
  19. Replies
    5
    Views
    1,311

    [all variants] Re: FTP over SSH timeout

    Thank you for that. For some reason I was trying to do the ftp port. I appreciate the help!
  20. Replies
    5
    Views
    1,311

    [all variants] Re: FTP over SSH timeout

    How would one do this? I found an SFTP option, but I'm not sure what it does or how to do it.
  21. Replies
    5
    Views
    1,311

    [all variants] FTP over SSH timeout

    I'm having some problems with trying to do FTP over SSH. I know for sure that I have ssh working, if it's not very secure right now. I'm only on a home network.
    Anyway, I can do the FTP when it's...
  22. Replies
    2
    Views
    431

    [ubuntu] Re: Newbie WIFI question

    Well, you could try.
    Anyway, assuming you have the drivers installed, Ubuntu will make it very easy to connect. I was having problems with WPA2, but I'm not sure that it was Ubuntu's fault. Anyway,...
  23. Replies
    1
    Views
    402

    [all variants] Non-working laptop battery

    I have a problem with my battery on the Acer 5745G Laptop (core i5 nVidia 330m). Ubuntu(10.04) has a problem recognizing both the batter and the AC adaptor. I'm not sure how to check the battery, but...
  24. Replies
    1
    Views
    1,031

    Re: Python multi-threaded audio

    Ok, so I figured it out. You have to maintain 2 channel objects, which each hold a Sound file for the track you want to play. Annoying, but can technically avoid threading.
  25. Replies
    1
    Views
    1,031

    Python multi-threaded audio

    So i'm trying to get multiple audio streams playing at the same time, such as a DJ might use. I am currently using pygame to try and get a high-level access to the audio. However, when I try and...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4