Author Archive

Hat man in Cpanel einen Domainnamen von einem Konto entfernt und vergessen die
Email Konten vorher zu löschen kann es zu Problemen kommen. Die Email Konten lassen sich nicht
mehr über das Cpanel löschen.
Abhilfe:
~# rm -rf /home/benutzername/mail/domainame.com
( Entfernt die alten Emails – benutzername und domainname.com entsprechend anpassen )
~# nano /home/benutzername/.cpanel/email_accounts.yaml
Die nicht mehr benötigten Adressen hier löschen und die Datei speichern.

 

Beim Installieren erhält man die folgenden Fehlermeldung:
dpkg: Fehler beim Parsen, in Datei »/var/lib/dpkg/available
Lösung: Paketmanager neun initialisieren:
~#dpkg –clear-avail
~#dpkg -reconfigure apt

 

At read commands from standard input or a specified file
which are to be executed at a later time, using /bin/sh.
To schedule a computer shutdown with atd:
~# echo “/sbin/shutdown -h now” | at 22:15 01.06.2010
Your computer will shutdown on first June at 22:15

 

To configure a new graphic card on Debian or related distributions ( Ubuntu/Kubuntu etc. ) type:
~#dpkg-reconfigure xserver-xorg
and follow the interactive menu.

 

Ubuntu has announced the release of Version 10.04 LTS ( Long Term Support )
The new version is again available for both desktop and server applications.
http://www.ubuntu.com

 

The Blog is now running on a new Debian 5 ( Lenny ) server located in Germany

 

Wenn Sie Debian als Plattform für einen lokalen Fileserver benutzen
solten Sie hdparm aktivieren um den Zugriff auf die Festplatte wesentlich zu
beschleunigen.

~#apt-get install hdparm
~#hdparm -d1 /dev/hda

Ersetzen Sie “hda” ( Hier eine IDE Festplatte ) durch den entsprechenden Festplattentyp.

Zum Testen:
~# hdparm -t /dev/hda

 

If you want compile Apache with additional php modules which
are not implemented in Easyapache type:
~# touch /var/cpanel/easy/apache/rawopts/all_php5
edit your file
~# nano /var/cpanel/easy/apache/rawopts/all_php5
and add the modules
–enable-module1
–enable-module2

 

If you want unmount a partition and get a message ” device is busy ” type:
#~ fuser -vu mountpoint
( replace mountpoint with your real mountpoint )
The system will respond with one or more process pid(s)
You can send then a kill or a kill -9 if needed to stop
the process and unmount your partition.

 

Hetzner hat am 1. Juni seine neue Rootserver Serie vorgestellt und setzt
wieder einmal neue Masstäbe für Qualität und Leistung im Rootserver Bereich.
Die Reihe basiert auf Intel Quad Cores mit Hyper Threading Technologie
und schon der kleinste Server für 49 Euro pro Monat kommt mit 8 (!) GB Ram
und 2 Festplatten von 750 GB im Raid Verbund.
Mehr Infos auf Hetzner’s Webseite: http://www.hetzner.de