Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    231
    Views
    49,200

    Sticky:Poll: Re: Welcome to the Pennsylvania LoCo Team!

    Drew, i go to BCCC and live in holland. feel free to PM so i can get into more personal contact with you should you need help. Im a huge linux geek and am always tinkering with electronics and linux
  2. Replies
    1
    Views
    455

    [ubuntu] mysql will not start

    ive been trying to fix this for a while. i dont have the original my.cnf, but i dont even know if thats the error:

    pavel@pvl1:~$ sudo service mysql start
    ^C
    pavel@pvl1:~$ cd /var/log/...
  3. [SOLVED] undefined reference to `main' -- but main is defined

    hey all,
    I have a very simple C++ program:

    pavel@pavel-desktop:~/programming/screen manager$ cat main.cpp
    //#include <string>
    //#include <iostream>
    #include <stdio.h>

    class Main {
  4. Replies
    9
    Views
    1,916

    [ubuntu] Re: image extracting from webpage

    ultimately, i was recommending to macro a file editor.

    but have a look at something like this instead: http://www.ehow.com/how_7310377_extract-between-tags-html-pages.html

    google around for a...
  5. Replies
    4
    Views
    1,105

    Re: Encrypt existing /home partition

    uh to be honest, i really do not know if itd only be the child directories, however, i doubt that it would do that. I would imagine it would encrypt the entire /home dir.

    also, your confusing read...
  6. Replies
    4
    Views
    1,105

    Re: Encrypt existing /home partition

    i guess what your trying to do is
    this

    but if its an actual partition, you might wanna do this

    or you can really simply do this
  7. Replies
    4
    Views
    1,105

    Re: Encrypt existing /home partition

    im sure that u can enrypt on the fly, but incase you do want to do it your way, do u have any programs that uve already configured
  8. Replies
    9
    Views
    1,916

    [ubuntu] Re: image extracting from webpage

    have a look at http://www.grymoire.com/Unix/Sed.html
  9. Replies
    9
    Views
    1,916

    [ubuntu] Re: image extracting from webpage

    if they are in a seperate folder, you can cd to the website dir

    and run "rm -i *.jpg *.png *.bmp" etc, i dont know if this will move through directories, but im afraid to put -r in there as it...
  10. Replies
    1
    Views
    240

    [ubuntu] log-file organization

    hey all,
    Ive noticed that my log files are being filled with useless messages in numerous log files. I'm trying to figure out how to split up my logs and keep em tidy.

    this came up because the...
  11. Replies
    0
    Views
    440

    [ubuntu] is openvpn binding to a port?

    Tue Oct 12 08:31:09 2010 UDPv4 link local (bound): [AF_INET]************:4605

    Tue Oct 12 08:31:09 2010 Initialization Sequence Completed

    ...minus a few other things in between, it looks to me...
  12. Replies
    3
    Views
    557

    [ubuntu] Re: openvn on a getway/dhcp server

    i have it bridged. the thing is, that the box is going to be my gateway, so i want to give out ip address on the subnet that the dhcp server is. which i got that working.

    however, once i get...
  13. Replies
    3
    Views
    557

    [ubuntu] openvn on a getway/dhcp server

    i have a lucid server box running a dhcp server and webmin.

    i want to bridge openvpn to the network that the dhcp server serves.

    all the configurations ive seen, id essentially have to install...
  14. Replies
    231
    Views
    49,200

    Sticky:Poll: Re: Welcome to the Pennsylvania LoCo Team!

    how can u get certified in ubuntu? this is new to me, and i am absolutely interested
  15. Replies
    27
    Views
    19,019

    Re: java socket Connection refused

    the example you gave is what i did.

    however i guess i didnt specify, but the server app and client app are 2 seperate applications. they are not run from the same app
  16. Replies
    27
    Views
    19,019

    Re: java socket Connection refused

    i found this forum post: http://www.daniweb.com/forums/post667566.html#post667566

    apparently, adding a server socket to the same port, before the socket, made it work. dunno why or how, but i wont...
  17. Replies
    27
    Views
    19,019

    Re: java socket Connection refused

    java.policy?


    oh btw, i should probably specify that i am debugging this in eclipse. also, i tried changing the port that the client tries to connect to and still a no go
  18. Replies
    27
    Views
    19,019

    Re: java socket Connection refused

    heres the thing tho, im running this from the same machine. and the 2 telnet commands bring to a blank line after telling me that ^] is the escape sequence or something like that
  19. Replies
    27
    Views
    19,019

    Re: java socket Connection refused

    well the server didnt give me any errors, so i assume its running correctly, and im almost positive this is all ipv4.

    ill post the telnet in a few hrs (sorry for the delay)
  20. Replies
    13
    Views
    3,094

    [ubuntu] Re: Hot keys in asus eee

    yeah that is what i was gettin at but why wasnt it installable
  21. Replies
    13
    Views
    3,094

    [ubuntu] Re: Hot keys in asus eee

    you understood correctly. can you please identify which eee model you have?

    in addition, would you please pastebin or post your /etc/grub/default file (assuming your using grub2)
  22. Replies
    13
    Views
    3,094

    [ubuntu] Re: Hot keys in asus eee

    np, to clarify though, this are not special function keys, not like Fn?
  23. Replies
    4
    Views
    478

    [ubuntu] Re: No idea about scripts.

    what your talking about is a bin, sh, or bash file, however u wanna call it.

    u can realistically end it however u want it

    however to execute, the file must begin with

    "#!/bin/bash" and u...
  24. Replies
    27
    Views
    19,019

    Re: java socket Connection refused

    http://pastebin.com/6tH3BzrJ
  25. Replies
    13
    Views
    3,094

    [ubuntu] Re: Hot keys in asus eee

    r u positive that 10.04 knows what keyboard your using?
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4