Jason L. Froebe – Tech tips and How Tos for Fellow Techies

Tips & Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more

Category Archives: virtualization

HOWTO: Installing and running SAP / Sybase SQL Server 11.0.3.3 esd 6 on Ubuntu Linux using KVM

by Jason L Froebe on March 10, 2013, 2 comments

You can run KVM on just about any modern Linux distribution provided that your host is capable of providing virtualization. The folks over at HowtoForge go through the steps for Ubuntu 12.10. What you will need for the KVM virtual machine: Ubuntu Server 6.06.2 for Intel x86 Sybase SQL Server 11.0.3.3 esd 6 for Linux [...]

Share Button

HowTo: Windows 7 32bit AND 64bit Sound with KVM / libvirt and the Spice client

by Jason L Froebe on February 10, 2013, 5 comments

UPDATE: Fixed and signed qxl video drivers Hi all, Yesterday I promised to post how I was able to get sound working with KVM / libvirt and the Spice client with Windows 7 32bit and 64bit. Here you go First, get your spice client set up wherever you are going to run virt-manager. On the [...]

Share Button

HowTo: Getting the Spice client up and working on Ubuntu 12.10 with libvirt / virt-manager

by Jason L Froebe on February 10, 2013, no comments

Unfortunately, when you install the Spice client on Ubuntu 12.x, it doesn’t include everything you need to get it to work sudo apt-get update sudo apt-get install spice-client-gtk qemu-kvm-spice python-spice-client-gtk If you’re up to date on your 12.10 patches, you shouldn’t need to modify the libvirt-qemu file for Apparmor but if you have troubles, add [...]

Share Button

Tomorrow: Howto Windows 7 32bit AND 64bit Sound with KVM / libvirt and the Spice client

by Jason L Froebe on February 9, 2013, 2 comments

Finally got sound working in a Windows 7 64bit KVM virtual machine with Spice. There are a few conditions for it to work: ICH6 audio Spice guest drivers installed NOT VNC QXL video QXL driver (64bit) Since I’m using Windows 7 Enterprise 64bit, I had to build and digitally sign the driver. Not difficult at [...]

Share Button

Cat a number of files and want to know which file it is working on?

by Jason L Froebe on November 28, 2011, no comments

In the following example, I have 21 files that came from a raw partition that I split at 10GB intervals. I am piping that to parallel bzip2 (pbzip2) and writing it to a raw partition (logical volume). cat /mnt/DBADEV1/DBADEV1.disk.bz2.00 /mnt/DBADEV1/DBADEV1.disk.bz2.01 \ /mnt/DBADEV1/DBADEV1.disk.bz2.02 /mnt/DBADEV1/DBADEV1.disk.bz2.03 \ /mnt/DBADEV1/DBADEV1.disk.bz2.04 /mnt/DBADEV1/DBADEV1.disk.bz2.05 \ /mnt/DBADEV1/DBADEV1.disk.bz2.06 /mnt/DBADEV1/DBADEV1.disk.bz2.07 \ /mnt/DBADEV1/DBADEV1.disk.bz2.08 /mnt/DBADEV1/DBADEV1.disk.bz2.09 \ /mnt/DBADEV1/DBADEV1.disk.bz2.10 /mnt/DBADEV1/DBADEV1.disk.bz2.11 [...]

Share Button
Facebook login by WP-FB-AutoConnect