Virtual Box in Linux – How to use your USB Vodafone Stick

  • First we need to ensure that you USB is working on linux. In order to do this you need to go to users and groups and add yourself to the vboxusers group.
  • addUserGroup
    Then you probably need to logout and login to refresh the groups.

  • On my PC I only have USB 3.0 ports and had to give access to the VM for USB 3.0 on the VM Settings.
  • addUserGroup

  • Now for the filter go to add filters:
  • usbfilter

  • Now remove everything accept the name and verndor tag. The reason for that is that these modems switch modes and then it does not pick it up anymore.
  • It should look like this:
    usbfilter

  • Lastly you should install the USB3.0 Drivers for windows. I installed the Downloads for Intel USB 3.0 eXtensible Host Controller Driver
  • Xen Client VM to work with Oracle Virtual Box

    To convert my Xen Client VM to Oracle Virtual Box I did the following:
    UPDATE : 30 March 2017
    A more easier way is to export the VM in the normal way that will export a system.vhd file.

    Now just Extract the system.vhd to a folder on the PC. Go then to Oracle Virtual Box, select new VM
    NewVM

    Make sure you select Use Existing Virtual Hard Disk and browse to the system.vhd.

    Click on the Create VM. After that BEFORE YOU RUN IT, go to settings and ADD an IDE controller.
    After that add the system.vhd to the IDE controller and remove it from the SATA Controller.
    it should look like:
    Storage Settings VM

    Save and start the VM,it should work fine.

    I have exported my Windows 7 Xen Client VM using XenConvert XenConvert_Install2.5.exe.
    Although this is used for P2V I used it to convert my Xen Virtual Machine to Open Virtualization Format.
    Note this will ask you to specify the type and select Open Virtualization Format.

    When the process is done you will end up with YourVirtualMachineName.ova, if you try to import into Virtual Box you will get an error:

    The Appliance YourVirtualMachineName.ova could not be imported.
    Document labelled UTF-16 but has UTF-8 content.
    Location: ‘YourVirtualMachineName.ova’, line 1 (0), column 36.

    Details:
    Error code: VBOX_E_FILE_ERROR (0x80BB0004)
    Component: Appliance
    Interface: IAppliance {SOMEXXXXXNUMBER}

    Now I untarred the .ova by typing tar -xvf YourVirtualMachineName.ova on your linux console. (Maybe try 7zip if you are running windows).

    This will leave you with a YourVirtualMachineName.vhd. You can use one of the many Other Links on the internet to see how to import a VHD to virtual box. Now the problem is when you start it, it starts up and then a quick blue screen flash and it dies. Mine gave Stop error code 0x0000007B I think…

    To solve this stop the virtual machine. Go to the Storage settings. Delete the SATA Controller with the attached VHD disk. Dont delete the disk though just the connection to the SATA. Then go and create a new IDE controller. Add the Virtual Disk YourVirtualMachineName.vhd and remember to also add an CD Rom. Whola!

    Getting fetchmail to work with SSL

    Here is my steps to get fetchmail to stop complaining about SSL certificates.
    You Might get an error like :

    fetchmail: Server certificate verification error: unable to get local
    issuer certificate
    fetchmail: This means that the root signing certificate (issued for
    /C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA
    Certification Authority) is not in the trusted CA certificate locations,
    or that c_rehash needs to be run on the certificate directory. For
    details, please see the documentation of --sslcertpath and --sslcertfile
    in the manual page.

    I run my fetchmail like :
    /usr/bin/fetchmail --ssl --sslcertck --sslcertpath=/etc/fetchmail/cert -a -K -f /etc/fetchmailrc
    You need to get the server’s certificate and the CA certificate under /etc/fetchmail/cert

    openssl s_client -connect server.yourdomain.com:993

    look for Certificate chain
    0 s:/OU=Domain Control Validated/OU=PositiveSSL/CN=server.yourdomain.com
    and copy the section —–BEGIN CERTIFICATE—–
    ….
    —–END CERTIFICATE—–
    including the —–BEGIN CERTIFICATE—– and —–END CERTIFICATE—– sections to a file.

    If you dont know how to do it what I normally do is highlight it in a terminal then in another terminal I do a :

    cd /etc/fetchmail/cert
    vi your.server.com.pem

    and hit ESC I (vi insert command) right click with my mouse to paste and then ESC :wq (vi write & quit command)

    Now all you need is the CA Cert. Have a look in the output of the openssl command and look for issuer. I had to download it form their site. If it was a legitimate issuer you might not need to do this part.

    Now you need to do a

    cd /etc/fetchmail/
    c_rehash cert

    to rehash the certificates.

    Linux Media Player Howto

    To get your linux pc to work with Netflix / Showmax follow this link: http://www.stepit.co.za/wp/blog/2019/01/25/getting-netflix-or-showmax-to-work-on-linux/

    If you have an old PC converting it to Linux for a media player at home is great fun and I will let you know how I did mine. You can also watch Netflix or Showmax directly on your TV in Full HD.

    1. Get an old PC with preferably HDMI or DVI video out onboard.

    DVI Port looks like:

    dvi

    If its DVI you would need  a converter adapter to convert from DVI Male to HDMI Female. Look Like: (Picture is wrong its a DVI female you would need DVI male)

    DVIHDMI

    The only issue is that it will not have sound and you would require a separate audio cable for that. Maybe Stereo  to RCA.

    Look like:

    sttorca

    Now all you need is to download a Linux CD try Mint from Linux Mint.

    For ShowMax to work you would need to download and install Google Chrome. Not Chromium and not Firefox.  And you should download the Latest Ubuntu flavor  from : Chrome

    Now for your own Media MP3’s and MP4’s you have I suggest following the Kodi TV Addons instructions.

    Enjoy!!!!