Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thread: MySQL

    by songshu
    Replies
    4
    Views
    592

    Re: MySQL

    that does look like a messed up configuration, usually that would be /etc/mysql/my.cnf


    apt-get delete mysql-server
    rename the files in /etc/mysql/ like

    sudo mv /etc/mysql/my.cnf...
  2. [ubuntu] Re: Samba or NFS? Trying to find best solution for accessing files locally and online

    as mentioned above both samba and nfs are for local networks only due to the security implications.

    you could however bypass this by using a VPN connection when connecting over the internet.
    ...
  3. Replies
    95
    Views
    11,024

    Re: New Ubuntu Design Overhaul is reality!!!

    this still leaves the "window title" on the far left instead of the middle as we're used too, made a little description on how to set it back to normal.
    ...
  4. Replies
    95
    Views
    11,024

    Re: New Ubuntu Design Overhaul is reality!!!

    yes, it is easy but thats how i feel about it.
    besides being a matter of taste i'm not saying its not a quality theme (or can become one when its finished)

    but here is what i don't like:
    the...
  5. Replies
    6
    Views
    681

    [ubuntu] Re: IP Allocation for users.

    you could put multiple IP's on a single network card or several virtual interfaces on a single card each having its own IP, this would not be the problem.
    The usefulness doesn't deem to hit me...
  6. Replies
    2
    Views
    3,187

    [ubuntu] Re: exim vs postfix

    if i'm not mistaking rkhunter depend on a MTA.

    but that could be any MTA you want, remove exim, install postfix first and then install rkhunter.

    that should do the trick
  7. [ubuntu] Re: run two domains (sites) from one physical server

    is the traffic coming through or is it blocked by the ISP? mind that if you have a router in between you need to forward the :80 traffic of course.

    don't know how long you can hold off the wedding...
  8. Replies
    5
    Views
    6,131

    [all variants] Re: Transmission Remote GUI

    the souce code should be available, if you have that then just untar it and there is usually a readme file that will show you the steps to take, like configure make and make install
  9. Replies
    1
    Views
    911

    [ubuntu] Re: Upgrade to Ibex broke network bonding

    is the bonding module loaded?


    lsmod | grep bonding
  10. Replies
    12
    Views
    873

    [ubuntu] Re: Server for business, need help!

    i usually stay away from server hardware because they always appear the same to me as "normal" pc hardware except that they cost double the price. (they say these parts have been tested better, i...
  11. [ubuntu] Re: Any optimizations I can make for a new server?

    The concept of virtualisation is definitely going to take some reading and trying before one can understand how simple it actually is, so just consider it a recommendation.

    depending on how...
  12. [ubuntu] Re: Any optimizations I can make for a new server?

    as mentioned before, add RAM and as much as you can get in there, it will really increase your mysql performance. it would also help if mysql would have its own harddisk.

    second, maybe not needed...
  13. Replies
    6
    Views
    1,467

    [ubuntu] Re: Forwarding root emails to my real email?

    you've sent me on a goose hunt there, trying to find some nice link to prove my assumption ;)

    must admit that i have a hard time finding it, but i was positively sure it could be done and still...
  14. Replies
    6
    Views
    673

    [all variants] Re: Simple mail forwarder

    its not as big a hurdle as it seems, just give it a try and come back to us if you need more help ;)
  15. [all variants] Re: Adding disk to RAID going very slowly, maybe broken disk

    you could try to look at S.M.A.R.T. if the disks support it.

    its not 100% guarenteed on the reporting but it might give you an indication if one is behaving badly
  16. Thread: Ubuntu MIB

    by songshu
    Replies
    2
    Views
    4,217

    [ubuntu] Re: Ubuntu MIB

    whats MIB supposed to do and what kind of app?
  17. Replies
    6
    Views
    673

    [all variants] Re: Simple mail forwarder

    procmail seems to me the best way to do this.

    what problem you have with procmail?
  18. Replies
    6
    Views
    1,467

    [ubuntu] Re: Forwarding root emails to my real email?

    the system will check aliasses first and then send it to the MTA, so it does not matter which one you use, personaly i use postfix with mailx but you could also have it send to any other local user...
  19. Replies
    5
    Views
    932

    [ubuntu] Re: Rack Mounted Servers

    as usual check all you hardware components for linux compatibility and simply check what others have to say about it.

    otherwise i see no problem

    Technical Details for Promise SuperTrak EX16650...
  20. Replies
    5
    Views
    880

    [all variants] Re: Advice for RAID1 setup using LVM2?

    as you say the machine is still shining and you are reconsidering your partitioning an option would be to reinstall and use the installer to set up the raid during install, choose "partitioning" with...
  21. Replies
    7
    Views
    1,064

    [all variants] Re: Flavor of Linux for Server

    eeuuuhhhh,

    you are looking for a debian based server distribution???
    what about eeuuuhhhh debian?
  22. Replies
    2
    Views
    392

    [ubuntu] Re: apt-get sources issue

    https://wiki.ubuntu.com/Mirrors
  23. [ubuntu] Re: Using external smtp server with apache and drupal

    understand what you mean but its not that bad.

    if apache would have a build in mail client that would be overkill ;)

    i guess drupal could have it done via php but not sure if it has that...
  24. [ubuntu] Re: Postfix "TLS is required, but our TLS engine is unavailable" Error

    did you try

    apt-get install openssl
  25. [ubuntu] Re: Using external smtp server with apache and drupal

    you need another mailserver.

    i personaly use postfix, it can be used by the sendmail path so don't need to change that.

    you can have postfix to simply send everything to your normal mail server...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4