Info ANeukAceh

Hanya sebuah post it

Info ANeukAceh - Hanya sebuah post it

tmp session read-only

It’s a /usr/tmpDSK (see OP’s OP) which can become corrupt fairly easily. Best bet is to stop any processes that have files open on /tmp which you can check with:
lsof /tmp

Then umount /tmp and /var/tmp:
umount -l /tmp
umount -l /var/tmp

Then remove the corrupt partition file:
rm -fv /usr/tmpDSK

Then create a nice new one:
/scripts/securetmp Continue reading

Add Watermarks to WordPress Images

There are a lot of plugins out there for watermarking your images in WordPress, but this one may be the best of all of them. Signature Watermark is a new plugin that gives you all kinds of options in watermarking your WordPress images. It allows you to watermark your images using a PNG image file with transparency as well as a text signature.

The plugin includes options that let you choose which size of images should receive the watermark, the size of the watermark (percentage of the image), text color, font, transparency, and more.

A watermarking plugin is especially important for photographers or visual artists who want to protect their work. Disabling right clicking can be annoying to your visitors, but a watermark is more effective in that it’s more difficult to remove. Install Signature Watermark from the WordPress plugin repository to start protecting your images today.