Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. [all variants] Re: HOW-TO: the Wicd solution to the RT2500 slow / unstable connection problem

    worked great for me too, thank you so much! :)
  2. Replies
    9
    Views
    712

    [all variants] Re: Domain names with ssh?

    specify a different port via the address bar ... for example,

    http://www.itsneverlupus.net:1234

    and make sure that port is forwarded and has something listening on it

    or use a flag for ssh...
  3. Replies
    9
    Views
    1,437

    [ubuntu] Re: DVD RW Showing up as CDrom?

    my LG DVDRW has performed great :)


    *-cdrom
    description: DVD-RAM writer
    product: HL-DT-STDVDRRW GSA-4166B
    physical id: 1
    bus info: ide@0.1
    logical name:...
  4. Replies
    9
    Views
    1,437

    [ubuntu] Re: DVD RW Showing up as CDrom?

    what's the output of:

    sudo lshw -class disk

    specifically the "*-cdrom" section . . .
  5. [ubuntu] Re: HELP, i got someone stealing internet from me

    only allow your MAC address via your router.
  6. Replies
    3
    Views
    546

    [ubuntu] Re: Grub Menu will Not Show Other Platform.

    you most likely need to change the hd(#,#) entries for vista ... on my laptop the 1st entry was the recovery partition and the 2nd would boot vista ...
  7. Replies
    5
    Views
    470

    [all variants] Re: Running ISOs from the harddrive

    what are you trying to accomplish? just see how the OS looks, or see how it performs on your hardware?

    if you just want to see how it looks, use VMware or other virtualization software ...

    ......
  8. Replies
    3
    Views
    359

    [ubuntu] Re: Server Domain Help

    dyndns.org will let you pick from a predetermined list of DNS names that you can point to that IP ... rolling your own DNS/bind setup won't help anyone who doesn't use you as a DNS server ...
  9. Thread: close x server

    by scxtt
    Replies
    6
    Views
    1,936

    [ubuntu] Re: close x server

    control+alt+F1
    (of course you have to stop the X server, plenty of ways to do that.)
  10. Replies
    5
    Views
    3,464

    [ubuntu] Re: change sudo user's UID

    the UID doesn't matter, using the current sudo user add the new user to the admin group.
  11. Replies
    8
    Views
    1,336

    [ubuntu] Re: shell font changed...!!!

    use strings if you want to see if there's any ascii text in a binary file ...
  12. Replies
    9
    Views
    473

    Re: terminal????

    put this entry in .bashrc

    alias raspberry='~/.raspberry.sh'

    and make sure #!/bin/bash is the 1st line of your script.
  13. Replies
    8
    Views
    1,336

    [ubuntu] Re: shell font changed...!!!

    it's not a "bug", there's no reason to cat a binary file via the shell ...
  14. Replies
    5
    Views
    893

    [ubuntu] Re: Remote desktop, control Ubuntu from windows

    i believe this only works if you're already logged in (assuming it's still vino) ~ you'd want an actual VNC server running (tightvncserver) to be able to connect at any time ...
  15. Replies
    11
    Views
    820

    [ubuntu] Re: I'm not i386, am I?

    what's the output of:

    cat /proc/cpuinfo; uname -a

    maybe you're just using a strictly i386 kernel for some reason ... the -generic kernel should be working fine.
  16. Replies
    8
    Views
    1,336

    [ubuntu] Re: shell font changed...!!!

    why would you (suggest to others to) cat a binary (i.e. non-text) file?
    there's no sense in doing it ... and what it does to the terminal isn't permanent ...
  17. Replies
    21
    Views
    10,560

    Re: sql query problem "INSERT INTO $_POST[Table]

    not 100% sure, but ...

    $query = "insert into $_POST[\"Table\"] (`Title`, `Date`, `Content`) VALUES ('$_POST[\"Title\"]', '$_POST[\"Date\"]', '$_POST[\"Content\"]')";
  18. Replies
    3
    Views
    955

    [ubuntu] Re: Setting up server share

    edit /etc/samba/smb.conf and add something like this:

    [<name of share>]
    path = <path to share>
    available = yes
    browsable = yes
    public = yes
    writable = yes

    anything in <> is a variable and...
  19. Replies
    4
    Views
    325

    [ubuntu] Re: Getting apache to run at boot

    it's not a folder, it's a file ...

    :> ls -l rc.local
    -rwxr-xr-x 1 root root 547 Nov 30 23:19 rc.local

    i have it in 7.10 - not sure if they did away w/ it in 8.04 :-\
  20. Replies
    4
    Views
    325

    [ubuntu] Re: Getting apache to run at boot

    you can't (and don't need to) use sudo for something like that - when your box is booting up, it's doing everything as the root user ...

    try putting:

    /usr/local/apache2/bin/apachectl -k start
    ...
  21. Thread: rdesktop vs vnc

    by scxtt
    Replies
    5
    Views
    830

    [ubuntu] Re: rdesktop vs vnc

    i'm not to sure how secure RDP is, but i've heard that VNC just sends unencrypted screenshots over the network, so someone could sniff out port 590* and reconstruct the images ~ somewhat of a risk i...
  22. [ubuntu] Re: ssh: program must continue running when I close terminal

    thanks :)

    i did forget the nohup initially, and that's how inportb caught it in a quote (but i don't have an edit time on the post) ... i use nohup on a few occasions on older HP/Sun hosts that...
  23. Thread: rdesktop vs vnc

    by scxtt
    Replies
    5
    Views
    830

    [ubuntu] Re: rdesktop vs vnc

    the ability to get RDC connection to XP comes up w/ the XP OS ... so if it's enabled and the VM is on, you'll be able to connect via RDP ... VNC can be configured to be running as a service on boot...
  24. [ubuntu] Re: ssh: program must continue running when I close terminal

    ssh_shell_prompt:# nohup motion &

    you'll get the PID of the motion process back and it'll keep running when you end your session.
  25. Replies
    167
    Views
    9,307

    Re: How much RAM do you have?

    it's a joke, and not that bad of one :p
Results 1 to 25 of 232
Page 1 of 10 1 2 3 4