Loading...
Skip to content
Warren Myers' Merikebi My online archive
  • RSS
  • Facebook
  • Instagram
  • Pinterest
  • Twitter
  • LinkedIn
  • GitHub
  • Telegram
  • Skype

Pages

  • Welcome to Warren Myers’ Merikebi
  • Pocket

Tag:tutorial

owncloud vs pydio – more diy cloud storage

Posted on 30 April 2015by merikebiCategories:insights, technical, tutorial, update

Last week I wrote a how-to on using Pydio as a front-end to a MooseFS distributed data storage cluster. The big complaint I had while writing that was that I wanted to use ownCloud, but it doesn’t Just Work™ on {{CentOS}} 6*. After finishing the tutorial, I decided to do some more digging – because …
Continue reading owncloud vs pydio – more diy cloud storage

Taggedcloudhow-toowncloudpydiostoragetutorial 2 Comments on owncloud vs pydio – more diy cloud storage

create your own clustered cloud storage system with moosefs and pydio

Posted on 21 April 2015by merikebiCategories:personal, technical, tutorial

This started-off as a how-to on installing ownCloud. But their own installation procedures don’t work for the 8.0x release and {{CentOS}} 6. Most of you know I’ve been interested in distributed / cloud storage for quite some time. And that I find MooseFS to be fascinating. As of 2.0, MooseFS comes in two flavors – the …
Continue reading create your own clustered cloud storage system with moosefs and pydio

Taggedcloudclusterdistributedhow-tomoosfsowncloudpydiostoragetutorial 2 Comments on create your own clustered cloud storage system with moosefs and pydio

automatically extract email attachments with common linux tools

Posted on 24 April 2014by merikebiCategories:technical, tutorial

I had need to automatically process emails to a specific address to pull attachments out, and this is how I did it: $ yum install mpack $ cat extract-attach.sh #!/bin/bash rm -rf ~/attachtmp mkdir ~/attachtmp mv ~/Maildir/new/* ~/attachtmp cd ~ munpack ~/attachtmp/* rm -rf ~/attachtmp $ crontab -l */5 * * * * ~/extract-attach.sh Why, …
Continue reading automatically extract email attachments with common linux tools

Taggedattachmentcentoscronemailhow-tolinuxmunpacktutorial 3 Comments on automatically extract email attachments with common linux tools

setting up an unreal irc server on centos 6

Posted on 22 April 2014by merikebiCategories:code, technical, tutorial

Ever want to run an IRC server? I recently set one up at irc.datente.com using a Digital Ocean VM running CentOS 6.5 x64. Here’s what I did, if you want to replicate the process for yourself (full documentation available from Unreal’s website): acquire CentOS 6.5 x64 server (as I mentioned, I used Digital Ocean) `yum …
Continue reading setting up an unreal irc server on centos 6

Taggedhow-toirctutorialunreal 3 Comments on setting up an unreal irc server on centos 6

posting from google+ to other services with ifttt

Posted on 4 October 2013by merikebiCategories:technical

I’ve been using If This Then That (best part? it’s free!) for several months, and wanted to share a simple way to post updates from Google+ (or any RSS feed, but I digress) to your other social media services. Currently I only use Google+, LinkedIn, Twitter, and Facebook – though I am sure this basic process …
Continue reading posting from google+ to other services with ifttt

Taggedfacebookgoogleiftttsocialtutorialtwitter 2 Comments on posting from google+ to other services with ifttt
  • RSS
  • Skype
© Warren Myers' Merikebi. All rights reserved.
Back to top