<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2646724063375826208</id><updated>2012-01-21T16:56:37.820+01:00</updated><title type='text'>Sticky tape for my memory</title><subtitle type='html'>&lt;b&gt;&lt;i&gt;What is this blog about?&lt;/i&gt;&lt;/b&gt;&lt;br&gt;
Mainly it is for my personal use. Is a collection of my job experience and are inteded to be notes for my memory just in case I need them again in the future.
That said I hope these tips could be useful for someone else too&lt;br&gt;
&lt;b&gt;&lt;i&gt;Why in English?&lt;/i&gt;&lt;/b&gt;&lt;br&gt;
I like foreign languages, English in particular. So, I consider this a sort of training for my English :-)</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>24</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-4808773669929383960</id><published>2012-01-08T12:13:00.000+01:00</published><updated>2012-01-21T16:56:37.826+01:00</updated><title type='text'>Preventing iTunes to automatically backup your iDevice</title><content type='html'>I don't know about you, but I get very annoyed when I have to wait for iTunes to finish the backup of my iPhone or iPad. There is no option in iTunes to disable automatic backup.&lt;br /&gt;Follow along this post explain how to accomplish that.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Quit iTunes&lt;/li&gt;&lt;li&gt;Open Terminal&lt;/li&gt;&lt;li&gt;Type or copy and paste the line below&lt;/li&gt;&lt;/ul&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;That prevent backup to happen, but allows you to manually do it&amp;nbsp;at your own will&amp;nbsp;'ctrl clicking' the device icon, like in the picture&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-JzfyqMit8Ic/Twlu08rR3GI/AAAAAAAAAJk/VR7lGUCMovs/s1600/001.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-JzfyqMit8Ic/Twlu08rR3GI/AAAAAAAAAJk/VR7lGUCMovs/s1600/001.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;To revert the original backup behavior&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="color: yellow;"&gt;defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool false&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;or completely get rid of the key&amp;nbsp;AutomaticDeviceBackupsDisabled&amp;nbsp;added with defaults write&lt;br /&gt;&lt;span class="Apple-style-span" style="color: lime;"&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: lime;"&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;&lt;i&gt;defaults delete com.apple.iTunes&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;/i&gt;&lt;i&gt;AutomaticDeviceBackupsDisabled&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;What about if you don't even want to be able to perform a manual backup?&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;defaults write com.apple.iTunes DeviceBackupsDisabled -bool true&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;To revert the original backup behavior&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="color: yellow;"&gt;defaults write com.apple.iTunes DeviceBackupsDisabled -bool false&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;or completely get rid of the key&amp;nbsp;DeviceBackupsDisabled added with defaults write&lt;/div&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="color: lime;"&gt;defaults delete com.apple.iTunes DeviceBackupsDisabled&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Footnote&lt;/b&gt;&lt;br /&gt;I tested this hack on a Macintosh with iTunes 10.5.2 and worked as expected with iPhone 4, iPad and iPad2.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-4808773669929383960?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/4808773669929383960/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=4808773669929383960' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/4808773669929383960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/4808773669929383960'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2012/01/preventing-itunes-to-automatically.html' title='Preventing iTunes to automatically backup your iDevice'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-JzfyqMit8Ic/Twlu08rR3GI/AAAAAAAAAJk/VR7lGUCMovs/s72-c/001.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-388164997569392065</id><published>2011-11-04T02:33:00.000+01:00</published><updated>2011-11-04T02:33:38.996+01:00</updated><title type='text'>Enable FTP service in OS X Lion</title><content type='html'>&lt;br /&gt;OS X Lion does not have anymore the option in System Preferences, to activate the FTP server.&lt;br /&gt;Fortunately the daemon is there, just dormant.&lt;br /&gt;&lt;br /&gt;To wake it up launch Terminal and type&lt;br /&gt;&lt;br /&gt;sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist&lt;br /&gt;&lt;br /&gt;You can disable FTP anytime typing the following command&lt;br /&gt;&lt;br /&gt;sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-388164997569392065?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/388164997569392065/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=388164997569392065' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/388164997569392065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/388164997569392065'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2011/11/enable-ftp-service-in-os-x-lion.html' title='Enable FTP service in OS X Lion'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-8320878092761283301</id><published>2011-06-01T21:57:00.000+02:00</published><updated>2011-06-01T21:57:32.658+02:00</updated><title type='text'>Enable Administrator in Windows 7</title><content type='html'>To enable the Administrator account in Windows 7, the quickest way is running a Command Prompt session with &lt;b&gt;Run as administrator&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;At the prompt type&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;net user administrator /active:yes&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;At this point it is recommended  to assign a good password.&lt;br /&gt;&lt;br /&gt;To disable the Administrator account&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;net user administrator /active:no&lt;/i&gt;&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-8320878092761283301?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/8320878092761283301/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=8320878092761283301' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/8320878092761283301'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/8320878092761283301'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2011/06/enable-administrator-in-windows-7.html' title='Enable Administrator in Windows 7'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-6209026042246521446</id><published>2011-01-21T23:25:00.002+01:00</published><updated>2011-01-21T23:28:11.106+01:00</updated><title type='text'>Cables. Who cares?</title><content type='html'>A few days ago I was struggling with a desktop multifunction Samsung printer.&lt;br /&gt;&lt;br /&gt;Everything was fine except, the scanner.&lt;br /&gt;&lt;br /&gt;The MFP was hooked up to a PC with a USB cable.&lt;br /&gt;Whenever I tried to scan a document, an error panel appeard saying Hardware I/0 error.&lt;br /&gt;I removed and downloaded the latest drivers from Samsung support site without luck.&lt;br /&gt;&lt;br /&gt;Changing the USB cable with a new, good shielded, not too long one, removed the impediment.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-6209026042246521446?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/6209026042246521446/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=6209026042246521446' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/6209026042246521446'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/6209026042246521446'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2011/01/cables-who-cares.html' title='Cables. Who cares?'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-991662759503412914</id><published>2011-01-21T23:00:00.000+01:00</published><updated>2011-01-21T23:00:01.883+01:00</updated><title type='text'>PowerMac G5 DP using one processor</title><content type='html'>Suddenly a PowerMac G5 Dual Processor started having kernel panic after a few minutes from start up.&lt;br /&gt;&lt;br /&gt;It turned out that one of the two processors was faulty.&lt;br /&gt;&lt;br /&gt;A Google search reported that in a DP PowerMac, if the first processor is damaged, usually the computer does not even boot up. &lt;br /&gt;&lt;br /&gt;While, if it is the second, it shows the behavior I experienced.&lt;br /&gt;&lt;br /&gt;I was able to circumvent the problem leaving the processor in its place. &lt;br /&gt;&lt;br /&gt;To do so, you must enter Open Firmware.&lt;br /&gt;Immediately after the startup sound, press and hold the key combination &lt;span style="font-weight:bold;"&gt;Command-Option-O-F&lt;/span&gt;&lt;br /&gt;Release the keys when you see a white screen that says "Welcome to Open Firmware."&lt;br /&gt;&lt;br /&gt;At the prompt type&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;setenv boot-args cpus=1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;and hit return. If the syntax was correct you got an OK result.&lt;br /&gt;Now type&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;mac-boot&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;hit return and the operating system boots.&lt;br /&gt;I tested the reliability of the new mono PowerMac :-) by running Grapher, find the program inside Utilities folder, with a few windows drawing 3D animations for more than two hours and no crash at all.&lt;br /&gt;&lt;br /&gt;Beware! Reissue the Open Firmware procedure if you reset PRAM&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-991662759503412914?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/991662759503412914/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=991662759503412914' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/991662759503412914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/991662759503412914'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2011/01/powermac-g5-dp-using-one-processor.html' title='PowerMac G5 DP using one processor'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-1578279306793933477</id><published>2010-03-11T10:09:00.004+01:00</published><updated>2010-03-11T10:13:00.383+01:00</updated><title type='text'>Backup strategy with rsync</title><content type='html'>Everyone knows backups are important.&lt;br /&gt;But usually everybody doesn't care much about them until an unrecoverable event happens.&lt;br /&gt;So, why wait for that very moment, if, with a little bit of effort, you can have a rock solid data backup strategy.&lt;br /&gt;&lt;br /&gt;A very good review on how to use the standard *nix &lt;b&gt;&lt;i&gt;rsync&lt;/i&gt;&lt;/b&gt; program to backup your valued electronic data.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mikerubel.org/computers/rsync_snapshots/"&gt;Easy Automated Snapshot-Style Backups with Linux and Rsync&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-1578279306793933477?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/1578279306793933477/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=1578279306793933477' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/1578279306793933477'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/1578279306793933477'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2010/03/backup-strategy-with-rsync.html' title='Backup strategy with rsync'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-4197663585209728783</id><published>2010-03-10T14:02:00.000+01:00</published><updated>2010-03-10T14:02:45.834+01:00</updated><title type='text'>Mac OS X print presets</title><content type='html'>Let's say you have a color laser printer installed in your system but you usually print in black and white.&lt;br /&gt;It is very likely that the printer presets are in color.&lt;br /&gt;So, every time you need to print a document, and you need it B/W, you have to go through the printer settings and choose the appropriate parameters.&lt;br /&gt;That could eventually become annoying.&lt;br /&gt;Yes, it is possible to create one or more personalized presets to choose from, before hitting the Print button, but that is not always the perfect solution.&lt;br /&gt;There are programs, i.e. the MS Office suite, that have a nice little button with a printer, which sends the document directly to the print queue, bypassing the print dialogue screen.&lt;br /&gt;&lt;br /&gt;If you want to modify the "Standard" presets there is a straightforward solution. Just fire up your browser and fill the URL bar with the address below or just click the link &lt;br /&gt;&lt;br /&gt;&lt;a href="http://localhost:631" target="_blank"&gt;http://localhost:631&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It'll be presented the CUPS (Common UNIX Printing System) page. From there, you can change whatever you want regarding the printer or printers settings that will became the new defaults.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-4197663585209728783?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/4197663585209728783/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=4197663585209728783' title='2 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/4197663585209728783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/4197663585209728783'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2010/03/mac-os-x-print-presets.html' title='Mac OS X print presets'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-8147688427189126059</id><published>2009-05-16T15:21:00.000+02:00</published><updated>2009-05-16T15:21:20.747+02:00</updated><title type='text'>VNC screen scrambled</title><content type='html'>Many Apple servers out there are headless. That is particularly true for the ones before the advent of the Xserve with Intel processor.&lt;br /&gt;And quite often, servers are managed remotely using software like  the multitude of &lt;a href="http://sourceforge.net/projects/osxvnc/" target="_blank"&gt;VNC server&lt;/a&gt; (GPL) or &lt;a href="http://www.apple.com/it/remotedesktop/" target="_blank"&gt;Apple Remote Desktop&lt;/a&gt; (commercial).&lt;br /&gt;&lt;br /&gt;I personally choose &lt;a href="http://www.testplant.com/products/vine_server/OS_X" target="_blank"&gt;Vine Server OSX Vnc&lt;/a&gt; to control a couple of Xserve. One with Panther server and the other one with Tiger server. This program has the advantage to handle international keyboard layout over the VNC server self contained in Tiger which can't.&lt;br /&gt;&lt;br /&gt;I think I played around with Monitor Preferences because at some point logging into the VNC server presented a screen like this.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/__5NzJJrxOug/Sg63a8QKp9I/AAAAAAAAAHY/ix9WcKFUJzs/s1600-h/ScrambledScreen.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 307px; height: 230px;" src="http://2.bp.blogspot.com/__5NzJJrxOug/Sg63a8QKp9I/AAAAAAAAAHY/ix9WcKFUJzs/s320/ScrambledScreen.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5336404281959032786" /&gt;&lt;/a&gt;&lt;br /&gt;For some times I ended up quitting the VNC client and relaunching it again to get a comprehensible image. But that was very annoying.&lt;br /&gt;&lt;br /&gt;So I did some internet searches and I found the solution to the problem removing the file&lt;br /&gt;&lt;b&gt;/Library/Preferences/com.apple.windowserver.plist&lt;/b&gt;&lt;br /&gt;on the server side.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-8147688427189126059?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/8147688427189126059/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=8147688427189126059' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/8147688427189126059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/8147688427189126059'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2009/05/vnc-screen-scrambled.html' title='VNC screen scrambled'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/__5NzJJrxOug/Sg63a8QKp9I/AAAAAAAAAHY/ix9WcKFUJzs/s72-c/ScrambledScreen.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-1664187923401077404</id><published>2009-05-03T13:03:00.001+02:00</published><updated>2009-05-03T13:04:26.771+02:00</updated><title type='text'>NT Backup and .bks file (reloaded)</title><content type='html'>The Windows program NT Backup can use a file with the extension .bks that contains the list of files or group of files to be saved.&lt;br /&gt;As a matter of fact you can also use this file to exclude some files you don't want to be included into the backup set.&lt;br /&gt;&lt;br /&gt;The syntax of the .bks file is as follows&lt;br /&gt;&lt;br /&gt;&lt;b&gt;X:\&lt;/b&gt;&lt;br /&gt;This entire drive will be backed up. &lt;br /&gt;&lt;b&gt;X:\Folder_name\&lt;/b&gt;&lt;br /&gt;Files in this folder will be backed up. &lt;br /&gt;&lt;b&gt;X:\Folder_name\ /exclude&lt;/b&gt;&lt;br /&gt;Files in this folder will be excluded. &lt;br /&gt;&lt;b&gt;X:\File_name.ext&lt;/b&gt;&lt;br /&gt;This file will be backed up. &lt;br /&gt;&lt;b&gt;X:\File_name.ext /exclude&lt;/b&gt;&lt;br /&gt;This file will be excluded. &lt;br /&gt;&lt;b&gt;SystemState&lt;/b&gt;&lt;br /&gt;The System State will be backed up. &lt;br /&gt;&lt;b&gt;\\Server\Share\Folder\&lt;/b&gt;&lt;br /&gt;These network files will be backed up.&lt;br /&gt;&lt;br /&gt;This file is normally created and managed by the program itself and it seems to be the only way to obtain a properly formatted .bks.&lt;br /&gt;&lt;br /&gt;In fact, the .bks file is a "special" &lt;b&gt;UNICODE&lt;/b&gt; file without the Unicode header (0xFFFE).&lt;br /&gt;If you manually edit this file i.e. with NOTEPAD, the standard text editor included since the first version of Windows, and save it as a Unicode you are ruined. The scheduled backup job stop working.&lt;br /&gt;It is very handy indeed to be able to manage that file as you like with your favourite text editor.&lt;br /&gt;As long as you do that you need to strip the first two bytes (0xFFFE) off the .bks.&lt;br /&gt;&lt;br /&gt;A simple way is to use a hexadecimal file editor.&lt;br /&gt;&lt;br /&gt;Below you'll find some links to a few Hex Editor programs&lt;br /&gt;&lt;br /&gt;Windows&lt;br /&gt;&lt;a href="http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm" target="_blank"&gt;Hex Editor XVI32&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Mac OS X&lt;br /&gt;&lt;a href="http://sourceforge.net/project/showfiles.php?group_id=9366" target="_blank"&gt;HexEdit&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Linux&lt;br /&gt;&lt;a href="http://www.midnight-commander.org/" target="_blank"&gt;Midnight Commander&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-1664187923401077404?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/1664187923401077404/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=1664187923401077404' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/1664187923401077404'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/1664187923401077404'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2009/05/nt-backup-and-bks-file-reloaded.html' title='NT Backup and .bks file (reloaded)'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-4215999747154062006</id><published>2009-01-24T21:38:00.001+01:00</published><updated>2009-01-24T21:41:23.954+01:00</updated><title type='text'>Ubuntu, how to regenerate OpenSSH host keys</title><content type='html'>First, change directory to /etc/ssh&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;cd /etc/ssh&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;now, remove the old rsa and dsa keys files&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;sudo rm ssh_host_*&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Generate new keys&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;sudo dpkg-reconfigure openssh-server&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;If you wanto to be 100% sure that the server you are connecting to is the one it claims to be, take note of the RSA and DSA fingerprint&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;sudo ssh-keygen -l -f ssh_host_rsa_key&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;sudo ssh-keygen -l -f ssh_host_dsa_key&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;to check against the fingerprint displayed next time you are going to connect.&lt;br /&gt;&lt;br /&gt;Last, update your known_hosts file&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;~/.ssh/known_hosts&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;removing the line that contains the old reference, otherwise you'll get the following message&lt;br /&gt;&lt;br /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @&lt;br /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!&lt;br /&gt;Someone could be eavesdropping on you right now (man-in-the-middle attack)!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-4215999747154062006?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/4215999747154062006/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=4215999747154062006' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/4215999747154062006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/4215999747154062006'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2009/01/ubuntu-how-to-regenerate-openssh-host.html' title='Ubuntu, how to regenerate OpenSSH host keys'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-1734625850708436224</id><published>2009-01-16T18:45:00.000+01:00</published><updated>2009-01-16T18:45:59.743+01:00</updated><title type='text'>Stop VMware Fusion to automatically map shared folders</title><content type='html'>If your Windows XP virtual machine under VMware Fusion (v2) insist to map the shared folder as unit Z: and creates a shortcut on the desktop you must edit the relative .vmx file.&lt;br /&gt;&lt;br /&gt;Usually this file is hidden under the following directory&lt;br /&gt;&lt;br /&gt;/Users/YourUserName/Documents/Virtual Machines/YourWinVMName.vmwarevm&lt;br /&gt;&lt;br /&gt;Find and change to FALSE the following keys&lt;br /&gt;&lt;br /&gt;hgfs.mapRootShare = "TRUE"&lt;br /&gt;hgfs.linkRootShare = "TRUE"&lt;br /&gt;&lt;br /&gt;The first one is in charge to map the share without your intervention, so that when you open up My Computer you magically find a Z: unit.&lt;br /&gt;The last one tells Fusion to create a shortcut on the desktop.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-1734625850708436224?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/1734625850708436224/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=1734625850708436224' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/1734625850708436224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/1734625850708436224'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2009/01/stop-vmware-fusion-to-automatically-map.html' title='Stop VMware Fusion to automatically map shared folders'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-754986089492158140</id><published>2008-12-27T00:22:00.002+01:00</published><updated>2008-12-27T00:42:37.847+01:00</updated><title type='text'>Mutt and nbSMTP</title><content type='html'>Not so long ago I installed in different locations a few PCs as servers.&lt;br /&gt;I choose &lt;a href="http://www.ubuntu.com/products/WhatIsUbuntu/serveredition" target=_blank&gt;Ubuntu server edition &lt;/a&gt; 8.0.4 LTS (Long-Term Support) aka Hardy Heron, the latest LTS version available from Canonical.&lt;br /&gt;I prefer the hard way, without the GUI. Sorry, I don't like Linux GUIs ;-)&lt;br /&gt;That way I can control what is installed, and install just what is really useful for that particular machine, leaving precious resources to services that need them. There is also another advantage. Limiting possible security issues. &lt;br /&gt;One of these servers, in particular, has to manage the nightly backup of another server, this time a Windows 2003, via rsync.&lt;br /&gt;I created a bash script to do the job and scheduled it with crontab.&lt;br /&gt;The script, during the process, creates a report that is saved as a zip archive when the work is finished.&lt;br /&gt;I was wondering how could I get that file to check everything was fine, without remotely access the server.&lt;br /&gt;The obvious response was. By e-mail.&lt;br /&gt;I started hunting for information in search for the most elegant solution with the minimum impact on the system.&lt;br /&gt;&lt;br /&gt;What I found, and I &lt;i&gt;&lt;b&gt;picked&lt;/b&gt;&lt;/i&gt;, to achieve my goal, are these two little gems.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mutt.org/" target=_blank&gt;Mutt &lt;/a&gt;"a small but very powerful text-based mail client for Unix operating systems" and No Brainer SMTP &lt;a href="http://packages.debian.org/en/sid/nbsmtp" target=_blank&gt;nbSMTP&lt;/a&gt; "a simple MTA to send your mails to another mail server via SMTP".&lt;br /&gt;&lt;br /&gt;First step. Retrieve and install the two packages. In Ubunto the apt-get command is aimed at that.&lt;br /&gt;&lt;br /&gt;sudo apt-get install mutt&lt;br /&gt;sudo apt-get install nbsmtp&lt;br /&gt;&lt;br /&gt;I created a user specific &lt;b&gt;.muttrc&lt;/b&gt; containing these lines&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;br /&gt;# No need to keep copy of the outgoing messages&lt;br /&gt;set copy=no&lt;br /&gt;# Some changes to the message headers&lt;br /&gt;set hdrs=yes&lt;br /&gt;my_hdr From: Me the sender &amp;lt;me@mydomain.com&amp;gt&lt;br /&gt;# How to invoke nbsmtp&lt;br /&gt;set sendmail="/usr/bin/nbsmtp -f me@mydomain.com -d mydomain.com -h my_isp_smtp_server.com"&lt;br /&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;and to complete the work, at the end of the bash script that is supposed to make the backup, I've added the line in charge of sending the message&lt;br /&gt;&lt;i&gt;&lt;b&gt;&lt;br /&gt;mutt -s "Backup report" -a report.zip me@mydomain.com &lt; messagebody.txt&lt;br /&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;"Backup report" - is the subject of the message (option -s)&lt;br /&gt;report.zip - is the attachment (option -a)&lt;br /&gt;me@mydomain.com - is the recipient&lt;br /&gt;messagebody.txt - is the main body of the e-mail (read message from the file messagebody.txt)&lt;br /&gt;&lt;br /&gt;The file messagebody.txt could be anything you want to insert as the body of the message being sent.&lt;br /&gt;&lt;br /&gt;Last but not least :-) I've also inserted this line into crontab file&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;MAILTO=""&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;to avoid error warning in log file&lt;br /&gt;&lt;i&gt;nbSMTP does not support the -o arguments from sendmail, ignoring them&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;because every time a croned job is executed mail is sent to the owner of the crontab&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-754986089492158140?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/754986089492158140/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=754986089492158140' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/754986089492158140'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/754986089492158140'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2008/12/mutt-and-nbsmtp.html' title='Mutt and nbSMTP'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-8508433265235667696</id><published>2008-09-21T12:39:00.000+02:00</published><updated>2008-09-21T12:39:55.766+02:00</updated><title type='text'>Windows XP Display Properties</title><content type='html'>Generally due to a virus attack, sometimes some pages under Display Properties are no longer available.&lt;br /&gt;Run Regedit and search for &lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\&lt;br /&gt;&lt;br /&gt;Remove keys, if they are present&lt;br /&gt;&lt;br /&gt;NoDispAppearancePage&lt;br /&gt;NoDispBackgroundPage&lt;br /&gt;NoDispScrSavPage&lt;br /&gt;NoDispSettingsPage&lt;br /&gt;&lt;br /&gt;Now the Display Properties should be OK.&lt;br /&gt;&lt;br /&gt;If, also the Task Manager is grayed out, there is a chance to find this key too&lt;br /&gt;&lt;br /&gt;DisableTaskMgr&lt;br /&gt;&lt;br /&gt;that must be removed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-8508433265235667696?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/8508433265235667696/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=8508433265235667696' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/8508433265235667696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/8508433265235667696'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2008/09/windows-xp-display-properties.html' title='Windows XP Display Properties'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-8690096984521521359</id><published>2008-07-19T11:53:00.000+02:00</published><updated>2008-07-19T11:53:17.869+02:00</updated><title type='text'>How to change default umask Leopard, Tiger and Panther</title><content type='html'>If, for some reason, you need to change the default umask (022) in Mac OS X Leopard the following &lt;a href="http://support.apple.com/kb/HT2202" target=_blank&gt;article&lt;/a&gt; helps you in achieving that goal.&lt;br /&gt;&lt;br /&gt;The article refers to Leopard server.&lt;br /&gt;I tried it on Leopard workstation and seems to work just fine too.&lt;br /&gt;&lt;br /&gt;The same can be done for Mac OS X Tiger in Terminal&lt;br /&gt;&lt;br /&gt;&lt;i&gt;sudo defaults write -g NSUmask -int value&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;as stated in &lt;a href="http://manuals.info.apple.com/en/Command_Line_v10.4_2nd_Ed.pdf" target=_blank&gt;Command Line 10.4 2nd edition manual&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The above example applies on Mac OS X Panther too.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;*** BE CAREFUL ***&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;These changes could possibly have nasty consequences on the normal behaviour of the system.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-8690096984521521359?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/8690096984521521359/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=8690096984521521359' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/8690096984521521359'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/8690096984521521359'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2008/07/how-to-change-default-umask-in-leopard.html' title='How to change default umask Leopard, Tiger and Panther'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-11605437595815477</id><published>2008-01-17T23:41:00.000+01:00</published><updated>2008-01-19T13:01:28.380+01:00</updated><title type='text'>I don't want IPv6 in Ubuntu</title><content type='html'>By default all major distributions of Linux nowadays are IPv6 enabled.&lt;br /&gt;That is true also for Ubuntu server v6.06.1 aka Dapper Drake.&lt;br /&gt;&lt;br /&gt;Sometimes leaving IPv6 enabled can cause little annoyances.&lt;br /&gt;&lt;br /&gt;Fire up your favourite text editor and sudo edit this file&lt;br /&gt; &lt;br /&gt;&lt;b&gt;/etc/modprobe.d/aliases&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Replace the line &lt;b&gt;alias net-pf-10 ipv6&lt;/b&gt; with &lt;b&gt;alias net-pf-10 off&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Restart the computer and check the result with this line&lt;br /&gt;&lt;br /&gt;&lt;b&gt;ip a | grep inet6&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;If nothing appears IPv6 has gone :-)&lt;br /&gt;&lt;br /&gt;&lt;a href="https://help.ubuntu.com/community/WebBrowsingSlowIPv6IPv4" target=_blank&gt;Read here the original article&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-11605437595815477?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/11605437595815477/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=11605437595815477' title='2 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/11605437595815477'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/11605437595815477'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2008/01/i-dont-want-ipv6-in-ubuntu.html' title='I don&apos;t want IPv6 in Ubuntu'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-7008125702572457993</id><published>2007-12-27T12:04:00.000+01:00</published><updated>2007-12-27T12:05:03.917+01:00</updated><title type='text'>Mac OS X (Tiger) and VPN</title><content type='html'>This article applies to the latest update of Mac OS X Tiger, 10.4.11. I cannot tell, if you can find the option described here, in a previous version of the operating system.&lt;br /&gt;&lt;br /&gt;In Mac OS X you can create VPN client connections by the application Internet Connect, under the Application folder.&lt;br /&gt;&lt;br /&gt;The procedure is straightforward, but at the end there is only one annoying issue.&lt;br /&gt;When you decide to start up your new VPN connection to connect to the remote LAN it is impossible to use your gateway to continue to surf the web or download e-mails until you close the VPN.&lt;br /&gt;In the best scenario you end up using the gateway of the remote LAN in the worst one you are limited to access only machines and devices of the remote LAN.&lt;br /&gt;&lt;br /&gt;The solution is not too far. Select the menu "Connect" and then Option from the Internet Connect app.&lt;br /&gt;Uncheck "Send all traffic over vpn connection" and confirm your choice.&lt;br /&gt;This is a global option, that applies to every VPN connection you may have in your list.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-7008125702572457993?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/7008125702572457993/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=7008125702572457993' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/7008125702572457993'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/7008125702572457993'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2007/12/mac-os-x-tiger-and-vpn.html' title='Mac OS X (Tiger) and VPN'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-1945140946027334704</id><published>2007-12-11T18:45:00.000+01:00</published><updated>2007-12-11T18:50:39.757+01:00</updated><title type='text'>Mac OS X and the file hosts</title><content type='html'>Mac OS X stores the file &lt;i&gt;hosts&lt;/i&gt; in /private/etc directory.&lt;br /&gt;&lt;i&gt;hosts&lt;/i&gt; is useful when there is no DNS server on the LAN and you want to reference a computer by name instead of its IP address.&lt;br /&gt;In the majority of the Unix systems and Windows as well, editing the &lt;i&gt;hosts&lt;/i&gt; file is sufficient to achieve the goal.&lt;br /&gt;In Mac OS X it is also necessary to make changes at the local NetInfo database.&lt;br /&gt;&lt;br /&gt;Here's how.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://docs.info.apple.com/article.html?artnum=88158" target=_blank&gt;Mac OS X: How to Add Hosts to Local &lt;i&gt;hosts&lt;/i&gt; File&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-1945140946027334704?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/1945140946027334704/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=1945140946027334704' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/1945140946027334704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/1945140946027334704'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2007/12/mac-os-x-and-file-hosts.html' title='Mac OS X and the file &lt;i&gt;hosts&lt;/i&gt;'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-4620738935353216381</id><published>2007-10-17T17:43:00.000+02:00</published><updated>2007-12-11T18:38:19.396+01:00</updated><title type='text'>Starting Mac OS X in safe mode</title><content type='html'>Booting up Mac OS X in safe mode can solve some troubleshooting issues.&lt;br /&gt;&lt;br /&gt;Beginning with Mac OS X version 10.2 and later it is possible to start the operating system in a special mode called "Safe Boot".&lt;br /&gt;To do so you must press the shift key, just after switching on your Mac and holding it down until you see the spinning gear under the gray apple.&lt;br /&gt;&lt;br /&gt;Find out what maintenance procedures are run, reading this Apple knowledge base &lt;a href="http://docs.info.apple.com/article.html?artnum=107392" target=_blank&gt;article&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-4620738935353216381?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/4620738935353216381/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=4620738935353216381' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/4620738935353216381'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/4620738935353216381'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2007/10/starting-mac-os-x-in-safe-mode.html' title='Starting Mac OS X in safe mode'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-2027716507231280186</id><published>2007-10-03T07:02:00.000+02:00</published><updated>2007-10-03T07:03:20.367+02:00</updated><title type='text'>Windows XP desktop disappeared</title><content type='html'>What if one day you turn on your PC and instead of displaying the desktop full of icons you'll just see the wallpaper.&lt;br /&gt;And worse, even rebooting in safe mode has the same result.&lt;br /&gt;&lt;br /&gt;Before preparing to reinstall the operating system you can try this.&lt;br /&gt;&lt;br /&gt;Bring up task manager pressing Ctrl-Alt-Del. Choose "New task" from the File menu.&lt;br /&gt;Type regedit in the run box and search for the following registry key.&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution.options&lt;br /&gt;&lt;br /&gt;There should be two subkeys. One named &lt;b&gt;explorer.exe&lt;/b&gt; and the other &lt;b&gt;iexplore.exe&lt;/b&gt;.&lt;br /&gt;Delete both keys, close the Registry editor and restart the computer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-2027716507231280186?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/2027716507231280186/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=2027716507231280186' title='3 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/2027716507231280186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/2027716507231280186'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2007/10/windows-xp-desktop-disappeared.html' title='Windows XP desktop disappeared'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-3316513385364118433</id><published>2007-09-17T10:45:00.000+02:00</published><updated>2007-09-17T11:36:56.279+02:00</updated><title type='text'>Resource Fork, how to get rid of it</title><content type='html'>&lt;center&gt;&lt;b&gt;&lt;i&gt;***** WARNING *****&lt;br /&gt;&lt;br /&gt;Use the informations of this post at your own risk&lt;br /&gt;You can loose data if you don't know what you are doing&lt;/i&gt;&lt;br /&gt;&lt;/b&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;How do you know if one file has associated resource fork with it.&lt;br /&gt;&lt;br /&gt;It's fairly simple.&lt;br /&gt;Open up the Terminal application. Change the directory to the one the file is located and type this command&lt;br /&gt;&lt;br /&gt;&lt;i&gt;ls -la filename/rsrc&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;If the file "filename" has resource you'll see an output like this one&lt;br /&gt;&lt;br /&gt;&lt;i&gt;-rw-r--r--   1 yourusername  yourusername  57847 Jan  1  2004 filename/rsrc&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;In this case the resource fork size is 57847 bytes long.&lt;br /&gt;&lt;br /&gt;If the file has no resource fork at all, the file size should be 0 (zero).&lt;br /&gt;&lt;br /&gt;What about get rid of this resource information&lt;br /&gt;&lt;br /&gt;Create an empty file&lt;br /&gt;&lt;br /&gt;&lt;i&gt;touch emptyf&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;and copy it over the resource&lt;br /&gt;&lt;br /&gt;&lt;i&gt;cp emptyf filename/rsrc&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Check the result issuing the ls command again&lt;br /&gt;&lt;br /&gt;&lt;i&gt;ls -la filename/rsrc&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;This time the output should look like this&lt;br /&gt;&lt;br /&gt;&lt;i&gt;-rw-r--r--   1 yourusername  yourusername  0 Sep 17 10:48 filename/rsrc&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;To know more about the macintosh file system read these articles&lt;br /&gt;&lt;br /&gt;&lt;a href="http://developer.apple.com/documentation/mac/MoreToolbox/MoreToolbox-11.html" target=_blank&gt;Apple&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/Resource_fork" target=_blank&gt;Wikipedia&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-3316513385364118433?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/3316513385364118433/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=3316513385364118433' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/3316513385364118433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/3316513385364118433'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2007/09/resource-fork-how-to-get-rid-of-it.html' title='Resource Fork, how to get rid of it'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-138725006212590816</id><published>2007-05-17T23:41:00.000+02:00</published><updated>2007-06-18T09:07:33.608+02:00</updated><title type='text'>Getting the username password logon panel</title><content type='html'>In system preferences under account, login option, there are three choices regarding the way Mac OS X displays the logon panel to the user at the end of the startup process. &lt;br /&gt;&lt;br /&gt;- Automatic logon as&lt;br /&gt;- Users list&lt;br /&gt;- Name and password&lt;br /&gt;&lt;br /&gt;Generally the User list is the preferred picking because of the picture.&lt;br /&gt;There are a sequence of keys that can momentarily change this behaviour from User list to Name and password.&lt;br /&gt;&lt;br /&gt;Press the 'esc' key. The password box disappears.&lt;br /&gt;&lt;br /&gt;Press the first letter of a user name in the list. The foreground around the picture and the name become darker.&lt;br /&gt;&lt;br /&gt;Press alt(option)+shift+enter(return)&lt;br /&gt;&lt;br /&gt;and in a matter of a second the panel changes its appearance, asking you to type in the user name and your password.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-138725006212590816?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/138725006212590816/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=138725006212590816' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/138725006212590816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/138725006212590816'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2007/05/getting-username-password-logon-panel.html' title='Getting the username password logon panel'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-8221491927332517022</id><published>2007-04-29T14:51:00.001+02:00</published><updated>2007-04-29T15:17:19.245+02:00</updated><title type='text'>Can't install Mac OS onto your Macintosh?</title><content type='html'>Every Macintosh computer comes with its own version of the operating system out of the box.&lt;br /&gt;&lt;br /&gt;Some people, for any reason, want to have different versions of the Mac OS on the same computer.&lt;br /&gt;&lt;br /&gt;This is possible only if you install a later version of the OS.&lt;br /&gt;&lt;br /&gt;For example. Your Mac came with Mac OS X (Panther) 10.3.7.&lt;br /&gt;Well, on that Mac you can neither install Mac OS X 10.3.6 nor any previous versions.&lt;br /&gt;But, you can install any version of Mac OS X that came out after 10.3.7 without any trouble.&lt;br /&gt;&lt;br /&gt;See this technical &lt;a href="http://docs.info.apple.com/article.html?artnum=25497" target=_blank&gt;document&lt;/a&gt; for reference.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-8221491927332517022?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/8221491927332517022/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=8221491927332517022' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/8221491927332517022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/8221491927332517022'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2007/04/cant-install-mac-os-onto-your-macintosh.html' title='Can&apos;t install Mac OS onto your Macintosh?'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-4757989940993551673</id><published>2007-04-09T18:17:00.001+02:00</published><updated>2007-04-09T18:40:23.697+02:00</updated><title type='text'>Diacritical mark on Italian Mac keyboard layout</title><content type='html'>Every keyboard layout contains just a bunch of letters pertaining to the corresponding alphabet that a particular keyboard  was made for.&lt;br /&gt;&lt;br /&gt;For example, on the Macintosh Italian keyboard there are the most used accented letters in Italian words such as à, è, é, ì, ò, ù.&lt;br /&gt;But from time to time it is necessary to use some other letters such as the Germanic ü.&lt;br /&gt;Without switching the keyboard layout in System Preferences panel, is easy to obtain those letters, using dead keys.&lt;br /&gt; &lt;br /&gt;A dead key produces no output when it is pressed, but modifies the output of the next key pressed after it.&lt;br /&gt;&lt;br /&gt;Here you can see how is simple to get the most used character in Western country alphabets.&lt;br /&gt;&lt;br /&gt;The option key is the key labelled with "alt". These key combinations are intended for Italian keyboard only.&lt;br /&gt;&lt;br /&gt;´ option-8 (á, é, í, ó, ú)&lt;br /&gt;` option-9 (à, è, ì, ò, ù)&lt;br /&gt;¨ option-u (ä, ë, ï, ö, ü, ÿ)&lt;br /&gt;^ option-^ (â, ê, î, ô, û)&lt;br /&gt;~ option-n (ã, õ, ñ)&lt;br /&gt;&lt;br /&gt;which is then followed by the letter the accent is intended for.&lt;br /&gt;To obtain ñ press option plus the n key, release them, then press the n key again. In Mac OS X, pressing one of these key combinations creates the accent and hi-lights it, then produces the finalized character when a supported character is pressed, otherwise it leaves the accent remaining.&lt;br /&gt;&lt;br /&gt;See &lt;a href="http://en.wikipedia.org/wiki/Keyboard_layout" target=_blank&gt;Wikipedia&lt;/a&gt; for an exhaustive explanation.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-4757989940993551673?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/4757989940993551673/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=4757989940993551673' title='1 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/4757989940993551673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/4757989940993551673'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2007/04/diacritical-mark-on-italian-mac.html' title='Diacritical mark on Italian Mac keyboard layout'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2646724063375826208.post-4490088504122302848</id><published>2007-04-08T19:07:00.000+02:00</published><updated>2007-04-09T10:30:56.505+02:00</updated><title type='text'>Error authenticating Tiger clients against SMB server</title><content type='html'>After upgrading a PowerMac from Mac OS X Jaguar to Mac OS X Tiger, this client couldn't access a remote folder hosted on a Sun server running Samba services.&lt;br /&gt;&lt;br /&gt;I did not have access at the Sun server so I needed a solution for the client and fortunately I found it browsing the web.&lt;br /&gt;&lt;br /&gt;The problem is that the Sun server expected the password from the client in clear text.&lt;br /&gt;&lt;br /&gt;The following is a link to Apple knowledge base about this &lt;a href="http://docs.info.apple.com/article.html?artnum=301580" target=_blank&gt;issue&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2646724063375826208-4490088504122302848?l=stickyworknotes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://stickyworknotes.blogspot.com/feeds/4490088504122302848/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2646724063375826208&amp;postID=4490088504122302848' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/4490088504122302848'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2646724063375826208/posts/default/4490088504122302848'/><link rel='alternate' type='text/html' href='http://stickyworknotes.blogspot.com/2007/04/error-authenticating-tiger-clients.html' title='Error authenticating Tiger clients against SMB server'/><author><name>William Wallace</name><uri>http://www.blogger.com/profile/15081577169545849753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.sintesy2k1.net/repository/baby.jpg'/></author><thr:total>0</thr:total></entry></feed>
