RSS Making the Switch

one microsoft employee documents his switch from windows to linux
iNeZha robot will deliver the feed updates to your IM or Email in real-time

Delivery Demo of iNezha MSN Robot

Subscribe it
iNezha robot say:
Making the Switch
Title:Burning a VOB file to DVD
Summary:To burn the VOB file from dvd-slideshow to DVD (to be playable in a stand-alone DVD player) I used D... (6/23/2007 8:19:41 AM)
Subscribe it

About "Making the Switch"

Author:Claim it now
Website:http://makingtheswitch.wordpress.com
RSS:http://makingtheswitch.wordpress.com/feed
Update interval: 2 days
Last update: 519 days ago
Tags:
Subscribers:4
Shared Subscribers:4
Bookmarked or Shared Articles:0  

Recent contents of "Making the Switch"

Burning a VOB file to DVD 519 days ago Read More http://makingtheswitch.wordpress.com/2007/06/23/burning-a-vob-file-to-dvd/
To burn the VOB file from dvd-slideshow to DVD (to be playable in a stand-alone DVD player) I used DeVeDe to create the iso file (it’s easy to use that I won’t explain it) and wrote the iso to the ...
Ruby Continued (links I’ve found helpful so far)… 536 days ago Read More http://makingtheswitch.wordpress.com/2007/06/05/ruby-continued-links-ive-found-helpful-so-far/
So far so good.? I’ve been going through the Ruby Quiz archives trying - directed tasks are helpful and the ability to see how others, who really grok Ruby, solved the problem is great.
With the ba...
Python or Ruby? It’s Ruby for me. 545 days ago Read More http://makingtheswitch.wordpress.com/2007/05/27/python-or-ruby-its-ruby-for-me/
After spending a few days looking at the pros and cons I have decided that Ruby will be my choice for now.? There were a lot of factors in the choice but ultimately it came down to a few less-than-...
Creating a DVD Slideshow - Step 2 550 days ago Read More http://makingtheswitch.wordpress.com/2007/05/23/creating-a-dvd-slideshow-step-2/
After last time I ended up using dir2slideshow to create the basic script.? It worked well except that the documented “-k” command line parameter was missing so I had to put off trying the Ken Burn...
Ruby or Python? Suggestions welcomed! 550 days ago Read More http://makingtheswitch.wordpress.com/2007/05/23/ruby-or-python-suggestions-welcomed/
Now that I’ve knocked some of the early learning and the practical tasks off the list it is time to start taking on a more sizable project.
I already have something in mind that would be immediatel...
Creating a DVD slide show - Step 1 (mass convert image format) 557 days ago Read More http://makingtheswitch.wordpress.com/2007/05/16/creating-a-dvd-slide-show-step-1-mass-convert-image-format/
For an upcoming family event my wife scanned several hundred photos with the intent of creating a DVD slideshow to show at a gathering.? Since I haven’t figured out the scanner problem yet she scan...
Finally got desktop effects working (915resolution + xorg.conf) 559 days ago Read More http://makingtheswitch.wordpress.com/2007/05/13/finally-got-desktop-effects-working-915resolution-xorgconf/
After a few weeks of ignoring the issue I decided to try and get desktop effects working. When I would try to use desktop effects my screen would go blank (solid white). In fact I could not adjust ...
Certainly that warning didn’t apply to me … 560 days ago Read More http://makingtheswitch.wordpress.com/2007/05/13/certainly-that-warning-didnt-apply-to-me/
I was building gcc and ran into this error:
../.././libgcc/../libdecnumber/decContext.h:52:50: error: gstdint.h: No such file or directory
I was pretty sure I had followed the directions correctly....
Command of the Day: gprof 560 days ago Read More http://makingtheswitch.wordpress.com/2007/05/12/command-of-the-day-gprof/
gprof displays profile data for an object file. To use gprof I first needed to add “-g -pg” to my g++ options - i.e.
$ g++ -g -pg main.cpp
Then I simply needed to run the output executable (./a.out...
Command of the Day: more 564 days ago Read More http://makingtheswitch.wordpress.com/2007/05/09/command-of-the-day-more/
“more” displays the named file(s) one screenful at a time. Simple enough and quite useful - but it’s got a few handy little features I was unaware of prior to getting to more in Linux in a Nutshell...