Software :: Unlink Action From Keycode ?

Jun 9, 2010

I am trying to unlink the action triggered by my fn-F5 key, which is a toggle wlan action.

I really don't know were this kind of action is defined, but I want to replace it by another one.

It should happen either by unlinking that action or by overriding.

The key is catched by HAL:

View 4 Replies


ADVERTISEMENT

OpenSUSE :: Make Keycode 22 Have The Same Function As Button 1

Dec 19, 2010

I guess I would have to use xmodmap to do this. I already used XEV to find out that the button I need changed was keycode 22. I have a Dell Vostro 1500 and I want the remote control to have a different function.

suse 11.3 / x32 / kde4

View 1 Replies View Related

OpenSUSE Hardware :: Assign Keycode To Keys Combination?

Jan 13, 2011

I have problem with my left cursor key on notebook (Toshiba l10-117) keyboard, I removed this key and checked if there is no dust or something but it didn't helped, probably i have to buy new keyboard in future.I'm wondering if it is possible to do something like this as temporary solution: if I use Alt+PageUp key it will work like left cursor key

View 2 Replies View Related

General :: Hiding A File Using Unlink Command?

Feb 1, 2011

While googling for soft link and hard link i found this part

Code:
{
FILE *fp;
fp = fopen("some.hidden.file","w");
unlink("some.hidden.file"); /* deletes the filename part */
/* some.hidden.file no longer has a filename and is truely hidden */
fprintf(fp,"This data won't be found
"); /* access the data part */

[Code]...

View 9 Replies View Related

Red Hat :: Excluding Unlink To A Particular File In Audit.rules?

Apr 11, 2011

I am running RHEL 5.4 Server (32-bit) and have my audit.rules file set up per a template that I am required to use. There is one particular rule that audit is auditing the unlink of files. With this set, my log files are filling up very fast, as there is a particular app that constantly touches/ deletes a couple of files, which the unlink is catching. Here is the audit rule:-a always,exit -F arch=b32 -S unlink -S unlinkat -S rename -S renameat -F auid>=500 -F auid!=4294967295 -k deleteI commented out the "-S unlink" and my logging returns to normal (as expected). For right now, I was wondering if there was a way to set this rule up to exclude these couple of files from what auditd is capturing?

View 1 Replies View Related

Red Hat / Fedora :: Excluding Unlink To A Particular File In Audit.rules?

Apr 11, 2011

I am running RHEL 5.4 Server (32-bit) and have my audit.rules file set up per a template that I am required to use. There is one particular rule that audit is auditing the unlink of files. With this set, my log files are filling up very fast, as there is a particular app that constantly touches/ deletes a couple of files, which the unlink is catching. Here is the audit rule:-a always,exit -F arch=b32 -S unlink -S unlinkat -S rename -S renameat -F auid>=500 -F auid!=4294967295 -k deleteI commented out the "-S unlink" and my logging returns to normal (as expected). For right now, I was wondering if there was a way to set this rule up to exclude these couple of files from what auditd is capturing?

View 1 Replies View Related

General :: Unlink Com Port And REDHAT Installation Files?

Jun 1, 2011

I tried to link USB to com port. Mistakenly I managed to link to one USB several ports. How can I unlink them in order to have only one linked? This is how it looks like!

lrwxrwxrwx. 12 May 26 16:26 com03 -> /dev/ttyUSB0
lrwxrwxrwx. 12 May 26 16:17 com10 -> /dev/ttyUSB0
lrwxrwxrwx. 12 May 26 16:22 com2 -> /dev/ttyUSB0
lrwxrwxrwx. 12 May 26 16:26 com3 -> /dev/ttyUSB0
lrwxrwxrwx. 12 May 26 16:27 com4 -> /dev/ttyUSB0

And second question, I have installation files for Redhat(73, 8, 9). Can I install them to Fedora 14? If yes, could you? please, help me with commands?

View 1 Replies View Related

Red Hat / Fedora :: What Happens When A Process Executes Unlink(".");

Feb 19, 2010

What happens when a process executes unlink(".");

What is the current directory of the process ? (Assume superuser permissions are given.)

View 1 Replies View Related

Software :: Alt Key Action In Compiz

Jan 28, 2010

Recently I have upgraded my archlinux and then my compiz is strange. When I press Alt key, the window menu, which contains "minimize", "close" and others, will pop up. This strange action disabled all shortcutd that need Alt key, such as Alt-Tab, and even key bindings in VIM. Is there any who can tell me what causes it? And which configuration is related to the keyboard action in compiz?

View 2 Replies View Related

OpenSUSE :: 11.2 Skype Action Could Not Be Completed

Jun 26, 2010

just reinstalled my 11.2 64, im truing to install skype and im getting this message: The action could not be completed

View 9 Replies View Related

OpenSUSE :: KDE Action Restrictions Does Not Work?

Jul 6, 2010

I'm working with Opensuse 11.2 and KDE 4.3.5. I tried to restrict the run command (with Alt-F2) in the kdeglobals file:

~/.kde4/share/config/kdeglobals
[KDE Action Restrictions]
run_command=false

But there is no effect. With Opensuse 10.3 and KDE 3.5 it works fine.

View 3 Replies View Related

OpenSUSE :: Can't Control Screensaver Action ?

Oct 4, 2010

Suse 11.2 and kde, I'm trying to set up a screensaver. All the facilities seem to be there when I go System>Desktop and set the required details, but then I find the screensaver is non-operative, the screen just going blank after the preset time delay.

The set-up system does do the demo of the screensaver OK, so the software for it must be there and at least partly accessible. But it doesn't seem to get through to the system.

View 2 Replies View Related

Red Hat / Fedora :: Install Freeze Action ?

Jan 15, 2009

I have seperatly tried to install Federa, Ubuntu and Mandriva on a second SATA drive and all three installations freeze at the beginning with a black screen. I tried the Ubuntu text installer and was successfull but was only able to boot into it once because it froze everytime after that. I unplugged my WindowsXP SATA drive throughout.

View 7 Replies View Related

General :: Script Two Look Into 2 Different Logs And Action?

Feb 4, 2011

I have a server with logs running. People connect to server. This server is running the same application as a failover just in case it stops. I have a doubt that some clients are connecting from different places as the nodeID is changed SO I need to make a script which reads both logs that are called server1.log and server2.log and where it finds a nodeID which does not match in both logs it action with fail2ban

I don't know whether this can be done directly via fail2ban since it is the program which I know that reads between logs but as far as I know it cannot match data with another log

This is an Example:

Code:

Log 1
03:00:08.905 client qwe696s@894b226f7846d9df, running version 2.1
Log 2
03:00:08.905 client qwe696s@894b226f7846d9dd, running version 2.1

Quote:

qwe696s is the username
894b226f7846d9df is the NODEID

AS you can see from the logs nodeid is different

View 5 Replies View Related

Software :: Mapping Resequence To An Action ?

Jan 16, 2011

I have a wireless numpad that was designed for windows, so some of the keys rather than sending a keycode send a sequence of keys to do a task.

For example the excel button sends(from xev)

win+R
excel
return

Is there a program that can look for this sequence then perform a different action? i know xmodmap can map individual keys but couldn't get it doing multiple.

View 6 Replies View Related

OpenSUSE :: Remove DigiKam Action For USB-Stick?

Mar 9, 2010

I would like to disable the action that says "Download photos with digiKam" in KDE4 when inserting a storage-device such as a USB Stick. I have played around with the Device Action settings and the rule Download photos with digiKam but with no success.I have tried to set..

"All of the contained conditions must match"
"The device's property StorageVolume.igonerd" -> true
"The device's property StorageVolume.fsType" -> dummy

[code]....

View 1 Replies View Related

Ubuntu :: Right Click On It, Choose Whatever Action, It Just Won't Disappear?

Jan 10, 2010

Today I had this weird new icon appeared on my Cairo dock (The grey rectangular box sitting in the middle).Right click on it, choose whatever action, it just won't disappear

View 9 Replies View Related

Ubuntu :: Nautilus Action Configuration Not Running ?

Mar 30, 2010

I recently installed nautilus-actions for adding things to the right click menu this shows the Nautilus Actions Configuration in system->preferences but when i click it nothing happens.

I then try to run it from the terminal by running the "nautilus-actions-config-tool " command it returns

Code:

View 1 Replies View Related

Ubuntu :: 10.04 - Nautilus Will Not Remember Default Action

May 28, 2010

I did a fresh install of 10.04 a couple of weeks ago, and all seemed well, but lately when I double-click on, say, an OpenOffice (.odt) file in Nautilus, I get the following message:The file '/home/zerubbabel/Documents/Teachings/Queue/2010.05.15-A02.odt' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit.(The pop-up window title reads: "Blocked: wine start /unix"). I've repeatedly set the "Open with..." and checked "Remember this application...", but it doesn't "stick".

View 5 Replies View Related

Ubuntu :: Logitech Dual Action As Mouse?

Aug 4, 2010

My goal is to be able to use my gamepad as a normal mouse, and also have some of the keys configured to open certain programs or do other things. Does anyone have any advice on what I need to install or if this is possible?

View 1 Replies View Related

Ubuntu :: Sluggish System, Delay To Every Action?

Sep 19, 2010

I am running 10.04.1 and despite everything I have tried I cannot suss out why my machine is so slow. It runs fine in the other OS installed but in Ubuntu there is a lag to every action, eg if I drag a window it follows about 3 seconds later. Basically everything is delayed for some reason. It is becoming very annoying and I am contemplating a reinstall, could someone please prevent this. The system is running on an old Athlon 2800 and I have attached a screenshot of running processes.

View 1 Replies View Related

Ubuntu Installation :: Grub 2 Missing In Action ?

Feb 13, 2011

After a hard drive failure I installed Ubuntu 10.04 LTS in the secondary drive. The intention was to have keep the machine functional until I could reinstall XP and have a dual boot. I replaced the failing drive and reinstalled XP.

The main reason for keeping windows is for using Itunes and a ton of music on the Ipod. I can get into the Ubuntu using Super Grub2 and did try repairing Grub 2 with rescutux. I can of course use the super grub2 disk to boot into Ubuntu but would like to repair Grub2 so I have the choice at boot without the disk.

Here is the readout from the boot info script.

Code:

Boot Info Summary:

View 2 Replies View Related

General :: Set Variable In Procmailrc Action Block?

May 2, 2011

I want to know how to set variable in procmailrc action block or condition block I want to set a variable as a random file name to store emails but I don't know how to set a variable in procmailrc action block or condition block .this is my example:Quote:

:0b
* ^FROM.*
{

code]...

View 2 Replies View Related

General :: Mouse Action With A Shell Script ?

Jan 11, 2010

I have security guidelines for my business OS which require me to active screensaver.

Nevertheless, I dislike screensavers because I sometime read a while, but I do not want to go offline from my IM in the meantime.

Anyways, I am looking for a solution. So I though about writing a little shell script (connected with a cronjob), which just moves the mouse every 10 minutes or so.

Unfortunately, I have no clue how to interact with the mouse in a shell script.

View 4 Replies View Related

General :: Have Created 2 Variables Namely Machine And Action?

Mar 22, 2010

I have a following string."machine=IFLMUD5HP0581&group1=Stop"I have created 2 variables namely machine and action.machine should containIFLMUD5HP0581action should containStop

View 7 Replies View Related

Programming :: Following Drag Action And Drop - Some Tips?

Jun 4, 2011

I've got a non-urgent but itchy thing here - I'm implementing a drag-and-drop. All rolls well, but I'd like to have the component be "followed" - if there is a drag on the component, the form should be visible. I'd like to make a puzzle where the player can see the perimeter of the piece to see if it fits where (s)he'd want to drop it. Before I delve into the tons of code, I'd like to know if that (the following) can be done.

View 2 Replies View Related

Debian Configuration :: - Privoxy Default.action Syntax?

Sep 15, 2010

So I was reading this thread on internet privacy and decided to 'upgrade' my system. I installed privoxy and tor and chained them from squid so it looks like this: iceweasel >> squid >> privoxy >> tor. All is working well except when I go to edit my privoxy default.action file I get a fatal error. I've got version 3.0.9-1 The original line in the newly installed default.action file. #+hide-referer{forge}

I edited it by simply removing the #. +hide-referer{forge} Then:su -c '/etc/init.d/privoxy force-reload'And I get this in the logfile.Sep 14 16:41:36.260 Privoxy(7f4fa64756e0) Fatal error: can't load actions file '/etc/privoxy/default.action': first needed line (361) is invalid: +hide-referer{forge} I've even copy/pasted from the manual and to no avail.Have I been looking at to much text for the last two days?What am I missing?

View 1 Replies View Related

Debian Hardware :: Disabling Laptop Lid-close Action

Dec 17, 2011

Dell Latitude C610 laptop with Debian Squeeze.I am using the computer as a print and file server, accessing it with ssh, so I don't need the display (which is busted anyway). I want to close the lid without having the computer suspend. Could not find a way to make it happen with gnome-power-preferences or the BIOS settings. There is a script, /etc/acpi/lid.sh, that runs when the laptop lid switch changes. Part of the script is shown here:

Code: Select allgrep -q closed /proc/acpi/button/lid/*/state # this is a file of 1 line like "state:   open" or presumably "state:   closed"
 if [ $? = 0 ]                               # The brackets evaluate to True when the lid is closed.
then
    if [ x$LID_SLEEP = xtrue ]; then
        [ -x /etc/acpi/sleep.sh ] && /etc/acpi/sleep.sh # i.e., if this file exists, then run it.
        exit
    fi
... there's more ...
 
The stuff that gets executed after the if [ #$ = 0 ] is the stuff that suspends the computer. So I just replaced the brackets with something that is certain to be false, so it will never happen:

Code: Select allif [ 1 = 2 ]
I admit this is FAR from an elegant solution, but it seems to work and it doesn't fubar the system.

View 3 Replies View Related

Fedora :: Toshiba Touchpad Tap Action Doesn't Work?

Mar 29, 2010

Title says it all really. I can move the mouse around but can't select stuff by tapping the pad. I have synaptics installed which works in Arch and Slackware. Not in F12 though.

View 6 Replies View Related

OpenSUSE :: Action Button Bugged - Immediately Logged Off

May 10, 2011

I have just installed openSuse 11.4 on my Acer Aspire 5738Z. When I click on the action button included in the bottom panel, I expect to open a windows asking me if I want to shut down, restart, or log off. But unfortunately, when I click on it, I am not offered any option and I get immediately logged off. I removed the button from the panel and installed it again, but it still dysfunctions.

View 4 Replies View Related







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