lamp

March 2008 - Posts

OneNote Screen Capture not working
24 March 08 12:12 PM | Frederick.Chapleau | 1 comment(s)

It is working, you told the system to not make it work. ;)

Remember? Bored to see the icon in the system tray, and told OneNote to disable it? That's why the screen capture utility is not working (that is, by the way, very usefully).

image

Try to restore it, and after that you should be able to use the Windows-S and Windows-N shortcuts to use OneNote, and the screen capture utility.

image

I didn't figure it out, thanks to In Control Tips & Tricks.

image

http://www.get-in-control.com/tips-and-tricks/

-f.

Filed under:
Xeon Processor comparision Tool @ Intel
19 March 08 09:24 AM | Frederick.Chapleau | with no comments

Never wonder how to compare server processors?

Did you know that a Xeon 5080 3.73ghz is equal to a Xeon 5120 1.86ghz???

Get the facts!

http://www.intel.com/cd/channel/reseller/asmo-na/eng/345648.htm

-f.

Filed under:
Snipping tool for Windows XP
17 March 08 11:58 AM | Frederick.Chapleau | with no comments

After returning to Windows XP (yes I was on Vista :S), I found a tool to replace the only addon that I was using on Windows Vista: the snipping tool.

The same tool is provided with the Windows XP Tablet PC edition, but I didn't found a solution to install it on the Windows XP Professional edition. So after searching a big... 6.34 minutes, I found this tool, that is doing almost the same thing.

Snippy: http://www.bhelpuri.net/Snippy/

image

The only thing that you should remove is the "Save as HTML" in the copy option, if you wan to do cut & paste an image.

-f.

Filed under:
HOWTO: Restore GRUB
10 March 08 11:13 AM | Frederick.Chapleau | with no comments

When you restart and you see a "grub>" command prompt, it's because Grub couldn't find the root partition in which he installed the appropriate files.

Here is a typical procedure:

First, find the actual drive.

grub> root(theHDDId,thePartitionId)

like

grub> root(hd0,3)

The output should be a known file system. On my computer, the file system was ext2fs. After that do a find on the stage1 file, with this command,

grub> find /boot/grub/stage1

If you have a dedicated partition, you should user

grub> find /grub/stage1

The output should be found, and the device shown. A last step is to setup the hard drive with this correct paramters by issuing a

grub> setup(theHDDId)

like

grub> setup(hd0)

and now, you can reboot and boot grub... if you are doing this, it's because the partition scheme was changed. you should remap the devices in the boot menu.

-f.

Filed under:
Adjust time, for Daylight Saving on Fedora 4,6 & 8 (!)
09 March 08 11:35 AM | Frederick.Chapleau | with no comments

Today, I woke up, and it was one hour later than the normal. After looking at my servers, I just log on my firewalls and saw that they were not updated with the latest daylight timezone changes.

 

Steps I followed

1. Download the new timezones, updated. Check the latest file, now is tzdata2008a.tar.gz .

wget ftp://elsie.nci.nih.gov/pub/tzdata2008a.tar.gz

2. Untar it

tar -xzvf tzdata2008a.tar.gz

3. Unzic it (!), zic is the timezone compiler

zic -d zoneinfo northamerica

4. Go to the directory and copy the content to the Fedora Zone files

cd zoneinfo

cp -r * /usr/share/zoneinfo/

5. Now, you should be fine, to check it, type

zdump -v /etc/localtime | grep 2008

if the output looks like this

/etc/localtime  Sun Mar  9 06:59:59 2008 UTC = Sun Mar  9 01:59:59 2008 EST isdst=0 gmtoff=-18000
/etc/localtime  Sun Mar  9 07:00:00 2008 UTC = Sun Mar  9 03:00:00 2008 EDT isdst=1 gmtoff=-14400
/etc/localtime  Sun Nov  2 05:59:59 2008 UTC = Sun Nov  2 01:59:59 2008 EDT isdst=1 gmtoff=-14400
/etc/localtime  Sun Nov  2 06:00:00 2008 UTC = Sun Nov  2 01:00:00 2008 EST isdst=0 gmtoff=-18000

you are in business.

 

Some more tips

The timezone settings

/etc/sysconfig/clock contains the Timezone, and the system use utc settings. So if you want to change it check it out.

ZONE="America/Montreal"
UTC=false
ARC=false

The Hardware clock

After updating the time zone, maybe you want to update the server's time

rdate time-a.nist.gov

A complete list of timeservers can be found at

http://tf.nist.gov/service/time-servers.html

The hardware clock

After you updated the system time, maybe you want to update the Hardware time

hwclock --systohc

Filed under:
Compiling Singularity, world build
05 March 08 11:41 PM | Frederick.Chapleau | with no comments

Yes, almost all my lunch time!

image

-f.

Filed under:
DMG to ISO
05 March 08 10:49 PM | Frederick.Chapleau | with no comments

Yes, once upon a time, I had to convert a DMG (disk image) to a standard ISO, but on my PC.

The only way to do it was to download UltraISO. And with the convert function, I had the possibility to convert from almost anything to almost any ISO format.

Warning: the DMG are compressed, so a 350meg DMG is equivalent to a DVD in my case ;)

-f.

Filed under:
Singularity, the next big thing?
05 March 08 12:02 PM | Frederick.Chapleau | with no comments

Yes, Microsoft Research center now opened the source code of the Singularity project. This is a C# based operating system, is that the future of the next platform? The concept behind is clear, "We asked ourselves: If we were going to start over, how could we make systems more reliable and robust?"

The first (that I heard) that pressed the reset button, and start from zero, based on today's new languages and programming techniques.

 

Singularity: Rethinking Dependable System Design

http://research.microsoft.com/displayArticle.aspx?id=1922

 

Singularity Sources

http://www.codeplex.com/singularity

-f.

Filed under:
From WordPress to Community Server
03 March 08 10:34 PM | Frederick.Chapleau | with no comments

I had a blog on WordPress, that I wanted to move back to my Community Server.

This time, I did not want to do cut&paste (even if I had only tree posts), I wanted to learn something.

I found a great product, that make the export of WordPress BlogML compliant, and a plugin to Community Server this is able to import BlogML.

Here are the details, straight foward and ... almost working: I had some issues that Community Server wanted a subject for comments which is not provided by BlogML specs, and an error when creating Categories, al least the content / title / dates are imported.

http://www.codeplex.com/BlogML/Release/ProjectReleases.aspx?ReleaseId=171

-f.

Filed under:
KnowledgeTree Installation Issues
01 March 08 04:56 PM | Frederick.Chapleau | with no comments

Just for the kick (yeah, a "kick") I installed Knowledgetree, and I wanted to use an existing mysql server.

Here some issues, that appeared.

/opt/ktdms/knowledgeTree/lib/plugins/pluginutil.inc.php

this was produced after changing the database server to point to the new one, but, I tried to just create the database, supposing that when launching the App, the tables will be created by magic ;)

I just called the install script in the /opt/ktdms/knowledgeTree/sql/mysql/install directory.

... more to come ;)

-f.

Filed under: