Tag Archives: Linux

Simple Torrent Streaming in Linux

This is a solution how to enable single-click Torrent streaming (view without download) in Linux. First, install Node.js and Peerflix:   Then, create a helper script, let’s call it ~/stream.sh:   Add executable permission:   Right-click a .torrent file in a file browser. Do Open With and choose the stream.sh script. Next time, the option… Read More »

Better VirtualBox Raw Disk Access

This is not shown in VirtualBox manual, but it makes a better sense to me to address the raw disk or partition by its name or UUID when creating the VMDK file: instead of it is better to use e.g.: This way, the virtual device is not affected by the device name (dev/sdX) change