Martin Vidner
openSUSE
. Linux. computers.
Jan 29, 2020
Instant Fresh openSUSE Tumbleweed with Docker and Vagrant Images
›
On my machines I run openSUSE Leap ( download ), a stable distribution that follows the SUSE Linux Enterprise service packs. But frequentl...
2 comments:
Jan 11, 2019
Backtrace from a core dump with GDB: pitfalls
›
At work I mostly program in Ruby, but our system ( YaST ) has a C/C++ part too. So I get to debug C crashes infrequently enough to forget ...
Sep 18, 2017
Fibre Channel over Ethernet: Basics of FCoE in SUSE Linux
›
I had to apply a fix for a FCoE module in YaST , and I had no idea. After learning a couple of things I still only have a vague idea, but I...
1 comment:
Mar 1, 2017
Getting Started in Android Development: Part 3: Reducing Bloat
›
So far we have seen Part 1: Building the First App , and Part 2: Publishing the first App . That Feeling When you build a brilliant piece ...
Feb 28, 2017
Getting Started in Android Development: Part 2: Publishing the First App
›
Here I simply describe what it takes to publish an Android application that I described in the previous part, Building the First App . Than...
Feb 27, 2017
Getting Started in Android Development: Part 1: Building the First App
›
Getting Started in Android Development: Part 1: Building the First App Do you know programming and want to start with the Android platform?...
Feb 16, 2017
Text to Speech with eSpeak and Epos
›
A humanoid robot should be able to talk. So I looked around for some open source speech synthesis software. (The above video does featur...
Feb 7, 2017
Jenkins as Code
›
I saw a couple of talks last week, and learned about several ways of automating Jenkins CI . The problem being solved is: if you automate ...
Jan 30, 2017
Capturing and Decoding Lego Mindstorms EV3 Bluetooth Communication
›
The Lego Mindstorms EV3 robots can be controlled with an Android app ( Lego Mindstorms Commander ) communicating with the brick via Bluetoo...
Jan 2, 2017
USB Communication with Python and PyUSB
›
Say we have a robot with a USB connection and command documentation. The only thing missing is knowing how to send a command over USB. Let...
2 comments:
Aug 1, 2016
Virtual Machine from a Hard Disk Image with virt-install --import
›
This is one of many ways to create a virtual machine. This way starts with a hard disk image. NAME=sles12sp2b4 IMG=https://example.com/ima...
May 27, 2016
Ruby Call Graph
›
Call-graph makes a call graph among methods of a single Ruby file. I made it to help me orient myself in unfamiliar legacy code and to hel...
Nov 12, 2015
Git: Single Line History
›
You get a bug report from a user: /usr/lib/foo/bar.rb:432:in `doit': undefined method `[]' for nil:NilClass (NoMethodError) but ...
Nov 10, 2015
Arabic Text Bugfix
›
Can you spot the difference? Before: After: If this rings a bell but you can't quite remember why, here's an English version...
Aug 2, 2013
YaST in Ruby
›
As already announced on Factory , yast-devel , and by Lukáš : YaST, the SUSE installation and configuration tool, has been automatically tr...
2 comments:
May 16, 2011
LinuxTag 2011 Pictures
›
After a problem with the organizers' equipment, kobliha's openSUSE laptop was used to watch the live stream from Skynet I/O Chrome k...
Dec 22, 2010
network-autoconfig: Find a connected eth interface and create an ifcfg for it
›
Use case: I want to create an appliance image for a build farm worker machine. I don't know its hardware configuration beforehand; in p...
Nov 16, 2010
dbus-dump
›
dbus-dump is a tool to capture D-Bus messages in a libpcap capture file . It takes an idea from dbus-scrape , which processes a strace ou...
2 comments:
Aug 29, 2010
n2n package improved
›
Root.cz recently ran an article (in Czech) about the n2n virtual private network sofware , an open alternative to Hamachi. I intend to use ...
2 comments:
Aug 10, 2010
Who does not want such a gift
›
This post is showing naked women packaged as a present (for openSUSE's 5th birthday) and asks Ah... who does not want such a gift, eh ....
6 comments:
Aug 5, 2010
Upgraded to openSUSE 11.3
›
I have upgraded my office workstation to openSUSE 11.3 today. Here I document the migration so that you don't have to repeat my mistakes...
Jul 22, 2010
ruby-dbus 0.3.1
›
I have made a bug-fix release of ruby-dbus , a Ruby language binding for the D-Bus IPC system . Many on_signal could cause DBus.Error.Limi...
Jul 2, 2010
Helping Newcomers
›
Since the discussion (do check out the linked paper , BTW) and the opensuse-women announcement , I've been thinking about how to make t...
1 comment:
Jun 30, 2010
kiwi2puppet
›
I have started working on kiwi2puppet , a tool to convert KIWI image descriptions to Puppet manifests. The goal is to recycle the data t...
Mar 28, 2010
ruby-dbus 0.3.0 Works on Ubuntu
›
ruby-dbus has for a long time not worked on the default Ubuntu desktop. I thought I had fixed it in 0.2.12 but that was only for the server...
2 comments:
Feb 18, 2010
Reinventing
›
[S]ometimes, when you are designing systems it is hard to realize that the circular friction reduction device with a central axis that you h...
Jan 24, 2010
Service Activation Fixed in ruby-dbus 0.2.12
›
Today I fixed a long-standing bug in ruby-dbus where a service activated by the bus would fail with "undefined method `get_node' f...
Nov 9, 2009
Live upgrade from openSUSE 11.0 to 11.2
›
Article update: it turns out many people come here hoping to find a solution and are disappointed to find only problems that I encountered....
6 comments:
Nov 2, 2009
The suse-ncc User
›
Got a question about the purpose of suse-ncc:x:106:110:Novell Customer Center User:/var/lib/YaST2/suse-ncc-fakehome:/bin/bash , and Google d...
Oct 15, 2009
resolv.conf empty, resolv.conf.netconfig ate the data
›
Problem : After a reboot, /etc/resolv.conf says just # Generated by NetworkManager and the real data went to /etc/resolv.conf.netconfig . ...
4 comments:
Oct 9, 2009
WebYaST Beta 1
›
We have released Beta 1 of WebYaST . Just to prevent misunderstandings, it is intended for appliances (and Beta 1 is an appliance, a VMX fo...
Oct 2, 2009
I Will Write the Tests Later
›
I've read A New Look at Test-Driven Development , a 7 page article by Dave Astels. He explains that what matters is to think of specific...
1 comment:
›
Home
View web version