#daemon #linux

ntpd – don’t run late…

NTPD is a daemon that is using the NTP (Network Time Protocol) to synchronize you local watch with servers. NTPD is not changing the time after the synchronization. It calculates the difference (offset) between remote timer and the local one and after that adjusts the timer several times to minimize the offset. Install ntpd on Gentoo/Sabayon emerge ntp vim /etc/ntp.conf #change servers used for sync vim /etc/conf.d/ntpd #set daemon options /etc/init. ...

#cookie #joomla #php

Joomla 2.5.* – Can’t Login to backend

If you can’t login to Administration Panel of a Joomla 2.5.* site, try setting above in You configuration.php : public $cookie_domain = ''; public $cookie_path = ''; Quick fix for the directories permissions: chmod 755 administrator language/overrides language/en-GB libraries cache administrator/cache modules media plugins templates tmp logs images components administrator administrator/language/en-GB administrator/language/overrides administrator/manifests/files administrator/components administrator/language administrator/manifests/packages administrator/manifests/libraries administrator/modules administrator/templates

#css #html #php #Sublime Text 3

Sublime Text 3 – CheatSheet & Plugins for Web develpment.

First point of the program is installing the Sublime Text Editory itself. If you are using Sabayon or Gentoo, the is an overlay sublime-text, so You can emerge it. Installing Sublime Text 3 on Gentoo / Sabayon layman -a sublime-text layman -S emerge --regen emerge -av app-editors/sublime-text Installing helpfull plugins for Sublime Text 3 First of all install “Package Control” an utility that would make the plugin install proces simplier. ...