Saturday, January 26, 2008

WebMynd


WebMynd is a site that is supposed to save the content of all of the pages that you view.  Their claim is that you will not need to bookmark any site, but you will be able to search for any of the site that you have seen.



WebMynd is a Firefox add-on that stores the web pages to your local computer.



I am not going to install this.  I already have this functionality with Google Desktop.



 [via TechCrunch]

Connect 360


Connect 360 is a Mac OS X preference pane that lets your play/view content from your Mac OS X computer on your Xbox 360.  It uses iTunes to get the list of tracks and playlist, and iPhoto for photos.  You specify a directory to indicate what videos should be shared.



The demo worked for me, though I only used it to view videos.  The demo will let you view a good number of files.



I would love to use this to view all of my content on my TV.  This would allow me to remove the Mac mini from the AV rack and keep it in the closet.  Unfortunately, the Xbox doesn't support all of the video formats that the Mac mini can, so I would have to transcode many of my videos. 

Friday, January 25, 2008

Tail remote logs


In this post, I mentioned that I was looking for a way to tail log files on a remote computer. Stig commented with a suggestion.  You can specify the sudo and tail command to ssh




ssh user@hostname 'sudo tail -f /var/log/messages'



I am using this solution, but there are two problems:



  1. Your password will appear in the clear in the terminal window when entering it for the sudo command

  2. sudo has to be configured to work on a non-tty terminal, which could be a security hole.


Printing Across VLANs: A Secure and Scalable Solution

In my previous configuration, I used a CUPS server with multiple network interfaces to enable printing from computers on restricted networks...