31 December 2008 - 18:58iPhone Jailbreak and Unlock

Pwnage 2.0 HowTo
http://news.metaparadigma.de/?p=347

Pwnage 1.1.4 Howto
http://news.metaparadigma.de/?p=109

Edit edge settings
http://news.metaparadigma.de/?p=29

Boot Neuter Howto
http://www.ilikemyiphone.com/?p=252

No Comments | Tags: Mac, Tech, iPhone

23 December 2008 - 21:42Microsoft “Bob” in Vi

http://www.martintoft.dk/imgs/vi-assistant.gif

No Comments | Tags: Linux

15 November 2008 - 11:25The Art of Assembly Programming

Link to The Art of Assembly Programming

No Comments | Tags: Tech

2 November 2008 - 18:17Mighty mouse disassembly and repair

Apple matters disassembly howto with photos

No Comments | Tags: Mac, Tech

25 October 2008 - 18:48Free Mac Apps for Graphics/Media

  1. Scribus: Open source, Desktop publishing
  2. JAlbum: Create photo galleries for the Web
  3. Paparazzi: Make screenshots of webpages
  4. Linotype Explorer: Font management app 
  5. FotoFlexer: Image editor
  6. Xee: Fast image viewer
  7. Lego Digital Designer
  8. Colorate
  9. Front End Digital Media WorkShop
  10. Autodesk Maya
  11. Graphisoft ArchiCAD
  12. Simple CSS
  13. Blender
  14. HyperEngine-AV
  15. POV-Ray
  16. Gnuplot
  17. DAZ Studio
  18. Bryce
  19. Goldberg
  20. Image Tricks
  21. Inkscape
  22. NIH Image
  23. Comipro Plus
  24. Scratch
  25. Gimp
  26. Google SketchUp
  27. Seashore
  28. Pencil

No Comments | Tags: Mac

2 September 2008 - 13:37Enabling EDGE on the iPhone (1st generation not 3G)

  • Jailbreak the phone (see iphone-dev.org)
  • Install a package manager like Cydia (perhaps jailbreaking will give you that for free)
  • Install openssh package on your phone. Turn on the wireless.
  • Use an sftp client to copy /System/Library/Carrier Bundles/Bharathi_XXX.bundle/carrier.plst (ssh root@your_phone’s_ip) to your computer
  • Use this link to convert the plst file to a text file: http://140.124.181.188/~khchung/cgi-bin/plutil.cgi
  • Edit the file and add the following text (above carrier name): AllowEDGEEditing
  • Place the modified file in the same directory back on the iPhone

After the above steps (you may have to shutdown and restart the phone) you will see a “Cellular data network/EDGE” under Settings->general->network

No Comments | Tags: Tech

3 August 2008 - 19:02iTunes Song Management Scripts

Useful scripts to manage music.

No Comments | Tags: Mac

16 June 2008 - 16:58Bash Vi command line editing

Useful howto on bash Vi command line editing HERE.

Highlights:
>set -o vi

sets vi cmd line editing mode

It drops you into insert mode. Hitting Esc will get you into command mode like usual. Many vi editing commands work. Search (/foo) does not search the current command line. Instead it searches your bash history. Hitting ‘n’ after a search finds the next match as usual. The substitute cmd (s/foo/bar) does not work.

Hitting ‘v’ when in command mode opens up vi with your command line. Now you are in regular vi - the usual editing works. Once done editing ‘:wq’ will quit vi and execute the command.

No Comments | Tags: Linux

18 March 2008 - 13:11NoMachine NX cursor woes on Mac

Mac OS X (Intel) has a problem when using NX client (and possibly vnc, I haven’t checked). The mouse cursor turns yellow and is impossible to see on white background xterms.

Fortunately there is a fix:
http://www.nomachine.com/tr/view_notes.php?commid=110&id=TR07D01424
http://lists.apple.com/archives/x11-users/2006/Mar/msg00061.html

No Comments | Tags: Mac, Tech

1 December 2007 - 6:27Tamil and Devanagari Fonts in Mac OS X

Macintosh provides unicode fonts and keyboards for many Indian Languages since the introduction of Tiger. The language support is built into the operating system itself. The indian languages Tamil, Sanskrit, Hindi, Marati, Bengali etc. are supported. Textedit, Keynote, Pages, Mail, Filemaker pro and many other software support these unicode fonts. It is possible now to send email in tamil or hindi or sanskrit using the email clients Mail and Entourage. Thunderbid also supports this scheme.

The operating system comes with a Tamil unicode font Inaimathi and supports two keyboard options, namely Anjal (almost phonetic) and Tamil99.
To activate the support for Tamil Language,follow the following procedures.

Step 1. Open System Preferences

Step2. Click the International Option in personal section

Step 3 Click on edit List under Languages Menu

Step 4: Tick the desired language and click ok to go back to International menu

Step 5

Click on Input Menu and choose the Anjal and Tamil99 input Method

Step 6. Close sytem Preference menu.

To use the Tamil keyboard and font in textedit first open the text edit application and then click on the american flag icon on the upper right corner in the menu bar and choose Anjal from the drop down Menu. (optionally the keyboard also can be chosen to get a virtual keyboard.

The American flag will turn into

Now start typing the following key sequence

agara muthala ezuthellAm aathi pagavan muthtrRE ulagu

this will appear on the textedit
அகர முதல எழுத்தெல்லாம் ஆதி பகவன் முதற்றே உலகு (the font is Inaimathi a unicode font).

To switch back to english click at the same anjal symbol (on top right corner) and select US. Thus by clicking on the US symbol one can type in various languages in the same document

Devanagari-qwerty can be chosen in the same manner to type in sanskrit. The Devanagari keyboard layout is as under (pdf here):

No Comments | Tags: Mac, Tech