Unlock Samsung SGH-D807
I found this off another site. I have tested this withy my D807 and it works.
1. If you have changed your phone password, change your password back to the default 8 zeros (00000000).
1a. NOTE (Modification here by my experience): Goto SETTINGS, SECURITY, then SIM LOCK and disable this before proceeding.
2. Put a SIM card that is from a network other than the one your phone is locked to (I used a TMOBILE card from my buddy Darin)
3. When Incorrect SIM (I got invalid card and there was a sim card graphic spinning) error comes up, type *#9998*3323#.
4. White screen will appear with an exit option. Press the right softkey. (I ended up pushing the down key to get a menu)
5. From the menu that appears, select the Malloc Fail option. This will reboot the phone and the normal service screens will appear.
6. Type *0141# and then press the green call key. "Personalization" or "Personalized" will appear.
7. Turn off your phone and put the original SIM back in.
8. Turn on your phone. You will receive a prompt to enter a password.
9. Type 8 zeros (00000000) (This is because the SIM LOCK Mentioned earlier gets switched back on)
10. Completed. You have now unlocked your phone.
Easy as pie. Now you have an UNLOCKED Samsung D807 =) worked on my brand new 2 day old Samsung D807 phone.
How to open Microsoft OpenXML *.docx file in OpenOffice Ubuntu
Now you can open and read documents written in the notorious Microsoft Office OpenXML (*.docx) with OpenOffice.org OpenXML Translator.
What you need to do is download the OpenXML translator from GetDeb.net and install it in your Ubuntu Linux operating system.
Your OpenOffice.org application should be able to read documents files in *.docx format after this. Note that you need to restart your OpenOffice.org Writer if you can't see the Microsoft Office 2007 OpenXML option under the Load/Save dialog.
Guide for other Linux distribution can be found here - How to open Microsoft OpenXML docx documents in OpenOffice

| openoffice.odf-filter-openxml-1.0.deb |
| File Size: | 2967 kb |
| File Type: | deb |
Download File
how to create a custom linux distro
*Get the packaged you need
sudo apt-get install squahfs-tools mkisofs
*Load the squashfs
sudo modproble squashfs
create a iso image of Dapper CD
* confirm that cdrom is not mounted ,if it is then
sudo umount /cdrom
* dd if /dev/hdc of=/pathtoiso/image.iso
else dd if /dev/cdrom of=/pathtoiso/image.iso
* Create a working directory
mkdir ~/custom
* move the iso to custom
mv /pathtoiso/image.iso ~/custom
cd ~/custom
* mount the image.iso
mkdir mnt
sudo mount -o loop image.iso mnt
* get the contents of iso in to a local dir
mkdir extract
rsync –exclude=/casper/filesystem.squashfs -a mnt/ extract
*Mount squashfs
mkdir squahfs
sudo mount -t squashfs -o loop mnt/casper/filesystem.squashfs squashfs
mkdir tmp
sudo cp -r squashfs/* edit
*Mount the root
sudo chroot edit
mount -t proc none /proc
mount -t sysfs none /sys
export HOME=/root
*Customization
Now you have all the settings ready and you can readily customise by apt-get
for eg, to add mplayer
sudo apt-get install mplayer
*The default backgrounds and splashscreens can be simpley copied .
*Edit LiveCD user
sudo vi edit/usr/share/initramfs-tools/scripts/casper-bottom/10adduser
sudo vi edit/usr/share/initramfs-tools/scripts/casper
*Cleanup
rm -rf /tmp/*
umount /proc
umount /sys
exit
chmod +w extraxt/casper/filesystem.manifest
sudo chroot edit dpkg-query -W –showformat=’${Package} ${Version}\n’ > extract/casper/filesystem.manifest
sudo cp extract/casper/filesystem.manifest extract/casper/filesystem.manifest-desktop
sudo sed -ie ‘/ubiquity/d’ extract/casper/filesystem.manifest-desktop
sudo mksquashfs edit extract/casper/filesystem.squashfs
sudo vim extract-cd/README.diskdefines
*Generate new md5sum
sudo -s
rm extract/md5sum.txt
(cd extract && find . -type f -print0 | xargs -0 md5sum > md5sum.txt)
exit
*Create the iso
cd extract
sudo mkisofs -r -V “$IMAGE_NAME” -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o ../custom.iso .
*You can test the cd by
qemu -cdrom custom.iso -boot d
*Burn the iso using k3b or nautilus-cd-burner
or
cdrecord dev=/dev/hdc custom.iso
[tags]ubuntu,customize,livecd,pengufest,glugt[/tags]
original post : http://www.theyagar.com/2006/12/how-to-create-a-custom-ubuntu-distro/
Paragraph.
Brief:
This is a Microsoft Media Center theme for Windows XP that I packaged a while back. It adds a clean touch to Windows XP that should have been there in the first place.
If you like this theme then you can get it below. The installation instructions are listed below as well.
Download:
Microsoft-Windows-Media-Center-Royale-Theme.zip
Size: 1.8 mb
Installation:
1.Download the zip package. The link is listed above.
2.Unzip the archive to a folder.
3.Open the folder that you extracted the zip file to.
4.Select all of the files and folders and copy them using either “right click -> copy” or Ctrl+C.
5.After copying the files, browse to the following folder:
6.C:\WINDOWS\Resources\Themes
7.Paste the files and folders that you copied into this folder.
8.Now, right click on your desktop and select Properties.
9.Open the Appearance tab.
10.In the Windows and buttons list, change the selection to the item labeled Windows XP style that is not already 11.selected. Now change it back to the first entry labeled the same thing.
12.The Royale option will now be available in the Color Scheme list. Select it.
13.Click OK and wait for the changes to take place!
Hello Guys in this tutorial i will be explaining how to make a key configuration menu in blender
Have a look atthis site WebPage and get the File. Don't be afraid about all that german, the File is in english.
Some Hints:
The File creates a cfg.File. If You run it inside Blender, this File is saved in Your Main-Blender Folder. Make it as an EXE, it is saved where the EXE is.
It will not work with Fullscreen EXE. You have to do some changes, or wait till the Fullscreen-ESCKey-Question is solved.
it's testet with the regular 2.36 Release. Don't know with the lastest CVS.
A Tutorial is planned, but i don't know if i get the Time. The File should be ok for the Moment.
Warning! This is not a Toy for Python Newbs. Wrong codings can damage Files. Be sure You know what You doing. (I just want to say that!) Ok, have Fun
original post : http://blenderartists.org/forum/showthread?t=40584
Creating a race game in blender
In these series of videos will show you how to creat your game