Monday, September 19, 2011
Add Google Analytics to Typo3 without extension.
You can simple embed Google Analytics to your Typo3 site.
Just add this code in the template typoscript setup:
Friday, September 16, 2011
Rackspace Kaltura Apache conf
Where the apache settings for kaltura are located, when you use a rackspace prebuilt kaltura image:
/opt/kaltura/app/configurations/apache/my_kaltura.conf
Sunday, September 4, 2011
yum update - skip broken
Skip broken:
Skip broken is a feature in yum to skip packages from the transaction there have dependecy problems or introduce problems to the installed packages
Usage:
add the '--skip-broken' option to the yum command line to activate the skip broken feature.
yum update --skip-broken
Skip broken is a feature in yum to skip packages from the transaction there have dependecy problems or introduce problems to the installed packages
Usage:
add the '--skip-broken' option to the yum command line to activate the skip broken feature.
yum update --skip-broken
Friday, September 2, 2011
Kaltura rackspace Content internal error occured - Start/Restart Sphinx
Sometimes sphinx is down.
to restart:
[mouse@wwww etc]# cd /opt/kaltura/app/plugins/sphinx_search/scripts
[mouse@wwww scripts]# dir
cache populateFromLog.php watch.daemon.sh watch.stop.sh
configs searchd.sh watch.populate.sh
[mouse@wwww scripts]# ./watch.populate.sh
[mouse@wwww scripts]# chmod +x populateFromLog.php
[mouse@wwww scripts]# ./searchd.sh
usage: ./searchd.sh {start|stop|stopwait|status}
[mouse@www scripts]# ./searchd.sh start
Starting:Sphinx 1.10-beta (r2420)
Copyright (c) 2001-2010, Andrew Aksyonoff
Copyright (c) 2008-2010, Sphinx Technologies Inc (http://sphinxsearch.com)
to restart:
[mouse@wwww etc]# cd /opt/kaltura/app/plugins/sphinx_search/scripts
[mouse@wwww scripts]# dir
cache populateFromLog.php watch.daemon.sh watch.stop.sh
configs searchd.sh watch.populate.sh
[mouse@wwww scripts]# ./watch.populate.sh
[mouse@wwww scripts]# chmod +x populateFromLog.php
[mouse@wwww scripts]# ./searchd.sh
usage: ./searchd.sh {start|stop|stopwait|status}
[mouse@www scripts]# ./searchd.sh start
Starting:Sphinx 1.10-beta (r2420)
Copyright (c) 2001-2010, Andrew Aksyonoff
Copyright (c) 2008-2010, Sphinx Technologies Inc (http://sphinxsearch.com)
Subscribe to:
Posts (Atom)