Search:

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

Page 1 of 8 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    532

    Re: Setting up MySql, Ubuntu 13.10

    You got it reversed. PhpMyAdmin uses the DB User name and password.
  2. [ubuntu] Re: Continually restored on reboot - help!

    That's an awesome feature. How do I enable it on my ubuntu 12?
  3. Replies
    11
    Views
    827

    [ubuntu] Re: Chmod help

    Maybe in version 10, which is what you're using. Works great in version 12, which I'm using.
  4. [ubuntu] Re: "Error creating directory: permission denied"

    of course, creating a softlink will solve the problem but if you want to create a new directory, thats fine too.
  5. Replies
    11
    Views
    827

    [ubuntu] Re: Chmod help

    That's great. If only he could use sudo. He said he couldn't sudo. Scroll up.

    So, everyone says to reboot in to recovery mode. Yes, you could reboot in to recovery mode so that you can be "root"...
  6. [lubuntu] Re: make a different user root (or have two root users)

    He asked:

    "Unfortunately, there are some glitches remaining -- such as when I install a program, it comes automatically with "root" as the owner. Is there a way i can make "mr_d" the root user...
  7. [ubuntu] Re: "Error creating directory: permission denied"

    you could always create a soft link to it.

    i.e.
    cd /location/of/where/directory/used/to/be
    sudo ln -s /location/to/where/directory/is name_of_softlink

    Make sure the name of the softlink is...
  8. Replies
    3
    Views
    803

    [ubuntu] Re: Can't install powertop 2.0

    "make" sure you have the correct permission. (pun intended) i.e. perhaps you need to use sudo.
  9. Replies
    4
    Views
    5,873

    [SOLVED] Re: Accessing my NTFS folder with Apache

    That means that you don't have permission to / on that server.

    Make your configuration look like the below



    DocumentRoot "/media/DATA-175gig/www/"

    <Directory />
    Options...
  10. Replies
    11
    Views
    827

    [ubuntu] Re: Chmod help

    You don't need recovery mode, just run...

    su -

    type the root password and then fix the problem. "su -" means switch user (to root).
  11. [ubuntu] Re: Multiple web sites with different DocumentRoot paths

    You have a few options.

    You could sym link your root dir to /var/www or you could just reconfigure apache to serve its pages from /var/www.

    Anyway, to your concern about /home being full......
  12. Replies
    11
    Views
    1,449

    [ubuntu] Re: Own mail server marked as Spam

    ummm, I checked and his domain has been black listed on 2 sites.
  13. Replies
    18
    Views
    1,145

    [SOLVED] Re: 12.04 LTS - What's new? Should I update?

    you should upgrade. there is this new feature where your screen will flash and then your computer is rebooted automatically. there is another feature where your computer shuts down but the fan...
  14. Replies
    11
    Views
    1,449

    [ubuntu] Re: Own mail server marked as Spam

    what is your domain?
  15. [ubuntu] Re: Should I revert away from 12.04 or upgrade?

    ok, I will suffer with the crashing. I'm running an SSD so the reboot is not too bad.
  16. Replies
    1
    Views
    352

    [ubuntu] Re: What to add to my server

    you should add video streaming so that you can stream videos to your tv (use http://www.boxee.tv/)

    setup Bind as a caching server to cache upstream DNS
    setup your own mail server so you can have...
  17. [ubuntu] Should I revert away from 12.04 or upgrade?

    Alright, I just wanted to throw it out there to see how people feel about 12.04.

    Ever since I upgraded to 12.04, it has been nothing but trouble. The fan stays on after I shutdown already. The...
  18. Replies
    7
    Views
    1,137

    [ubuntu] Re: Shutdown safely, but do it!

    All those ideas are great but the VERY BEST way of doing this is by changing the way the ubuntu responds to the power button.

    scroll down to where he talks about the power button.
    ...
  19. [ubuntu] Re: Extend LVM root partition on headless ubuntu 10.04 LTS

    This isn't windows. You don't need to extend your drive.

    Just add a new drive, format it and mount it to /opt/new

    Then, move everything from /opt to /opt/new

    last step, remount /opt/new to...
  20. [ubuntu] Re: Can't shutdown after using shutdown command.

    what's wrong with...

    sudo /sbin/init 0

    or

    sudo halt
  21. Replies
    19
    Views
    2,073

    Re: mv, cp and rm slow down server

    that means your hardware is die-ing...

    either check your RAID configuration to see if you made a mistake or spend some money to get faster disks.
  22. Replies
    2
    Views
    1,652

    [ubuntu] Re: Pxe Booting Tries To Load From /cdrom/

    Is there a reason why you need to use NFS? If not, use http. It's much easier.

    and by the way, you should use the ubuntu doc. I used it before and it works really well.
    ...
  23. Replies
    2
    Views
    2,956

    [all variants] Re: Problem with SSH login

    debug1: Offering RSA public key: /home/yathaid/.ssh/id_rsa
    debug3: send_pubkey_test
    debug2: we sent a publickey packet, wait for reply
    debug1: Authentications that can continue:...
  24. Thread: Postfix

    by galvatron408
    Replies
    7
    Views
    949

    [ubuntu] Re: Postfix

    here is the wiki for mx record. read it really carefully.
    http://en.wikipedia.org/wiki/MX_record

    after you're done with that, go read RFC 974 - Mail routing and The Domain System...
  25. Thread: Postfix

    by galvatron408
    Replies
    7
    Views
    949

    [ubuntu] Re: Postfix

    you don't have an MX record. below is an example of querying for your domain and then querying for gmail.com.

    > set query=mx
    > chrishomeserver.thunderboltservice.com
    Server: 192.168.0.1...
Results 1 to 25 of 195
Page 1 of 8 1 2 3 4