python-netsnmpagent version 0.5.1 has just been released.
python-netsnmpagent bugfix for trailing dots in table strings
I have just pushed two fixes that should be of interest to all python-netsnmpagent users:
Enabling libvirt channels by adding virtio_console to the openSUSE installation
libvirt supports the concept of so-called channels that represent private communication channels between a libvirt guest and its host.
Moving from DataObjectManager – GridFieldRecordEditor, GridFieldRelationEditor and usability issues
Recently I’ve been working a lot with the SilverStripe CMS/framework written in PHP (as one could undoubtedly deduce from my earlier post). The context involved porting a custom application from SilverStripe 2.4 to 3.1. Naturally this also involved dealing with the formerly used DataObjectManager module and 3.x’s new ORM and GridField components.
Simplify extension for SilverStripe hides children pages in the SiteTree / TreeView
Simplify is an extension for the popular SilverStripe Content Management System (CMS). Its purpose is to simplify the use of the admin interface by allowing fine-grained permissions as to which users should be allowed to see which options.
Customizing my Samsung Galaxy S5
So I got a new Samsung Galaxy S5 mobile phone. This describes the customizing that I did.
Dissecting an Edimax IC-3116W IP camera
As an overview: System-on-Chip: RealTek RTL8197D Embedded CPU: RealTek RLX5281 @ 660 MHz, MIPS16 instruction set, 64KB instruction cache, 32KB data cache Embedded LAN controller: RealTek RTL8196C, two Ethernet MACs (only one used) Embedded USB controller: RealTek RTL8652, USB 2.0 External flash memory chip: Macronix MX25L6405D, 3V, 64MBit (= 8MB) External RAM chip: Nanya NT5TU32M16DG-AC,… Continue reading Dissecting an Edimax IC-3116W IP camera
Connecting to libvirtd as non-root user on openSUSE 13.1
As a revisit to my previous post on connecting to libvirtd as a non-root user on openSUSE 12.2, the way to do it on openSUSE 13.1 is the same that worked for Marek Goldmann on Fedora 18 (although he used the wheel group). Create /etc/polkit-1/rules.d/80-libvirt-manage.rules with the following content: polkit.addRule(function(action, subject) { if (action.id ==… Continue reading Connecting to libvirtd as non-root user on openSUSE 13.1
Patching VirtualBox guest additions for SLES12/RHEL7 guests
This may not be relevant to most of you, yet, as the SLES12 and RHEL7 beta programs are not quite open to the public, but similar problems may happen to you with other distributions that do backports of patches as well.
How to recreate / build VirtualBox guest additions ISO image VBoxGuestAdditions.iso
As Linux kernel development progresses, so do interfaces change from time to time and kernel modules outside of the Linux kernel such as VirtualBox’s guest additions need more or less updating. Having done some patching in the VirtualBox sources, you might want to rebuild the guest additions ISO image, VBoxGuestAdditions.iso, so you can try out… Continue reading How to recreate / build VirtualBox guest additions ISO image VBoxGuestAdditions.iso