Installed Akismet on my blog
December 21st, 2008 AnsiJust installed Akismet on my blog. Hope I can handle now all these bloody spams. 82 in one day was tooo much!
And here is the counter:
Just installed Akismet on my blog. Hope I can handle now all these bloody spams. 82 in one day was tooo much!
And here is the counter:
just installed the latest greatest Wordpress 2.7 and hey the Dashboard looks great. Love the new interface.
Moin
I am going to shutdown the server and network and the phone system now for complete reinstall and hardware upgrade / exchange. Hopefully the phone will work in one hour again and the network right after. The server can take a little bit longer… May be the tux with me….
Moin
Just figured out together with DrScofield how to export the Display via an SSH tunnel after changing user to root via sudo. And hey it sound trivial but was not easy to find out. Here is the step by step way.
Hope it works on other systems too.
Installing Postfix with
apt-get install postfix
or choose dpkg-reconfigure postfix when you allready installed postfix before.
The configuration working for me is “satelite”.
Edit /etc/postfix/main.cf and add these lines at the end:
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
Create /etc/postfox/sasl_password with one line:
smtp.1und1.de MAILACCOUNT_at_1und1:PASSWD
Create and db file from this passwd file with
postmap /etc/postfix/sasl_password
Restart postfix with:
/etc/init.d/postfix restart
Now it should work. Give it a try with
date | mail -s “testing” regen@wetter.de
and watch the logfile with
tail -f /var/log/mail.log
So first serious blog entry. I try to install my own instance of identi.ca what is microblogging system. Its based on Laconica. Lets see how to install this system on Ubuntu Server Edition. l.m.orchardDECAFBAD.
Additionally a changed something so here are the description for the latest greatest version. I do not repeat his description only point out the changes.
There is a new version of the xmpPHP library available at least a new release candidate.
http://xmpphp.googlecode.com/files/xmpphp-0.1beta-r50.tar.gz
Beside
cp xmpphp/*.php ../extlib/
also
cp -R xmpphp/XMPPHP ../extlib/
to copy the necessary libraries.
In order to convince apache2 to accept the rewrite it is neccessary to activate the rewrite module with
a2enmod rewrite
/etc/init.d/apache2 force-reload
The XMPP Part is still not running but I try this tomorrow.
Moin
Sodale, after a long time my colleagues convinced me to start a blog. Wordpress is now up and running. Lets see what I will write here.