4
A program that will take a picture from my web-cam from the terminalview story

http://www.linuxquestions.org – Is there a command I can use that will take a picture with my webcam with no gui stuff at all, I want to have a go at time lapse photography and don't really want to take a picture manually every 10 seconds, (HowTos)

3
disk image starting at a specific inode?view story

http://www.linuxquestions.org – Hi, I deleted some files on the command line and would like to learn if it's possible to recover them. It's not a terrible thing if they are gone, but I want to see what I can do. The server is configured as a hardware RAID5+1 (ext3, Debian Stable) and I *really* don't want to take a dd of the entire disk. (HowTos)

5
kernel: lockd failed to monitor IPview story

http://www.linuxquestions.org – Can someone please help me? I am getting this error message in /var/log/messages kernel: lockd: failed to monitor 192.168.0.113 kernel: lockd: cannot monitor 192.168.0.113 Also in the kernel logs, I am getting these messages with dmesg command host kernel: lockd: cannot to monitor 192.168.0.113 (HowTos)

6
xargs - questionview story

http://www.linuxquestions.org – Hi, I would like to ask the following: 1) ls -l |grep test -> this will grep every "ls -l" output line 2) ls -1 |xargs grep test -> this will grep every single file with test 3) ls -1 |xargs echo -> this will echo directory list 4) ls -1 |echo -> this does nothing!!! (HowTos)

4
LPIC-1: Linux Professional Institute Certification Study Guide:view story

http://i486.net – (General)

9
Samba Windows Domain Membershipview story

http://forums.opensuse.org – Hello all, (Distributions)

5
SLOW website loads from new Debian Lenny 5.0.4 installview story

http://www.linuxquestions.org – Hey everyone, (HowTos)

4
cant access internet in fedoraview story

http://www.linuxquestions.org – hi m totally new to fedora...... i just installed fedora wanted to access the internet so just did the proxy settings in the browser like i used to do for windows....... however the net is not working... smeone told me that there is some config file where we need to enter the proxy server's id addess n port....... (HowTos)

3
Automount USB to static mount point - how?view story

http://forums.opensuse.org – Need a bit of help if you have some of your time to spare, Can anyone please tell me how to get openSUSE 11.2 to automount a USB drive (Creative Zen to be precise) to a static mount point? (Distributions)

6
Help cleaning up apt/dpkg after deleting installed filesview story

http://www.linuxquestions.org – OK, I know now that I shouldn't have deleted the installed files, I should have run "apt-get remove", but it's too late now. I'd like to clean up apt/dpkg so that it doesn't think the package whose files I've deleted is still installed, but when I run: Code: apt-get remove --purge linux-image-2.6.32-2.slh.4 I get the following: (HowTos)