<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-729335637662347748</id><updated>2024-11-01T08:57:55.835+01:00</updated><category term="linux"/><category term="centos"/><category term="Google"/><category term="Apache"/><category term="Drupal"/><category term="Kaltura"/><category term="aws"/><category term="API"/><category term="Kloxo"/><category term="Typo3"/><category term="Video"/><category term="Wowza"/><category term="CMS"/><category term="alfresco"/><category term="cloud"/><category term="facebook"/><category term="rackspace"/><category term="red5"/><category term="social"/><category term=".htaccess"/><category term="Android"/><category term="Audio"/><category term="Diaspora"/><category term="Hardware"/><category term="PC Tools"/><category term="SEO"/><category term="Webdesign allgemein"/><category term="bitnami"/><category term="canonical"/><category term="ec2"/><category term="encoding"/><category term="mobile"/><category term="open source"/><category term="typo3 extensions"/><category term="ubuntu"/><title type='text'>leerraum blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>72</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-7398935918305553760</id><published>2014-04-15T21:22:00.001+02:00</published><updated>2014-04-15T21:23:20.988+02:00</updated><title type='text'>Autogenerate footer year with PHP</title><content type='html'>Use this php code at the footer of your website to ensure your footer PHP date is always at the current year. &lt;br /&gt;
You need PHP web page not static HTML. If your server handles PHP, then use the code below to insert into your website’s footer. Note this will only work with PHP web pages not static HTML.&lt;br /&gt;
&lt;h3&gt;
Current Year Display&lt;/h3&gt;
This pulls in the current date using server technology, and is really easy to implement instead of manually typing the year every year.&lt;br /&gt;
&lt;div class=&quot;highlight&quot;&gt;
&lt;pre&gt;&lt;code class=&quot;html&quot;&gt;&lt;span class=&quot;ni&quot;&gt;&amp;amp;copy;&lt;/span&gt; &lt;span class=&quot;cp&quot;&gt;&amp;lt;?php echo date(&quot;Y&quot;); ?&amp;gt;&lt;/span&gt; Copyright. &lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
displayed: © 2014 Copyright.&lt;br /&gt;
&lt;h3&gt;
Website Start and Current Year&lt;/h3&gt;
Here you set the date your website was launched, and let the PHP automatically keep the current year up to date.&lt;br /&gt;
&lt;div class=&quot;highlight&quot;&gt;
&lt;pre&gt;&lt;code class=&quot;html&quot;&gt;&lt;span class=&quot;ni&quot;&gt;&amp;amp;copy;&lt;/span&gt; &lt;span class=&quot;cp&quot;&gt;&amp;lt;?php&lt;/span&gt;
&lt;span class=&quot;cp&quot;&gt;$copyYear = 2008; // Set your website start date&lt;/span&gt;
&lt;span class=&quot;cp&quot;&gt;$curYear = date(&#39;Y&#39;); // Keeps the second year updated&lt;/span&gt;
&lt;span class=&quot;cp&quot;&gt;echo $copyYear . (($copyYear != $curYear) ? &#39;-&#39; . $curYear : &#39;&#39;);&lt;/span&gt;
&lt;span class=&quot;cp&quot;&gt;?&amp;gt;&lt;/span&gt; Copyright. &lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
displayed: © 2008-2014 Copyright.</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/7398935918305553760/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2014/04/autogenerate-footer-year-with-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/7398935918305553760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/7398935918305553760'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2014/04/autogenerate-footer-year-with-php.html' title='Autogenerate footer year with PHP'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-4108128304310808116</id><published>2013-12-14T21:23:00.000+01:00</published><updated>2013-12-14T21:23:13.242+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Drupal"/><title type='text'>Drupal Database Problem - Inno DB Error </title><content type='html'>Instead of your Drupal Site you are faced with this Error Message.&lt;br /&gt;
&lt;br /&gt;
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1286 
Unknown table engine &#39;InnoDB&#39;: SELECT expire, value FROM {semaphore} 
WHERE name = :name; Array ( [:name] =&amp;gt; variable_init ) in 
lock_may_be_available() (line 167 of /var/www/includes/lock.inc).&lt;br /&gt;
&lt;br /&gt;
This can happen after restarting sql and blocking of the InnoDB. &lt;br /&gt;
&lt;br /&gt;
One solution is to remove ib_logfiles from /var/lib/mysql and restart mysql.</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/4108128304310808116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2013/12/drupal-database-problem-inno-db-error.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/4108128304310808116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/4108128304310808116'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2013/12/drupal-database-problem-inno-db-error.html' title='Drupal Database Problem - Inno DB Error '/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-5237358517859077963</id><published>2013-11-29T06:44:00.000+01:00</published><updated>2013-11-29T06:59:07.124+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="centos"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal"/><title type='text'>Centos: Update Drupal via Drush</title><content type='html'>Updating your drupal instance with Drush is a fast and easy way to get the things done:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. check if pear is installed&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
# pear version&lt;br /&gt;
PEAR Version: 1.9.4&lt;br /&gt;
PHP Version: 5.3.3&lt;br /&gt;
Zend Engine Version: 2.3.0&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2. add the drush channel&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
# pear channel-discover pear.drush.org&lt;br /&gt;
Adding Channel &quot;pear.drush.org&quot; succeeded&lt;br /&gt;
Discovery of channel &quot;pear.drush.org&quot; succeeded&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3. change to the folder where your drupal site is installed&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
example given: &lt;br /&gt;
&lt;br /&gt;
# cd /public_html/site_xy&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;4. update to the new drupal version (example drupal 7.24)&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
# drush pm-update projects drupal-7.24&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
you are done&lt;br /&gt;
&lt;br /&gt;
Further documentation on drush specific installation issues:&lt;br /&gt;
&lt;a href=&quot;https://drupal.org/node/1791676&quot; target=&quot;_blank&quot;&gt;https://drupal.org/node/1791676&lt;/a&gt;&lt;br /&gt;
&lt;pre class=&quot;default prettyprint prettyprinted&quot;&gt;&lt;code&gt;&lt;span class=&quot;pln&quot;&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;pre class=&quot;default prettyprint prettyprinted&quot;&gt;&lt;code&gt;&lt;span class=&quot;pln&quot;&gt;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;pln&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;code&gt;&lt;span class=&quot;pln&quot;&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&quot;default prettyprint prettyprinted&quot;&gt;&lt;code&gt;&lt;span class=&quot;pln&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;pln&quot;&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/5237358517859077963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2013/11/centos-update-drupal-via-drush.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5237358517859077963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5237358517859077963'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2013/11/centos-update-drupal-via-drush.html' title='Centos: Update Drupal via Drush'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-6158278045636163330</id><published>2013-11-07T08:21:00.001+01:00</published><updated>2013-11-07T08:24:25.381+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="centos"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>How to remove a Raid Interface  </title><content type='html'>&lt;div class=&quot;para&quot;&gt;
If you are unsure about your raid volumes:&lt;br /&gt;
&lt;pre&gt;# mdadm --detail /dev/md1&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;or to get your different md&#39;s&lt;/pre&gt;
&lt;pre&gt;# cat /proc/mdstat
 &lt;/pre&gt;
&lt;/div&gt;
&lt;div class=&quot;para&quot;&gt;
To remove an existing RAID device, first deactivate it by running the following command as &lt;code class=&quot;systemitem&quot;&gt;root&lt;/code&gt;:&lt;br /&gt;
&lt;code class=&quot;command&quot;&gt;&lt;/code&gt;&lt;/div&gt;
&lt;pre class=&quot;synopsis&quot;&gt;&lt;code class=&quot;command&quot;&gt;# mdadm&lt;/code&gt; &lt;code class=&quot;option&quot;&gt;--stop&lt;/code&gt; &lt;i class=&quot;replaceable&quot;&gt;&lt;code&gt;raid_device  &lt;/code&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;pre class=&quot;synopsis&quot;&gt;&lt;i class=&quot;replaceable&quot;&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;div class=&quot;para&quot;&gt;
Once deactivated, remove the RAID device itself:&amp;nbsp; &lt;/div&gt;
&lt;pre class=&quot;synopsis&quot;&gt;&lt;code class=&quot;command&quot;&gt;# mdadm&lt;/code&gt; &lt;code class=&quot;option&quot;&gt;--remove&lt;/code&gt; &lt;i class=&quot;replaceable&quot;&gt;&lt;code&gt;raid_device&lt;/code&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;pre class=&quot;synopsis&quot;&gt;&lt;i class=&quot;replaceable&quot;&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;div class=&quot;para&quot;&gt;
Finally, zero superblocks on all devices that were associated with the particular array:&amp;nbsp; &lt;/div&gt;
&lt;pre class=&quot;synopsis&quot;&gt;&lt;code class=&quot;command&quot;&gt;# mdadm&lt;/code&gt; &lt;code class=&quot;option&quot;&gt;--zero-superblock&lt;/code&gt; &lt;i class=&quot;replaceable&quot;&gt;&lt;code&gt;component_device&lt;/code&gt;&lt;/i&gt;…&lt;/pre&gt;
&lt;pre class=&quot;synopsis&quot;&gt;&amp;nbsp;&lt;/pre&gt;
&lt;div class=&quot;example&quot;&gt;
&lt;div class=&quot;title&quot;&gt;
&lt;b&gt;Example Removing a RAID device&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;example-contents&quot;&gt;
&lt;div class=&quot;para&quot;&gt;
Assume the system has an active RAID device, &lt;code class=&quot;filename&quot;&gt;/dev/md3&lt;/code&gt;, with the following layout:
    &lt;/div&gt;
&lt;pre class=&quot;screen&quot;&gt;# &lt;code class=&quot;command&quot;&gt;mdadm --detail /dev/md3 | tail -n 4&lt;/code&gt;
    Number   Major   Minor   RaidDevice State
       0       8        1        0      active sync   /dev/sda1
       1       8       17        1      active sync   /dev/sdb1
       2       8       33        2      active sync   /dev/sdc1
&lt;/pre&gt;
&lt;div class=&quot;para&quot;&gt;
In order to remove this device, first stop it by typing the following at a shell prompt:
    &lt;/div&gt;
&lt;pre class=&quot;screen&quot;&gt;# &lt;code class=&quot;command&quot;&gt;mdadm --stop /dev/md3&lt;/code&gt;
mdadm: stopped /dev/md3
&lt;/pre&gt;
&lt;div class=&quot;para&quot;&gt;
Once stopped, you can remove the &lt;code class=&quot;filename&quot;&gt;/dev/md3&lt;/code&gt; device by running the following command:
    &lt;/div&gt;
&lt;pre class=&quot;screen&quot;&gt;# &lt;code class=&quot;command&quot;&gt;mdadm --remove /dev/md3
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&quot;para&quot;&gt;
Finally, to remove the superblocks from all associated devices, type:&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;para&quot;&gt;
&lt;/div&gt;
&lt;pre class=&quot;screen&quot;&gt;# &lt;code class=&quot;command&quot;&gt;mdadm --zero-superblock /dev/sda1 /dev/sdb1 /dev/sdc1&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/6158278045636163330/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2013/11/how-to-remove-raid-interface.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/6158278045636163330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/6158278045636163330'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2013/11/how-to-remove-raid-interface.html' title='How to remove a Raid Interface  '/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-3197265442162260579</id><published>2013-10-20T19:49:00.002+02:00</published><updated>2013-10-21T07:29:12.303+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Audio"/><category scheme="http://www.blogger.com/atom/ns#" term="Hardware"/><title type='text'>PC Sound Card Jack Colors</title><content type='html'>&lt;pre style=&quot;white-space: pre-wrap; word-wrap: break-word;&quot;&gt;When the first sound cards on the PC, the jacks were typically all one color, mostly black. This state of affairs remained in effect until &quot;PC 99,&quot; a pseudo-standard collaborated on by Microsoft and Intel (and third in a series of four &quot;PC System Design Guide&quot; standards which also included PC 97, PC 98, and PC 2001) defined a new industry standard for sound card jack colors. The basic jack colors go something like this:&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;

Green: Audio out (front speakers)&lt;/li&gt;
&lt;li&gt;
Black: Audio out (rear speakers)&lt;/li&gt;
&lt;li&gt;
Pink: Microphone in&lt;/li&gt;
&lt;li&gt;
Blue: Line in&lt;/li&gt;
&lt;li&gt;
Yellow/Orange: Subwoofer out&lt;/li&gt;
&lt;/ul&gt;
&lt;pre style=&quot;white-space: pre-wrap; word-wrap: break-word;&quot;&gt;On surround-sound sound cards, the difference between the green and the black jacks is that the green is for the front speakers, while the black is for the rear. On stereo sound cards with only one line-out jack, this jack may be either color, although green seems to be preferred as it more explicitly defines the jack as being an audio output. If a surround-sound sound card is configured for regular stereo (2-speaker) output, the green and black jacks are interchangeable.

The pink and blue jacks are both used as audio inputs for the sound card to record with. The difference is that the pink jack is intended for use with an unpowered microphone, while the blue jack is meant to take a line-level audio input. In audio terms, then, the sound card will generally use a much higher-gain amplifier for the microphone input, since most computer microphones make such a weak signal (typically only a few millivolts) that the recording would be virtually inaudible without significant amplification. The blue line-level input, by contrast, will use a much lower-gain amplifier - or, frequently, no amplifier at all, as it is designed to receive an already-amplified signal produced by the output of powered audio equipment, which typically produces a signal level of over 100 millivolts. At best, plugging a line-level signal into the microphone jack is likely to vastly overdrive the sound card&#39;s microphone amplifier, resulting in unusably clipped recording; at worst, doing so may burn out the sound card altogether.
Also note that since most computer microphones are mono, the pink microphone input is usually mono as well, while the blue line-in jack can typically receive stereo audio.

Additionally to these colors, some sound cards emboss (or print) symbols on their mounting bracket representing the functions of these jacks for further identification. Typically, the audio-out jacks are represented with a symbol of a wave-shape with an arrow coming out of it (symbolizing sound waves coming &quot;out&quot; of the card), the line-in jacks have a symbol of a wave with an arrow pointing into it, and the microphone jack usually just has a small picture of a microphone. However, the surfaces of the mounting brackets on PC sound cards are so cramped for space that there is often no room for such symbols. This is also the reason why PC sound cards have standardized on the relatively tiny 1/8&quot; (3.5 mm) jack size while most other professional audio equipment uses 1/4&quot; (6.35 mm) jacks or RCA jacks as a standard.&lt;/pre&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/3197265442162260579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2013/10/pc-sound-card-jack-colors.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/3197265442162260579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/3197265442162260579'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2013/10/pc-sound-card-jack-colors.html' title='PC Sound Card Jack Colors'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-4996243741411477401</id><published>2013-06-30T11:37:00.000+02:00</published><updated>2013-07-01T07:10:51.534+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="centos"/><category scheme="http://www.blogger.com/atom/ns#" term="Google"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>Centos 6.4 and Google Chrome 28 update</title><content type='html'>Centos seeems not to support the new updates from Google Chrome. The Problem is 
libstdc++.so.6 which isn&#39;t available on centos 6. &lt;br /&gt;
&lt;br /&gt;
There are some options for this issue:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Just keep running the old version until centos 7 is ready and disable update issue: &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
go to /etc/yum.repos.d/google-&lt;wbr&gt;&lt;/wbr&gt;chrome.repo
 set enabled=0 will disable it and stop the failures. &lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;b&gt;Install Chromium Browser (with Pepper Flash plugin and Chrome PDF viewer plugin) on CentOS 6 / Red Hat (RHEL) 6.&lt;/b&gt; 
&lt;br /&gt;
&lt;br /&gt;
1.Change root user&amp;nbsp;

&lt;br /&gt;
&lt;br /&gt;
2. Install/enable hughesjr Chromium EL 6 repository

&lt;br /&gt;
cd /etc/yum.repos.d
 
&lt;br /&gt;
wget http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo

&lt;br /&gt;
&lt;br /&gt;
3. Install Chromium Browser on CentOS 6 / RHEL 6

&lt;br /&gt;
yum install chromium

&lt;br /&gt;
&lt;br /&gt;
4. Install Pepper Flash Player on Chromium

Note: this is optional step and you will need 200-250 Mb temporary disk space.
&lt;br /&gt;
4.1 Get hughesjr Helper Script
&lt;br /&gt;
cd /tmp
wget https://raw.github.com/hughesjr/chromium_el_builder/master/chrome_pepperflash_copy.sh

&lt;br /&gt;
4.2 Make chrome_pepperflash_copy.sh Executable

&lt;br /&gt;
chmod +x chrome_pepperflash_copy.sh

&lt;br /&gt;
4.3 Install Pepper Flash on Chromium

&lt;br /&gt;
./chrome_pepperflash_copy.sh

&lt;br /&gt;
This will take a while, it downloads Google Chrome and extracts Pepper Flash plugin to /opt/chromium and modify Chromium launcher.
&lt;br /&gt;
&lt;br /&gt;
5. Install Google Chrome PDF Viewer Plugin on Chromium

Note: this is optional step and you will need 200-250 Mb temporary disk space.
&lt;br /&gt;
5.1 Get hughesjr Helper Script

&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://raw.github.com/hughesjr/chromium_el_builder/master/chrome_libpdf_copy.sh&lt;br /&gt;
5.2 Make chrome_libpdf_copy.sh Executable

&lt;br /&gt;
chmod +x chrome_libpdf_copy.sh

&lt;br /&gt;
5.3 Install Google Chrome PDF Viewer Plugin on Chromium

./chrome_libpdf_copy.sh
&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/4996243741411477401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2013/06/centos-64-and-google-chrome-8-update.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/4996243741411477401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/4996243741411477401'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2013/06/centos-64-and-google-chrome-8-update.html' title='Centos 6.4 and Google Chrome 28 update'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-8489083618715235388</id><published>2013-01-08T17:43:00.003+01:00</published><updated>2013-01-08T17:45:11.184+01:00</updated><title type='text'>You like own storage? Install Owncloud!</title><content type='html'>&lt;br /&gt;
&lt;h2&gt;
Install ownCloud&amp;nbsp;&lt;/h2&gt;
&lt;br /&gt;
This section describes in detail how to install ownCloud from the source tar balls.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download the latest version of ownCloud from https://owncloud.com/download/. It will arrive as a tar.bz2 file.&lt;br /&gt;
&lt;br /&gt;
wget&amp;nbsp;http://mirrors.owncloud.org/releases/owncloud-x.x.x.tar.bz2&lt;br /&gt;
&lt;br /&gt;
Change into your webspace directory, confirm that there is no directory called “owncloud” that can be overwritten, and unpack the tar file.&lt;br /&gt;
tar -xjf path/to/downloaded/owncloud-x.x.x.tar.bz2&lt;br /&gt;
&lt;br /&gt;
It will create the ownCloud application inside the subdirectory “owncloud”. To work properly, ownCloud needs to be inside your webspace. The default locations are on&lt;br /&gt;
&lt;br /&gt;
openSUSE / SLES: /srv/www/htdocs/&lt;br /&gt;
Fedora / RHEL: /var/www/html/&lt;br /&gt;
Ubuntu / Debian: /var/www&lt;br /&gt;
The next step is to create the directory for ownCloud to store its files in. Change into your ownCloud directory and create a directory called data.&lt;br /&gt;
&lt;br /&gt;
Once ownCloud is installed, you need to change some file permissions and ownerships to allow the web server to &amp;nbsp;access and update the ownCloud configuration files and store your data. To do this, change into your ownCloud directory and change the owner of some of the files to the apache user. The correct user varies by Linux distribution family. Here are some examples:&lt;br /&gt;
&lt;br /&gt;
openSUSE / SLES:&lt;br /&gt;
Go to /srv/www/htdocs/owncloud (if that is your ownCloud directory)&lt;br /&gt;
Run:&lt;br /&gt;
chown -R wwwrun:www config data&lt;br /&gt;
chown wwwrun:www apps&lt;br /&gt;
chmod 750 apps config&lt;br /&gt;
chmod -R 770 data&lt;br /&gt;
&lt;br /&gt;
Fedora / RHEL:&lt;br /&gt;
Go to /var/www/html/ (if that if your ownCloud directory)&lt;br /&gt;
Run:&lt;br /&gt;
chown -R apache:apache config data&lt;br /&gt;
chown apache:apache apps&lt;br /&gt;
chmod 750 apps config&lt;br /&gt;
chmod -R 770 data&lt;br /&gt;
&lt;br /&gt;
Ubuntu / Debian:&lt;br /&gt;
Go to /var/www (if that is your ownCloud directory)&lt;br /&gt;
Run:&lt;br /&gt;
chown -R www-data:www-data config data&lt;br /&gt;
chown www-data:www-data apps&lt;br /&gt;
chmod 750 apps config&lt;br /&gt;
chmod -R 770 data&lt;br /&gt;
&lt;br /&gt;
Open your web browser and navigate to your ownCloud instance. If you are installing ownCloud on the same machine as you will access the install wizard from, the url will be:http://localhost/ (or http://localhost/owncloud. For basic installs SQLite is easy to setup (ownCloud will do it for you). For larger installs you should use MySQL or PostgreSQL. Click on the Advanced options to show the configuration options. You may enter admin credentials and let ownCloud create its own database user, or enter a preconfigured user. At this point your install is finished . Happy uploading.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Big Files&lt;/h3&gt;
&lt;br /&gt;
The upload size is maybe restricted to 2 MB:&amp;nbsp;As a default, PHP is configured for only 2 MB uploads. This is not entirely useful, so it is important to increase these variables to the sizes you want to support on your server. So edit your servers php.ini file and change this to your desired values. example:&lt;br /&gt;
&lt;br /&gt;
upload_max_filesize = 500 MB&lt;br /&gt;
post_max_size = 600 MB&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/8489083618715235388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2013/01/you-like-own-storage-install-owncloud.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/8489083618715235388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/8489083618715235388'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2013/01/you-like-own-storage-install-owncloud.html' title='You like own storage? Install Owncloud!'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-7104646510972297954</id><published>2013-01-05T11:54:00.003+01:00</published><updated>2013-01-05T11:54:44.050+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="aws"/><category scheme="http://www.blogger.com/atom/ns#" term="ec2"/><title type='text'>sftp into your AWS ec2 instance</title><content type='html'>This steps are required to SFTP into your AWS EC2 instance using FileZilla. Open Site Manager&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Add site&lt;/li&gt;
&lt;li&gt;Host: Ec2 elastic IP&lt;/li&gt;
&lt;li&gt;Port: 22 (will sort by default when you select next option)&lt;/li&gt;
&lt;li&gt;Protocol: SFTP&lt;/li&gt;
&lt;li&gt;Logon Type: Normal&lt;/li&gt;
&lt;li&gt;User: ec2-user&lt;/li&gt;
&lt;/ul&gt;
Open Preferences&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;SFTP&lt;/li&gt;
&lt;li&gt;Add Key File select your secure key [.pem] from where you saved it&lt;/li&gt;
&lt;/ul&gt;
Make sure that the ec2-user has the correct 
permissions to do the actions you require.</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/7104646510972297954/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2013/01/sftp-into-your-aws-ec2-instance.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/7104646510972297954'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/7104646510972297954'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2013/01/sftp-into-your-aws-ec2-instance.html' title='sftp into your AWS ec2 instance'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-1668783610390592795</id><published>2012-11-18T21:46:00.004+01:00</published><updated>2012-11-18T21:54:01.981+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Drupal"/><title type='text'>Updating Drupal Core.</title><content type='html'>Updating Drupal Core always is a litte bit hardcore.&lt;br /&gt;
You need first delete most of the old code. Here is a step by step instruction for the update process.&lt;br /&gt;
&amp;nbsp;It is assumed that your custom modules and templates are in the sites/all folder.&lt;br /&gt;
Otherwise you get some more work to save the files. If you want to preserve your .htaccess robots.txt and favicon.ico save it before updating.&lt;br /&gt;
1. Backup of your Drupal instance.&lt;br /&gt;
2. &lt;a href=&quot;http://drupal.org/download&quot;&gt;Download&lt;/a&gt; the latest release of your current Drupal version.&lt;br /&gt;
3. Extract the [tar ball or zip] Drupal package.&lt;br /&gt;
4. Set your site on maintenance mode&lt;br /&gt;
5. Delete all the files &amp;amp; folders inside your original Drupal instance except for /sites folder and any custom files you added elsewhere.&lt;br /&gt;
6. Copy all the folders and files except /sites from inside the extracted Drupal package [tar ball or zip package] into your original Drupal instance.&lt;br /&gt;
7. If the update release includes changes to settings.php replace old settings.php in .../sites/default/ with the new one, and edit site-specific entries (eg database name, user, and password)&lt;br /&gt;
8. If you modified files such as .htaccess or robots.txt re-apply those changes to the new files.&lt;br /&gt;
9. Login to your site as administrator or as user no 1&lt;br /&gt;
10. Run update.php by navigating to http://...yoursitename/update.php&lt;br /&gt;
11. Follow the process to update your Drupal instance
12. Disable maintenance mode</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/1668783610390592795/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2012/11/updating-drupal-core.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/1668783610390592795'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/1668783610390592795'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2012/11/updating-drupal-core.html' title='Updating Drupal Core.'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-8695926452538748029</id><published>2012-11-13T18:24:00.001+01:00</published><updated>2012-11-18T21:57:07.425+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="centos"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>Centos - Installing graphical X Window System (Boot Options, startx from command line)</title><content type='html'>&lt;h2&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;Installing GUI&lt;/span&gt;&lt;/h2&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;I&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;nstalling the Graphical Window System (X.org-X11) and the Default Desktop Environment on CentOS 6&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot; /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;Performing the default &quot;Minimal&quot; install of CentOS 6 does not install the graphical subsystem (the X.org server) and the desktop environment (e.g. GNOME or KDE). Such OS install is nice for building an optimal system from scratch, setting up a headless server (no monitor, keyboard and mouse) and other purposes; but for one reason or another, you may still require a graphical user interface (GUI). This tutorial will show you how to install and start the graphical window system and the desktop environment of your choice.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot; /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;To achieve the task, you will need to install the following package groups (groups of packages combined for a common purpose): &quot;X Window System&quot;, &quot;Desktop&quot;, &quot;Fonts&quot; and &quot;General Purpose Desktop&quot; (last two are optional). This will install about 500 additional packages on your system (~250MB download, or you may use the available OS installation DVD to retrieve packages).&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: #e6e6e6; clear: both; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; margin: 5px 20px 20px;&quot;&gt;
&lt;div class=&quot;smallfont&quot; style=&quot;font-size: 11px; margin-bottom: 2px;&quot;&gt;
Code:&lt;/div&gt;
&lt;pre class=&quot;alt2&quot; dir=&quot;ltr&quot; style=&quot;background-color: #cfd9ff; border: 1px inset; font-size: 10pt; height: 34px; margin-right: -99999px; overflow: auto; padding: 3px; width: 600px;&quot;&gt;yum -y groupinstall &quot;X Window System&quot; &quot;Desktop&quot; &quot;Fonts&quot; &quot;General Purpose Desktop&quot;&lt;/pre&gt;
&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;(Please enter this as is - package group names as well as package names are case sensitive).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot; /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;Previous versions of RHEL and its derivatives provided a package group called &quot;GNOME Desktop Environment&quot;, that was sufficient for a general purpose GNOME desktop. Currently, package group &quot;Desktop&quot; installs all critical components of GNOME, including gdm (the GNOME Display Manager), plus a few additional packages; enough to provide a minimalist GNOME desktop with mouse support, a graphical file manager, copy/paste functionality and the luxurious GNOME Terminal emulator - maybe just what you need. Thus, installing the &quot;General Purpose Desktop&quot; package group is optional, but will help you mimic the system you would probably get if you where to include the default graphical desktop during OS install. Alternatively, you can chose a single package group &quot;KDE Desktop&quot;, for a general purpose KDE Software Compilation.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot; /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;It is generally recommended to install the &quot;Fonts&quot; package group to improve usability of the GUI, no matter what desktop environment you choose to install.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot; /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;You may view the complete list of available package groups by issuing:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: #e6e6e6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: #e6e6e6; clear: both; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; margin: 5px 20px 20px;&quot;&gt;
&lt;div class=&quot;smallfont&quot; style=&quot;font-size: 11px; margin-bottom: 2px;&quot;&gt;
Code:&lt;/div&gt;
&lt;pre class=&quot;alt2&quot; dir=&quot;ltr&quot; style=&quot;background-color: #cfd9ff; border: 1px inset; font-size: 10pt; height: 34px; margin-right: -99999px; overflow: auto; padding: 3px; width: 600px;&quot;&gt;yum grouplist&lt;/pre&gt;
&lt;/div&gt;
&lt;span style=&quot;background-color: #e6e6e6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;You may review the contents of each package group by entering:&lt;/span&gt;&lt;br /&gt;
&lt;br style=&quot;background-color: #e6e6e6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot; /&gt;
&lt;div style=&quot;background-color: #e6e6e6; clear: both; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; margin: 5px 20px 20px;&quot;&gt;
&lt;div class=&quot;smallfont&quot; style=&quot;font-size: 11px; margin-bottom: 2px;&quot;&gt;
Code:&lt;/div&gt;
&lt;pre class=&quot;alt2&quot; dir=&quot;ltr&quot; style=&quot;background-color: #cfd9ff; border: 1px inset; font-size: 10pt; height: 34px; margin-right: -99999px; overflow: auto; padding: 3px; width: 600px;&quot;&gt;yum groupinfo &quot;Name of the Package Group&quot;&lt;/pre&gt;
&lt;/div&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;h2&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;Enabling booting into GUI - start GUI from command line&lt;/span&gt;&lt;/h2&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;To boot directly into GUI, you will need to manually change the runlevel of the system from 3 (full multiuser environment with networking) to 5 (the same as mode 3 + X11), by changing the line &quot;id:3:initdefault:&quot; to &quot;id:5:initdefault:&quot; in /etc/inittab file. Or you can manually start X.org from console, by entering &quot;startx&quot; (without quotes).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br style=&quot;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot; /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;Upon installation and subsequent reboot, you will be presented with the &quot;Setup Agent&quot; interface (even if you choose to stay in runlevel 3, you will see the text user interface of this tool - hence, the options provided will be different from the graphical variant). This is due to package &quot;firstboot&quot; being automatically installed by the &quot;X Window System&quot; package group and can be a handy way to setup a freshly installed system. All steps in &quot;Setup Agent&quot; are optional, so you can just skim through them, skipping any. Though, creating a new normal user on a freshly installed system is done best through this graphical tool, as it helps automatically create the new user and associate it with groups (such as the &quot;video&quot; group) appropriate for everyday use in a GUI environment .&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: #e6e6e6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;liberation sans&#39;, &#39;Myriad &#39;, &#39;Bitstream Vera Sans&#39;, &#39;Lucida Grande&#39;, verdana, &#39;Luxi Sans&#39;, &#39;Trebuchet MS&#39;, helvetica, verdana, arial, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
If you have installed the X Window System but are not seeing a graphical desktop environment once you log into your Red Hat Enterprise Linux system, you can start the X Window System graphical interface using the command&amp;nbsp;&lt;code class=&quot;command&quot; style=&quot;font-family: &#39;liberation mono&#39;, &#39;Bitstream vera mono&#39;, monospace; font-size: 0.9em; font-weight: bold; white-space: nowrap;&quot;&gt;startx&lt;/code&gt;.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;liberation sans&#39;, &#39;Myriad &#39;, &#39;Bitstream Vera Sans&#39;, &#39;Lucida Grande&#39;, verdana, &#39;Luxi Sans&#39;, &#39;Trebuchet MS&#39;, helvetica, verdana, arial, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
Once you enter this command and press&amp;nbsp;&lt;strong class=&quot;keycap&quot; style=&quot;color: #444444; font-family: &#39;liberation sans&#39;, &#39;Bitstream vera sans&#39;, &#39;dejavu sans&#39;, sans-serif; font-size: 0.9em; padding: 0.1em 0.4em; white-space: nowrap;&quot;&gt;Enter&lt;/strong&gt;, the graphical desktop environment is displayed.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;liberation sans&#39;, &#39;Myriad &#39;, &#39;Bitstream Vera Sans&#39;, &#39;Lucida Grande&#39;, verdana, &#39;Luxi Sans&#39;, &#39;Trebuchet MS&#39;, helvetica, verdana, arial, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
Note, however, that this is just a one-time fix and does not change the log in process for future log ins.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;liberation sans&#39;, &#39;Myriad &#39;, &#39;Bitstream Vera Sans&#39;, &#39;Lucida Grande&#39;, verdana, &#39;Luxi Sans&#39;, &#39;Trebuchet MS&#39;, helvetica, verdana, arial, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
To set up your system so that you can log in at a graphical login screen, you must edit one file,&lt;code class=&quot;filename&quot; style=&quot;font-family: &#39;liberation mono&#39;, &#39;Bitstream vera mono&#39;, monospace; font-size: 0.9em; font-weight: bold; white-space: nowrap;&quot;&gt;/etc/inittab&lt;/code&gt;, by changing just one number in the runlevel section. When you are finished, reboot the computer. The next time you log in, you are presented with a graphical login prompt.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;liberation sans&#39;, &#39;Myriad &#39;, &#39;Bitstream Vera Sans&#39;, &#39;Lucida Grande&#39;, verdana, &#39;Luxi Sans&#39;, &#39;Trebuchet MS&#39;, helvetica, verdana, arial, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
Open a shell prompt. If you are in your user account, become root by typing the&amp;nbsp;&lt;code class=&quot;command&quot; style=&quot;font-family: &#39;liberation mono&#39;, &#39;Bitstream vera mono&#39;, monospace; font-size: 0.9em; font-weight: bold; white-space: nowrap;&quot;&gt;su&lt;/code&gt;&amp;nbsp;command.&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;liberation sans&#39;, &#39;Myriad &#39;, &#39;Bitstream Vera Sans&#39;, &#39;Lucida Grande&#39;, verdana, &#39;Luxi Sans&#39;, &#39;Trebuchet MS&#39;, helvetica, verdana, arial, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
Now, type&amp;nbsp;&lt;code class=&quot;command&quot; style=&quot;font-family: &#39;liberation mono&#39;, &#39;Bitstream vera mono&#39;, monospace; font-size: 0.9em; font-weight: bold; white-space: nowrap;&quot;&gt;gedit /etc/inittab&lt;/code&gt;&amp;nbsp;to edit the file with&amp;nbsp;&lt;strong class=&quot;application&quot;&gt;gedit&lt;/strong&gt;. The file&amp;nbsp;&lt;code class=&quot;filename&quot; style=&quot;font-family: &#39;liberation mono&#39;, &#39;Bitstream vera mono&#39;, monospace; font-size: 0.9em; font-weight: bold; white-space: nowrap;&quot;&gt;/etc/inittab&lt;/code&gt;&amp;nbsp;opens. Within the first screen, a section of the file which looks like the following appears:&lt;/div&gt;
&lt;pre class=&quot;screen&quot; style=&quot;background-color: #ede7c8; color: #333333; font-family: &#39;liberation mono&#39;, &#39;bitstream vera mono&#39;, &#39;dejavu mono&#39;, monospace; font-size: 0.9em; line-height: 18px; margin: 0em; overflow: auto; padding: 0.5em 1em;&quot;&gt;# Default runlevel. The runlevels used by RHS are: 
#   0 - halt (Do NOT set initdefault to this) 
#   1 - Single user mode 
#   2 - Multiuser, without NFS (The same as 3, if you do not have networking) 
#   3 - Full multiuser mode 
#   4 - unused 
#   5 - X11 
#   6 - reboot (Do NOT set initdefault to this) 
#  id:3:initdefault:
&lt;/pre&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;liberation sans&#39;, &#39;Myriad &#39;, &#39;Bitstream Vera Sans&#39;, &#39;Lucida Grande&#39;, verdana, &#39;Luxi Sans&#39;, &#39;Trebuchet MS&#39;, helvetica, verdana, arial, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
To change from a console to a graphical login, you should change the number in the line&lt;code class=&quot;computeroutput&quot; style=&quot;font-family: &#39;liberation mono&#39;, &#39;Bitstream vera mono&#39;, monospace; font-size: 0.9em; font-weight: bold; white-space: nowrap;&quot;&gt;id:3:initdefault:&lt;/code&gt;&amp;nbsp;from a&amp;nbsp;&lt;code class=&quot;computeroutput&quot; style=&quot;font-family: &#39;liberation mono&#39;, &#39;Bitstream vera mono&#39;, monospace; font-size: 0.9em; font-weight: bold; white-space: nowrap;&quot;&gt;3&lt;/code&gt;&amp;nbsp;to a&amp;nbsp;&lt;code class=&quot;computeroutput&quot; style=&quot;font-family: &#39;liberation mono&#39;, &#39;Bitstream vera mono&#39;, monospace; font-size: 0.9em; font-weight: bold; white-space: nowrap;&quot;&gt;5&lt;/code&gt;.&lt;/div&gt;
&lt;div class=&quot;warning&quot; style=&quot;background-color: #555753; background-image: url(http://www.centos.org/docs/5/html/5.1/Installation_Guide/Common_Content/images/warning.png); background-position: 10px 10px; background-repeat: no-repeat no-repeat; border: 1px solid rgb(68, 68, 68); color: white; font-family: &#39;liberation sans&#39;, &#39;Myriad &#39;, &#39;Bitstream Vera Sans&#39;, &#39;Lucida Grande&#39;, verdana, &#39;Luxi Sans&#39;, &#39;Trebuchet MS&#39;, helvetica, verdana, arial, sans-serif; font-size: 12px; line-height: 18px; margin-bottom: 1.5em; margin-top: 0.5em; padding: 1em 1em 20px;&quot;&gt;
&lt;h2 style=&quot;background-color: transparent; font-family: &#39;liberation sans&#39;, &#39;Bitstream Vera Sans&#39;, &#39;Lucida Grande&#39;, &#39;Trebuchet MS&#39;, helvetica, verdana, arial, sans-serif; font-size: 1.3em; height: 32px; line-height: 20px; margin: 0em; padding: 0em 0em 0em 56px;&quot;&gt;
Warning&lt;/h2&gt;
&lt;div style=&quot;margin: 0em; padding: 0em 0em 0em 56px;&quot;&gt;
Change&amp;nbsp;&lt;span class=&quot;emphasis&quot;&gt;&lt;em&gt;only&lt;/em&gt;&lt;/span&gt;&amp;nbsp;the number of the default runlevel from&amp;nbsp;&lt;code class=&quot;filename&quot; style=&quot;font-family: &#39;liberation mono&#39;, &#39;Bitstream vera mono&#39;, monospace; font-size: 0.9em; font-weight: bold; white-space: nowrap;&quot;&gt;3&lt;/code&gt;&amp;nbsp;to&amp;nbsp;&lt;code class=&quot;filename&quot; style=&quot;font-family: &#39;liberation mono&#39;, &#39;Bitstream vera mono&#39;, monospace; font-size: 0.9em; font-weight: bold; white-space: nowrap;&quot;&gt;5&lt;/code&gt;.&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;liberation sans&#39;, &#39;Myriad &#39;, &#39;Bitstream Vera Sans&#39;, &#39;Lucida Grande&#39;, verdana, &#39;Luxi Sans&#39;, &#39;Trebuchet MS&#39;, helvetica, verdana, arial, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
Your changed line should look like the following:&lt;/div&gt;
&lt;pre class=&quot;screen&quot; style=&quot;background-color: #ede7c8; color: #333333; font-family: &#39;liberation mono&#39;, &#39;bitstream vera mono&#39;, &#39;dejavu mono&#39;, monospace; font-size: 0.9em; line-height: 18px; margin: 0em; overflow: auto; padding: 0.5em 1em;&quot;&gt; &lt;code class=&quot;computeroutput&quot; style=&quot;font-family: &#39;liberation mono&#39;, &#39;Bitstream vera mono&#39;, monospace; font-size: 0.9em; font-weight: bold; white-space: nowrap;&quot;&gt;&amp;nbsp;id:5:initdefault:&amp;nbsp;&lt;/code&gt;
&lt;/pre&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: &#39;liberation sans&#39;, &#39;Myriad &#39;, &#39;Bitstream Vera Sans&#39;, &#39;Lucida Grande&#39;, verdana, &#39;Luxi Sans&#39;, &#39;Trebuchet MS&#39;, helvetica, verdana, arial, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;
When you are satisfied with your change, save and exit the file using the&amp;nbsp;&lt;strong class=&quot;keycap&quot; style=&quot;color: #444444; font-family: &#39;liberation sans&#39;, &#39;Bitstream vera sans&#39;, &#39;dejavu sans&#39;, sans-serif; font-size: 0.9em; padding: 0.1em 0.4em; white-space: nowrap;&quot;&gt;Ctrl&lt;/strong&gt;-&lt;strong class=&quot;keycap&quot; style=&quot;color: #444444; font-family: &#39;liberation sans&#39;, &#39;Bitstream vera sans&#39;, &#39;dejavu sans&#39;, sans-serif; font-size: 0.9em; padding: 0.1em 0.4em; white-space: nowrap;&quot;&gt;Q&lt;/strong&gt;&amp;nbsp;keys. A window appears and asks if you would like to save the changes. Click&amp;nbsp;&lt;strong class=&quot;guibutton&quot; style=&quot;color: #444444; font-family: &#39;liberation sans&#39;, &#39;Bitstream vera sans&#39;, &#39;dejavu sans&#39;, sans-serif; font-size: 0.9em; white-space: nowrap;&quot;&gt;Save&lt;/strong&gt;.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/8695926452538748029/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2012/11/centos-installing-graphical-x-window.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/8695926452538748029'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/8695926452538748029'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2012/11/centos-installing-graphical-x-window.html' title='Centos - Installing graphical X Window System (Boot Options, startx from command line)'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-5496669835042907423</id><published>2012-08-19T21:22:00.000+02:00</published><updated>2012-08-19T21:23:37.297+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="centos"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>Install and run NTP on Centos</title><content type='html'>Having an accurate clock on your system is usually important. It ensures the time stamps in emails sent from the machine are correct, and it is especially helpful when you need to look at the logs from a particular time of day.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Network time protocol

&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
That&#39;s where the network time protocol (NTP) comes in. NTP lets you automatically sync your system time with a remote server.

Setting up an NTP server to regularly adjust your machine&#39;s clock is pretty easy by default. It&#39;s also possible to make it a bit more complicated if you need your clock accurate down to the millisecond instead of just to the second.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Install&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The first thing to do is install the NTP server. &lt;br /&gt;
Grab the package by running:

&lt;br /&gt;
sudo yum install ntp&lt;br /&gt;
&lt;br /&gt;
Once it&#39;s installed you can ensure the service will run at boot time by running:

&lt;br /&gt;
sudo /sbin/chkconfig ntpd on
&lt;br /&gt;
&lt;br /&gt;
Start the service

&lt;br /&gt;
To make sure the NTP service starts after installing it, run:

&lt;br /&gt;
sudo /etc/init.d/ntpd start
&lt;br /&gt;
&lt;br /&gt;
As is usual for Linux services, you can stop or restart the NTP service by running the above command with &quot;stop&quot; or &quot;restart&quot; sent as the argument instead of &quot;start&quot;.&lt;br /&gt;
Your system time is now served by NTP.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Fine Tuning&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;The ntp.conf file.The NTP configuration file can be found at:&lt;br /&gt;
&lt;br /&gt;/etc/ntp.conf
&lt;br /&gt;
&lt;br /&gt;There are a few settings that can be changed in there, but for most people the only settings of interest would be any &quot;server&quot; entries. &lt;br /&gt;
The default for CentOS looks like:&lt;br /&gt;
&lt;br /&gt;
# Use public servers from the pool.ntp.org project.
&lt;br /&gt;
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
&lt;br /&gt;
server 0.centos.pool.ntp.org
&lt;br /&gt;
server 1.centos.pool.ntp.org
&lt;br /&gt;
server 2.centos.pool.ntp.org
&lt;br /&gt;
&lt;br /&gt;
With more than one &quot;server&quot; entry your NTP server will query all servers and only select a time that a majority of the polled servers will agree on. This basically means that with three or more servers your clock will be more accurate than if it just uses one.

If you add the &quot;iburst&quot; option after the server address it can speed up the NTP time sync by a bit. It&#39;s usually a good idea to use it, but not essential.&lt;br /&gt;
&lt;br /&gt;
Further Reading:&lt;br /&gt;
&lt;a href=&quot;http://ntp.org/&quot; target=&quot;_blank&quot;&gt;ntp.org&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/5496669835042907423/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2012/08/install-and-run-ntp-on-centos.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5496669835042907423'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5496669835042907423'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2012/08/install-and-run-ntp-on-centos.html' title='Install and run NTP on Centos'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-4983605606373331588</id><published>2012-07-29T18:16:00.000+02:00</published><updated>2012-07-29T22:52:55.063+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="aws"/><category scheme="http://www.blogger.com/atom/ns#" term="encoding"/><category scheme="http://www.blogger.com/atom/ns#" term="Video"/><category scheme="http://www.blogger.com/atom/ns#" term="Wowza"/><title type='text'>Encoding video with encoding.com</title><content type='html'>&lt;div&gt;
&lt;div style=&quot;padding: 0px 0px 12px; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Encoding can be a hard job. Why not outsource it? Encoding.com takes your video, encodes it and sends it back to you. For small consumers and testing purposes there is a&amp;nbsp;&lt;a href=&quot;http://www.encoding.com/r?id=14721&quot; target=&quot;_blank&quot;&gt;free package available.&amp;nbsp;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;padding: 0px 0px 12px; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; font-family: inherit;&quot;&gt;There are different methods to send your video.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;padding: 0px 0px 12px;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Desktop Application — An Adobe Air application available on both Windows and OSX platforms enables complete upload and management of your encoding projects directly from your desktop.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;padding: 0px 0px 12px;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Web Interface — The client interface has a section entitled Add Media. This tool will allow you to quickly and easily encode individual videos in to one or more formats through your browser (via upload from hard drive, FTP, SFTP, S3, CloudFiles).&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;padding: 0px 0px 12px;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Watch Folder — Also in the client interface, the Watch Folder allows you to specify an FTP/SFTP/S3/CloudFiles directory for encoding.com to &quot;watch&quot; at any frequency for new videos. After each watch interval all new videos added to this folder will be processed using the encoding setting you selected. You can have as many watch folders as you like, making it possible to encode a large video library with little or no setup or integration work. Please see our collection of articles about the Watch Folder for more details.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;padding: 0px 0px 12px;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;XML API is the most flexible method. Custom file naming, multiple output formats and real time encoding status updates are important features available via our API.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;font-family: Tahoma, Geneva, sans-serif; font-size: 13px; padding: 0px 0px 12px; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMw_Fsa2-1wA5Wd2rlKUIYWC-s1_Y5m1t-VSY1BrNPPx-QT2TWWNcthkUkH9RhknjsNGAZ0UQyt7MgebQXvXpJmLjQSsj1zcw3Srdlvp_NwlVCTWIZ6GICsuDj_vtp09mDgkTtGeT6H68/s1600/encoding-1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;194&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMw_Fsa2-1wA5Wd2rlKUIYWC-s1_Y5m1t-VSY1BrNPPx-QT2TWWNcthkUkH9RhknjsNGAZ0UQyt7MgebQXvXpJmLjQSsj1zcw3Srdlvp_NwlVCTWIZ6GICsuDj_vtp09mDgkTtGeT6H68/s320/encoding-1.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
Uploading the file via web interface&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIRkAN1WXeFW92oFzbEB7DpW965aI-_qKmNitVyHmuAenEg-Ub80yQWeIrVMES4PeeA89VLDm4pZLvESmUClfa87IlBl8trSFszM-GNHZWtPpJ5tjy3bVm0aXVTk0bcx9Lqd_NbNqbVT8/s1600/encoding2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;128&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIRkAN1WXeFW92oFzbEB7DpW965aI-_qKmNitVyHmuAenEg-Ub80yQWeIrVMES4PeeA89VLDm4pZLvESmUClfa87IlBl8trSFszM-GNHZWtPpJ5tjy3bVm0aXVTk0bcx9Lqd_NbNqbVT8/s320/encoding2.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
Drag and drop uploading via the Desktop Application&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: Tahoma, Geneva, sans-serif; font-size: 13px; padding: 0px 0px 12px; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: Tahoma, Geneva, sans-serif; font-size: 13px; padding: 0px 0px 12px; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;padding: 0px 0px 12px; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Tahoma, Geneva, sans-serif;&quot;&gt;After uploading your&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Tahoma, Geneva, sans-serif;&quot;&gt;&amp;nbsp;video you can start encoding.&lt;br /&gt;Basic encoding settings are&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-family: Tahoma, Geneva, sans-serif;&quot;&gt;Audio Codec,&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Tahoma, Geneva, sans-serif;&quot;&gt;Bitrate,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Tahoma, Geneva, sans-serif;&quot;&gt;Destination Locations,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Tahoma, Geneva, sans-serif;&quot;&gt;File Size,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Tahoma, Geneva, sans-serif;&quot;&gt;Framerate,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Tahoma, Geneva, sans-serif;&quot;&gt;Notifications,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Tahoma, Geneva, sans-serif;&quot;&gt;Output Type,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Tahoma, Geneva, sans-serif;&quot;&gt;Source Video Locations and&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Tahoma, Geneva, sans-serif;&quot;&gt;Thumbnails.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;padding: 0px 0px 12px; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCsNYORt3H-rQjOgmJmm_WFrdh7AzvwN9JumJqr1yo30xbQ4vryC1AVe3EsI34DkFoP0LBLnRvltSpFKdsHFORbIXEjHkd8aNrMFnzOtiYZjz0TYDcD-IIV5vvefBb93fzfhHsl8OhLLg/s1600/encoding3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;270&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCsNYORt3H-rQjOgmJmm_WFrdh7AzvwN9JumJqr1yo30xbQ4vryC1AVe3EsI34DkFoP0LBLnRvltSpFKdsHFORbIXEjHkd8aNrMFnzOtiYZjz0TYDcD-IIV5vvefBb93fzfhHsl8OhLLg/s320/encoding3.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
Choose your encoding task&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5uLif-SXFs0fUdSoScN92bTlxL59NAC8cOkar3lZZQu4IPjcHAHskqeoszD954t5KW_2torNazTM4yrIUPoC-p0RbfwuV5f-w12GzXMmduGV5qOYrua0_5fKlcWVJX1rU8JLkKxWAHQ/s1600/encoding4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;117&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5uLif-SXFs0fUdSoScN92bTlxL59NAC8cOkar3lZZQu4IPjcHAHskqeoszD954t5KW_2torNazTM4yrIUPoC-p0RbfwuV5f-w12GzXMmduGV5qOYrua0_5fKlcWVJX1rU8JLkKxWAHQ/s320/encoding4.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
Task overview&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;When the task is finished encoding.com sends the file to the &amp;nbsp;Network of choice:&lt;span style=&quot;background-color: white;&quot;&gt;&amp;nbsp;S3, CloudFiles, FTP, or most commonly, directly to your Content Delivery&lt;/span&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white;&quot;&gt;ce (Akamai, EdgeCast, Highwinds, CloudFront, Level 3, Limelight, CDNetworks, NetDNA, etc.) or you can download it manually.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-size: 13px; padding: 0px 0px 12px; text-align: left;&quot;&gt;
&lt;span id=&quot;more-15832&quot; style=&quot;font-family: inherit; margin: 0px; padding: 0px;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;padding: 0px 0px 12px; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; font-family: inherit;&quot;&gt;Possible Third Party integrations are:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;padding: 0px 0px 12px;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Amazon S3 Cloud Storage,&amp;nbsp;&lt;span style=&quot;background-color: white;&quot;&gt;CMS Systems (Drupal, etc.),&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white;&quot;&gt;Content Delivery Networks (CDN),&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white;&quot;&gt;Flash Players,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white;&quot;&gt;Rackspace Cloud Files and&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white;&quot;&gt;Video Platforms can be linked to encoding.com.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Link to&amp;nbsp;&lt;a href=&quot;http://www.encoding.com/r?id=14721&quot; target=&quot;_blank&quot;&gt;encoding.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/4983605606373331588/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2012/07/encoding-video-with-encodingcom.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/4983605606373331588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/4983605606373331588'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2012/07/encoding-video-with-encodingcom.html' title='Encoding video with encoding.com'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMw_Fsa2-1wA5Wd2rlKUIYWC-s1_Y5m1t-VSY1BrNPPx-QT2TWWNcthkUkH9RhknjsNGAZ0UQyt7MgebQXvXpJmLjQSsj1zcw3Srdlvp_NwlVCTWIZ6GICsuDj_vtp09mDgkTtGeT6H68/s72-c/encoding-1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-3266042813021900300</id><published>2012-06-09T23:55:00.002+02:00</published><updated>2012-06-09T23:55:17.048+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="red5"/><category scheme="http://www.blogger.com/atom/ns#" term="Wowza"/><title type='text'>Wowza and Red5 same server</title><content type='html'>Sometimes it is useful to have &amp;nbsp;Wowza and Red5 on the same server. As both use the same ports, you have to change them in one applicattion.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Wowza default ports:&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;background-color: white; color: #3e3e3e; font-size: 13px; text-align: left;&quot;&gt;The following ports are used by default by Wowza Media Server 3 for streaming. You will need to open up these ports on your firewall to enable streaming.&amp;nbsp;&lt;/span&gt;&lt;br style=&quot;background-color: white; color: #3e3e3e; font-size: 13px; text-align: left;&quot; /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;ul style=&quot;background-color: white; color: #3e3e3e; font-size: 13px; margin: 0px 40px; padding: 0px; text-align: left;&quot;&gt;
&lt;li style=&quot;list-style: disc inside; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;b&gt;TCP 1935:&amp;nbsp;&lt;/b&gt;RTMP (all variants), RTSP, Smooth and Cupertino Streaming&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;list-style: disc inside; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;b&gt;UDP 6970-9999:&lt;/b&gt;&amp;nbsp;RTP UDP Streaming&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;list-style: disc inside; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;b&gt;TCP 8084-8085:&amp;nbsp;&lt;/b&gt;JMX/JConsole Monitoring and Administration&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;list-style: disc inside; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;b&gt;TCP 8086:&amp;nbsp;&lt;/b&gt;HTTP Administration&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: #3e3e3e; font-family: inherit; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: #3e3e3e; font-family: inherit; font-size: x-small;&quot;&gt;Red5 default ports:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white; font-size: 13px; line-height: 17px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;RTMP: 1935&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white; font-size: 13px; line-height: 17px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;RTMPT: 8088&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white; font-size: 13px; line-height: 17px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;HTTP servlet engine port: 5080&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white; font-size: 13px; line-height: 17px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Debug proxy port: 1936&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Here is how to do change ports in Red5:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: white; border: 0px; color: #222222; font-size: 12px; line-height: 18px; margin-bottom: 1.5em; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;The first file we need to modify is the server properties file located in the conf directory:&lt;br /&gt;&lt;i&gt;red5/conf/red5.properties&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;background-color: white; border: 0px; color: #222222; font-size: 12px; line-height: 18px; margin: 0px 1.5em 1.5em; padding: 0px; vertical-align: baseline;&quot;&gt;
&lt;li style=&quot;border: 0px; font-style: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Locate the http.port key and change it to 80 (or whatever you want)instead of 5080&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;border: 0px; font-style: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Locate the proxy.source_port an change it to 1937 (or whatever you need)&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;border: 0px; font-style: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Do not change the rtmpt.port entry, it should be 8088&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;border: 0px; font-style: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Save and close the file&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;border: 0px; font-style: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;If you have any webapps do not forget to modify the ports in the red5/webapps/yourapp/config.xml
&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;border: 0px; font-style: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;restart Red5&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;span style=&quot;color: #222222; font-family: &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 12px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/3266042813021900300/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2012/06/wowza-and-red5-same-server.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/3266042813021900300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/3266042813021900300'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2012/06/wowza-and-red5-same-server.html' title='Wowza and Red5 same server'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-5639159323205007358</id><published>2012-03-20T22:35:00.000+01:00</published><updated>2012-04-24T23:22:43.907+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Kaltura"/><title type='text'>Install Kaltura from SVN</title><content type='html'>&lt;br /&gt;
&lt;h3&gt;


&lt;span style=&quot;font-family: inherit;&quot;&gt;




Pre-Installation Considerations:&lt;/span&gt;&lt;/h3&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h4&gt;







&lt;b&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;PHP:&lt;/span&gt;&lt;/b&gt;&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;The current version of the Kaltura CE supports both PHP 5.3 and PHP 5.2.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Both php and php-cli must be present.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;The following php extensions should be included and enabled: Gd, Curl, Memcache, Mysql, Mysqli, Exif, ftp, iconv, json, Session, apc, spl, DOM, SimpleXML, xml, xsl, ctype;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Verify that the following settings within the php.ini file on each server:&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;For PHP 5.3:  Verify that request_order parameter includes C, G and P (recommended: &quot;CGP&quot;)&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;For PHP 5.2:  Verify that variables_order parameter in php.ini includes C, G and P
Please verify that date.timezone parameter was set to the right timezone.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;







&lt;b&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;minimal Hardware specifications:&lt;/span&gt;&lt;/b&gt;&lt;/h4&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;1GB RAM, 2 CPUs
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h4&gt;


&lt;span style=&quot;font-family: inherit;&quot;&gt;




Apache:&lt;/span&gt;&lt;/h4&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Apache 2.2 or higher with following modules enabled: rewrite, headers, expires, filter, deflate, file_cache, env, proxy
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h4&gt;







&lt;b&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;MySQL:&lt;/span&gt;&lt;/b&gt;&lt;/h4&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;MySQL 5.1.37 or higher.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Verify that mysql server character set is UTF8.
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;The following lines should be added to the MySQL my.cnf file:&lt;/span&gt;&lt;br /&gt;
&lt;pre style=&quot;white-space: pre-wrap; word-wrap: break-word;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;lower_case_table_names = 1
thread_stack = 262144
open_files_limit = 20000
MySQL should be restarted after this adjustment is made&lt;/span&gt;&lt;/pre&gt;
&lt;pre style=&quot;white-space: pre-wrap; word-wrap: break-word;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;(Plesk will not allow&lt;b&gt; &lt;/b&gt;lower_case_table_names = 1)&lt;/span&gt;&lt;/pre&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h4&gt;


&lt;span style=&quot;font-family: inherit;&quot;&gt;




curl:&amp;nbsp;&lt;span style=&quot;font-weight: normal;&quot;&gt;Should be installed&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4&gt;


&lt;span style=&quot;font-family: inherit;&quot;&gt;




memcached: &amp;nbsp;&lt;span style=&quot;font-weight: normal;&quot;&gt;Should be installed&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;b&gt;ImageMagick:&lt;/b&gt; Should be installed&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;pre style=&quot;white-space: pre-wrap; word-wrap: break-word;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;b&gt;32-bit packages required on 64-bit servers:
&lt;/b&gt;
Some of the binaries that are in use by the Kaltura Platform are available in a 32-bit compiled version only. to enable these binaries
the following packages (or equivalents per Linus Distribution) may be required on a 64-bit server:  
Ubuntu:
a32-libs, lib32asound2, lib32gcc1, lib32ncurses5, lib32stdc++6, lib32z1,  libc6-i386
CentOS:
glibc.i686 , ncurses-libs,  zlib-1.2.x ,  freetype , bzip2-libs&lt;/span&gt;&lt;/pre&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Java:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;JRE 1.6.x:Required for the video analytics module
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Pentaho 3.2:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;pre style=&quot;white-space: pre-wrap; word-wrap: break-word;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;This is an open source data integration package, required for the video analytics module The data-integration package should be downloaded and installed within the /usr/local/pentaho/pdi directory
i.e.
- Create the /usr/local/pentaho/ directory
- Download and extract the pentaho data-integration package into the /usr/local/pentaho/ - package is available at: http://sourceforge.net/projects/pentaho/files/Data%20Integration/3.2.0-stable/pdi-ce-3.2.0-stable.tar.gz/download
- Rename the data-integration root directory of the downloaded package into the pdi directory&lt;/span&gt;&lt;/pre&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;mail server:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;A mail server is needed for managing outgoing emails as part of the kaltura platform workflow.  Suggested packages:  Sendmail,  postfix&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;selinux:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Disabled SELinux (When applicable on server)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Within the /etc/sysconfig/selinux file (if exists on your server) set:
SELINUX=disabled&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;The server should be restarted after this adjustment is made
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h3&gt;


&lt;span style=&quot;font-family: inherit;&quot;&gt;




Required info during installation
&lt;/span&gt;&lt;/h3&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;The full pathname to your Apache apachectl script: For a standard XAMPP configuration the apachectl is usually located at:
/opt/lampp/bin/apachectl
For a standard LAMP configuration the apachectl may be available at one of the following paths:
/usr/bin/apachectl
/usr/bin/apache2ctl&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;The full pathname to your PHP binary file: For a standard XAMPP configuration the php binary is usually located at:
/opt/lampp/bin/php
For a standard LAMP configuration the php binary is usually available at the following path:
/usr/bin/php&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;The full target directory path for the Kaltura application: example /opt/kaltura&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Database information: Datatabase hostname, port, root user, root password&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Your primary system administrator email address&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;A password to set for admin console administrator&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;The URL to your xymon - system monitoring - service (optional)&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;The name of the domain name/virtual hostname you will use for your kaltura CE server: e.g. kaltura.myhost.com, myhost.com&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Your permission to send system data for improving Kaltura CE (optional)

Choose your installation folder.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h3&gt;


&lt;span style=&quot;font-family: inherit;&quot;&gt;




Install from SVN:&lt;/span&gt;&lt;/h3&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Keep in mind that all media files will be stored there and you enough space there. In this example Kaltura is located in the /opt Directory. Linux is Centos 64 bit and you install the latest svn from kaltura.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;mkdir /opt/kaltura&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;cd /opt/kaltura&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;svn checkout http://www.kaltura.org/kalorg/kalturaCE/trunk/&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;mkdir bin&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;cd bin&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;svn checkout http://www.kaltura.org/kalorg/kalturaCEBinaries/branches/linux64/bin/&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h3&gt;


&lt;span style=&quot;font-family: inherit;&quot;&gt;




Running the Kaltura CE installation script:&lt;/span&gt;&lt;/h3&gt;
&lt;div&gt;
&lt;pre style=&quot;white-space: pre-wrap; word-wrap: break-word;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;From the base directory of your extracted kaltura CE package run the &quot;php install.php&quot; command.
- Follow installation instructions and provide the required information. 
- When installation completes, follow the post-installation instructions below

At the end of a successful installation you should be prompted with your login credentials to the Kaltura Administration Console (as provided by you during installation). You will need these login credentials to start working with the Kaltura CE. Assuming your mail server is up and running during installation you will receive these credentials to your mail box as well.&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;For further installation advice&amp;nbsp;visit the Kaltura install site at&amp;nbsp;&lt;a href=&quot;http://www.kaltura.org/kaltura-ce-v40-generic-installation-package&quot; target=&quot;_blank&quot;&gt;http://www.kaltura.org/kaltura-ce-v40-generic-installation-package&lt;/a&gt;&amp;nbsp;and read&amp;nbsp;&lt;a href=&quot;http://www.kaltura.org/kalorg/kalturaCE/tags/KalturaCE_v5.0.0/INSTALLATION.txt&quot; target=&quot;_blank&quot;&gt;http://www.kaltura.org/kalorg/kalturaCE/tags/KalturaCE_v5.0.0/INSTALLATION.txt&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;To start using Kaltura, please complete the following steps:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;1. Add the following line to your /etc/hosts file:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;127.0.0.1 video.yoursite.com&amp;nbsp; (==&amp;gt; if you are faced with php 500 error on admin console try real ip instead of 127.0.0.1)&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;2. Add the following line to your Apache configurations file (Usually called httpd.conf or apache2.conf):&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Include /opt/kaltura/app/configurations/apache/my_kaltura.conf&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;3. Restart apache&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;4. Browse to your Kaltura start page at: http://video.yoursite.com/start&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h3&gt;


&lt;span style=&quot;font-family: inherit;&quot;&gt;




This and that: &lt;/span&gt;&lt;/h3&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;To uninstall kaltura,

&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;1.remove entry in the hosts file and httpd.conf file

&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;2.remove the kaltura* tables from your database

&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;3. (Careful with this one!) rm -rf yourkalturainstallfolder&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;KMC media list corrupted -&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;This is the script you need to run if Sphinx becomes a pain in your sphinxter and happens to drop your entry list in the KMC: /opt/kaltura/app/scripts/utils/updatePartnerEntries2Sphinx.php&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Modify /start/index.php:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;the path to the start page is&amp;nbsp;&lt;/span&gt;/kaltura/app/start/index.php&lt;br /&gt;
&lt;br /&gt;
Use Wowza media server instead of Red5:&lt;br /&gt;
&lt;br /&gt;
most of the integration is similiar to red5&lt;br /&gt;
explanation is here&amp;nbsp;&lt;a href=&quot;http://blog.kaltura.org/rtmp-vod-and-live-streaming-using-red5-and-kaltura-ce-4&quot; target=&quot;_blank&quot;&gt;http://blog.kaltura.org/rtmp-vod-and-live-streaming-using-red5-and-kaltura-ce-4&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
this thing are special:&lt;br /&gt;
&lt;br /&gt;
rtmp address for streaming: rtmp://yourserver/vod&lt;br /&gt;
rtmp address for for live broadcast rtmp://yourserver/live&lt;br /&gt;
&lt;br /&gt;
symlink:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: #fafafa; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;&quot;&gt;ln -s /opt/kaltura/web/content /usr/local/WowzaMediaServer/content and&lt;/span&gt;&lt;br style=&quot;background-color: #fafafa; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;&quot; /&gt;&lt;span style=&quot;background-color: #fafafa; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px;&quot;&gt;ln -s /opt/kaltura/web/content /opt/kaltura/web/content/webcam&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/5639159323205007358/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2012/03/install-kaltura-from-svn.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5639159323205007358'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5639159323205007358'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2012/03/install-kaltura-from-svn.html' title='Install Kaltura from SVN'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-5196873141764716588</id><published>2012-01-31T23:10:00.000+01:00</published><updated>2012-11-20T21:18:14.235+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apache"/><title type='text'>Install memcached on Centos 6.x</title><content type='html'>Install Memcached package on&lt;br /&gt;
Fedora 16/15/14/13/12, CentOS/Red Hat (RHEL) 6.2/6.1/6&lt;br /&gt;
&lt;br /&gt;
yum install memcached&lt;br /&gt;
&lt;br /&gt;
Configure memcached&lt;br /&gt;
Most important value to configure is CACHESIZE, which is cache size on Megabytes. On all systems, particularly 32-bit, ensure that you leave enough room for both memcached application in addition to the memory setting. For example, if you have a dedicated memcached host with 4GB of RAM, do not set the memory size above 3500MB. Failure to do this may cause either a crash or severe performance issues. Example Following configuration use 3072 Mb memory for Memcached:&lt;br /&gt;
&lt;br /&gt;
vi /etc/sysconfig/memcached&lt;br /&gt;
PORT=&quot;11211&quot;&lt;br /&gt;
USER=&quot;memcached&quot;&lt;br /&gt;
MAXCONN=&quot;1024&quot;&lt;br /&gt;
CACHESIZE=&quot;3072&quot;&lt;br /&gt;
OPTIONS=&quot;&quot;&lt;br /&gt;
&lt;br /&gt;
Start Memcached&lt;br /&gt;
# Set Memcached to start automatically on boot&lt;br /&gt;
chkconfig memcached on&lt;br /&gt;
# Start Memcached&lt;br /&gt;
/etc/init.d/memcached start&lt;br /&gt;
## OR ##&lt;br /&gt;
service memcached start&lt;br /&gt;
&lt;br /&gt;
Check that Memcached is Running and Working&lt;br /&gt;
echo stats | nc localhost 11211&lt;br /&gt;
&lt;br /&gt;
Open Memcached Port (11211) on Iptables Firewall (If the Memcached will also be used other local servers)&lt;br /&gt;
Edit /etc/sysconfig/iptables file:&lt;br /&gt;
nano -w /etc/sysconfig/iptables&lt;br /&gt;
Add following line before COMMIT:&lt;br /&gt;
-A INPUT -m state --state NEW -m tcp -p tcp --dport 11211 -j ACCEPT&lt;br /&gt;
Restart Iptables Firewall:&lt;br /&gt;
service iptables restart&lt;br /&gt;
## OR ##&lt;br /&gt;
/etc/init.d/iptables restart&lt;br /&gt;
Test remote connection:&lt;br /&gt;
echo stats | nc memcache_host_name_or_ip 11211&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;appendix:&lt;br /&gt;
&lt;h3&gt;
To flush all the data from Memcached using command line:&lt;/h3&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
echo &quot;flush_all&quot; | nc 127.0.0.1 11211&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/5196873141764716588/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2012/01/install-memcached-on-centos-6x.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5196873141764716588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5196873141764716588'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2012/01/install-memcached-on-centos-6x.html' title='Install memcached on Centos 6.x'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-7917284665540653435</id><published>2012-01-14T19:15:00.000+01:00</published><updated>2012-02-06T00:48:47.399+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Wowza"/><title type='text'>Howto Install Wowza Media Server on Centos 6.2</title><content type='html'>&lt;b&gt;Setup Java:&lt;/b&gt;&lt;br /&gt;
It is suggested to deploy Wowza Media Server 3 under the most recent 64-bit version of either&amp;nbsp;the Java Development Kit (JDK) or Java Runtime Environment (JRE) available on your platform&amp;nbsp;running under a 64-bit OS. &amp;nbsp;On the Windows platform the Java Runtime Environment does not&amp;nbsp;include the server runtime environment (which is explained in the tuning instructions). &amp;nbsp;This&amp;nbsp;environment is included with the Java Development Kit. &amp;nbsp;For this reason when running on&amp;nbsp;Windows, installing the JDK is suggested.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;for-developers-section-description&quot;&gt;&lt;b&gt;Sign up for a license:&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;for-developers-section-description&quot;&gt;For development use &amp;nbsp;the free Wowza Media Server 3 Developer Edition license for  access to the server and all premium AddOns is free. You can have up to 10 Connections with this license.&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;for-developers-section-description&quot;&gt;If you need more you have to buy a license.&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Wowza Server Install:&lt;/b&gt;&lt;br /&gt;
wget&amp;nbsp;http://www.wowza.com/uploads/installers/WowzaMediaServer-3.0.3.rpm.bin&lt;br /&gt;
sudo chmod +x WowzaMediaServer-3.0.3.rpm.bin&lt;br /&gt;
sudo ./WowzaMediaServer-3.0.3.rpm.bin&lt;br /&gt;
&lt;br /&gt;
Do you agree to the above license terms? [yes or no]&lt;br /&gt;
yes&lt;br /&gt;
... &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;########################################### [100%]&lt;br /&gt;
&amp;nbsp; &amp;nbsp;1:WowzaMediaServer &amp;nbsp; &amp;nbsp; &amp;nbsp; ########################################### [100%]&lt;br /&gt;
&lt;br /&gt;
Install Location:&lt;br /&gt;
&amp;nbsp; /usr/local/WowzaMediaServer&lt;br /&gt;
To enter license key:&lt;br /&gt;
&amp;nbsp; cd /usr/local/WowzaMediaServer/bin&lt;br /&gt;
&amp;nbsp; ./startup.sh&lt;br /&gt;
&lt;br /&gt;
To uninstall:&lt;br /&gt;
sudo rpm –e WowzaMediaServer-3.0.3&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Install the Wowza Examples:&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
cd /usr/local/WowzaMediaServer/examples&lt;br /&gt;
./installall.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/7917284665540653435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2012/01/howto-install-wowza-media-server-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/7917284665540653435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/7917284665540653435'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2012/01/howto-install-wowza-media-server-on.html' title='Howto Install Wowza Media Server on Centos 6.2'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-1496664228868527638</id><published>2012-01-08T20:08:00.000+01:00</published><updated>2012-01-08T20:08:56.588+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="centos"/><category scheme="http://www.blogger.com/atom/ns#" term="Drupal"/><title type='text'>Install and use Drush for Drupal</title><content type='html'>&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 20px;&quot;&gt;Drush (DRUpal SHell) is a command-line shell and scripting interface for Drupal designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;This instruction should work for&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-size: 15px; line-height: 22px;&quot;&gt;Debian, Ubuntu, CentOS:&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit; font-size: large;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 22px;&quot;&gt;&lt;u&gt;Install Drush&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: inherit; line-height: 16px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;sudo wget --quiet -O - http://ftp.drupal.org/files/projects/drush-All-Versions-HEAD.tar.gz | tar -zxf - -C /usr/local/share&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: inherit; line-height: 16px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 17px;&quot;&gt;sudo ln -s /usr/local/share/drush/drush /usr/local/bin/drush&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; font-family: inherit; line-height: 17px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 17px;&quot;&gt;sudo drush&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: white; line-height: 20px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;background-color: white; line-height: 20px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;background-color: white; line-height: 20px;&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: large;&quot;&gt;&lt;u&gt;Use Drush&lt;/u&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;orderedlist&quot; style=&quot;background-color: white; line-height: 20px;&quot;&gt;&lt;ol type=&quot;1&quot;&gt;&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Change into your Web server&#39;s root directory (&lt;tt&gt;cd /var/www&lt;/tt&gt;).&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Run&amp;nbsp;&lt;tt&gt;drush dl drupal-7.0&lt;/tt&gt;. This downloads Drupal 7.0 from drupal.org and extracts the files into /var/www/drupal-7.0.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Change into the newly created directory (&lt;tt&gt;cd /var/www/drupal-7.0&lt;/tt&gt;) and run the&lt;tt&gt;site-install&lt;/tt&gt;&amp;nbsp;command:&lt;/span&gt;&lt;br /&gt;
&lt;pre class=&quot;programlisting&quot; style=&quot;color: #336699; overflow-x: auto; overflow-y: auto;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;drush site-install --db-url=mysql://root:secret@localhost/drupal
&lt;/span&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;div style=&quot;background-color: white; line-height: 20px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Answer “y” to the following prompt, and in a few short moments, you&#39;ll have a working Drupal install (using the “drupal” database on localhost). To verify, you can browse to http://localhost/drupal-7.0/ and log in using admin/admin as the user name/password, respectively. The site-install command has several additional options; run&amp;nbsp;&lt;tt&gt;drush help site-install&lt;/tt&gt;&amp;nbsp;for full details.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;background-color: white; line-height: 20px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;background-color: white; line-height: 20px;&quot;&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;For those of you who work on several Drupal sites across various versions and installations, Drush provides an “alias” mechanism to define the common parameters. To create an alias for this example site here, you can create a file ~/.drush/aliases.drushrc.php containing the following PHP code:&lt;/span&gt;&lt;br /&gt;
&lt;pre class=&quot;programlisting&quot; style=&quot;color: #336699; overflow-x: auto; overflow-y: auto;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;$aliases[&#39;example&#39;] = array(
  &#39;root&#39; =&amp;gt; &#39;/var/www/example/drupal&#39;,
  &#39;uri&#39; =&amp;gt; &#39;example.com&#39;,
);
&lt;/span&gt;&lt;/pre&gt;&lt;pre class=&quot;programlisting&quot; style=&quot;color: #336699; overflow-x: auto; overflow-y: auto;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;
&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Now you can run drush commands for your example site from any directory using&lt;tt&gt;drush @example &lt;command&gt;&lt;/command&gt;&lt;/tt&gt;&amp;nbsp;(for example,&amp;nbsp;&lt;tt&gt;drush @example status&lt;/tt&gt;). To make things even better, aliases can reference remote sites (accessible via SSH) by including the remote-host and remote-user options. See the example.aliases.drushrc.php file from the examples folder in your Drush install directory for full details.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: white; line-height: 20px;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #4a4a4a; font-family: inherit; line-height: 17px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/1496664228868527638/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2012/01/install-and-use-drush-for-drupal.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/1496664228868527638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/1496664228868527638'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2012/01/install-and-use-drush-for-drupal.html' title='Install and use Drush for Drupal'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-8565695819292967690</id><published>2012-01-04T00:20:00.000+01:00</published><updated>2012-01-04T00:23:11.201+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="aws"/><title type='text'>Amazon Web Services:  Object Expiration to S3 Files</title><content type='html'>&lt;div class=&quot;asset-body&quot; style=&quot;clear: both; font: normal normal normal 14px/0.9em Arial, Helvetica, sans-serif; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left;&quot;&gt;&lt;div style=&quot;margin-bottom: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;span style=&quot;line-height: 21px;&quot;&gt;The management of temporary files, logs, media files, etc. at AWS will be easier. Amazon has just added object expiration, which allows developers set up rules for the automated deletion of files stored in S3.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: verdana, arial, helvetica, clean, sans-serif; font-size: 12px; line-height: 18px;&quot;&gt;Object Expiration allows the scheduled removal of objects after a defined time period.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;span style=&quot;line-height: 21px;&quot;&gt;Developers can add rules for deleting files with a specific prefix (like logs/ or photos/) and set the expiration period (in days) for objects.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-bottom: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;span style=&quot;line-height: 21px;&quot;&gt;Version-enabled can&#39;t have object expiration. For more information, check out the &lt;/span&gt;&lt;span style=&quot;line-height: 21px;&quot;&gt;specific S3 developer guide &lt;/span&gt;&lt;span style=&quot;line-height: 21px;&quot;&gt;on the &lt;a href=&quot;http://docs.amazonwebservices.com/AmazonS3/latest/dev/ObjectExpiration.html&quot; target=&quot;_blank&quot;&gt;AWS Documentation site&lt;/a&gt;.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/8565695819292967690/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2012/01/amazon-web-services-object-expiration.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/8565695819292967690'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/8565695819292967690'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2012/01/amazon-web-services-object-expiration.html' title='Amazon Web Services:  Object Expiration to S3 Files'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-1733464621553487388</id><published>2011-12-07T22:19:00.000+01:00</published><updated>2011-12-07T22:29:32.617+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Kloxo"/><title type='text'>Updating Kloxo from 6.1.7. to 6.1.10</title><content type='html'>You can have problems updating Kloxo to version 6.1.10 (especially from 6.1.7) with using &#39;auto update&#39; or &#39;update home&#39; on kloxo.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;short solution:&lt;/b&gt;&lt;br /&gt;
Run /script/cleanup&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;if this don&#39;t work try this:&lt;/b&gt;&lt;br /&gt;
# update your linux distribution&lt;br /&gt;
yum update&lt;br /&gt;
# shell command version for update kloxo&lt;br /&gt;
sh /script/upcp &lt;br /&gt;
# cleanup process kloxo settings&lt;br /&gt;
sh /script/cleanup &lt;br /&gt;
# restart some services&lt;br /&gt;
service xinetd restart&lt;br /&gt;
# Better reboot after that &lt;br /&gt;
reboot</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/1733464621553487388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2011/12/updating-kloxo-from-617-to-6110.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/1733464621553487388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/1733464621553487388'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2011/12/updating-kloxo-from-617-to-6110.html' title='Updating Kloxo from 6.1.7. to 6.1.10'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-5503048581333422683</id><published>2011-11-27T13:16:00.000+01:00</published><updated>2011-11-29T21:30:37.808+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="red5"/><category scheme="http://www.blogger.com/atom/ns#" term="Video"/><title type='text'>Startup Script Red5 working with ubuntu 11.x</title><content type='html'>You may &amp;nbsp;wish have red5 started at boot.&lt;br /&gt;
This script should help you.&lt;br /&gt;
It is assumed that your red5 script is located at /usr/share/red5:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;pre style=&quot;background-color: white;&quot;&gt;&lt;i&gt;cd /etc/init.d/
&lt;/i&gt;&lt;i&gt;touch red5
&lt;/i&gt;&lt;i&gt;chmod 755 red5
&lt;/i&gt;&lt;i&gt;vi red5
&lt;/i&gt;&lt;i&gt;
&lt;/i&gt;&lt;i&gt;Paste below code
&lt;/i&gt;&lt;i&gt;#! /bin/sh
&lt;/i&gt;&lt;i&gt;# /etc/init.d/red5
&lt;/i&gt;&lt;i&gt;#
&lt;/i&gt;&lt;i&gt;# Check for missing file
&lt;/i&gt;&lt;i&gt;RED5_DIR=/usr/share/red5
&lt;/i&gt;&lt;i&gt;test -x $RED5_DIR/red5.sh || exit 5
&lt;/i&gt;&lt;i&gt;
&lt;/i&gt;&lt;i&gt;case &quot;$1&quot; in
&lt;/i&gt;&lt;i&gt;   start)
&lt;/i&gt;&lt;i&gt;      echo -n &quot;Starting Red5 Service&quot;
&lt;/i&gt;&lt;i&gt;      echo -n &quot; &quot;
&lt;/i&gt;&lt;i&gt;      cd $RED5_DIR
&lt;/i&gt;&lt;i&gt;      su -s /bin/bash -c &quot;$RED5_DIR/red5.sh &amp;amp;&quot; red5
&lt;/i&gt;&lt;i&gt;      sleep 2
&lt;/i&gt;&lt;i&gt;       ;;
&lt;/i&gt;&lt;i&gt;   stop)
&lt;/i&gt;&lt;i&gt;       echo -n &quot;Shutting down red5&quot;
&lt;/i&gt;&lt;i&gt;       echo -n &quot; &quot;
&lt;/i&gt;&lt;i&gt;       su -s /bin/bash -c &quot;killall -q -u red5 java&quot; red5
&lt;/i&gt;&lt;i&gt;       sleep 2
&lt;/i&gt;&lt;i&gt;       ;;
&lt;/i&gt; &lt;i&gt;  restart)
&lt;/i&gt;&lt;i&gt;       ## Stop the service and regardless of whether it was
&lt;/i&gt;&lt;i&gt;       ## running or not, start it again.
&lt;/i&gt;&lt;i&gt;       $0 stop
&lt;/i&gt;&lt;i&gt;       $0 start
&lt;/i&gt;&lt;i&gt;       ;;
&lt;/i&gt;&lt;i&gt; esac
&lt;/i&gt;&lt;i&gt;
&lt;/i&gt;&lt;i&gt;then you maybe need
&lt;/i&gt;&lt;i&gt;
&lt;/i&gt;&lt;i&gt;useradd red5
&lt;/i&gt;&lt;i&gt;
&lt;/i&gt;&lt;i&gt;and use like
&lt;/i&gt;&lt;i&gt;service red5 start
&lt;/i&gt;&lt;i&gt;service red5 stop
&lt;/i&gt;&lt;i&gt;service red5 restart&lt;/i&gt;&lt;/pre&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/5503048581333422683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2011/11/startup-script-red5-working-with-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5503048581333422683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5503048581333422683'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2011/11/startup-script-red5-working-with-ubuntu.html' title='Startup Script Red5 working with ubuntu 11.x'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-4003162768684853580</id><published>2011-11-22T22:35:00.000+01:00</published><updated>2012-02-17T10:58:08.085+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Drupal"/><category scheme="http://www.blogger.com/atom/ns#" term="Google"/><title type='text'>Drupal - smtp with gmail</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #2d3238; font-family: Arial, sans-serif; font-size: 14px; line-height: 22px;&quot;&gt;To use &lt;a href=&quot;http://alexbischof.blogspot.com/2011/04/free-google-apps-for-domains-get-your.html&quot;&gt;Gmail App&lt;/a&gt; with&amp;nbsp;&lt;/span&gt;Drupal&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #2d3238; font-family: Arial, sans-serif; font-size: 14px; line-height: 22px;&quot;&gt;, use the&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #029de7; font-family: Arial, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; cursor: pointer; font-size: 15px;&quot;&gt;&lt;a href=&quot;http://drupal.org/node/1273434&quot; target=&quot;_blank&quot;&gt;SMTP Authentication Support module&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #2d3238; font-family: Arial, sans-serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;a href=&quot;http://drupal.org/project/smtp&quot; target=&quot;_blank&quot;&gt;.&lt;/a&gt; Install a version of this module that is compatible with your version of Drupal.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #2d3238; font-family: Arial, sans-serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyBrOf9iZtFbdpKFKfxUPNYJ46YHZE4eJeqywDtIMkxIONj4SMqi1wpObBm-ZmvMs9cPgkWF9mM3uCctXZnZCA-PYERpl0A9h0e6-D4hFGmWtBSYzDbIyWn-sOs6ECbuwJ535he_eEOmQ/s1600/Screen-Shot-2011-08-19-at-10.05.18-AM.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;47&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyBrOf9iZtFbdpKFKfxUPNYJ46YHZE4eJeqywDtIMkxIONj4SMqi1wpObBm-ZmvMs9cPgkWF9mM3uCctXZnZCA-PYERpl0A9h0e6-D4hFGmWtBSYzDbIyWn-sOs6ECbuwJ535he_eEOmQ/s320/Screen-Shot-2011-08-19-at-10.05.18-AM.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: white; color: #2d3238; font-family: Arial, sans-serif; font-size: 14px; line-height: 22px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: white; color: #2d3238; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.6; margin-bottom: 18px; margin-top: 5px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: 680px;&quot;&gt;
Open your modules page, find the SMTP module, and configure it with the following settings:&lt;/div&gt;
&lt;ul class=&quot;regular&quot; style=&quot;background-color: white; color: #2d3238; font-family: Arial, sans-serif; font-size: 14px; list-style-image: none; list-style-position: outside; margin-bottom: 20px; margin-left: 20px; margin-right: 20px; margin-top: 20px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px;&quot;&gt;
&lt;li style=&quot;margin-bottom: 6px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;strong&gt;SMTP Server&lt;/strong&gt;&amp;nbsp;– smtp.gmail.com&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 6px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;strong&gt;SMTP Port&lt;/strong&gt;&amp;nbsp;– 465&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 6px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;strong&gt;Use Encrypted Protocal&lt;/strong&gt;&amp;nbsp;- Yes, Use-ssl&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 6px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;strong&gt;Username&lt;/strong&gt;&amp;nbsp;– gmail Email-address&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 6px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;strong&gt;Password&lt;/strong&gt;&amp;nbsp;– gmail Password&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #2d3238; font-family: Arial, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 14px;&quot;&gt;Don&#39;t forget to turn the module on and send your first test-mail.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/4003162768684853580/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2011/11/drupal-smtp-with-gmail.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/4003162768684853580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/4003162768684853580'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2011/11/drupal-smtp-with-gmail.html' title='Drupal - smtp with gmail'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyBrOf9iZtFbdpKFKfxUPNYJ46YHZE4eJeqywDtIMkxIONj4SMqi1wpObBm-ZmvMs9cPgkWF9mM3uCctXZnZCA-PYERpl0A9h0e6-D4hFGmWtBSYzDbIyWn-sOs6ECbuwJ535he_eEOmQ/s72-c/Screen-Shot-2011-08-19-at-10.05.18-AM.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-3460882759334354232</id><published>2011-11-09T23:23:00.000+01:00</published><updated>2011-11-10T20:45:01.704+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>Creating  a Virtual Host with Webmin</title><content type='html'>&lt;div&gt;These instructions apply to Webmin version 1.570 and Ubuntu 10.04&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Create a folder where you wish to store your sites files.&amp;nbsp; &lt;ul&gt;&lt;li&gt;You can do this in the Others &amp;gt; File Manager section.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;In this example we use: /var/www/vhosts/domainname.com/http/&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Setup the vhost. &lt;ul&gt;&lt;li&gt;Click on Servers &amp;gt; Apache Web Server in the left hand menu.&lt;/li&gt;
&lt;li&gt;Click the “create virtual host” tab.&lt;/li&gt;
&lt;li&gt;You can leave most settings as their default values, but you should fill out the following: &lt;ul&gt;&lt;li&gt;Port: Generally, you’ll want to use port 80.&lt;/li&gt;
&lt;li&gt;Document Root: This is folder where you site’s files will be stored. Pick the folder you created in step 1.&lt;/li&gt;
&lt;li&gt;Server name: This is just your site’s domain name, e.g. domainname.com (leave out the www.)&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Click “Create Now”&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Add a server alias for www.domainname.com&amp;nbsp; &lt;ul&gt;&lt;li&gt;Click on the “Existing Virtual Hosts” tab in Servers &amp;gt; Apache Web Server.&lt;/li&gt;
&lt;li&gt;Click the virtual server you just created.&lt;/li&gt;
&lt;li&gt;Click on “Networking and Addresses”&lt;/li&gt;
&lt;li&gt;In the “Alternate Virtual Server Names” box, add any additional  server aliases you want to use for this site, such as www.domainname.com&lt;/li&gt;
&lt;li&gt;Press “Save”.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Click “Apply Changes” to get Webmin to restart Apache.&lt;/li&gt;
&lt;li&gt;vi /etc/apache2/sites-enabled/000-default and add:&amp;nbsp;&amp;nbsp; NameVirtualHost * &lt;/li&gt;
&lt;/ol&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/3460882759334354232/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2011/11/creating-virtual-host-with-webmin.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/3460882759334354232'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/3460882759334354232'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2011/11/creating-virtual-host-with-webmin.html' title='Creating  a Virtual Host with Webmin'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-5678015292569311275</id><published>2011-11-07T21:45:00.000+01:00</published><updated>2011-12-03T21:46:07.819+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="aws"/><category scheme="http://www.blogger.com/atom/ns#" term="Video"/><title type='text'>Stream your video files via CDN and play them with JW Player</title><content type='html'>&lt;h3&gt;Using AWS CloudFront as CDN &lt;/h3&gt;A Content Delivery Network (CDN) offers several advantages over a  plain webserver for streaming video. For example, a CDN will be able to  speedily deliver your videos across the country and globe, it will be  able to stream your videos instead of a download and it will be able to  scale to large numbers of videos and viewers.&lt;br /&gt;
&lt;br /&gt;
This 4 steps are required: &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Get an Amazon Web Services (AWS) Account&lt;/li&gt;
&lt;li&gt;Upload Your Content to S3&lt;/li&gt;
&lt;li&gt;Create a CloudFront Distribution&lt;/li&gt;
&lt;li&gt;Configure Your JW Player:&lt;/li&gt;
&lt;/ul&gt;Running Demo and source code : &lt;a href=&quot;http://www.leerraum.org/demo/jw-player-and-aws-cloudfront/&quot;&gt;http://www.leerraum.org/demo/jw-player-and-aws-cloudfront/&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/5678015292569311275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2011/11/steam-your-video-files-via-cdn-and-play.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5678015292569311275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5678015292569311275'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2011/11/steam-your-video-files-via-cdn-and-play.html' title='Stream your video files via CDN and play them with JW Player'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-8118887352891776584</id><published>2011-11-01T15:31:00.000+01:00</published><updated>2011-11-01T15:31:27.494+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Kaltura"/><title type='text'>Add Google Analytics to your Kaltura Player</title><content type='html'>&lt;ul&gt;&lt;li&gt;enter the KMC&lt;/li&gt;
&lt;li&gt;click on the Studio tab. &lt;/li&gt;
&lt;li&gt; in the Studio, edit the player of your choice. &lt;/li&gt;
&lt;li&gt; enter the Features tab and reveal the Additional parameters and plugins section. &lt;/li&gt;
&lt;li&gt; copy and paste the following line into the &quot;Paste your plug-in line here&quot; text box and click the &quot;go&quot; button:&lt;br /&gt;
googleAnalytics.plugin=true&amp;amp;googleAnalytics.urchinCode=UA-yourgoogleanalyticscode&amp;amp;googleAnalytics.debugMode=false&amp;amp;googleAnalytics.path=http://cdnexchange.kaltura.com/sites/exchange.kaltura.com/files/applications/releases/Kalturian/16/googleAnalytics.swf&amp;amp;googleAnalytics.relativeTo=PlayerHolder&amp;amp;googleAnalytics.position=lastChild  &amp;nbsp;&lt;/li&gt;
&lt;li&gt;change the googleAnalytics.debugMode parameter to true in order to get  visual debugging information window over the player.        &lt;/li&gt;
&lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/8118887352891776584/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2011/11/add-google-analytics-to-your-kaltura.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/8118887352891776584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/8118887352891776584'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2011/11/add-google-analytics-to-your-kaltura.html' title='Add Google Analytics to your Kaltura Player'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-729335637662347748.post-5916075851707260653</id><published>2011-10-23T15:11:00.000+02:00</published><updated>2011-10-23T15:11:29.293+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apache"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>How to generate an SSH key with Linux?</title><content type='html'>&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: #fefefe; color: #333333; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 12px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: #666666; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 5px; text-align: justify;&quot;&gt;
You can generate a SSH key in Linux using the&amp;nbsp;&lt;strong&gt;ssh-keygen&lt;/strong&gt;&amp;nbsp;command. You should run it in the command line. You will be asked for a file in which the key should be saved to and for a passphrase (password) for the key:&lt;/div&gt;
&lt;div style=&quot;color: #666666; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 5px; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;color: #666666; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 5px; text-align: justify;&quot;&gt;
&lt;em&gt;user@localhost:&amp;nbsp;&lt;strong&gt;ssh-keygen -t dsa&lt;/strong&gt;&lt;br /&gt;Generating public/private dsa key pair.&lt;br /&gt;Enter file in which to save the key (/home/user/.ssh/id_dsa):&lt;br /&gt;Enter passphrase (empty for no passphrase):&lt;br /&gt;Enter same passphrase again:&lt;br /&gt;Your identification has been saved in id_dsa.&lt;br /&gt;Your public key has been saved in id_dsa.pub.&lt;br /&gt;The key fingerprint is:&lt;br /&gt;16:8e:e8:f2:1d:c9:b9:cf:43:9a:b3:3c:c1:1f:95:93 user@localhost&lt;/em&gt;&lt;/div&gt;
&lt;div style=&quot;color: #666666; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 5px; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;color: #666666; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 5px; text-align: justify;&quot;&gt;
This will create a private key written to&amp;nbsp;&lt;em&gt;/home/user/.ssh/&lt;strong&gt;id_dsa&lt;/strong&gt;&lt;/em&gt;&amp;nbsp;and a public key written to&lt;em&gt;/home/user/.ssh/&lt;strong&gt;id_dsa.pub&lt;/strong&gt;&lt;/em&gt;. The passphrase is used to protect your key. You will be asked for it when you connect via SSH.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://alexbischof.blogspot.com/feeds/5916075851707260653/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://alexbischof.blogspot.com/2011/10/how-to-generate-ssh-key-with-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5916075851707260653'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/729335637662347748/posts/default/5916075851707260653'/><link rel='alternate' type='text/html' href='http://alexbischof.blogspot.com/2011/10/how-to-generate-ssh-key-with-linux.html' title='How to generate an SSH key with Linux?'/><author><name>alexbisch</name><uri>http://www.blogger.com/profile/15462467673392181906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>