Jan  10
28

Apple keynote: iPad video presentation

January 28th, 2010
Posted in: Apple World by Michele

Some hours ago the full video of the Apple Keynote, held yesterday in San Francisco where the new iPad has been presented, has been released. Interested people could see the video following this link.


Jan  10
18

iPhone Programming: new podcast

January 18th, 2010
Posted in: Programming, iPhone and iPod by Michele

Some days ago the Stanford University has published new and interesting podcasts about the iPhone/iPod programming. At the moment, the new podcasts are dedicated to Objective-C and related development tools. In addition to podcasts, the slides of the full lessons are available. Podcasts and slides can be downloaded from this link.


Oct  09
20

Tutorial: NSThread in iPhone Applications

October 20th, 2009
Posted in: Programming by Michele

During the development of my last iPhone and iPod Touch application I had the necessity to work very much with threads. Looking for as much information as possible on Internet about the correct use of the NSThread class, I found an interesting tutorial (for beginners) which describes how to use the NSThread class to develop a small iPhone application. You can find the tutorial following this link.

Sep  09
3

How to mount ISO images on Mac OSX

September 3rd, 2009
Posted in: Mac OSX by Michele

Mounting an ISO image on Mac OSX does not require specific or additional software. Mac OSX, in fact, provides a tool (hdiutil) by which it is possible to manipulate disk images. For example, to mount an ISO image on Mac OSX, open your Terminal and enter the following command:

hdiutil mount /path/to/isoImage

/path/to/isoImage is the path to the ISO image to mount. After a few seconds, or better, after the checksum is completed, the mounted ISO image will appear on your Desktop and/or in Finder. For more information about hdiutil, enter the following command (in Terminal): man hdiutil.

Aug  09
31

List users on Linux machines

August 31st, 2009
Posted in: Linux by Michele

Administering machines based on Linux, you often have the need to get a list of all users registered on the system using the command shell. The following command can be used on Linux machines to get a list of users:

cat /etc/passwd | cut -d ":" -f1
Jul  09
8

Tutorial: OSX’s Finder and hidden files

July 8th, 2009
Posted in: Mac OSX, Announcements by Michele

Mac OSX’s Finder by default does not show hidden files and folders and in the OSX menu ther is no option to enable this feature. I have just published a new tutorial which shows how to enable the visualization of hidden files and folders in Mac OSX’s Finder.

Read the full tutorial…

Jul  09
2

Personal Website Updated (Publications)

July 2nd, 2009
Posted in: Announcements by Michele

I have just edited my personal website updating the list of the scientific papers published during this year (until now).