5
Skype Replacementview story

http://www.linuxforums.org – I've been using Skype to talk with my family overseas. They have windows, and i used to have it. Communication between computer-computer was EXCELLENT. But the Skype client for linux, i'm using fedora now while they are still on windows, SUCKS big time. Communication, even between computers, is very bad. (HowTos)

6
Greetings from Dicksterview story

http://www.linuxforums.org – Hi, I'm Dick Guertin, a 39+ year employee of Stanford University responsible for maintaining the SPIRES Database System. I've recently posted an article to the Forum about my experience migrating C-code from Solaris to Linux. I hope the article is approved so you all can benefit. (HowTos)

6
Linux partition damaged and unreadableview story

http://www.linuxforums.org – First I am going to describe what led to this error: Before this happened, in My Computer I had two partitions visible, besides usual C: : one was Linux partition, which was readable even from Windows with appropriate driver installed, and the other one was unusual partition only around 200 MB big. That partition was unreadable, even with a driver. (HowTos)

4
Another article about Turning Off Cancer!!view story

http://www.linuxforums.org – OK I'm not a medical professional despite my limited knowledge of Meridians but I am wondering about this article! Turning Off the Cancer Switch by Bill Sardi (HowTos)

5
Problem with Atheros AR928X card!view story

http://www.linuxforums.org – Hi! Please help me ... I have an Auditor Linux LiveCD and Backtrack 4 LiveCD. My laptop has Atheros AR928X Wireless card and it is not supported by this linux distrubutions. It says "No wireless card found". Is there any way to install drivers for my wi-fi card when I already boot in Auditor or Backtrack? I have two OS on my computer and I don't want to add one more. (HowTos)

5
Old email account, and cannot remember password. HELP!view story

http://www.linuxforums.org – What do I do on another machine with a fresh install? I can't log it on, and do not remember my password... (it displays as asterisks). Help? (HowTos)

3
Enable IP Forwarding on the flyview story

http://www.linuxforums.org – Hello! (CentOS server) How can I create a script will run the following command: # sysctl-w Net.ipv4.ip_forward = 1 - I need the script to work automatically between the hours: 3:00 to 6:00 at night. Meanwhile I run the script manually at night with my computer: sysctl-w Net.ipv4.ip_forward = 0; sleep 2; (HowTos)

3
I need help with Linux [Ubuntu]?view story

http://www.linuxforums.org – I burned the files on a CD and then I booted from the CD then i installed Ubuntu and i had checkmarked where it said "Import files from Windows XP..." or something like that and i checkmarked Documents and clicked next. So the installation started and it stoped at 89% [at the part where it imports the files from Windows XP]. (HowTos)

6
Is this possible? (Floppy boot from USB, no HD)view story

http://www.linuxforums.org – I was wondering if this kind of setup is possible? (HowTos)

6
Problem with my Atheros card!view story

http://www.linuxforums.org – Hi! Can you please help me .... I have ASUS laptop with Atheros AR928X Wireless Network Adapter. When I boot the Auditor Linux LiveCD or Backtrack 4 LiveCD they didn't recognize my wireless card. Is there any way I can install drivers for my wireless card when I boot some of these LiveCD's? (HowTos)

5
net access with kubuntuview story

http://www.linuxforums.org – Hi , I am a complete tyro to linux and have been trying to get on line without success so far. Anyway I have decided to try again and have put Kubuntu onto a partition on my drive. (HowTos)

6
Shell script terminated after ftp transferview story

http://www.linuxforums.org – Hi, I made a shell script with the following piece of code to transfer some files via ftp: Code: echo 'before ftp'       ftp -n $FtpHost << EOF         quote USER $FtpUser         quote PASS $FtpPasswd         quote CWD $FtpDir (HowTos)