All tags

Posts tagged: #project

A vision of open in-car computing systems

2 minute read
I have a vision. A vision that puts you in control of your in car computing experience. There are many superb appliances and embedded devices available for your in-car enjoyment, such as the sat navs,…
Read More

OSS Contribution Number One!

0 minute read
I've had my first ever patch to an open source project accepted! Yay! (Fanfare please... no? anyone? oh well.) Ok it's a one word change to a piece of documentation, but hey it's still something. The …
Read More

running partimage in batch mode

9 minute read
A continuation of the partimage project. As it would appear that stdout support doesn't work due the user interface making use of stdout, I have been figuring out how to make the program run in batch …
Read More

partimage + stdout, existing code

1 minute read
On first inspection it looks like some code already exists for writing an image to stdout (standard output). image_disk.cpp, line 558 if (strcmp(m_szImageFilename, "stdout")) { //.…
Read More

compiling partimage

2 minute read
Had a problems getting partimage to compile on one of my pcs from a fresh checkout. svn co https://partimage.svn.sourceforge.net/svnroot/partimage/trunk/partimage partimage The ./autogen.sh script w…
Read More

Today's project - partimage enhancement

2 minute read
me and partimage I recently reorganised the partitions on my laptop, with the help of some invaluable OSS tools. The laptop was split into OS partitions, with a data and swap partition at the end, but…
Read More