☠
✆ ✍
more fun http://www.code-knacker.de/webabkuerzungen.htm
cut/paste the following into a terminal (as root)
/usr/bin/printf '*.=info;*.=notice;*.=warn;\\\n\tauth,authpriv.none;\\\n\tcron,daemon.none;\\\n\tmail,news.none -/var/log/messages\n' > /etc/rsyslog.d/99-fixlog.conf
this will create a file that will fix the bug in the /etc/rsyslog.d/ directory.
or
Instead of using the printf statement (got trouble copying carriage return chars from your example I simply created a file with the lines
210 realy nice & usefull icons: free for commercial use: http://icons.webtoolhub.com/icon-s1414-detail.aspx
Alle Drupal-Nachrichten-IDs ohne Übersetzung löschen:
delete locales_source from locales_source left join locales_target using (lid) where locales_target.lid is null;
Art is Design made by feelings
web is made for information
webdesign gives the web feelings
skill &knowledge is nothing
without inspiration
Auf die schnelle viele Datenbankwerte ändern ohne sich totzuklicken ;)
UPDATE tablename SET tablefield = replace(tablefield, "findstring", "replacestring");