9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
There is a website providing traffic camera images that gets updated every few minutes.
My aim is to download the images over time to get a view of traffic conditions through the day.
Website: CHECKPOINT.SG
Image link, as taken from site source: http://www.checkpoint.sg/sg/2701
I tried... (2 Replies)
Discussion started by: Leion
2 Replies
2. Debian
Hi,
i use a crunchbang-LINUX . The Problem: When i download and save a picture, the system automaticaly launches gimp. i tried to find a config file, were i can switch of this "gimp-start," but unfortunatelly i didnt find it.
cat /etc/X11/default-display-manager
/usr/bin/slim
I'm also not... (2 Replies)
Discussion started by: IMPe
2 Replies
3. Shell Programming and Scripting
Hi all..
I have a command for example /abc/def/ghi.jkl Filename filename1.
If I run this command, it will ask for y/N which I have to type manually.
Now Im trying to automate it using shell script and input the y option.
Please help me on doing this.
Thanks in advance. ... (7 Replies)
Discussion started by: Sathya83aa
7 Replies
4. Ubuntu
Hi,
If I have folder with many pics, and I would like to use that folder for my desktop.
But I don't want a specific pic, I want to replace every set of time the pic from the pics in that folder.
How can I do that?
In ubuntu of course. (0 Replies)
Discussion started by: programAngel
0 Replies
5. Shell Programming and Scripting
Given a particular line number and a corresponding column number, can i write something in the file during run time?
For example x=1 and during runtime i want to write the value of x in column 100 of every line of a given file, then how shud that be done?
Thanks (9 Replies)
Discussion started by: arindamlive
9 Replies
6. Solaris
Hello All,
We have a v245 that powered itself off for no reason. Searching around we discovered there is a bug were a temp error is being reported but doesnt actually exist, SUN released an EPIC update, the README is shown below but even after upgrading the ALOM to the latest v1.6.10 we do not... (8 Replies)
Discussion started by: Wez
8 Replies
7. Forum Support Area for Unregistered Users & Account Problems
I like it! (1 Reply)
Discussion started by: jgentile
1 Replies
8. UNIX for Dummies Questions & Answers
My system did stay appears the error Run Time Library Error. What itīs? When the error appear, iīve to reboot my system and lost all I did. Is there the UNIX System problem? Please. I need help!!! (4 Replies)
Discussion started by: marpin
4 Replies
9. Shell Programming and Scripting
Hi,
Suppose I have a User define function get_abc in which I am using $0 to get the name of function. But when I call that function in any script, $0 will give the script name, not the function name.
For example:
Function: get_abc
-------------------
get_abc( ){
echo $0
}
Script:... (3 Replies)
Discussion started by: yeheyaansari
3 Replies