General :: Create Finger Command In C?

Nov 9, 2010

The program should work like finger command in an normal ubuntu OS.(which prints the user information)

View 2 Replies


ADVERTISEMENT

Fedora Hardware :: Two Finger And Three Finger Tap Reversed In F14?

Feb 3, 2011

i upgraded from f13 to f14 using preupgrade.

now, as the title suggests, the two finger tap acts as a right click, and the three button tab acts as a middle click. and also the tap to click seems disabled by default.

after reading this page, [URL], i created a 50-synaptics.conf file in /etc/X11/xorg.conf.d/ and put this inside.

Code:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"

[Code].....

View 3 Replies View Related

Server :: Finger Command's Output And User's Information?

Oct 3, 2009

Consider the two runs of finger command for two different users:

Code:
[root@localhost ~]# finger root
Login: root Name: root

[code]...

View 3 Replies View Related

Software :: Finger Command Not Showing Office Phone From /etc/passwd?

Oct 9, 2009

Just curious why it is that the "office phone" column of finger does not seem to report anything even when data is entered in the GECOS field of /etc/passwd. I am using Ubuntu 8.10, kernel 2.6.27-11, finger version 'bsd-finger-0.17' compiled from source (available at http://us.archive.ubuntu.com/ubuntu/.../b/bsd-finger/). To the best of my knowledge, this is also the version of finger that ships with Ubuntu 8.10.User jpublic's entry from /etc/passwd: Code:jpublic:x:1000:1000:John,101,9999,555-1234:/home/jpublic:/bin/bashResult of "finger" with no arguments:

View 6 Replies View Related

General :: Touchpad On 2007 Macbook Pro - Move Cursor With The Tip Of Finger

May 28, 2011

I have recently installed Linux mint on my 2007 mac book pro and i found that my touch pad/track pad is not as sensitive as it was running the mac os. i can no longer move my cursor with the tip of my finger.

View 3 Replies View Related

General :: Create The Shell Which Would Support The LS Command In C++?

Sep 4, 2010

I would like to create the shell which would support the LS command in C++. And any way to change the command prompt.

View 1 Replies View Related

General :: Command Line - How To Create Multipart Rar File

Sep 4, 2010

How can I create multipart rar file in Linux using the official console rar client?RAR 3.90 Copyright (c) 1993-2009 Alexander Roshal 16 Aug 2009Shareware version Type RAR -? for helpI want a multipart rar with each part size being 150 MB.

View 1 Replies View Related

General :: Command Line - Create Multipart Tar File?

Oct 13, 2010

How to split a tar file into smaller parts at file boundaries?

How can I create a multipart tar file in Linux?

View 2 Replies View Related

General :: Create A Script That Calls A Command With A Flag?

Jul 24, 2011

i would like to create a script that calls a command with a flag....

/usr/bin/wget
calling
"curl -O"

[code]....

View 1 Replies View Related

General :: Create A New Terminal Window From The Command Line In RHEL 5.3

May 18, 2011

I use putty to get to my RHEL 5.3 workstation from my Windows laptop.

Typically, if I want a new terminal on my windows 7 workstation from another terminal or mc, I have to type start and I will see a new terminal window running the default shell.

QUESTION : What is the equivalent command in RHEL 5.3 (and or solaris) to create a new terminal window from the command line ? I will be entering this command from the shell prompt or mc's command line.

In Windows, if I want to start another terminal and in that terminal, I want to run a program, I can do "start program.exe arg1 arg2". this will create a new terminal window and runs program.exe in that terminal window. I don't have to create a terminal and then in a separate step run the program. How can I do this in Linux ?

View 3 Replies View Related

General :: Command Line - How To Create Multipart 7zip File

May 18, 2011

How can I create a multipart 7zip file in Linux using the p7zip console client? My console app is

7-Zip [64] 9.13 beta Copyright (c) 1999-2010 Igor Pavlov 2010-04-15
p7zip Version 9.13 (locale=C,Utf16=off,HugeFiles=on,4 CPUs)

View 1 Replies View Related

General :: Create A Command In The Vim That Saves A Text Document And Also Compile It?

Feb 27, 2011

I would like to create a command in the vim that saves a text document and also compile it. Is it possible?

View 4 Replies View Related

General :: Command Line - Create Directories That Don't Exist While Creating A New File?

May 8, 2010

I can do:mkdir messages and then: touch messages/hello.txt Is there a command that will do both - create the directory if it doesn't exist, and then the empty file? Something like: touch -p messages/hello.txt

View 1 Replies View Related

General :: Command Line - Create Multipart 7zip File In System?

Sep 4, 2010

How can I create a multipart 7zip file in Linux using the p7zip console client?

Many people referred me to it. My console app is

7-Zip [64] 9.13 beta Copyright (c) 1999-2010 Igor Pavlov 2010-04-15
p7zip Version 9.13 (locale=C,Utf16=off,HugeFiles=on,4 CPUs)

View 1 Replies View Related

General :: Create A *one* Line Command That, Using Tar, Will Collect The Full /usr/local Directory?

Oct 6, 2010

I am currently interning at a place and my job is to essentially learn UNIX. My supervisor gives me problems here and there to help guide me with my learning but for the most part I'm doing this all by self-teaching myself. Needless to say I have run into a few obstacles...for instance-Create a *one* line command that, using tar, will collect the full /usr/local directory (you need to run this as root again) and copy the whole /usr/local structure under /optFor example /usr/local/bin/hello will become /opt/local/bin/hello, etc. I want this as follows:1. /usr/local is collected by tar, but the output of this tar command is its stdout.. what you get from the previous stdout, you compress with gzip and send it to stdout again 3. get this output and decompress with gzip.. get this output and pipe to tar in a way that will extract the tree under /opt.If anyone knows how I could go about doing this, please let me know, or at the very least point me in the right direction. What I've got so far (which could be completely wrong) is:tar cvf - usr/local/ | gzip -c - | gunzip -c - | tar xvf -in theory I feel like this should work (except for extracting the tree under /opt...i'm kinda stuck there)

View 3 Replies View Related

General :: Create An Ext2 Partition From Command Line Which Is Writable From Every User

Nov 3, 2009

I work with a Debian Squeeze on my laptop and I have a 160GB external hard disk. My hard disk was formatted FAT32, but I decided to format it using ext2. I formatted it using fdisk from command line and everything went well. Unfortunately, when I mount my hard drive(which is auto-mounted from Debian) it has got root both as owner and group. Then I can't write to it because I have no permission to do that. Is there a setting to create an ext2 partition which has as owner the logged system user in order to have right permission every time.

View 7 Replies View Related

General :: Useradd Command To Create Passwd / Shadow & Other Files Under Different Directory

May 19, 2011

I am bulding my own image based on 2.6.32 kernel, I wish to add a guest user:

In a script thats invoked by the makefile, I use 'useradd' command & this updates the shadow, passwd files under /etc on the host, is it possible to tell the command to create the shadow / password under some other folder on the host? may be /tmp?

View 2 Replies View Related

General :: Use Mkdir Command To Create 'local' Directory In /usr - There Are Error - Cannot Make Directory

Jun 16, 2010

I am a student studying computer science course.

Well, I am facing problem when doing lab questions.

I must use DLXLinux bundled in Bochs (bochs.sourceforge.net).

I am required to use the /usr/local directory.

In /usr directory, there is no directory named 'local' but there is one thing called 'local@'. So, when I try to use mkdir command to create 'local' directory in /usr , there are error "cannot make directory.....".

Look at my screenshot at [url].

View 9 Replies View Related

Ubuntu :: Two Finger Scrolling Goes Away

Dec 9, 2010

I've been able to get two finger scrolling working thanks to ptosiani's solution in this thread: [URL]

The problem is if I restart my computer, two finger scrolling doesn't work anymore and I have to go through the process again to get it working. Does anybody have some insight on this problem?

View 1 Replies View Related

Ubuntu :: 10.04 Two-finger Scrolling Not Working?

Apr 30, 2010

I've freshly installed Lucid on Acer Aspire One 250. I had 9.10 before and two-finger scrolling was working with modification on the 11-x11synaptic.fdi file.

However, now with 10.04, the option in mouse properties is grey ed out... Any way to re-enable it?

View 1 Replies View Related

Ubuntu :: Touchpad Two-finger Settings 10.10?

Jan 3, 2011

can i change the behavior of my touchpad so that when i tap it with two fingers it emulates a middle mouse button click (mouse 3). Right now when I tap two fingers it emulates a right-click.

View 1 Replies View Related

Ubuntu :: 11.04 Invert 2 Finger Scrolling?

Jun 26, 2011

I most recently ran a developer preview of os x 10.7 Lion, and in that OS two finger scrolling was inverted (ie, moving two fingers upward on the touchpad would scroll you down the page). I love that I didn't need any extra drivers to get two finger scrolling working with ubuntu 11.04 on my 3rd gen mac air, and am super impressed with all the out of the box drivers for my mac; but I'm wondering if there's a way to invert the two finger scrolling directions. There must be... It's probably technically involved and will necessitate modify x11 files or something, but I think there must be a way.

View 3 Replies View Related

Ubuntu :: Stopping A Two Finger Click?

Aug 5, 2011

I've got a laptop with a touchpad. When my cursor is in a text box (ie: this one or abiword or email) and I touch my touchpad with two fingers it automatically pastes whatever is on the "clipboard." How can I make it so when I touch my touchpad with two fingers it does NOT paste any text?

View 1 Replies View Related

Fedora :: Use .plan Or .project With Finger In 12?

Jul 28, 2010

How do I get the contents of .plan and .project files to show up using the finger command for regular users? As it stands with the setup I have in Fedora 12, only the user in question and the superuser can see them when they finger the user. Everyone else gets "no plan". I've tried chmod .plan o+rwx and chmod .plan a+rwx to no effect.ur.

View 1 Replies View Related

Debian Configuration :: Finger Print Reader?

Jan 22, 2010

debian unstable system i have a problem with thinkfinger. By default i should only swipe my finger and i don`t have to press enter after that. The problem is that now i have to press enter. For example in GDM if i enter my username i should swipe my finger and it should let me log in. Now after i swipe my finger nothing happenes unless i press enter.The problem may be related to the update of xorg. The same problem has been reported here: Is there anyone here who uses thinkfinger who could possibly have an idea why is this happening?I am using thinkfinger 3.0 on debian unstable with kernel 2.6.32-amd64, xorg 1.7.4, SGS Thomson Microelectronics Fingerprint Reader and GNOME. Other than the having to press enter i have no problems with thinkfinger. I am have patched thnikfinger with two patches:This patch solves the problem with thinkfinger taking too long to intialize:

Index: libthinkfinger/libthinkfinger.c
===================================================================
--- libthinkfinger/libthinkfinger.c(revision 118)

[code]...

View 2 Replies View Related

Ubuntu :: Cursor Control Using Webcam And Finger

Nov 17, 2010

I have a hp mini 2140,which is a netbook with a small webcam.I'm not that kind of person who really use the webcam.So basically the webcam is useless.Surfing the web,I found that someone can control their cursor with head using webcam and eviacam.But I don't think it is the right software for me.Searching ubuntu's software center,I found a program called"Mousetrap"I installed it in my desktop pc and it worked. Unfortunately,when i try to install it on my netbook,it couldn't start.

I watched the "Six sense"video again.I notice that the man sticks red tape on his finger to help computer to id his finger.How can I control the cursor using finger with webcam?Creating multi touch in ubuntu,is it possible?

View 2 Replies View Related

Ubuntu / Apple :: Alternatives To Two-finger Right-clicking?

Dec 22, 2010

I'm finding it really annoying having to right click by holding two fingers on the touchpad and then clicking. Usually when I set my two fingers down when I'm on the target, it scrolls the screen a bit and I end up having to scroll back to the target. This annoyance is really not going away.Does anyone know of another alternative for right-clicking besides using two fingers on the touchpad? I'd really like to set the "fn" key to do it (as I don't use it for anything anymore) - is this possible?

View 1 Replies View Related

OpenSUSE Hardware :: Synaptic Touchpad Recognizes Only One Finger

Nov 25, 2010

I read that synaptic touchpads should support multitouch and as I have one of those I tried to enable it. However I wasn't successful.

After some digging in config files (I had to enable SHMConfig) I ended up with KDE configuration tool which is really cool but all multitouch options are there disabled. And also there is an information which says that only one finger is detected by this touchpad.

Is something wrong or my touchpad just doesn't support multitouch? I got this laptop 1.5 years ago so it's not very old.

And by the way, I have this in my Xorg.0.log

Code:
[ 28.821] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 28.821] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
[ 28.821] (EE) No input driver/identifier specified (ignoring)

[Code]....

View 9 Replies View Related

OpenSUSE Hardware :: Finger Print Driver For Thinkpad?

Aug 13, 2011

My notebook (Lenovo thinkpad sl400c) comes with a finger print sensor. how to install fingerprint driver for opensuse 11.4 (gnome/kde)i opened up yast and when i clicked the fingerprint sensor option, it says that this machine has no finger print sensor.

View 1 Replies View Related

Ubuntu :: Horizontal Scroll Does Not Work (two Finger) But Vertical Does

Jan 20, 2011

I have gpointing devices 1-4 installed on ubuntu 10.10. The vertical and horizontal scrol both used to work. I have the latest 1.1.1 dkms synaptics driver posted in that bug forum. But now the horizontal scroll using two fingers does not work at all. I have it checked under mouse settings AND in gpointing devices. Is this a known bug?

Apparently I can't delete this. It has been solved. Smooth scrolling in Chrome kills horizontal scrolling

View 1 Replies View Related







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