APOD capture application for Linux backgrounds?
APOD capture application for Linux backgrounds?
Does anyone know if a script has been written to set the background for Linux desktops? In particular I am interested in KDE/SuSE.
I know there is a Windows application... If there is nothing available for Linux, would it be possible to get the source code for the Windows app? Or perhaps, the specs on how to get the APOD off the internet, perhaps at some standard URL? I am an experienced programmer so it could possible for me to write something up for Linux if I can gather enough technical detail to put something together...
Thanks for any assistance... Darkstar...
I know there is a Windows application... If there is nothing available for Linux, would it be possible to get the source code for the Windows app? Or perhaps, the specs on how to get the APOD off the internet, perhaps at some standard URL? I am an experienced programmer so it could possible for me to write something up for Linux if I can gather enough technical detail to put something together...
Thanks for any assistance... Darkstar...
Re: APOD capture application for Linux backgrounds?
This may not be exactly what you are used to.Darkstar wrote:Does anyone know if a script has been written to set the background for Linux desktops? In particular I am interested in KDE/SuSE.
I cycle my background every hour and a lot of the images I use are from APOD. This script does not come with a GUI or drag and drop or anything fancy, you build a file of command lines, each one paints the background in the way you want:
http://mywebpages.comcast.net/despen/rootshow.html
I made a script that seems to workat least as often as the windows program. It uses curl to download the web site. Please feel free to use it and change it as you like. I recently added the feature that the explanation text is downloaded and put in an html file on your desktop. You can of course just comment this out.
Please feel free to change whatever you ant in the script.
http://staff.science.uva.nl/~ygrange/sc ... tchapod.sh
Please feel free to change whatever you ant in the script.
http://staff.science.uva.nl/~ygrange/sc ... tchapod.sh
say, cant you just use url [here] to specify background in kde?
Re: APOD capture application for Linux backgrounds?
What is the software to read data on windows partition from linux partition? I am using dual boot system and i want to know the software for reading data on the windows partition from the linux partition... I want to use linux but data are all in the windows partition... Is there any software for reading the data ?
Re: APOD capture application for Linux backgrounds?
alexeena on Thu Apr 09, 2009 10:14 pm asked:
Gary
When you "mount" a disk or partition, use the type "-t msdos" to access an MSDOS directory.What is the software to read data on windows partition from linux partition?
Gary
Re: APOD capture application for Linux backgrounds?
Sambaalexeena wrote:What is the software to read data on windows partition from linux partition?
Re: APOD capture application for Linux backgrounds?
How to invoke the Linux Terminal in LINUX when a process becomes unresponsive? If a process becomes unresponsive in WINDOWS then we press "alt+ctrl+del" to invoke the task manager & then terminate the process.Is there any similar way to invoke the Linux Terminal so that we can end a process by the 'kill' command when it becomes unresponsive?Any help would be gladly accepted.
Last edited by merciana on Fri Jul 31, 2009 5:56 am, edited 1 time in total.
Re: APOD capture application for Linux backgrounds?
ps -af will list the processes you have running. You can then use the pid to kill the process. Be careful killing processes. Kill child processes first to avoid creating zombies.merciana wrote:How to invoke the Linux Terminal in LINUX when a process becomes unresponsive? If a process becomes unresponsive in WINDOWS then we press "alt+ctrl+del" to invoke the task manager & then terminate the process.Is there any similar way to invoke the Linux Terminal so that we can end a process by the 'kill' command when it becomes unresponsive?Any help would be gladly accepted.
APOD for LINUX
As many geeky types have done, I have made the switch to Linux and sorely miss APOD.
The Windows background updater prompted me to share and expose others regularly to APOD. Is there no super-geek that can port the Windows app over to Linux, and maybe even Mac? 8)
The Windows background updater prompted me to share and expose others regularly to APOD. Is there no super-geek that can port the Windows app over to Linux, and maybe even Mac? 8)