Prerequisites: Fedora 29 Apache MariaDB # rpm -Uvh http://rpms.famillecollet.com/fedora/remi-release-29.rpm # dnf –enablerepo=remi,remi-test install phpMyAdmin If you’re looking to log on remotely – like from a Windows machine, enable remote logins. Keep in mind everyone can access the login screen.Replace   …

Install PhpMyAdmin Fedora 29 – quick Read more »

Thanks to @jackson over at linuxhelp.com, with a couple of tweaks, I was able to install Bareos 18.2 on Fedora 28 Server.   Here is the original article: https://www.linuxhelp.com/how-to-install-bareos-in-centos You’re choice of a VM or bare metal machine.  I choose VMware …

Install Bareos 18.2 and webui in Fedora 29 Server Read more »

Adafruit has a great write up on using the FT232 breakout board with Linux.  Unfortunately, its not for our branch of Linux. Here’s how to get the FTDI and GPIO libraries installed on your machine.   Install libftdi At this …

Install the Adafruit FT232 Python GPIO Library and libFTDI in Fedora 25 26 27 Read more »

Prerequisites Raspberry Pi Zero 4GB or larger microSDHC card, with either USB or SD card adapter for PC Mini HDMI to HDMI adapter Mini USB to female USB-A adapter USB-Fast Ethernet adapter Powered USB 2.0 hub Install an OS on …

HOWTO: Install Poisontap on Raspberry Pi Zero 1.3 – Linux/Windows IN PROGRESS Read more »

So, you’re missing a few 32 bit libraries on your 64 bit Fedora install. Note, I DID NOT need to install 32-bit java. # java -version openjdk version “1.8.0_111” OpenJDK Runtime Environment (build 1.8.0_111-b16) OpenJDK 64-Bit Server VM (build 25.111-b16, …

Install MPLABX 3.45 on Fedora 24 x64 SOLVED Read more »

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 »

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 »

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 »

Install and run Lightscribe for linux. sudo yum -y install http://download.lightscribe.com/ls/lightscribe-1.18.27.10-linux-2.6-intel.rpm http://download.lightscribe.com/ls/lightscribeApplications-1.18.15.1-linux-2.6-intel.rpm http://www.lacie.com/download/drivers/LaCie%20LightScribe%20Labeler%201.0%20Linux.rpm Password: xxxxx The 4L-gui MUST run as root. sudo 4L-gui & Post created by: David Gregory Medina

Switch up to root su – Password: xxxxx Add the Adobe repository to yum vi /etc/yum.repos.d/adobe-linux-x86_64.repo Add & save the following to the file [adobe-linux-x86_64] name=Adobe Systems Incorporated baseurl=http://linuxdownload.adobe.com/linux/x86_64/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux Add livna.org repository rpm -ivh http://rpm.livna.org/livna-release.rpm You may …

[HOWTO] Installing video codecs for Blueray, DVD, avi, flac, flash, mp3, mp4, mkv, … on Fedora 64 Read more »