<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>B3 Server on paapereira.xyz</title><link>https://paapereira.xyz/tags/b3-server/</link><description>Recent content in B3 Server on paapereira.xyz</description><generator>Hugo</generator><language>en-US</language><copyright>&lt;a href='https://creativecommons.org/licenses/by-nc/4.0/' target='_blank' rel='noopener'>©&lt;/a> 2008-2026 / &lt;a href='https://gitlab.com/paapereira/paapereira.gitlab.io' target='_blank' rel='noopener'>source code&lt;/a></copyright><lastBuildDate>Sun, 24 Feb 2013 10:00:00 +0000</lastBuildDate><atom:link href="https://paapereira.xyz/tags/b3-server/index.xml" rel="self" type="application/rss+xml"/><item><title>sshfsmount update: Desktop notifications</title><link>https://paapereira.xyz/posts/2013/02/sshfsmount-update-desktop-notifications/</link><pubDate>Sun, 24 Feb 2013 10:00:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/02/sshfsmount-update-desktop-notifications/</guid><description>&lt;p>I&amp;rsquo;ve updated &lt;a href="https://github.com/paapereira/sshfsmount">sshfsmount&lt;/a> to include desktop notifications.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-24-sshfsmount-update-desktop-notifications/github.png" alt="github">&lt;/p>
&lt;p>You can install it the same way already described in the previous &lt;a href="https://paapereira.xyz/posts/mount-remote-directories-in-your-local/">post&lt;/a>.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-24-sshfsmount-update-desktop-notifications/notify.png" alt="notify-send">&lt;/p></description></item><item><title>Mount remote directories in your local machine</title><link>https://paapereira.xyz/posts/2013/02/mount-remote-directories-in-your-local/</link><pubDate>Sun, 17 Feb 2013 16:57:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2013/02/mount-remote-directories-in-your-local/</guid><description>&lt;p>I have my Music and Video directories in my B3 Server. To access them locally I mount them using &lt;a href="http://fuse.sourceforge.net/sshfs.html">sshfs&lt;/a>.&lt;/p>
&lt;p>In order to not think about it, I created a script that runs at boot time to take care of that for me.&lt;/p>
&lt;p>The script is available at my &lt;a href="https://github.com/paapereira">github&lt;/a> account in a repository called &lt;a href="https://github.com/paapereira/sshfsmount">sshfsmount&lt;/a>.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-17-mount-remote-directories-in-your-local/github.png" alt="github">&lt;/p>
&lt;h2 id="installing-sshfs">Installing sshfs&lt;/h2>
&lt;p>First of all you need to install sshfs:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo apt-get install sshfs
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="get-the-code">Get the code&lt;/h2>
&lt;p>Get the code from my &lt;a href="https://github.com/paapereira/sshfsmount">sshfsmount&lt;/a> github repository:&lt;/p></description></item><item><title>B3 Server 2.5.1.2 Upgrade</title><link>https://paapereira.xyz/posts/2012/11/b3-server-2512-upgrade/</link><pubDate>Sun, 18 Nov 2012 22:39:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2012/11/b3-server-2512-upgrade/</guid><description>&lt;p>New B3 Server version is out: &lt;a href="http://forum.excito.net/viewtopic.php?f=22&amp;amp;t=4303">2.5.1.2&lt;/a>.&lt;/p>
&lt;h2 id="upgrade-to-2512">Upgrade to 2.5.1.2&lt;/h2>
&lt;ul>
&lt;li>Connect to your b3 server&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>ssh user@b3server
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Become root&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade instructions&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get update
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get dist-upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-11-18-b3-server-2512-upgrade/b3server.png" alt="Settings">&lt;/p>
&lt;h2 id="official-excito-forum-notes-2512">Official Excito Forum Notes (2.5.1.2)&lt;/h2>
&lt;p>&lt;em>Fix a check for easyfind reading config file to detect correctly if easyfind is enabled or not.&lt;/em>&lt;/p></description></item><item><title>B3 Server 2.5.1.1 Upgrade</title><link>https://paapereira.xyz/posts/2012/11/b3-server-2511-upgrade/</link><pubDate>Fri, 02 Nov 2012 22:49:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2012/11/b3-server-2511-upgrade/</guid><description>&lt;p>New B3 Server versions are out, &lt;a href="http://forum.excito.net/viewtopic.php?f=22&amp;amp;t=4291">2.5.1&lt;/a> and &lt;a href="http://forum.excito.net/viewtopic.php?f=22&amp;amp;t=4294&amp;amp;sid=7de4f2af9228329656c74ac867930d4f">2.5.1.1&lt;/a>.&lt;/p>
&lt;h2 id="upgrade-to-2511">Upgrade to 2.5.1.1&lt;/h2>
&lt;ul>
&lt;li>Connect to your b3 server&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>ssh user@b3server
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Become root&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade instructions&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get update
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get dist-upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-11-02-b3-server-2511-upgrade/b3server.png" alt="Settings">&lt;/p>
&lt;h2 id="official-excito-forum-notes-251">Official Excito Forum Notes (2.5.1)&lt;/h2>
&lt;ul>
&lt;li>&lt;em>New Easyfind system on B3, now handling IP updates even if behind another router&lt;/em>&lt;/li>
&lt;li>&lt;em>Print server updated to support even more printers&lt;/em>&lt;/li>
&lt;li>&lt;em>Updated minidlna server (minidlna) to latest&lt;/em>&lt;/li>
&lt;li>&lt;em>Some minor bug fixes&lt;/em>&lt;/li>
&lt;/ul>
&lt;h2 id="official-excito-forum-notes-2511">Official Excito Forum Notes (2.5.1.1)&lt;/h2>
&lt;ul>
&lt;li>&lt;em>One bug fix regarding the updater&lt;/em>&lt;/li>
&lt;/ul></description></item><item><title>First Milestone of b3caster</title><link>https://paapereira.xyz/posts/2012/08/first-milestone-of-b3caster/</link><pubDate>Wed, 15 Aug 2012 17:23:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2012/08/first-milestone-of-b3caster/</guid><description>&lt;p>You can grab the first Milestone of b3caster &lt;a href="https://github.com/paapereira/b3caster/tags">here&lt;/a>.&lt;/p>
&lt;p>Also check the &lt;a href="https://github.com/paapereira/b3caster/wiki">wiki&lt;/a> for install instructions.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-08-15-first-milestone-of-b3caster/github.png" alt="b3caster">&lt;/p></description></item><item><title>Podcast Server</title><link>https://paapereira.xyz/posts/2012/08/podcast-server/</link><pubDate>Sun, 05 Aug 2012 22:31:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2012/08/podcast-server/</guid><description>&lt;p>Inspired by &lt;a href="http://slexy.org/view/s2MxMjFIYN">Farhad&amp;rsquo;s&lt;/a> approach of &lt;a href="http://lincgeek.org/bashpodder">bashpodder&lt;/a>, as featured in a &lt;a href="http://www.jupiterbroadcasting.com/">Linux Action Show&lt;/a> episode about bash scripts, I decided to create a Podcast Server of my own.&lt;/p>
&lt;p>b3caster, as I&amp;rsquo;m calling it is a podcast server based on &lt;a href="http://www.dircaster.org/">dircaster&lt;/a> and &lt;a href="http://lincgeek.org/bashpodder">bashpodder&lt;/a>.&lt;/p>
&lt;p>The idea is to have a podcast server that downloads and feeds my favorite podcasts.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-08-05-podcast-server/github.png" alt="b3caster">&lt;/p>
&lt;h2 id="components">Components&lt;/h2>
&lt;p>b3caster needs the following components to work:&lt;/p>
&lt;ul>
&lt;li>Linux&lt;/li>
&lt;li>Web Server&lt;/li>
&lt;li>PHP&lt;/li>
&lt;li>cron&lt;/li>
&lt;/ul>
&lt;p>I&amp;rsquo;m using my B3 Server for this.&lt;/p></description></item><item><title>B3 Server 2.5.0.2 Upgrade</title><link>https://paapereira.xyz/posts/2012/07/b3-server-2502-upgrade/</link><pubDate>Wed, 11 Jul 2012 22:19:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2012/07/b3-server-2502-upgrade/</guid><description>&lt;p>New B3 Server &lt;a href="http://forum.excito.net/viewtopic.php?f=1&amp;amp;t=3947">version&lt;/a> is out, with minor updates.&lt;/p>
&lt;h2 id="upgrade-to-2502">Upgrade to 2.5.0.2&lt;/h2>
&lt;ul>
&lt;li>Connect to your b3 server&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>ssh user@b3server
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Become root&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade instructions&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get update
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get dist-upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-07-11-b3-server-2502-upgrade/b3server.png" alt="b3 server">&lt;/p>
&lt;h2 id="official-excito-forum-notes">Official Excito Forum Notes&lt;/h2>
&lt;p>&lt;em>Fixed another backup regression.&lt;/em>&lt;/p></description></item><item><title>Creating a subversion server in B3 Server</title><link>https://paapereira.xyz/posts/2012/06/creating-subversion-server-in-b3-server/</link><pubDate>Sun, 10 Jun 2012 00:37:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2012/06/creating-subversion-server-in-b3-server/</guid><description>&lt;p>In order to keep a version control of my home projects, I decided to set up a subversion server in my B3 Server.&lt;/p>
&lt;p>I will be using subversion an Apache.&lt;/p>
&lt;h2 id="b3-server-installation">B3 Server Installation&lt;/h2>
&lt;ul>
&lt;li>Become root&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Install subversion and support for Apache&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>apt-get install subversion libapache2-svn
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Create a base directory for your subversion projects&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>mkdir /var/svn
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Give permissions for Apache&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>chown -R www-data:www-data /var/svn
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Configure Apache svn module&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>vi /etc/apache2/mods-available/dav_svn.conf
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Here&amp;rsquo;s my dav_svn.conf. Be sure to alter SVNParentPath to your subversion projects base directory.&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-text" data-lang="text">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 1&lt;/span>&lt;span> &amp;lt;Location /svn&amp;gt;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 2&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 3&lt;/span>&lt;span> # Uncomment this to enable the repository
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 4&lt;/span>&lt;span> DAV svn
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 5&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 6&lt;/span>&lt;span> SVNParentPath /var/svn
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 7&lt;/span>&lt;span> SVNListParentPath on
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 8&lt;/span>&lt;span> AuthType Basic
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 9&lt;/span>&lt;span> AuthName &amp;#34;Subversion Repository&amp;#34;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">10&lt;/span>&lt;span> AuthUserFile /etc/apache2/dav_svn.passwd
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">11&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">12&lt;/span>&lt;span> # The following three lines allow anonymous read, but make
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">13&lt;/span>&lt;span> # committers authenticate themselves. It requires the &amp;#39;authz_user&amp;#39;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">14&lt;/span>&lt;span> # module (enable it with &amp;#39;a2enmod&amp;#39;).
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">15&lt;/span>&lt;span> #&amp;lt;LimitExcept GET PROPFIND OPTIONS REPORT&amp;gt;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">16&lt;/span>&lt;span> Require valid-user
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">17&lt;/span>&lt;span> SSLRequireSSL
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">18&lt;/span>&lt;span> #&amp;lt;/LimitExcept&amp;gt;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">19&lt;/span>&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">20&lt;/span>&lt;span>&amp;lt;/Location&amp;gt;
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Restart Apache&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>/etc/init.d/apache2 restart
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Create users for subversion&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>htpasswd -cm /etc/apache2/dav_svn.passwd *yourusername*
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Create your projects with the right permissions&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>svnadmin create /var/svn/yourproject
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>chown -R www-data:www-data /var/svn/yourproject
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>To remove projects&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>cd /var/svn
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>rm yourproject -R
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="client-installation">Client Installation&lt;/h2>
&lt;ul>
&lt;li>Install subversion&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo apt-get install subversion
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Connect and sync your projects. This will create a new directory &lt;em>yourproject&lt;/em> in your home folder.&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>svn co https://b3server/svn/yourproject
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Optionally you can install a graphical tool like &lt;a href="http://rabbitvcs.org/">rabbitvcs&lt;/a>, with nautilus integration&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo add-apt-repository ppa:rabbitvcs/ppa
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>sudo apt-get update
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">3&lt;/span>&lt;span>sudo apt-get install rabbitvcs-nautilus3
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">4&lt;/span>&lt;span>killall nautilus
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can check out the &lt;a href="http://wiki.excito.org/wiki/index.php/Tutorials_and_How-tos/Install_Subversion_with_Apache">excito wiki&lt;/a> for further details.&lt;/p></description></item><item><title>B3 Server 2.5 Upgrade</title><link>https://paapereira.xyz/posts/2012/06/b3-server-25-upgrade/</link><pubDate>Fri, 08 Jun 2012 22:14:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2012/06/b3-server-25-upgrade/</guid><description>&lt;p>New B3 Server version is out (&lt;a href="http://forum.excito.net/viewtopic.php?f=1&amp;amp;t=3902">2.5&lt;/a> &amp;amp; &lt;a href="http://forum.excito.net/viewtopic.php?f=1&amp;amp;t=3913">2.5.0.1&lt;/a>).&lt;/p>
&lt;h2 id="upgrade-to-25">Upgrade to 2.5&lt;/h2>
&lt;ul>
&lt;li>Connect to your b3 server&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>ssh user@b3server
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Become root&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade instructions&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get update
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get dist-upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-06-08-b3-server-25-upgrade/b3server.png" alt="B3 Server">&lt;/p>
&lt;h2 id="official-excito-forum-notes">Official Excito Forum Notes&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-text" data-lang="text">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>New features and major changes
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>* Added support for Apple TimeMachine
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">3&lt;/span>&lt;span>* Added support for Apple AirPrint
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">4&lt;/span>&lt;span>* Showing HD temperature on b3/admin page
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">5&lt;/span>&lt;span>* Allowing special characters in passwords
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">6&lt;/span>&lt;span>* Improved translations for German and Swedish
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">7&lt;/span>&lt;span>* Added ecryptfs support to kernel
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">8&lt;/span>&lt;span>* Ssl security fix
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">9&lt;/span>&lt;span>* 10+ minor bug fixes
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>B3 Server 2.4 Upgrade</title><link>https://paapereira.xyz/posts/2012/02/b3-server-24-upgrade/</link><pubDate>Fri, 03 Feb 2012 00:00:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2012/02/b3-server-24-upgrade/</guid><description>&lt;p>New B3 Server version &lt;a href="http://forum.excito.net/viewtopic.php?f=1&amp;amp;t=3569">is out&lt;/a>.&lt;/p>
&lt;h2 id="upgrade-to-24">Upgrade to 2.4&lt;/h2>
&lt;ul>
&lt;li>Connect to your b3 server&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>ssh user@b3server
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Become root&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade instructions&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get update
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get dist-upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>
&lt;p>Turn off B3 Server after the upgrade&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Power cycle by removing the power cord and waiting for 5 seconds before reconnecting and start B3 Server&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p></description></item><item><title>B3 Server 2.3.2 Update</title><link>https://paapereira.xyz/posts/2011/12/b3-server-232-update/</link><pubDate>Sat, 03 Dec 2011 14:51:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2011/12/b3-server-232-update/</guid><description>&lt;p>Minor &lt;a href="http://forum.excito.net/viewtopic.php?f=1&amp;amp;t=3476">update&lt;/a>.&lt;/p>
&lt;h2 id="upgrading-to-232">Upgrading to 2.3.2&lt;/h2>
&lt;ul>
&lt;li>Become root&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Do an upgrade&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>apt-get update
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>apt-get upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Left beyond packages&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>apt-get install bubba-album bubba-backend libdbix-class-perl libsql-abstract-perl squeezecenter
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>A little cleansing&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>apt-get autoremove
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2011/2011-12-03-b3-server-232-update/b3server.png" alt="B3 Server">&lt;/p>
&lt;h2 id="official-excito-forum-notes">Official Excito forum notes&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-text" data-lang="text">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>New features and major changes
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>* Fixed issue in ftd causing upload via file manager to fail after 256 files
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">3&lt;/span>&lt;span>* Fixed memory leak issue in disk manager, causing UI to behave strange and some operations to fail
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">4&lt;/span>&lt;span>* Fixed memory leak issue in photo album generation
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>Backing up MySQL in B3 Server to rsync.net</title><link>https://paapereira.xyz/posts/2011/11/backing-up-mysql-in-b3-server/</link><pubDate>Sun, 06 Nov 2011 18:27:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2011/11/backing-up-mysql-in-b3-server/</guid><description>&lt;p>In a &lt;a href="https://paapereira.xyz/posts/offsite-backups-with-rsyncnet/">previous&lt;/a> post I talked about how to backup to &lt;a href="http://rsync.net/">rsync.net&lt;/a> using &lt;a href="http://duplicity.nongnu.org/">duplicity&lt;/a>.&lt;/p>
&lt;p>I will now show how to backup your &lt;a href="http://www.excito.com/">B3 Server&lt;/a> Mysql databases using the same method.&lt;/p>
&lt;h2 id="installation">Installation&lt;/h2>
&lt;p>Be sure duplicity is installed:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>su
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>apt-get install duplicity
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="generate-an-ssh-key-to-connect-to-rsyncnet">Generate an ssh key to connect to rsync.net&lt;/h2>
&lt;ul>
&lt;li>Generate the ssh key using the defaults (don&amp;rsquo;t use a password when asked):&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>ssh-keygen -t rsa
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Copy your key to rsync.net (if you don&amp;rsquo;t have no one there):&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>scp ~/.ssh/id_rsa.pub user@server.rsync.net:.ssh/authorized_keys
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>If you already have a key from another machine or user in rsyn.net, you need to add a new one:&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>cat ~/.ssh/id_rsa.pub | ssh user@server.rsync.net &lt;span style="color:#e6db74">&amp;#39;dd of=.ssh/authorized_keys oflag=append conv=notrunc&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="generate-a-gpg-public-and-private-key-to-encrypt-your-backups">Generate a gpg public and private key to encrypt your backups&lt;/h2>
&lt;ul>
&lt;li>Generate the gpg keys (get down your private key, example: &lt;em>123AbcH123BB4321&lt;/em>):&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>gpg --gen-key
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>You can check the keys in your system:&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>gpg --list-keys
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Look in the output something like this. Look for the public key (in this example your public key is &lt;em>1AAB123A&lt;/em>)&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-text" data-lang="text">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>pub 1239A/**1AAB123A** 2011-10-09 [expires: 2012-10-08]
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>uid Your Name (name) &amp;lt;mail@mail.com&amp;gt;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">3&lt;/span>&lt;span>sub 54321/1234BBCC 2011-10-09 [expires: 2012-10-08]
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="backuprestore-your-databases">Backup/restore your databases&lt;/h2>
&lt;p>I have MyISAM tables, so I will be using the &lt;a href="http://dev.mysql.com/doc/refman/5.0/en/mysqlhotcopy.html">mysqlhotcopy&lt;/a> command. You can also use &lt;a href="http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html">mysqldump&lt;/a>.&lt;/p></description></item><item><title>B3 Server 2.3.1 Update</title><link>https://paapereira.xyz/posts/2011/11/b3-server-231-update/</link><pubDate>Sat, 05 Nov 2011 22:27:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2011/11/b3-server-231-update/</guid><description>&lt;p>Minor update released &lt;a href="http://forum.excito.net/viewtopic.php?f=1&amp;amp;t=3408">last week&lt;/a>.&lt;/p>
&lt;h2 id="upgrading-to-231">Upgrading to 2.3.1&lt;/h2>
&lt;ul>
&lt;li>Become root&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Do an upgrade&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>apt-get update
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>apt-get upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade b3 backend&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>apt-get install bubba-backend
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2011/2011-11-05-b3-server-231-update/b3server.png" alt="B3 Server">&lt;/p>
&lt;h2 id="official-excito-forum-notes">Official Excito forum notes&lt;/h2>
&lt;p>A major part of this update is a new software update service. When updating the update service, strange things can happen, so:&lt;/p></description></item><item><title>B3 Server 2.3 Upgrade</title><link>https://paapereira.xyz/posts/2011/09/b3-server-23-upgrade/</link><pubDate>Mon, 26 Sep 2011 14:06:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2011/09/b3-server-23-upgrade/</guid><description>&lt;p>&lt;a href="http://www.excito.com/">B3 Server&lt;/a> &lt;a href="http://update.excito.net/install/latest/b3/">2.3 version&lt;/a> come out a couple of months ago.&lt;/p>
&lt;p>Normally the upgrade is easy and done via the web interface, but since I changed the mysql root default password, I need to upgrade manually.&lt;/p>
&lt;h2 id="upgrade-to-23">Upgrade to 2.3&lt;/h2>
&lt;ul>
&lt;li>Connect to your b3 server&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>ssh user@b3server
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Become root&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade instructions&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>change_distribution elvin
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>apt-get -c /etc/apt/bubba-apt.conf -y update
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">3&lt;/span>&lt;span>apt-get -c /etc/apt/bubba-apt.conf -y dist-upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>&lt;em>Keep in mind the configuration files you want to keep during the upgrade. It will ask you.&lt;/em>
&lt;em>Example: samba.conf&lt;/em>&lt;/p></description></item><item><title>Reinstall B3 Server default system</title><link>https://paapereira.xyz/posts/2011/05/reinstall-b3-server-default-system/</link><pubDate>Sun, 08 May 2011 12:19:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2011/05/reinstall-b3-server-default-system/</guid><description>&lt;p>&lt;a href="http://www.excito.com/bubba/products/technical-specifications.html">B3 Server&lt;/a> comes with a custom Debian (Squeeze) install.&lt;/p>
&lt;p>In order to reinstall the all system you will need an USB stick and the latest install image from &lt;a href="http://update.excito.net/install/latest/b3/">http://update.excito.net/install/latest/b3/&lt;/a>.&lt;/p>
&lt;h2 id="creating-the-usb-recovery-disk">Creating the usb recovery disk&lt;/h2>
&lt;ul>
&lt;li>You&amp;rsquo;ll need an empty usb stick (&lt;em>it will be formatted&lt;/em>)&lt;/li>
&lt;li>Find out the device reference of your usb stick (check the LABEL in the output)&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo blkid
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>
&lt;p>or use gparted (&lt;em>sudo apt-get gparted&lt;/em>) to find out&lt;/p></description></item><item><title>B3 online again</title><link>https://paapereira.xyz/posts/2011/05/b3-online-again/</link><pubDate>Sun, 08 May 2011 11:59:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2011/05/b3-online-again/</guid><description>&lt;p>So, my B3 is online again. After is &lt;a href="https://paapereira.xyz/posts/create-usb-recovery-disk-for-booting-b3">breakdown&lt;/a> last week I can finally rest (and reinstall/reconfigure everything again).&lt;/p>
&lt;p>The problem was the hard drive. I never seen a hard drive so damaged. Luckily I managed to backup all my data. Check my previous post on how to &lt;a href="https://paapereira.xyz/posts/create-usb-recovery-disk-for-booting-b3">create an usb recovery disk for booting b3 server&lt;/a> so you can move your files elsewhere.&lt;/p></description></item><item><title>Create an usb recovery disk for booting b3 server</title><link>https://paapereira.xyz/posts/2011/05/create-usb-recovery-disk-for-booting-b3/</link><pubDate>Sun, 01 May 2011 16:08:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2011/05/create-usb-recovery-disk-for-booting-b3/</guid><description>&lt;p>I can&amp;rsquo;t access my &lt;a href="http://www.excito.com/">B3 Server&lt;/a> and I don&amp;rsquo;t know why&amp;hellip; :( I was away for a week and in between I couldn&amp;rsquo;t access my server.&lt;/p>
&lt;p>Now, after locally rebooting it, still no joy&amp;hellip;&lt;/p>
&lt;p>I will show how to create an usb recovery disk to boot the B3 Server and how to backup your B3 storage to your local computer.
After this you can do a full recovery, formating and reinstalling your B3 Server.&lt;/p></description></item></channel></rss>