Search:

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

Search: Search took 0.03 seconds.

  1. [ubuntu] Looking For Best Practice Documentation For SNMP Traps In Linux

    Hello all. I am trying to find information on baselines for Linux monitoring. Any info on what the baselines should be for CPU usage, memory utilization, processes, disk...
  2. Re: Trying To Learn Network Security and Pentesting

    Thanks for the reply cayphed. I have been working with that for a bit now, but I was hope to gain further understanding of testing networks and client vulnerabilities. I'm currently using BackTrack 5...
  3. Trying To Learn Network Security and Pentesting

    Hello all. I am trying to teach myself network security and penetration testing. I have been searching online but I don't know where to start and/or where to focus my energies. There is a lot of...
  4. Re: User Input Keys To Get Value From Dictionary in wxPython

    Thanks simeon87. I'll play around with this and see what I can get going with it.
  5. Re: User Input Keys To Get Value From Dictionary in wxPython

    Yes, it is a python dictionary structure. That's exactly what I would like to do. So I would Bind the button click to the lookup function then output to static text widget for example. Is (word) an...
  6. User Input Keys To Get Value From Dictionary in wxPython

    Hello all. I am attempting to create a GUI dictionary application in wxPython that allows the user to enter a word in a text box and the meaning is returned to them. How would I tell my dictionary to...
  7. [ubuntu] Re: aircrack 1.1 does not work on Ubuntu 11.04 (using Edimax 7318USg or ALFA AWUD036N

    Thanks for the suggestion N3tMast3r, but unfortunately it didn't work. Still search for a solution. :confused:
  8. [SOLVED] Re: [Tutorial] Fix: Compat wireless - 'fixed channel mon0: -1'

    I get the following when I run the sudo make && make install command:

    mkdir -p -- //usr/local/share/airoscript-ng/ //usr/local/share/doc/airoscript-ng/html/images //usr/local/etc...
  9. [ubuntu] Re: aircrack 1.1 does not work on Ubuntu 11.04 (using Edimax 7318USg or ALFA AWUD036N

    This 11.04 is really ******* me off!! :mad: Can't find anything anymore. aircrack doesn't work on my ALFA AWUS036H. arrgh!!!!](*,)Stupid "mon0 is on channel -1, but the AP uses channel 11". Has...
  10. Re: Does Anyone Here Know Anything About iPhone Development

    Thanks r-senior. I'll give that a go. Hopefully I'll have some good news soon. I'd like to see the example if you get a chance.

    I think my dictionary may be too big for this solution but I'd like...
  11. Re: Does Anyone Here Know Anything About iPhone Development

    This is my .h for myDictionary class


    @interface myDictionary : NSObject {
    NSMutableDictionary* myDictionary;

    }
    @property (nonatomic,retain) NSMutableDictionary *myDictionary;
    +(id *)...
  12. Re: Does Anyone Here Know Anything About iPhone Development

    Thanks for all your advice r-senior. I am trying your suggestions. I am using version 3.2.6 of Xcode. To be honest, the reason I didn't write it that way is because I didn't know I could. This is why...
  13. Re: Does Anyone Here Know Anything About iPhone Development

    Thank you for replying. I will definitely look into this. I've created apps using monodevelop and I love it. This way I can go back to working on my Ubuntu machine, which is where I prefer to be. :D...
  14. Re: Does Anyone Here Know Anything About iPhone Development

    Thanks for replying.
    This is what I have now:

    -(IBAction)meaning{
    NSString *word = textField.text;
    NSString *newMeaning = [myDictionary objectForKey:@"%@", word];
    meaning.text =...
  15. Re: Does Anyone Here Know Anything About iPhone Development

    Hi. Thanks for the reply. I'm relatively new to programming in general. I learned some Java in college and then C#. Prior to having this idea for the iPhone app, I had been learning Python and...
  16. Does Anyone Here Know Anything About iPhone Development

    I'm trying to create an iPhone app and that means I have to use Objective-C. I've been reading as much stuff as I can find, but I'm stuck. I'm trying to use the user's input from a textbox as the key...
  17. [SOLVED] Re: can't multiply sequence by non-int of type float

    Ok guys, I figured it out. Like I said before, I am new to Python and programming in general, so it took me a little while. This was a simple fix, but if you don't know, you don't know. The can't...
  18. [SOLVED] Re: can't multiply sequence by non-int of type float

    Ok. Thanks for the education.
  19. [SOLVED] Re: can't multiply sequence by non-int of type float

    Thanks for replying. I apologize for the code not maintaining it's indentations and such. When I pasted it in, it looked exactly the way it does in IDLE. For some reason it changes once it's posted....
  20. [SOLVED] can't multiply sequence by non-int of type float

    Hey guys. I'm new to python and I've been struggling with this problem for a while. I've search google and youtube but no luck so far. I've written this in IDLE 2.6.5. If someone could tell me why...
  21. [SOLVED] Re: Scanning External Windows Backup Drive From Ubuntu

    Ok guys. I was able to resolve the problem. The problem was that Western Digital has a password lock feature on the drive. I had to connect the drive to a Windows machine, which I did using VMWare....
  22. [SOLVED] Re: Scanning External Windows Backup Drive From Ubuntu

    Thank you for your reply. lsusb returns- Bus 001 Device 002: ID 1058:1110 Western Digital Technologies, Inc. In disk utility the Smart Status is unsupported. I've tried to scan the drive from my...
  23. [SOLVED] Re: Scanning External Windows Backup Drive From Ubuntu

    Thank you for replying. I apologize for the lack of detail. The drive model is: WD My Book 1110. It is connected via USB. The Smart Status is unsupported. Maybe that's the problem. Please let me...
  24. [SOLVED] Scanning External Windows Backup Drive From Ubuntu

    Hey guys. This is my first post. I hope this the correct location. I've been struggling with the problem of scanning an external drive that is used to store the backup from a Windows 7 machine. The...
Results 1 to 24 of 24