Monthly Archives: June 2013
-
R-Pi Distros!
Leave a commentJune 29, 2013 by aubreykloppers
-
How-to install OpenELEC for Raspberry Pi under Windows
Leave a commentJune 27, 2013 by aubreykloppers
Using a Raspberry for multimedia application is something quite interesting. End of March version 3.0 of OpenELEC has been released …
Continue reading -
Raspberry Pi and OpenElec.
Leave a commentJune 26, 2013 by aubreykloppers
To get your clock synced so that it is not stuck in 1970, create a /storage/.config/autostart.sh file and add the …
Continue reading -
Setting up OpenElec on Pi
Leave a commentJune 26, 2013 by aubreykloppers
From: http://squirrelhosting.co.uk/hosting-blog/hosting-blog-info.php?id=9 Step 1 : Download all the needed files You will need the following
-
Zimbra Backups.
Leave a commentJune 24, 2013 by aubreykloppers
I have been struggling with Zimbra Backups running out of space. Basically it takes about 3 weeks for a 3TB …
Continue reading -
Linux, more find jewels: Find and Delete files older than date…
Leave a commentJune 20, 2013 by aubreykloppers
I use this quite often and is very useful clearing old files: find /home/user -type f -mtime +100 -exec rm …
Continue reading -
vmtools on OMV (Or any text-linux box)
2June 18, 2013 by aubreykloppers
To do this, follow the next steps: in ESXi choose VM > Install VMware Tools. “apt-get install gcc make” (Install compiler) “mkdir /mnt/cd“ …
Continue reading -
Linux – running a script after ETH0 comes up.
Leave a commentJune 5, 2013 by aubreykloppers
Ok, this is very easy, but took me a while to figure out. Once your interface has a static IP, …
Continue reading -
calibre-server on OMV.
Leave a commentJune 5, 2013 by aubreykloppers
Turns out it is as easy as: apt-get install calibre apt-get install python-routes
-
Adding a CIFS (Samba) mount point to linux (OMV).
Leave a commentJune 4, 2013 by aubreykloppers
Follow these steps: apt-get install vim apt-get install cifs-utils mkdir /mnt/books vi /etc/fstab //<IP>/stuff/Books /mnt/books cifs guest,_netdev,uid=<USER> 0 0 NOTE: …
Continue reading