Search:

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

Page 1 of 8 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    490

    [SOLVED] Re: Virtual server tips needed

    Yes, you can do that. But please keep in mind that Ubuntu's software versions will be different (for example MySQL 5 instead of 4), and that paths might differ.
  2. Thread: Compiz issues

    by falko
    Replies
    9
    Views
    427

    [ubuntu] Re: Compiz issues

    Can you try

    compiz --replace &> /dev/null instead? This should send the job to the background.
  3. Replies
    2
    Views
    814

    [ubuntu] Re: Virtual hosts with rewrite problems

    Have you tried to use mod:rewrite instead?

    http://httpd.apache.org/docs/2.0/misc/rewriteguide.html
  4. Replies
    2
    Views
    207

    [ubuntu] Re: Installing Ubuntu and software RAID

    To be honest, I'm not sure.

    But it is possible to set up software RAID after you have installed the system:
    LVM:...
  5. [ubuntu] Re: Apache2 default site prevents any other from being viewed

    Do you use a domain/hostname specified in ServerName/ServerAlias to access your vhost? If you use anything else, the default vhost will be shown.
  6. Replies
    1
    Views
    508

    [ubuntu] Re: Protect a folder in My VPS

    Any errors in Apache's error log?

    Also check the permissions of your .htpasswd file - it mustb e readable by the Apache user.
  7. Replies
    2
    Views
    414

    [ubuntu] Re: Spammers using my server HELP!

    First, you should check if your server is an open relay: http://www.spamhelp.org/shopenrelay/

    If it is, you should set up SMTP-AUTH as soon as possible. If it is not, you should check if spammers...
  8. Replies
    3
    Views
    496

    [ubuntu] Re: How to Set Up Compiz Fusion (Not working)

    Is it only the cube that is not working (are wobbly windows, etc. working?)? If so, make sure you have four workspaces instead of the Ubuntu default value of two.
  9. Replies
    3
    Views
    596

    [ubuntu] Re: Postfix - Sender Restrictions

    Take a look at Postfix header checks: http://www.postfix.org/header_checks.5.html
  10. Replies
    5
    Views
    614

    [ubuntu] Re: Ubuntu 10.04 Server Security?

    If there was an important security fix, Ubuntu would make it available through its security repository.

    Don't let the version number fool you - often package maintainers backport security fixes to...
  11. Replies
    7
    Views
    1,352

    [ubuntu] Re: Pure-ftpd upload problem!

    Do you use somw sort of quota(e.g. quota inside of PureFTPd, or file system quota if you use system users as FTP users)?
  12. Replies
    3
    Views
    396

    [all variants] Re: Multi site/user webserver

    Just change the DocumentRoot to /home/mark/public_html in the Apache vhost configuration file.
  13. Replies
    2
    Views
    349

    [ubuntu] Re: ubuntu vm builder

    Take a look at the -d switch:
    man vmbuilder
  14. [SOLVED] Re: Some games I want on ubuntu. But need help to get it.

    These links might help:
    http://www.playdeb.net/welcome/
    http://www.playonlinux.com/en/
  15. Thread: Spamassassin

    by falko
    Replies
    6
    Views
    1,048

    [ubuntu] Re: Spamassassin

    First, you can run
    spamassassin --lint to check if the syntax is right (if the command just returns to the command line, everything is fine).

    If you use SpamAssassin in conjunction with amavisd,...
  16. Replies
    3
    Views
    15,904

    [ubuntu] Re: vsftpd upload file/folder permissions

    Here's a umask explanation: http://www.cyberciti.biz/tips/understanding-linux-unix-umask-value-usage.html
  17. Replies
    3
    Views
    423

    [ubuntu] Re: Deleting files that meet certain criteria

    If the files that you want to delete are older than the other files, it is possible to do this time-based, like this:


    for file in "$( /usr/bin/find /path/to/directory -type f -mtime +2 )"
    do
    ...
  18. Replies
    1
    Views
    223

    [ubuntu] Re: Creating restore disk

    You can use CloneZilla...
    http://www.howtoforge.com/cloning-linux-systems-with-clonezilla-server-edition-clonezilla-se
    ... or Ghost4Linux for this task:...
  19. [ubuntu] Re: Cant log into ftp server, "530 login incorrect"? Please help???

    Yes, if your FTP server is configured to use system users; no, if it uses virtual users.

    Did you try both active and passive connections in your FTP client?
  20. Replies
    1
    Views
    1,575

    [ubuntu] Re: server load balancing

    You can use one of these tutorials to set up a load balancer (should work on Ubuntu as well):...
  21. Replies
    1
    Views
    665

    [all variants] Re: Automating kvm image creation

    You can use virt-install. Take a look at
    http://www.howtoforge.com/virtualization-with-kvm-on-a-debian-squeeze-server
    and
    http://www.howtoforge.com/virtualization-with-kvm-on-a-centos-5.2-server
  22. Thread: Applying patch

    by falko
    Replies
    3
    Views
    215

    [ubuntu] Re: Applying patch

    You can use the patch command for this. Take a look at the patch man page:


    man patch
  23. Replies
    4
    Views
    411

    [ubuntu] Re: Problem whit Server Web

    Are there any errors in Apache's error log?
  24. Replies
    3
    Views
    475

    [SOLVED] Re: DNS zone needed or not?

    If you define DNS records in your registrar's web panel, then you don't need to configure BIND and use the DNS part of ISPConfig.
  25. Replies
    2
    Views
    6,207

    [SOLVED] Re: apt-get install ERROR!

    Please try if
    sudo apt-get update dolves the problem.
Results 1 to 25 of 197
Page 1 of 8 1 2 3 4