If you’re wordpress pingbacks or tracksbacks show everything but the post text it’s possible that you don’t have the right css class in your div. The div element that contains the entry text should be classed with “entry”.
I use Mint for two domains. One 1.x version and a newer 2.x version. I wasn’t pleased, that the option to keep the databasesize under a certain limit was removed from preferences in version 2.x. Also, the possibility of limiting individual visitor statistics was gone… Today i stumbled upon admartinator. Obviously a mac user, he […]
So then, to generate some pressure: Let’s get the party started… 😉 Edit: Just realized, that one of my new domains doesn’t work as java package name, damn it… Just memorize: Valid identifiers starts with a connecting or text character, have no operator signs in them and are no keywords.
The following command will create a recursive copy of the current working directory preserving all file permissions and owners: mkdir /var/backup/michael cd /home/michael tar cf – . | (cd /var/backup/michael && tar xBfp -)mkdir /var/backup/michael cd /home/michael tar cf – . | (cd /var/backup/michael && tar xBfp -) Comes in handy while moving whole directory […]