3
Using EasyChem?view story

http://www.linuxforums.org – I downloaded easychem last night and it is quite simple to operate... I can draw whatever chemical structures I want with ease. The problem arises when I try to put the molecules into an openoffice document... does anyone have any ideas about how to transfer these images?? (HowTos)

6
Sound Problem in RHEL5view story

http://www.linuxforums.org – Hello i m using RHEL5 ......but only prob i m facing is that there is no sound in my system......i have tried everything form sound settigs to music players.....i have installed mplayer and videos are running ....but again no sound..... What would be the problem????? Vinod Pundir (HowTos)

4
alsa-util compilation errorview story

http://www.linuxforums.org – when i try to compile alsa-util for my arm processor i am getting the following error Code: checking for arm-none-linux-gnueabi-gcc option to accept ISO C89... (cached) none needed checking dependency style of arm-none-linux-gnueabi-gcc... (cached) gcc3 checking for a BSD-compatible install... /usr/bin//install -c checking whether ln -s works... yes (HowTos)

5
How the kernel see application pids...view story

http://www.linuxforums.org – I have a character driver that I've been modifying. In the kernel API "open" and "release" call I have the following code used to get the calling application's PID: pid = pid_nr(task_pid(current)); It does match the application and so I've been using it to track the calls to the driver. (HowTos)

4
keyboard eventsview story

http://www.linuxforums.org – So how can I get all keyboard events (press/release) from all windows no matter which window has the focus ? (HowTos)

4
Perl Scriptview story

http://www.linuxforums.org – I have a perl script which updates its result to a database. This has to be run daily. But my script takes more than 1 day to complete my task. Hence, I was thinking about creating multiple threads by using fork() command. The sequence of database update doesnt matter, so I think forking would help speed up. (HowTos)

5
Login Screen Resolution (Fedora 10)view story

http://www.linuxforums.org – Hi, (HowTos)

6
Simple Backup / Restore DataBase in postgresqlview story

http://androus.wordpress.com – TO make a database backup in postgreslq server you use pg_dump and psql commands. First, locate the database: # psql -l --username postgres --password Then: # pg_dump --username postgres name_db --file /dir/dir/backup.sql To restore the database: First create database with its respective name and roles: # psql postgres # postgres=# CREATE DATABASE name_db ENCODING 'UTF-8'; # postgres=# CREATE ROLE (HowTos)

6
Usb ADSL Modem with OpenSuse 11.2view story

http://www.linuxforums.org – Hi, I have Prolink H9601 Usb adsl modem and I've already installed the eciadsl driver to setup my modem with opensuse 11.2. The modem is in sync as the eciadsl driver indicates. But I'm having trouble dialling the connection. I'm not sure the ISP (Sri Lanka Telecom) supports PPPOE or PPPOA but in windows I see two numbers VCI/VPI so I'm guessing it is PPPOA. (HowTos)

3
POSIX thread handlingview story

http://www.linuxforums.org – Hi all , Can anyone tell me about a good tutorial on the POSIX thread handling. I specifically need to know about the return values on thread termination Thanks in advance (HowTos)

3
startx as normal user from runlevel 4 scriptview story

http://www.linuxforums.org – I was having an issue with XDM not starting my session whenever I used any kind of dhcp client so I have been using startx with fvwm2 in the .xinitrc file. I put 'su - matthew -c "startx" &> /dev/null' in /etc/rc.d/rc.4, but to me this seems like the wrong way of doing this. Is there any better way to set the environment and run startx as a normal user at boot? (HowTos)

5
gst-launchview story

http://www.linuxforums.org – Hello, I have installed gstreame ron my board and i copied all the libs to my board. when i try to run the gst-launch i am getting anything even when i try gst-inspect i am not getting any thing, Just cursor is standling still. I export all the plugin paths. but when i try to give gst-inspect-0.10 i am getting as illegal istruction.So please help me (HowTos)