2. Use left click to interact with your device.
3. Use Ctrl+R on keyboard to Rotate the screen
4. You can also Use Ctrl+P to Wake your device.
https://www.youtube.com/watch?v=vuTdxa-w1js
Because Professionalism is more than consumption, it is contribution
CherryMusic is a open source music streaming server that can play your personal music collection on almost any device with a web browser. It is written in python and is very light weight.
CherryMusic can be installed on Raspberry PI to create a personal web based music station that can be used on any device of our choice and be central repository of all the music you like.
So, below is the list of what we need to build our own personal music streaming server
1. Raspberry PI
2. PiBang Linux Server (Any Linux distro will do, I prefer Pi Bang based on Raspbian)
3. CherryMusic – Download it from here
Burn PiBang Server to SD card and boot your RPi.
Update Linux on RPI and install prerequisites for CherryMusic Server
apt-get update && apt-get -y upgrade && apt-get install -y imagemagick vorbis-tools lame flac python-mutagen
Use wget and download the latest CherryMusic Master branch from GitHub and unzip the master.zip
Make a folder on your RPi and upload your music collection. I have it on /music folder
mkdir /music
now cd to unzipped CherryMusic folder and run below command to setup CherryMusic
python cherrymusic --setup --port 8080
It will ask to download cherrypy, key in y and press enter to continue with installation
Now point your browser to http://rpi-ipaddress and you will be presented with the below setup screen.
Key in /music/ (or any other folder that has your music collection) in the Media base directory, leave the rest as defaults and click on Save Configuration and start CherryMusic
Wait for the Setup to complete, it would take few seconds
Once the setup is complete you will be greeted with the below login screen.
I have admin as default username and password. Login and enjoy your music on all your devices. You can even port forward or NAT your RPi and listen to your collection anywhere as long as you are connected to internet.
I was able to play music simultaneously on 4 different devices on my home wifi with no issue
1. Windows 8.1
2. Blackberry
3. Android
4. Acer Iconia Tablet
Reference-
1. http://www.fomori.org/cherrymusic/Setup%20Guide.html
2. https://github.com/devsnd/cherrymusic/tree/master
3. http://raspberrypihelp.net/tutorials/44-raspberry-pi-cherrymusic-music-streaming
For long have been using and suggesting CamStudio, an open source and free screen capturing and recording software for Windows machines. A recent project of mine needed more features than what CamStudio could offer and there I was bingle(ing) (using Bing and Google) the web, when I stumbled upon ActivePresenter from Atomi Systems.
ActivePresenter is a feature rich screen recording software than help in creating interactive screencasts and SCORM-compliant e-learning content.
Few of the many features of the ActivePresenter are
1. Obviously Capture and Record (Images and Full motion video)
2. Annotation
3. Audio/Video Editing with options like pan/zoom
4. Exporting to high quality video formats including AVI, WebM etc
5. Transition Effects
6. Narration, Spotlight, Blur, cursor path etc.
Citrix recently released new version of XenServer a Hypervisor based on Xen, originally a research project at the University of Cambridge. With the new XenServer 6.1 we get live Storage XenMotion (Not Available in Free Edition) to migrate VMs between Hosts and Pools without shared Storage. With this release we also get new version of System Centre Integration Suite and Performance Monitoring supplemental pack.
It is necessary that we update these supplemental packs when ever we update XenServer. In general we provide Install Media of the supplemental packs when asked for while installing XenServer or by using xe-install-supplemental-pack command.
The easy way is to slipstream the supplemental packs to the XenServer Install media and perform the update or installation. Below are simple steps to slipstream XenServer install media with supplemental packs.
1. Copy or extract all files from XenServer install media to a folder. Mine is XenServer6.1
2. Create one folder for each supplemental pack inside above folder. In my case I am using Integration suite and Performance monitoring supplemental packs and created two folders named packages.integration-suite and packages.perf-monitoring following Citrix’s naming convention for XenServer folders as shown in below screenshot.
3. Copy or extract all the files of supplemental packs to respective folders created above.
If you have installed Windows Server 2012 Roles and Features using PowerShell or remote server admin tools or new multi server manager console, you will see that the management tools are missing from the server on which you just have enabled the role or feature. This is because Microsoft has provided more granular control on what is installed on the Windows Server 2012. As an administrator we have choice to include or not to include management tools while installing the Roles and Features we choose.
Below is a comic illustrating the same.
Source:
Reference:
More on Installing Roles and Features here