Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    9,559

    [ubuntu] Re: smb.conf space question

    \ is used as an escape character. In your example, your using \ as space but that is not correct. So it needs to be:

    //<server ip/name>/path/with\ 040space

    The \ simply tells the shell to...
  2. Replies
    6
    Views
    942

    [ubuntu] Re: Running Firestarter on Startup Issue

    I think you may be confused. Firestarter is a configuration utility not a firewall. Netfilter is the firewall and it starts up prior to you logging in.
  3. Replies
    2
    Views
    545

    [ubuntu] Re: Can't Connect To MySQL

    Remote log in is likely turned off for security reasons. You should ssh into the machine before accessing the MySQL prompt.
  4. Replies
    17
    Views
    1,302

    [ubuntu] Re: no gcc or make in 9.04

    You can use the Debian package manager to install from source too. Looks something like this:

    apt-get -b source PACKAGE


    Not as easy or flexible as Portage but the tools are there.
  5. [ubuntu] Re: how to use internet from recovery terminal

    /etc/init.d/networking start
  6. Replies
    6
    Views
    356

    [all variants] Re: Help with sudo

    The only way to use root privs with a user that does not have sudo permission, is with an unlocked root account. Not supported here.
  7. Replies
    1
    Views
    260

    [all variants] Re: using a remote folder with big files

    Sounds like webDAV would suit your needs just fine. Also WebDAV supports "locking" a file when it is in use so two people are not trying to alter the same document at the same time.

    WebDAV can...
  8. Replies
    10
    Views
    571

    [ubuntu] Re: Noob question about txt editors

    the path is /etc/ not /ect/. Try tab completion.
  9. Replies
    1
    Views
    7,026

    [ubuntu] Re: Help with make clean command

    make clean
    make
    make install


    You have to recompile after doing make clean.
  10. Replies
    3
    Views
    310

    [other] Re: retrieve information from 2 files

    A) sounds like homework
    B) is not ubuntu
    C) is not even BASH
  11. [ubuntu] Re: list of installed packages on crashed ubuntu

    Good to hear.
  12. [ubuntu] Re: list of installed packages on crashed ubuntu

    First you need to chroot in to the install:


    mount -t proc none /media/MOUNT/proc
    mount -o bind /dev /media/MOUNT/dev
    chroot /media/MOUNT /bin/bash
    source /etc/profile

    Make sure you...
  13. [ubuntu] Re: Server support, what is/isn't long term?

    A) LTS is a more traditional linux distro. Kernels are generally patched, not upgraded until the distro moves on to a new version

    B) applications are generally patched, not upgraded in LTS

    C)...
  14. Replies
    7
    Views
    570

    [ubuntu] Re: Dual Boot Ubuntu Windows XP on same HD

    title Windows
    rootnoverify (hd0,2)
    chainloader +1



    Grub starts counting at 0, not 1.
  15. Thread: Tomboy notes

    by Titan8990
    Replies
    4
    Views
    942

    [SOLVED] Re: Tomboy notes

    The name of the note is the title that you give at the top of the note.
  16. Replies
    6
    Views
    428

    [ubuntu] Re: Help text in terminal

    I believe that is stored in /etc/motd.
  17. [ubuntu] Re: is thier a set by step guid to partioning my hard drive

    No, that set up won't even give you a working system. Instead of /root you want /. /root should never contain very many files and in no way can justify its own partition.
  18. [ubuntu] Re: Dual boot install. WIndows first or Ubuntu?

    Always do Windows first. If you install Ubuntu first Windows will overwrite the Ubuntu bootloader (grub). It's not very difficult to repair but its just as easy to install Windows first.
  19. Replies
    11
    Views
    1,935

    [ubuntu] Re: Can't see Windows 7 in grub

    You have wrote grub to a partition instead of the MBR. First, restore the windows boot loaders, then reinstall grub to the MBR.
  20. Replies
    3
    Views
    1,054

    [ubuntu] Re: How do I add a line to sources.list file ?

    To add a line to a file:


    echo 'deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main' >> /etc/apt/sources.list
  21. Replies
    6
    Views
    619

    [ubuntu] Re: error fetching mail

    You chose the wrong authentication type. There should be button to probe the server for the type of authentication it accepts but it doesn't always work.
  22. Replies
    3
    Views
    605

    [ubuntu] Re: How to make a file as root?

    sudo touch /etc/hal/fdi/policy/mouse-wheel.fdi
  23. Replies
    7
    Views
    835

    [ubuntu] Re: list of updates

    just do apt-get upgrade and then say 'no' instead of yes with proceeding.


    offline server? Not sure I understand the concept.
  24. Replies
    3
    Views
    611

    [ubuntu] Re: manual IP commands

    Everything you need to know: http://www.debian.org/doc/manuals/reference/ch-gateway.en.html
  25. Replies
    5
    Views
    4,314

    [ubuntu] Re: change xampp mysql password

    Yes, get rid of xampp and install the stack the correct way: https://help.ubuntu.com/community/ApacheMySQLPHP
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4