Post not found
We could not find that post you were looking for.
Try searching
Things you might like
Openconnect on Fedora 29
As of 7 Dec 2018, this is fixed in the vpnc-script package in the updates repo. Version 20171004-4.git6f87b0f or later. As of Nov 2018, openconnect appears...
Draw fysom defined state machines
If you have a finite state machine defined using the Python fysom library it is often useful to see how it looks in graphical form. Take the following mach...
NVIDIA CUDA under Fedora 21
As of May 2015, NVIDIA CUDA is not officially supported under Fedora 21. According to their website they plan to release CUDA 7 for FC21, but until then yo...
Jenkins and pep257 warnings
Want to get your Python pep257 docstring errors in a Jenkins job? Then you can use the Jenkins Warnings plugin with a custom parser. These can be added...
Fedora 21 PyYAML fails to update
Spotted some errors after upgrading to Fedora 21 with PyYAML failing when doing a yum update: Error unpacking rpm package PyYAML-3.11-6.fc21.x86_64 error: ...
pylint in Vim
I’m a big fan of Vim and I do lots of Python programming and I like to ensure my code passes static analysis (using pylint). To hook these together...
More CPAN issues in Fedora 20
Following on from may last post about CPAN in Fedora 20, I faced another problem on a machine I upgraded. cpan would fail to load with the error: The pro...
CPAN problems in Fedora 20
After a recent Fedora 20 update my Perl libraries are broken. This appears to be a common problem with Fedora updates. When trying to use cpan it kept fail...
AngelHack London April 2013
We won AngelHack London with the Projekta team. Another post to come but here are the pictures. http://johnteslade.zenfolio.com/angelhack_lon_apr_13
NAT forwarding under Linux
Easy setup of NAT forwarding using iptables under Linux (this was only tested on Fedora 18): EXTERNAL=wlan0 INTERNAL=p3p1 sysctl -w net.ipv4.ip_forward=1 i...
