HowtoForge provides user-friendly Linux tutorials.
-
How can I observe a logfile continuously?
Author: till • Tags: shell • Comments: 1
With the command: tail -f /path/to/logfile you will see all lines added to the logfile. To stop this, press [CTRL] + c
-
I get the feeling that my hard disk is very slow. Is there a way I can verify and tune it?
Author: Falko Timme • Tags: other • Comments: 0
You can use hdparm to tune your hard disk. On Debian, you would run apt-get install hdparm to install it. hdparm --help shows a list of all available options. To get more information about your hard disk, run hdparm -i /dev/hda This will look like: /dev/hda: Model=MAXTOR 6L060J3, FwRev=A93.0500, SerialNo=663214759549 Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs } RawCHS=16383/16/63, TrkSize=32256, SectSize=21298, ECCbytes=4 BuffType=DualPortCache, BuffSize=1819kB, MaxMultSect=16, MultSect=16 CurCHS=4047/16/255, CurSects=16511760, LBA=yes, LBAsects=117266688 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 UDMA modes: udma0 udma1 *udma2 AdvancedPM=no WriteCache=enabled Drive conforms to: ATA/ATAPI-5 T13 1321D revision 1: * signifies the current active mode To see how fast your hard disk currently is execute
-
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 • Tags: ispconfig • Comments: 0
Currently only Frontpage 2002 is supported.
-
How can I login to a site with Frontpage?
Author: till • 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 • 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 • 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 • 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.
-
How can I uninstall ISPConfig 2?
Author: till • Tags: ispconfig • Comments: 4
Log in to your command line as root and type the following: /root/42go/uninstall If the uninstall script fails, you can remove ISPConfig 2 manually by deleteing these directories: rm -rf /root/ispconfig rm -rf /home/admispconfig