General :: When Press "Stop Friendly" Button, It Will Execute The Script That Is Located At /home/kenzo/stopfriendly.sh?

Oct 25, 2010

I'd like to use a webmin to execute scripts as the picture. When I press "Stop friendly" button, it will execute the script that is located at /home/kenzo/stopfriendly.sh or it will execute /home/kenzo/stopserver.sh when I press "Stop" button.

View 1 Replies


ADVERTISEMENT

General :: How To Execute Binaries Located In Different Directory

Feb 8, 2011

I am a newbie in writing unix scripts: I have a file with a list of arguments like:

./a arg1 arg2 arg3
./b arg1 arg2 arg3
.
.
.
./n arg1 arg2 arg3

But these binaries (a,b,..etc) are in a different sub directory from where the above file is located. How do I write a script that will pick up each line from the file and execute it.

View 2 Replies View Related

General :: Turn The Power Button Into A Key Press?

Apr 20, 2011

Is it possible to have the power button emulate the press of a key? On my media centre I have XBMC running and it doesn't recognise me pressing the power button. If I press S (on the keyboard) the shutdown menu pops up.

View 2 Replies View Related

General :: Check The Status Of Mouse-button/ A Key Press Using C ?

Jun 23, 2011

1) check if a mouse button is pressed down. I need to check this status of mouse button again and again inside a loop. Depending on the status, some function will be called. OR

2) check if some key of the keyboard is pressed down. I need to check this status of 'key' again and again inside a loop. Depending on the status, some function will be called.

Either of the two above will serve my purpose.

I am using Ubuntu 10.10.

View 4 Replies View Related

General :: Detect That An User Has Press The Scan Button On An Epson Scanner?

Dec 28, 2010

It seems that they are not shown under xev ...Someone knows if old scanner, can be detected in terms of button pressing ?[URL]button pressing does not show up into deamon.log

View 1 Replies View Related

General :: /home/Local_Data A Directory Is Located On PC Or On A Server?

Nov 1, 2010

is /home/Local_Data a directory located on your PC, or on a server? and how can we know that?

View 3 Replies View Related

Ubuntu :: Unable To Press 'unlock' Button

May 26, 2010

i use ubuntu 10.04.its working quite normally.i installed ubuntu tweak and compiz fusion etc.For a few days i didn't have any problem.but after some time in the case of ubuntu tweak,i am unable to press the 'unlock' button.its as if its freezed or something.nothing will happen.in the case of compiz fusion i am unable to change its settings and change the effects.the software center application which is one of the default applications, i am unable to install a thing.the install button there is also freezed.like wise i think my super powers have gone automatically.but when i checked the users and admin settings i still have the super powers and i am the administrator.so i deleted that user and made an another user.

View 1 Replies View Related

Ubuntu :: Button To Press When Booting To Log Into Safe Mode?

Aug 20, 2010

Is there a button I can press when booting to log into a 'safe mode' ? Like f5-f6 does on windows? Or a command prompt? My ubuntu fails when it loads X and cant get out of it, is there something I can do to allow me to log into the system to see whats the problem or revert it back to the old settings?

View 2 Replies View Related

Hardware :: Joypad Responds Then Freezes A Second After Button Press?

Apr 13, 2010

I've got a USB joypad plugged in to my gentoo machine and I've followed the steps in the Wiki for joysticks [URL]Checked Kernel compilled with:

Code:
Device Drivers -->
HID Devices --->

[code]....

View 1 Replies View Related

OpenSUSE :: Press The Right Mouse Button For More Options (such As Mount Or Eject)

Mar 29, 2011

openSuse 11.4 64bit fresh install, KDE 4.6.0. Now I am probably being obtuse, but If I click on the wonderfully named "My Computer" I get, among other things, a display of Disk Information; hard drive partitions and any DVDs or CDs. If I let my mouse cursor alight on any of these, I get a message "Press the right mouse button for more options (such as Mount or Eject)" But if I press the right mouse button, I don't get those options; I get a message "Open in new window, Open in new tab, Open with ..., Create file project with K3b, and Compress ...".

View 5 Replies View Related

Ubuntu :: When Press Button INSTALL UPDATES In Update Manager, Nothing Happens?

Mar 28, 2010

My Update Manager stopped working for last three weeks. When I press button INSTALL UPDATES in Update Manager, nothing happens just Reading packing information is executed and when it is finished nothing continues,so nothing I chosen is installed. I have tried to fix broken packages in Synaptic Manager, but no change.

View 2 Replies View Related

Ubuntu :: Update Manager Freezes When Press Install Updates Button

Apr 25, 2010

I am a new user of ubuntu and have found that the Update Manager freezes when I press Install Updates button. what to do next as I am way behind with the updates.

View 1 Replies View Related

Hardware :: CUPS And HP LaserJet P1505n - Green Button Press Required For Printing

Feb 21, 2011

At work I've got a HP LaserJet P1505n printer that is used as network printer. It has an ethernet port and is plugged in directly into the network. Everybody in the office is using Windows and has no problems working with it. After a few hours of google-ing, I also managed to set it up with CUPS as a LPD printer, with some problems: every time I send a document to it, it goes into the "error" state, and I have to press the "green" button for the printer to start printing. Is there a way to work around these errors? I tried to google for these kind of errors, but couldn't find anything useful.

View 3 Replies View Related

Ubuntu :: Stop The Splash Screen 'can't Mount /dev/md0' Press?

Nov 14, 2010

I've set up a RAID6 array with a normal hard disk (/dev/sda) for boot. However whilst rebooting the computer I noticed that ubuntu is booting into a splash screen asking me: Can't mount /dev/md0 (which is my RAID6 array) Press s to skip, c to continue, something along those lines. The reason for this is that one of the drives from the RAID6 array was showing Uncorrectable read errors towards the end of the disk.I was unaware of. I'm in the process of replacing this.

As this server is completely headless (all I have remotely is SSH), I had to plug in a monitor and keyboard to find out that all I had to do was press S to get it to boot. Wasted around an hour for that!

So my question is, how do I get Ubuntu to stop automatically trying to mount /dev/md0 before it boots? Booting so that I can get SSH access is more important than getting the raid drive. Here is my /etc/fstab file (note I've put a # in front of /dev/md0, sdg1 and sdh1 are external ESATA drives, UUID is the swap):

[Code]...

View 1 Replies View Related

Ubuntu :: Option To Hide / Unhide Hidden Files Inside Nautilous With Press Of Button?

Nov 1, 2010

Is there an option to hide and unhide hidden files inside nautilous with a press of a button?And without the need to browse the edit-preferences-etc all the time?

View 4 Replies View Related

General :: Execute Bash File - Always Back To Home Dir?

Apr 11, 2010

In my bash file I have asked to navigate to some subdir, unzip a file and stay there but when I type pwd I can see i'm always back to home dir.Any way to get shell stick to subdir?

View 4 Replies View Related

Fedora :: Audio Notify Thingy Appears On The Middle Of My Screen When Press Sound +/- Button Of Keyboard

Dec 24, 2010

when I press sound +/- button of my keyboard this gui thingy appears on the middle of my screen. Its transparent black, there is a speaker icon on the middle of it this thingy; [URL] ps: I don't want to kill or close it, I just want to know what is it. Which process which software and how can I hack it

View 2 Replies View Related

Hardware :: Add Button To Execute Specific Command?

Oct 27, 2010

I have a headless server and I'd like to add a physical button that when pressed would execute a specific command, is there such a device?

View 1 Replies View Related

Ubuntu :: System Crashing 10.04 \ Running Again Is To Press The On/off Button Until The System Powers Off And Restart?

Sep 6, 2010

I am an absolutely beginner with Linux (ubuntu). I got fed up with widows and decided it was time to go. I installed (clean install from a cd) ubuntu 10.04 on my desktop. It is an hp compaq d220 MT.It looks good and feels good, well at least for a while since it keeps crashing. The screen starts to flicker, goes black, and the only way to get it up and running again is to press the on/off button until the system powers off and restart.

View 2 Replies View Related

Ubuntu :: Boot Windows 7 By Default And Have Boot From Button Press?

Sep 21, 2010

i was just wondering if there was any way to make it only boot ubuntu from pressing a button at startup like f11 or something instead of coming up with a menu asking me to choose which operating system to boot.

View 2 Replies View Related

Debian :: Have To Press The "F5" Button All The Time

Apr 27, 2011

I am running Squeeze on a thinkpad R61.

Both on deskton screen and ie. the iceweasel I all the time have to hit the "F5" button to use my laptop .

The problem: At any point on the screen the mouse get all the area active from that point.

How to disable that?

Had to hit the "F5" button several times to write this. And hit "Crtl+Z" to finish the writing, because of the text disappears.... (But can get the text back with "Crtl+Z") ?!

View 7 Replies View Related

Ubuntu :: 10.4 - Xp Home Ed. Dual Boot - Disk Read Error - Press Ctrl+Alt+Del

Jul 27, 2010

I dual booted xp home ed with ubuntu netbook remix10.4 and in the grub loader (i did side by side install) it shows xp at the bottom (after ubuntu, ubuntu recovery mode, memcheck64 , xp

All of the loaders work fine (ubuntu loads fine, im typing this from ubuntu.) but xp will just say: Disk Read Error. Press Ctrl+Alt+Del

One hard drive is partioned 500GB HD ([440gb XP partition] + [60gb ubuntu])

View 9 Replies View Related

Ubuntu :: No Shutdown Button Sometimes In 10.04 / Stop It From Doing This?

May 30, 2010

Sometimes when I turn on Ubuntu the shutdown button dissapears

If I log out and log back in it will re-appear
But it is a hassle
How do I stop it from doing this

View 3 Replies View Related

Ubuntu :: When Press Shutdown Button On Ubuntu It Does Nothing?

May 23, 2011

when i press shutdown button on Ubuntu it does nothing. Even if i wait 5 minutes..How could i fix this? I have to use SWITCH USERS at the moment... then shutdown from thereSorry about the typing im on a live cd which recognises the wrong keyboard.

View 6 Replies View Related

Ubuntu Servers :: How To Use Start-stop-daemon To Execute Process

Sep 27, 2010

I've just installed subversion.I need to create a script /etc/init.d/svnserve that will start at boot time.I want to use start-stop-daemon --start so I can track my process and eventually kill it using start-stop-daemon --stop.My problem is that I can't get it to work and the documentation shows no exemple.

I've replaced $DAEMON by the whole line: svnserve -d -R -r $REPO_ROOT and got -d is not an option.I'm not quite sure what to do at that point. If someone has some experience with start-stop-daemon it would be great.

View 2 Replies View Related

Ubuntu :: Press C To Continue To Wait Or Press S To Skip Mounting Or M For Manual Recovery?

Mar 23, 2011

I'm randomly getting 'Continue to wait; or press S to skip mounting or M for manual recovery...' or something like that at boot ((it flashes very quickly)- If I don't press anything, I'm prompted for my password (I configured it to login with password) and the desktop loads...

I'm using Ultimate Edition 2.6.1 -> Ultimate Edition Home

I was using my 1TB hdd to dual-boot linux, windows, and for storage...Yesterday, I imaged the linux partition, and restored it to an approximately 66GB partition I created on a 150GB hdd...Besides the 66GB partition, the rest of the 150GB hdd is 'unallocated space'... That's when the above message started...Below are screenshots of the fstab and partitions as they are now...

View 9 Replies View Related

General :: Looking For A Newb Friendly Distro...

Dec 3, 2010

...but not just any kind of distro. Im talking about a text based distro where I will be able to write text only documents on a black screen as well as save them. I do not wish to run internet or anything else, just a text editor and a directory.

View 4 Replies View Related

General :: Able To Contribute A Little Something And Where There Would Be Friendly Developers

Dec 20, 2010

I'm looking for a Linux distribution that is somewhat smaller than the large distros out there. Possibly somewhere to hang my hat where I may be able to contribute a little something and where there would be friendly developers. Are there any projects out there that are basically run by a community of folks (not a corporation) that would welcome users and maybe .

View 1 Replies View Related

Ubuntu :: Stop Selecting Menu Items On Button Release?

May 23, 2011

how can I stop selecting items in menus on mouse button release? Sometimes I open a menu and move the mouse slightly before releasing it and I accidently select the item on the menu, which is annoying.

View 4 Replies View Related

OpenSUSE :: Delete Files On Data Partition Slow Because Trash Is Located On Home Partition?

Aug 18, 2011

KDE 4.6 - opensuse 11.4.

I have a separate ext4 partition which contains all my data (music, movies, etc). When I delete files from this partition it is very slow because it copies files from my data partition to the Trash folder in my home partition. How can I avoid this? Can't the trash be configured so that it uses a trash folder in each partition instead of copying files to another partition (which is slow).

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved