For apple there is Dashboard and for PC there is Konfabulator so whats the alternative app for linux ? I hear you ask. Well , there is screenlets . Some people will argue gDesklet is Old-time stable appl but I find it really OLD .
Visit http://screenlets.org to get the Latest file and download it , installing is not that easy as there is no BINARY installer yet (like rpm or .deb) and Still have difficulty to get manager running. still the individual screenlets (like clock,calender,notes) are easily runnable. Still in development, the author has done incredible job for creating small foot print and good on resource usage (less cpu/ram) application . core language I found used is "Python" plus its Opensource
Following is screenshot of all widgets running (~800kb):-
Video of how I fireup the screenlets (~ 1.3mb) :-
Sunday, October 21, 2007
Howto get Apple dashboard widgets or Konfabulator widgets in Linux
Posted by anshuman at 3:29 PM 0 comments
Saturday, October 13, 2007
Inside Google Desktop: Google Desktop for Linux 1.1 Beta
Inside Google Desktop: Google Desktop for Linux 1.1 Beta
I upgraded my previous installation of Fedora 7 easily by using command rpm -Uvh google-desktop-linux-current.rpm .
Posted by anshuman at 7:18 PM 0 comments
Tuesday, October 9, 2007
Howto connect Windows machine through RDP from Linux machine (fedora7)
Now, Windows has its own protocol called RDP (Remote Desktop Protocol) specially created for admins who want to connect to Windows machines located remotely.
But if you are Linux desktop user, you dont have any application from Microsoft (obviously!) so there is native app to accomplish this.
Try the following command.
==========================================
sudo yum install tsclient
==========================================
This will install Linux app call Terminal server client , this supports RDP RDP5 as well as VNC. its easy to use. Watch the video demo to see how it goes.
Posted by anshuman at 7:59 PM 0 comments
How to transfer files fast and secure between linux and windows using Winscp from windows pc
So you have access to Linux box without GUI or Linux server located remotely and you only have username access with SSH service running on Linux box, the fastest and most secure way to transfer is using sftp (or secure ftp tunneled on ssh).
Check out the video how I use winscp application on Windows XP to transfer files back and forth between the two operating systems.