Eagle CAD complains of missing libraries > sh eagle-lin64* Ensure the following libraries are available: libssl.so.1.0.0 => not found libcrypto.so.1.0.0 => not found The fix: # cd /usr/lib64 # ln -s libssl.so.10 libssl.so.1.0.0 # ln -s libcrypto.so.10 libcrypto.so.1.0.0

Pchaos informed me that my original patch didn’t work.  From his original source, I created this patch: Switch to root and install the necessary packages which may be missing. su – yum install kernel-dev* gcc* patch Create these patch files …

PCHAOS’s VMWare 10.0.0.5 Compile/Install Errors in Fedora 21 Read more »

PChaos says that this patch didn’t work for him.  If this patch fails for you, try his solution. If you’re seeing the following VMWare 10.0.0.5 errors during compile, you need patches: /usr/lib/vmware/modules/source/vsock-only/linux/af_vsock.orig.c:2873:18: error: incompatible types when assigning to type ‘kuid_t’ …

VMWare 10.0.0.5 Compile/Install Errors in Fedora 21 Read more »

If you’re seeing the following VMWare 10.0.0.1 errors during compile, you need patches: vmnet-only/filter.c:206:1: error: conflicting types for ‘VNetFilterHookFn’ vmnet-only/netif.c:152:64: error: macro “alloc_netdev” requires 4 arguments, but only 3 given vmnet-only/netif.c:152:10: error: ‘alloc_netdev’ undeclared (first use in this function) vmci-only/linux/driver.c:740:12: …

VMWare 10.0.0.1 Compile/Install Errors in Fedora 21 Read more »

The original code is authored by wilsoncd2 at plexapp.com. https://forums.plexapp.com/index.php/topic/71220-linux-install-for-plex-connect/?hl=linux I modified the script to utilize init.d  functions rather than lsb. #!/bin/bash ### BEGIN INIT INFO # Provides: plexconnect # Required-Start: plexmediaserver networking # Required-Stop: plexmediaserver networking # Default-Start: 3 …

PlexConnect init script for Fedora 19 Read more »

Install git and required packages yum -y install git gettext python-mako python-lxml python-mutagen python-requests Download cover art providers and install git clone https://github.com/fossfreedom/coverart-search-providers.git cd coverart-search-providers sh ./install.sh Download cover art Browser Add-on git clone https://github.com/fossfreedom/coverart-browser.git cd coverart-browser sh ./install.sh Fire …

[HOWTO] Rhythmbox Cover Flow plugin Read more »