<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>News</title><link>http://fuguhub.com</link><description>Subscribe to this feed if you like to receive newsletters from Real Time Logic.</description><pubDate>Thu, 28 Mar 2013 22:08:36 GMT</pubDate><lastBuildDate>Thu, 28 Mar 2013 22:08:36 GMT</lastBuildDate><category>News</category><generator>FuguHub</generator><ttl>3000</ttl><copyright>Real Time Logic</copyright><image><title>News</title><url>http://fuguhub.com/images/rtllogo100.gif</url><link>http://fuguhub.com</link></image><item><title><![CDATA[Apache, Nginx, Lighttpd, Monkey, and BarracudaDrive Speed Test]]></title><link>http://fuguhub.com/articles/Apache-Nginx-Lighttpd-Monkey-and-BarracudaDrive-Speed-Test</link><description><![CDATA[

<p>Benchmarking web servers can be difficult since few computers provide the exact same CPU speed. It is for this reason the Raspberry Pi is great for benchmarking since non modified Raspberry Pis will provide the same speed. A standard (non overclocked) Raspberry Pi with its ARM processor runs at 700 MHz (the original model B).</p>

<div style="float:right;width:200px;border:1px solid;padding:3px;">
<p><strong>Note:</strong> The <a href="http://makoserver.net/">Mako Server</a> and FuguHub are both derived from the <a href="http://realtimelogic.com/products/barracuda-application-server/">Barracuda Application Server library</a> and the benchmarking results are identical for these two products.
</p></div>

<p>For the tests we used Siege as it is a great web server benchmarking tool for this type of testing. Siege was run on a Linux powered laptop and connected to the Raspberry Pi via a standard home router.</p>

<p>All tests show how many transactions took place during our 2 minute test. We only tested with 200 concurrent connections; i.e. we instructed the Siege tool to open 200 concurrent connections when running the server siege.</p>

<h3>Test 1 - Fetching a small static 177 bytes html page:</h3>
<style>
#xtab table{border-collapse:collapse;width:350px;}
#xtab table,#xtab th,#xtab td{border:1px solid #969696;}
#xtab th { background:#DFDFDF; } 
</style>
<div id="xtab">
<table>
<tr><th>Server</th><th>Transactions</th></tr>
<tr><td>FuguHub</td><td>53882</td></tr>
<tr><td>Apache</td>	<td>26624</td></tr>
<tr><td>Lighttpd</td><td>31807</td></tr>
<tr><td>Monkey</td><td>39310</td></tr>
<tr><td>Nginx</td><td>39449</td></tr>
</table>

<h3>Test 2 - Fetching a large static 179Kb JPG file:</h3>

<table>
<tr><th>Server</th><th>Transactions</th></tr>
<tr><td>FuguHub</td><td>4881</td></tr>
<tr><td>Apache</td><td>1390</td></tr>
<tr><td>Lighttpd</td><td>1357</td></tr>
<tr><td>Monkey</td><td>1338</td></tr>
<tr><td>Nginx</td><td>1396</td></tr>
</table>

</div>

<p>We performed the above FuguHub tests. The results for the other servers above are from <a target="_blank" href="http://www.jeremymorgan.com/blog/programming/raspberry-pi-web-server-comparison/">Jeremy Morgan's RPI benchmarking</a>.</p>

<p>Jeremy Morgan only tested with static content, but we ran two additional tests where the server responds with dynamically generated content. The following shows the output from running the above two tests and the output from fetching dynamically created content.</p>

<h3>Running test 1 - Fetching a small static 177 bytes html page:</h3>
<pre class="code">
$ siege -b -t2m -c200 http://192.168.1.175/file.html

Lifting the server siege...      done.

Transactions:                  53882 hits
Availability:                 100.00 %
Elapsed time:                 119.42 secs
Data transferred:               9.10 MB
Response time:                  0.44 secs
Transaction rate:             451.20 trans/sec
Throughput:                     0.08 MB/sec
Concurrency:                  199.55
Successful transactions:       53882
Failed transactions:               0
Longest transaction:            9.46
Shortest transaction:           0.03
</pre>

<h3>Running test 2 - Fetching a large static 179Kb JPG file:</h3>
<pre class="code">
$ siege -b -t2m -c200 http://192.168.1.175/large.jpg
[error] socket: read error Connection reset by peer sock.c:473: Connection reset by peer

Lifting the server siege...      done.

Transactions:                   4881 hits
Availability:                  99.59 %
Elapsed time:                 119.19 secs
Data transferred:             830.77 MB
Response time:                  3.59 secs
Transaction rate:              40.95 trans/sec
Throughput:                     6.97 MB/sec
Concurrency:                  147.00
Successful transactions:        4881
Failed transactions:              20
Longest transaction:          119.02
Shortest transaction:           0.05
</pre>

<p>We had a number of errors for the above, which indicates that the RPI is having a hard time serving all the requests. It could also be that our router is having a hard time. We used a basic home router for the test. Jeremy also had errors, but we do not think these errors are related to the servers being used. It is more likely related to the RPI hardware or the router.</p>

<p>The above tests require that the /etc/init.d/bdd script is modified since the default script limits FuguHub to 80 connections. We changed "BDCONNECTIONS=80" to "BDCONNECTIONS=1024"</p>

<p>We also stopped the included CMS and created a new root application for the above tests.</p>

<p>We are a bit surprised by the results since FuguHub is an application server and not a web server. Typically, application servers should be slower than web servers since they have more housekeeping to do.</p>

<p>Since FuguHub is an application server, it can also run server side scripts similar to PHP.</p>

<p>We used the following Lua Server Pages (LSP) script for the benchmarking.</p>

<pre><b>&lt;?lsp ]]></description><category>News</category><pubDate>Thu, 28 Mar 2013 22:08:36 GMT</pubDate></item><item><title><![CDATA[BarracudaDrive for the My Book Live NAS]]></title><link>http://fuguhub.com/articles/BarracudaDrive-for-the-My-Book-Live-NAS</link><description><![CDATA[<table><tr>
<td valign="top">

<p>FuguHub is now available for the My Book Live.</p>

<p>My Book Live is a relatively inexpensive Network Attached Storage (NAS) device from Western Digital. My Book Live is powered by Linux and anyone with some Linux experience can install additional applications for this device.</p>

<p>See the <a href="/MyBookLive.lsp">FuguHub My Book Live Page</a> for more information.</p>
</p>

</td>
<td>
<img src="/images/mybook-live.jpg"/>
</td>
</tr>
</table>]]></description><category>News</category><pubDate>Mon, 27 Feb 2012 14:48:54 GMT</pubDate></item><item><title><![CDATA[Securely distribute large files via emails]]></title><link>http://fuguhub.com/articles/Securely-distribute-large-files-via-emails</link><description><![CDATA[<img src="/images/filemailer.png" style="float:right;margin:40px 0 20px 20px" />
<p>FuguHub 4.6 includes many new features such as the new File Mailer, which makes it easy and secure to distribute files of any size to any number of contacts via regular email.</p>

<p>The File Mailer is a new product integrated with the FuguHub <a target="_blank" href="/FileServer.lsp">WebDAV</a> and <a target="_blank" href="/WebFileManager.lsp">Web File Manager</a>. Files of any size can be uploaded using WebDAV or the drag and drop box feature in the Web File Manager. These files can then be sent as attachments or links to individuals or to predefined lists. Files can be emailed to an unlimited amount of lists and each list can have an unlimited amount of contacts.</p>

<p>The File Mailer is built on top of the existing multi user Web File Manager. Users with access to the Web File Manager can email any file they have access to via the constraints set by the administrator. Users with access to the File Mailer Administrator Panel can also create and manage contact lists, manage mail jobs, view the download history, etc.</p>

<div style="margin:auto;width:640px">
<iframe width="640" height="510" src="https://www.youtube.com/embed/LOdkkrXRIKc" frameborder="0" allowfullscreen></iframe>
</div>

<p>The File Mailer's intuitive web interface resembles a standard email client's graphical user interface and provides features such as auto completion on email addresses found in the contact database. Start typing and a list of possible email address matches are shown. Contacts are automatically added, if not already in the database. Large contact lists can be imported by dragging and dropping the contact list onto the File Mailer Web Interface.</p>

<p>The messages sent to contacts can be personalized by using macros. For example, a personal greeting message can be customized for each recipient.</p>

<p>The File Mailer tracks every file downloaded. The advanced history viewer gives you detailed download statistics such as: who downloaded the file, what time the file was downloaded, and from what location.</p>

<p>The File Mailer is designed to make distribution of sensitive material secure. The file links emailed to contacts can be set to require a secure connection i.e. a HTTPS connection. The links can also be set to require a password from the recipients before they are allowed to download the file. You can also set an expiration date on the distributed links. In addition, the distributed links can be invalidated at any time by terminating the mail job.</p>

<p>The File Mailer includes an optional batch job processing engine that makes it possible to customize the file downloaded for each recipient in the distribution list. Batch jobs may, for example, be used by software vendors to distribute software to their customers when they require a customized file for each contact in the database.</p>

<p><b>Tip: Convert a vCard file to a CSV file</b></p>
<p>The File Mailer accepts CSV files for importing contacts. Unfortunately, some address books such as the Mac Address Book does not export directly to CSV, but to the vCard format.</p>
<p>A simple solution to circumvent this problem is to import the vCard file into a Gmail account and then export the address book as a CSV file, which can then be imported by the File Mailer.</p>
<p>See the <a href="http://mail.google.com/support/bin/answer.py?hl=en&answer=183711">Gmail vCard import help</a> for more information.</p>




<h3>Image Preview</h3>

<p>The Web File Manager now includes an image preview option that lets you preview JPEG images by moving the cursor over the image link. The server uses the integrated image processing library to automatically scale the image in real-time and present a preview version of the  image in the browser. The preview option makes it easy and fast to view large images without having to download the full size image.</p>



<h3>Free Upgrades</h3>

<p>Existing customers can upgrade their FuguHub server to the new version. Windows and Mac users can download the installation program and run the installer to upgrade their FuguHub version. Linux users must download the tar file and manually upgrade the server.</p>]]></description><category>News</category><pubDate>Wed, 10 Aug 2011 23:48:00 GMT</pubDate></item><item><title><![CDATA[BarracudaDrive 4.4]]></title><link>http://fuguhub.com/articles/BarracudaDrive-44</link><description><![CDATA[
<p>FuguHub 4.4 includes many new features such as uploading files by dragging and dropping files directly into your browser. The Content Management System now includes a new file server that is specifically designed for creating photo albums by automatically scaling your uploaded photos and creating thumb images for the uploaded photos. The video below gives a brief introduction to how this all works.</p>

<p>In addition to many new features, existing features have been improved. The file server can now manage files larger than 4 GBytes. We have also redesigned the administrator panel and made the application compatible with older browsers that do not support JavaScript. The bulletin board is updated and now works in all major browsers. We have also performed a number of smaller bug fixes and improvements.</p>

<b>Drag and drop file upload video</b>

<a name="dragdrop"></a>

<iframe width="640" height="480" src="https://www.youtube.com/embed/pg_STO6lESU" frameborder="0" allowfullscreen></iframe>

<p><br/></p>
<h1>Photo Albums</h1>

<p>The photo album below is powered by the FuguHub Content Management System. Click on the first image to open the slide show. The slide show gives you a quick introduction on how to create your own photo album(s). Each image contains a short description at the end. The text is also shown if you move your mouse over the thumb images below.</p>

<div id="introduction-to-photo-albums" class="LoadPhotoAlbum"><div class="PhotoAlbum"><ul><li><span><a href="/introduction-to-photo-albums/img1.jpg" title="Navigate to the CMS management pages, click images (1). Alternatively, open the page/blog editor and click the photo album button (2)."><img src="/introduction-to-photo-albums/thumb_img1.jpg" alt=""></a></span></li><li><span><a href="/introduction-to-photo-albums/img2.jpg" title="Enter a name for your album (1), leave the default values if you are uncertain (2), and press the Start Web File Manager button (3)."><img src="/introduction-to-photo-albums/thumb_img2.jpg" alt=""></a></span></li><li><span><a href="/introduction-to-photo-albums/img3.jpg" title="If you are uploading many images, click the WebDAV button (1) and copy the WebDAV URL (2)."><img src="/introduction-to-photo-albums/thumb_img3.jpg" alt=""></a></span></li><li><span><a href="/introduction-to-photo-albums/img4.jpg" title="Right click on My Computer and click Map Network Drive (1). Paste in the WebDAV URL and click the Finish button."><img src="/introduction-to-photo-albums/thumb_img4.jpg" alt=""></a></span></li><li><span><a href="/introduction-to-photo-albums/img5.jpg" title="Select your local images and drag the images to the WebDAV network drive (1). The WebDAV client shows the upload progress (2). The images uploaded and processed (scaled) are shown in the Web File Manager (3)."><img src="/introduction-to-photo-albums/thumb_img5.jpg" alt=""></a></span></li><li><span><a href="/introduction-to-photo-albums/img6.jpg" title="The image processing may take some time (1). The Done Uploading button will reappear when the processing has completed (2). Click this button when your are done uploading images."><img src="/introduction-to-photo-albums/thumb_img6.jpg" alt=""></a></span></li><li><span><a href="/introduction-to-photo-albums/img7.jpg" title="You can arrange the image order by clicking the up or down arrows. You can also arrange a selection of photos (1). Click the Save button when you are done."><img src="/introduction-to-photo-albums/thumb_img7.jpg" alt=""></a></span></li><li><span><a href="/introduction-to-photo-albums/img8.jpg" title="Create a new page/blog or open an existing page using the cms/blog editor. Click the location where you want the album to be inserted (1). Click the photo album button (2)."><img src="/introduction-to-photo-albums/thumb_img8.jpg" alt=""></a></span></li><li><span><a href="/introduction-to-photo-albums/img9.jpg" title="Select the photo album (1) and click the 'Insert Selected Album' button (2). The inserted photo album includes the photo album name. You can delete this text (3)."><img src="/introduction-to-photo-albums/thumb_img9.jpg" alt=""></a></span></li><li><span><a href="/introduction-to-photo-albums/img10.jpg" title="The album will appear to be loading when you click the preview button. Notice that the album frame is only visible in the editor. Click the save button when you are done editing."><img src="/introduction-to-photo-albums/thumb_img10.jpg" alt=""></a></span></li></ul></div></div>



<p>Did you know that this blog is powered by the FuguHub Content Management System? We run the FuguHub server on a small 5 watt computer called the SheevaPlug. See the following <a href="http://realtimelogic.com/blog/2010/05/We-Go-Green">blog</a> if you are interested in learning more.</p>
]]></description><category>News</category><pubDate>Tue, 04 May 2010 17:01:01 GMT</pubDate></item><item><title><![CDATA[BarracudaDrive for Marvell's SheevaPlug]]></title><link>http://fuguhub.com/articles/BarracudaDrive-for-Marvells-SheevaPlug</link><description><![CDATA[
<p style="font-size:140%"><b>Note:</b> Installing FuguHub on a SheevaPlug requires Linux experience. We suggest that you contact your <a target="_blank" href="http://en.wikipedia.org/wiki/Linux_User_Group">local Linux user group</a> if you do not have the required Linux skills. You can attend one of their meetings and have an experienced Linux user help you with the installation.</p>


<table><tr>
<td></td>
<td>
<div style="font-size:140%">
<p>The SheevaPlug is about the size of a typical wall power converter, yet it is a full Linux-powered computer running on a 1.2GHz  ARM processor.</p>
<p>A SheevaPlug can be purchased via <a href="http://www.plugcomputer.org/development-kits/where-to-buy/" target="_blank">plugcomputer.org</a>.</p>
</div>
</td>
</tr></table>

<table><tr>
<td>
<b>Instructions:</b>
<ul>
<li>Purchase one of the SheevaPlug versions such as the original SheevaPlug or the new GuruPlug.</li>
<li>Connect the plug computer to your local network.</li>
<li>Navigate to the web server interface in your router and locate the page listing the DHCP clients.</li>
<li>The plug computer's IP address will show up in this list some time after the plug computer is powered on. You may have to press the browser's refresh button a few times.</li>
<li>Install a SSH client such as <a target="_blank" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">Putty</a> on your computer.</li>
<li>Login to the plug computer by using the SSH client. Enter the plug computer's IP address you got from your routers DHCP listing.</li>
<li>The plug computer's default username is root and the password is nosoup4u.</li>
<li>Follow the FuguHub installation guide at the <a target="_blank" href="http://www.plugcomputer.org/Documentation/all-categories/categoryplug-types/categorysheevaplug/install-barracudadrive-on-sheevaplug/">plug computer wiki</a>.</li>
</ul>
</td><td>
<img src="/images/BD200.gif" />
</td>
</tr></table>

<p>Did you know that our online domains realtimelogic.com, barracudaserver.com, sharkssl.com, and barracudadrive.net are all <a target="_blank" href="http://realtimelogic.com/blog/2010/05/We-Go-Green">hosted on the same SheevaPlug</a>?.</p>

<iframe width="640" height="390" src="https://www.youtube.com/embed/LXODqP3uBRE" frameborder="0" allowfullscreen></iframe>]]></description><category>News</category><pubDate>Tue, 01 Sep 2009 08:21:41 GMT</pubDate></item><item><title><![CDATA[FuguHub for Debian]]></title><link>http://fuguhub.com/articles/FuguHub-for-Debian</link><description><![CDATA[<table><tr>
<td><img src="/images/ubuntu-icon.jpg" /></td>
<td>
<p>The Debian and Ubuntu release is designed for institutions such as schools and universities which typically require a high number of concurrent users. The included FuguHub Ubuntu startup script configures FuguHub to allow up to 200,000 simultaneous socket connections,sufficient for most high end users.</p>
<p>The Ubuntu release is designed for experienced Linux administrators. You must have root access in order to install FuguHub as a UNIX daemon.</p>
</td>
</tr></table>

<h3>Automatic Installation or Upgrade:</h3>

<p>wget FuguHub.com/install/FuguHub.linux.install;chmod +x FuguHub.linux.install;sudo ./FuguHub.linux.install</p>



<h3>Manual Installation Instructions:</h3>
<ul>
<li>Download <a href="/FuguHub.linux-x32.tar.gz">FuguHub for x86 32-bit</a> or <a href="/FuguHub.linux-x64.tar.gz">FuguHub for x86 64-bit</a></li>
<li>Unpack the tar file in a temporary location and read the readme file</li>
<li>Install FuguHub as a daemon as explained in the readme file</li>
<li>Start a browser and navigate to  http://address-to-server/setup/</li>
</ul>]]></description><category>News</category><pubDate>Sat, 15 Aug 2009 14:30:01 GMT</pubDate></item><item><title><![CDATA[Secure remote file storage with BarracudaDrive 4.1]]></title><link>http://fuguhub.com/articles/Secure-remote-file-storage-with-BarracudaDrive-41</link><description><![CDATA[<p>Unlike remote access tools such as GoToMyPC, LogMeIn, and others, FuguHub makes the remote computer appear as a standard hard drive on your local PC and makes it possible for multiple users to work on the remote computer simultaneously. FuguHub also prevents multiple users from editing the same document, thus preventing possible loss of data. You edit the documents directly on the server without the need of copying the documents to your local computer before editing.
</p>

<table>
<tr>
<td style="width:50%" valign="top">
<h1>WebDAV Session URL's</h1>
<p>One of the unique features in FuguHub 4.1 is the introduction of WebDAV session URL's . A session URL created by the Web File Manager is designed to be used by WebDAV clients.</p>

<p>The following video is a tutorial for the Web File Manager and the WebDAV server integrated into FuguHub. The video demonstrates how easy it is to use a session URL to directly edit documents on the remote server.</p>
<h1 style="color:#6A0000;">Video tutorial:</h1>
</td>
<td style="width:50%" valign="top">
<p>WebDAV on Windows is a little odd and the Windows WebDAV clients have a hard time interoperating with other WebDAV servers. When you map a drive letter from your client Windows computer to any WebDAV server requiring authentication, one would normally have to login and have to login again to open any Microsoft Office document, making it very inconvenient to use other WebDAV servers. This inconvenience is unique to Windows integrated WebDAV clients.  FuguHub eliminates this inconvenience by providing you with a session URL requiring that you only login once by using a browser.</p>

<p><b style="color:#6A0000">Learn more by visiting the <a href="/">FuguHub product page</a>.<br/>
Download <a href="/download.lsp">FuguHub</a> for Mac and Windows.
</b></p>

</td>
</tr>
</table>

<iframe width="640" height="480" src="http://www.youtube.com/embed/XaowWvCK1jo" frameborder="0" allowfullscreen></iframe>

<p>Notice that when you logout from the browser, you also invalidate the mapped WebDAV drive. Our unique session URL makes it safe to use the client from public places such as Internet cafés. Normally, logging out from a network drive in Windows is virtually impossible unless you reboot the computer. Therefore, other WebDAV servers are not safe to be used from public locations. However, FuguHub makes using a network drive from un-trusted locations now secure because one can logout using the browser to invalidate the session URL and prevent further access to the remote drive.</p>

<p>We are planning on producing more videos on how to use the Web File Manager and the WebDAV server.</p>

<p>What remains is to explain in more detail "how to use a secure connection" and provide you more information on the warning message presented if you do not have a valid certificate. For professional use, we recommend installing a certificate by using our <a href="http://barracudaserver.com/products/FreeLspApps/SSL-Certificate-Wizard.lsp">certificate tool</a>.</p>

<p>We are also planning on producing a video on how to use other WebDAV clients such as DriveOnWeb and WebDrive for Windows.</p>
<br/><br/>]]></description><category>News</category><pubDate>Thu, 18 Jun 2009 01:27:41 GMT</pubDate></item><item><title><![CDATA[BarracudaDrive 3.9.1]]></title><link>http://fuguhub.com/articles/BarracudaDrive-391</link><description><![CDATA[<p>&#160;</p>  <p>We have released a new version of the FuguHub application server. The new version includes both a Content Management System and improvements to the Electronic Bulletin Board.</p>  <h3 align="center">Automatic Network Configuration</h3>  <table cellspacing="0" cellpadding="2" width="100%" border="0"><tbody>     <tr>       <td valign="top" width="608">FuguHub now automatically configures the network for users.          <br />          <br />The configuration is done using a technology called Universal Plug and Play, or UPnP for short. Most routers support UPnP.           <br />          <br />There is no need to know how to configure port mapping in the router or install a Dynamic DNS client as the server now automates this process. Users can choose between no-cost sub-domain names or their own registered domain name.</td>        <td valign="top" width="410"><a href="/blogmedia/WindowsLiveWriter/FuguHub3.9.1_92E6/image_2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" alt="UPnP" src="/blogmedia/WindowsLiveWriter/FuguHub3.9.1_92E6/image_thumb.png" border="0" /></a> </td>     </tr>   </tbody></table>  <p>&#160;</p>  <h3 align="center">Content Management System</h3>  <table cellspacing="0" cellpadding="2" width="100%" border="0"><tbody>     <tr>       <td valign="top">The Content Management System&#160; makes creating web pages as easy as creating a document in Microsoft Word. The integrated editor allows content to be directly edited or pasted in from other editors such as Microsoft Word.          <br />          <br />A Content Management System (CMS) is used to simplify the maintenance of content-rich web-sites, allowing content to be directly added, updated and deleted by non-technical staff. A Content Management System (CMS) separates content from design, ensuring consistency in design, and making it easier to reuse content.           <br />          <br />The CMS is also compatible with external blog editors such as Microsoft Live Writer. For example, this blog entry was written in Microsoft Live Writer. The computer screen shot images in this blog entry was first pasted into Microsoft Paint, Managed in Microsoft Paint, and finally pasted directly into&#160; Live Writer. The Live Writer Blog Editor automatically uploads the blog entry and the images to the CMS.</td>        <td valign="top"><img src="http://barracudaserver.com/products/FuguHub/images/cms.png" /></td>     </tr>   </tbody></table>  <p>   <br /></p>  <h3 align="center">FuguHub Video Tutorials</h3>  <p align="left">We have released a number of videos that both showcase the features in FuguHub and show how to use the various components. The Installation and Configuration Tutorial is a good starting point if you have not already installed FuguHub.</p>  <ul>   <li>     <h3><a href="http://barracudaserver.com/media/bd/cms/"><font color="#0000ff">Content Management System Demo</font></a></h3>   </li>    <li>     <h3><a href="http://barracudaserver.com/media/bd/forum/"><font color="#0000ff">Bulletin Board Demo</font></a></h3>   </li>    <li>     <h3><a href="http://barracudaserver.com/media/bd/install/"><font color="#800080">Installation and Configuration Tutorial</font></a></h3>   </li>    <li>     <h3><a href="http://barracudaserver.com/media/bd/sslcert/"><font color="#0000ff">Installing a SSL certificate</font></a></h3>   </li> </ul>  <p>&#160;</p>  <h3 align="center">FuguHub for Mac OS X PowerPC</h3>  <p>We have also released a version of FuguHub for Macintosh. The FuguHub download page automatically shows the Mac download if you use a Mac computer. Note that the release is for the PowerPC processor. We have currently no plans on releasing an Intel version.</p>  <p>&#160;</p>  <h3 align="center">New version of Firefox for the HTTPS Tunnel </h3>  <table cellspacing="0" cellpadding="2" border="0"><tbody>     <tr>       <td valign="top">         <br />We have updated the pre-configured HTTPS Tunnel version of the Firefox browser. The browser is typically used when you need secure and/or anonymous surfing. </td>        <td valign="top"><a href="http://barracudaserver.com/products/upa/firefox.lsp"><img src="http://www.mozilla.com/img/tignish/home/feature-logo.png" border="0" /></a></td>     </tr>   </tbody></table>  <h3 align="center">&#160;</h3>  <h3 align="center">Press Release</h3>  <p>See the <a href="http://barracudaserver.com/pr/FuguHub3.9.1.txt" target="_blank">press release</a> for more information regarding this release.</p>]]></description><category>News</category><pubDate>Mon, 02 Jun 2008 19:48:49 GMT</pubDate></item><item><title><![CDATA[San Gabriel Valley Linux Users Group]]></title><link>http://fuguhub.com/articles/San-Gabriel-Valley-Linux-Users-Group</link><description><![CDATA[<p><br></p><p>We <a href="http://www.sgvlug.org/index.php?option=com_content&amp;task=view&amp;id=97&amp;Itemid=27">presented FuguHub</a> for the Linksys NSLU2 and the Acme FOX Board LX May 8 - 2008. The San Gabriel Valley Linux Users Group (SGVLUG) attracts members from throughout the Los Angeles basin, Pasadena, Glendale, Burbank, and eastward along the San Gabriel Mountains.</p><p>The following photo is from the meeting. The Linux penguin is a small computer containing the Acme FOX Board LX.<br><br></p><img alt="San Gabriel Valley Linux Users Group" src="/images/sgvlug650.jpg" style="border: 0px solid ; margin: 0px;"><br>]]></description><category>News</category><pubDate>Tue, 13 May 2008 01:59:43 GMT</pubDate></item><item><title><![CDATA[BarracudaDrive for Digi Embedded Linux]]></title><link>http://fuguhub.com/articles/BarracudaDrive-for-Digi-Embedded-Linux</link><description><![CDATA[<div style="margin: 0pt -2em 0pt 0em; padding: 0pt; float: right; text-align: center;">
<img src="/images/digi/9P_9360_Sphere.JPG" alt="digi">
<br>
<img src="/images/digi/9P_9360_LX_JSK.JPG" alt="digi">
</div>

<p>We have released a
demo version of the <a href="/">FuguHub Application Server</a> for the ARM9-based <a href="http://www.digi.com/products/embeddedsolutions/connectcore9p.jsp">ConnectCore
9P 9360</a> core processor module. FuguHub was developed by using the
Barracuda Embedded Application Server SDK. The SDK made it very easy to port
FuguHub to the <a href="http://www.digi.com/products/embeddedsolutions/softwareservices/lxnetes.jsp">Digi
Embedded Linux</a> platform that is part of the Digi JumpStart Kit for Linux. <br></p><p>The FuguHub application server turns the Digi embedded
module solution into a powerful application server that provides an easy to use
VPN solution and a secure network file server by using the integrated WebDAV
server. FuguHub also includes a number of auxiliary plugins such as an
easy to use Content Management System (Web Page Creator) and an Electronic
Bulletin Board.</p><p>This site is powered by FuguHub and the FuguHub Content Management System. You can easily create a similar blog on the ConnectCore 9P module.<br></p><strong>About Digi:</strong><br><p>Digi International,
headquarted in Minnetonka, Minnesota, with locations worldwide, has more than 20
years of experience and is a recognized brand with a reputation for reliable,
innovative, quality products, and strong technical support. The company
provides network-enabled embedded solutions based on Digi’s own
high-performance 32-bit NET+ARM microprocessors with complete out-of-the-box
software platform support, and focus on long-term product availability required
for embedded applications.<br><br></p>


]]></description><category>News</category><pubDate>Tue, 06 May 2008 23:28:08 GMT</pubDate></item></channel></rss>