Archive for the 'Linux' Category

Set TimeZone in Fedora

Fedora Logo

I forgot to set the correct time zone as I installed my new Fedora 18 system.
So this can be also done after the completed installation:

1
ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime

The localtime symlink will show to the proper timezone file.

Debian activate bootlogd

log

At each system restart, userspace messages will be logged to “/var/log/boot”.

This will help to analyse problems on remote systems, like you have a monitor during a boot progress. Continue reading ‘Debian activate bootlogd’

Squid3 pam_auth

squid logo

Target of this Squid3 implementation is to authenticate against PAM.
It’s also possible to create a virtual user list, but if you have already a system with a bunch of system accounts. So here it is: Continue reading ‘Squid3 pam_auth’

apc.shm_size now uses M/G

php5-fpm

PHP Warning: PHP Startup: apc.shm_size now uses M/G suffixes, please update your ini files

Solution is pretty simple change in your php.ini

from:

1
apc.shm_size=512

to

1
apc.shm_size=512M

You may need to specify “M” for Megabyte (MB) or “G” for Gigabyte(GB) to solve this issue.

Tiny Tiny Rss Update

RSS

Two days after I installed Tiny Tiny RSS (ttrss) v1.7.2 was released a new version of it 1.7.4. Thats great!

To be able to install Update from preferences are some fixes in config.php required. Maybe its only my problem!?; but my updater was not active. Continue reading ‘Tiny Tiny Rss Update’