Tagged Questions
2
votes
3answers
405 views
How can I learn Shell Programming?
What are the tools needed for shell development, and are there examples?
0
votes
0answers
571 views
Autorun script as root using a LiveCD? [closed]
Currently I am trying to use Ubuntu Mini Remix 11.04 (i386) (which is Ubuntu 11.04 without the install files) to create bootable USB key that will automatically run couple of different scripts. I have ...
0
votes
1answer
147 views
Remove previous dependencies in .deb scripts on package update [closed]
I'm trying to work a way to remove a previous dependency in the .deb files script files, obviously apt-get remove won't work as apt is locking whilst it updates to the new package. Is there a ...
3
votes
2answers
317 views
Startup script for starting applications in certain workspaces and positions
Since Ubuntu 11.04 has removed the session save feature, is it possible to write a script to open certain applications in specified workspaces and set their position? Please provide an example (for ...
2
votes
2answers
1k views
Help on if-else in shell
Please help me writing a shell programming using if else, all possibile code using [[ ]], [ ], (( )).
I tried but it does not work (you can check my previous question Arithmetic binary operators -gt, ...
1
vote
0answers
188 views
Make EVDO Connection auto disconnect when the connection is idle [closed]
In Windows under dial-up connections there is Idle Timeout setting. Is there any similar feature under Ubuntu for EVDO connections? If yes, how can I enable it?
2
votes
4answers
325 views
Reorder Files inside Folder
I have about 30K songs in mp3. I already organized/tagged them with Musicbrainz Picard. But Picard made an excess of folders and subfolders inside each other because of the tags. What I need now is a ...
2
votes
1answer
411 views
Reconnecting to a PPP connection on a Verizon Wireless Modem
OK, I have a shell application running on Ubuntu 11.04 which must use a Verizon Wireless Modem to stay connected. I can't figure out how to invoke this application from the shell, but can do so from ...
1
vote
0answers
130 views
How to write a script to change the screen? [closed]
In my office, I am connecting an external monitor to my laptop. The problem is when I switch to the external monitor and disconnect it, it doesn't automatically switch back to my laptop's screen and I ...