Skip to content

Instantly share code, notes, and snippets.

View PaulHuygen's full-sized avatar

Paul Huygen PaulHuygen

View GitHub Profile
@PaulHuygen
PaulHuygen / gist:10016200
Last active June 7, 2016 19:02
Install Virtuoso 7.1.0 on a clean Centos 6.5 system.
The following script installs Virtuoso on a clean Centos 6.5 system.
#!/bin/bash
yum update
yes | yum install autoconf automake libtool flex bison gperf git openssl-devel readline-devel
export VIRTUOSO_NAME=virtuoso-opensource
export VIRTUOSO_VERSION=7.1.0
export VIRTUOSO_FULLNAME=$VIRTUOSO_NAME-$VIRTUOSO_VERSION
export VIRTUOSO_TARBALL=$VIRTUOSO_FULLNAME.tar.gz
@PaulHuygen
PaulHuygen / gist:9171264
Created February 23, 2014 13:12
Install and run Logilink VG0002A USB 2.0 DVB-T receiver on an Xubuntu 13.10 desktop
Although it took met some time to find out how to do this, it is really very simple.
1. Install vlc and the Ubuntu packages that go by it.
2. Run the VLC mediaplayer (Menu: Multimedia -> VLC player
3. In the menu of the VLC player, choose "Media->Open Capture Device".
4. Choose "Capture Mode TV(Digital)"
5. Select the correct transponder frequency (For the Netherlands, look in
[http://radio-tv-nederland.nl/dvbt/digitenne-kpntv.html]).
6. That's it.
@PaulHuygen
PaulHuygen / xubuntu_on_acer_V5-123
Last active December 28, 2015 23:49
Install xubuntu 13.10 on Acer V5-123
* Introduction
It seems that, like game, notebooks should hang. When they are too new it takes a lot of time to install Linux on them. In the Acer V5-123 the graphics card (ATI KABINI [RADEON HD8210] seems to be the problem today (nov 21, 2013). To install a working driver, the information on [[https://help.ubuntu.com/community/BinaryDriverHowto/ATI]] was helpful for me. At the end I still get messages stating "microcode: failed to load file amd-ucode/microcode_amd_fam16h.bin" in dmesg that I couldn't solve and I don't know how harmful they are.
* Procedure
1. Install ubuntu. After the installation there is no x-windows, but there are working terminals.
2. Log in.
3. Download the "catalyst" driver version 13.11 (beta version as of today)