6
More space being used on c: drive of vm then actually shown in vSphere ESX 4,0(Linux)view story

http://www.linuxquestions.org – I am creating 6 vm's using Linux based vSphere ESX 4.0, 3 xp machines and 3 server 2008 machines. On one of the server 2008 machines, the C: drive shows 14.9 GB total size with 1.06 GB free. But, in the vSphere client I have 34.00 GB provisioned with over 27 GB of that being used for that vm. (HowTos)

3
LXer: The KDE 4.3 System Settings - Part 3 - Computer Administratioview story

http://www.linuxquestions.org – Published at LXer: Welcome to part 3 of our overview of the KDE 4.3 System Settings panel, the replacement for the old control panel of KDE 3.5. Today we're going to look at the Computer Administration master section. This will be a key area for those wanting to administer their own section. So sit back, pay attention, and enjoy. (HowTos)

3
faxgetty not starting from inittabview story

http://www.linuxquestions.org – I've installed and setup Hylafax in PCLOS 2009.2 I can get it to all work if from a console I su as root and type faxgetty ttyS0 the console is "locked" running faxgetty until I kill it. But while it is running everything works. in my inittab there was a commented line at bottom #t0:23:respawn:/usr/sbin/faxgetty ttyS0 (HowTos)

3
LXer: How To Set Up MySQL Database Replication With SSL Encryption On Ubuntu 9.10view story

http://www.linuxquestions.org – Published at LXer: (HowTos)

9
EA’s latest promotion of Dante’s Inferno – Hide ASCII arts in various websitesview story

http://digitizor.com – EA is going out a long way to promote its upcominggame Dante’s Inferno. They have even been reported to have hired “Christians” to carry out protest against the game at the recent E3. This publicity stunts, though successful, is quite controversial. (HowTos)

8
Recovering process to foreground after ssh session closedview story

http://www.linuxquestions.org – Hello, I launched a process in console but after a while the ssh session expired and was closed. How can I recover that process to foreground? The fg command doesn't work. Thanks. (HowTos)

3
Problem with audio playbackview story

http://www.linuxquestions.org – Hi I have new machine with good configuration . Mother Board ---> Asus P5KPL AM/PS CPU --> Intel Dual core 2.50 GHZ RAM ---> 1 G.B Hard Disc ---> 160 GB I installed Fedora 11 . It 's working fine I have problem only for Skype . When I try to call some one , I got the error "Problem with audio playback" . (HowTos)

7
Atheros AR8131 fedora 10 linuxview story

http://www.linuxquestions.org – Hi everyone Recently got this new netbook packhard dot m/u which had a intel chipset atheros and intel WiFi 1000 chipset For the wireless I have copied the ucode (iwlwifi-1000-3.ucode) to /lib/firmware but I dont know what to do from here!!! I tryed to find the file rc.modules, but I can;t find.... (HowTos)

5
Question on Shell Scriptview story

http://www.linuxquestions.org – Hi, Below is the requirement. Please let me know if anyone can suggest a solution. There is a host variable by name MOUNT1 which holds value /ora1 $ echo $MOUNT1 /ora1 (HowTos)

3
Boonex Dolphin PHP script is SCAM!!!view story

http://www.linuxquestions.org – Why Boonex is a scam? Boonex problem nr1. No coding standard (HowTos)

4
webserverview story

http://www.linuxquestions.org – hey everyone!!! i am about to follow a simple "how to" to install a web server on a linux machine with all the default settings(i.e no conf file is being edited (httpd.conf etc))...... here are a set of few questions i would like to know regarding such a web server: (1) at which ip can i access this server on lan??? (HowTos)

6
how to combine CGI script with a bash scriptview story

http://www.linuxquestions.org – I have a fallowing CGI script, which does nothing more than prints out the values user inserted: Code: #!/bin/sh echo "Content-type: text/html" echo ID=`echo "$QUERY_STRING" | sed -n 's/^.*id=\([^&]*\).*$/\1/p' | sed "s/%20/ /g"` (HowTos)