HowtoForge provides user-friendly Linux tutorials.
-
Is it possible to find out which CPU my Linux system uses?
Author: Falko Timme • Tags: other • Comments: 1
Yes, with cat /proc/cpuinfo
-
How do I find out about my system's memory usage?
Author: Falko Timme • Tags: other • Comments: 0
With cat /proc/meminfo
-
Which Frontpage version is supported by ISPConfig 2?
Author: Till Brehm • Tags: ispconfig • Comments: 0
Currently only Frontpage 2002 is supported.
-
-
How can I login to a site with Frontpage?
Author: Till Brehm • Tags: ispconfig • Comments: 0
The user name is admin, the password is the one that you entered in the ISPConfig control panel in the form of the respective site.
-
What is the difference between standard and expert mode during the ISPConfig installation?
Author: Till Brehm • Tags: ispconfig • Comments: 0
In standard mode the installer assumes standard values for you Linux distribution which may not always be correct (but in most cases). In expert mode you will be asked about those values which gives you the possibility to change them.
-
Error messages during installation
Author: Till Brehm • Tags: ispconfig • Comments: 0
During the installation process I get the following error messages though the respective programs are installed on the server: iptables: command not found httpd: command not found useradd: command not found apachectl: command not found This means that the programs mentioned are not in the path of your Linux installation. Please type echo $PATH on your command line, and make symbolic links to the programs in one of the directories that is in the path. For example, you can create a symbolic link to the program /path/to/apachectl in the directory /usr/bin by going into the directory /usr/bin and typing the following:
-
How will my existing Apache installation be influenced by the installation of ISPConfig 2?
Author: Till Brehm • Tags: ispconfig • Comments: 0
The ISPConfig 2 Apche webserver is installed in parallel with your existing Apache installation. The ISPConfig 2 apache is only used for the controlpanel. The hosted webpages are served by the Apache that ships with your linux distribution. This means you do not have to compile special modules into your Apache in order to work with ISPConfig 2. You can compile Apache and PHP the way you like. The ISPConfig 2 installer comments out the PHP settings in your httpd.conf. PHP can be later enabled for each web separately in the ISPConfig 2 web interface.
-
Error messages during uninstall
Author: Till Brehm • Tags: ispconfig • Comments: 0
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory This is normal. The program /root/ispconfig/uninstall deletes its own parent directory (/root/ispconfig) and thus cannot find it anymore. Nevertheless the uninstall will be completed. Just ignore the error message.
-
What spam filter is used by the ISPConfig 2 system?
Author: Till Brehm • Tags: ispconfig • Comments: 0
ISPConfig 2 uses the popular spam filter SpamAssassin (http://www.spamassassin.org). Beyond which score are emails treated as spam?The SPAM score can be set for every mail account individually, the default score is 5.0 points (SpamAssassin's default value).
-
What happens to spam?
Author: Till Brehm • Tags: ispconfig • Comments: 0
In Version 2.x of the ISPConfig you can specify if spam should be delivered to the recipient ("Accept"; the subject will be rewritten to indicate spam so that email filtering can be done by the recipient's email client) or if it should be deleted.