Skip to main content

Posts

Showing posts from August, 2008

Solutions....

The Difference between Focusing on Problems and Focusing on Solutions Case 1 When NASA began the launch of astronauts into space, they found out that the pens wouldn't work at zero gravity (ink won't flow down to the writing surface). To solve this problem, it took them one decade and $12 million. They developed a pen that worked at zero gravity, upside down, underwater, in practically any surface including crystal and in a temperature range from below freezing to over 300 degrees C. And what did the Russians do...?? They used a pencil. Case 2 One of the most memorable case studies on Japanese management was the case of the empty soap box, which happened in one of Japan's biggest cosmetics companies. The company received a complaint that a consumer had bought a soap box that was empty. Immediately the authorities isolated the problem to the assembly line, which transported all the package! d boxes of soap to the delivery department. For some reason, one soap box went throug

Customization using live-helper

Linux live cd are very useful installation disks and rescue disks are the main application of the technologies used to make a live cd i am going to talk about how to make a debian linux live cd in this how-to i will  cover how to use the application called live-helper first thing you need is a installation of debian it is best to use a debian sid host system to build the iso with live-helper using debian sid ensures that you have all the newest tools and the latest features fixes of live-helper to simplify this write-up i will assume you are using debian sid if you wish to use debian etch or lenny then you can set up apt pinning it will allow you to grab the newest packages for live-helper and all the dependencies so you can keep your precious stable system and still have the latest version of live-helper start off by updating the apt aptitude database and then upgrade any packages on your sid system to the newest possible version. I have used Qemu for running live CD su apt-get upda

Customization Splash image

Steps Customization Splash image in Debian Live Create your image, and transform it into a XPM file, 640x480, with 14 colors: $ convert my-nice-image.jpg -colors 14 -geometry 640x480! my-nice-image.xpm gzip it: $ gzip my-nice-image.xpm Put that image into $ cp my-nice-image.xpm livebuild/config/binary_local-grub/ Modify config/binary file in to LH_GRUBSPLASHIMAGE =./config/binary_local-grub/my-nice-image.xpm