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
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)

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)

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)

4
Fedora 12 doesn't detect internal DVD driveview story

http://www.linuxforums.org – I just installed Fedora 12 from a DVD . The process completed without incident. I then inserted a DVD into my internal drive and nothing happened. I then logged out and logged in again as root, and tried again-same result; nothing! Could it have something to do with the new PolicyKit? I didn't have this problem with Fedora 11. (HowTos)

5
error while running gstreamerview story

http://www.linuxforums.org – Hello, I compiled my gstreamer for ARM processor and i installed all the file to rootfs. But when i try to do gst-launch i am getting the error as Code: /usr/local/bin/gst-launch-0.10: /lib/vfp/libc.so.6: version 'GLIBC_2.10' not found (required by /usr/local/lib/libstreamer-0.10.so.0) please help me what to do (HowTos)

6
Server logs cause high cpu usage??view story

http://www.linuxforums.org – Hi! Is it possible that server log files can cause high cpu usage? My Load Averages are very high (over 12). It appears that mysql is causing it. There was a slow-query log that was 450MB heavy. I disabled it. It seems that the loads went down a bit. Are there any other logs I should consider emptying or disableing? (HowTos)

6
About turning a physical machine into a VMview story

http://www.linuxforums.org – Hi folks, About; How To Turn a Physical Computer Into A Virtual Machine with Disk2vhd How To Turn a Physical Computer Into A Virtual Machine with Disk2vhd :: the How-To Geek Physical PC-A (HowTos)

4
ping debian hostnameview story

http://www.linuxforums.org – Hi all, I'm new here, so apologies if this has already been answered, but I have searched with no joy. We have some debian 5 based machines, which I would like to move from static to dhcp addressing. This is because they will be moved to different locations, where routers may vary etc. (HowTos)