LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-12-2005, 10:27 PM   #1
JujitsuFreak
LQ Newbie
 
Registered: May 2005
Location: NewEngland, US
Distribution: Attempting Ubuntu or Fedora Core 3
Posts: 24

Rep: Reputation: 15
Thumbs up Installation went smoothly!! Yea!! Now I need a couple answers please..


Hi,

Im a newbie and after trying to install FC3, which went bad, I was discouraged. I turned to Ubuntu and all it took was one shot and boom! I got a whole new operating system! Very nice. Painless installation.

First off, how do I configure my wireless or how can I get the drivers? Could you provide a link if possible? Please note, in network setup it can identify my address and it is listed as active, but I cannot get online - it says disconnected.

Second, the system seems somewhat sluggish when opening applications or closing them. Im coming from Vindoze and I am wondering if what Im experiencing is normal.

Third, does Linux create the swap drive automatically, or do I have to do that? I wish to transfer certain files from Vindoze to Ubuntu and toy with them there.

Fourth, can you provide a link for commands and information pertaining to toying wth the OS? I wish to explore the system, disect, and possibly improve it while developing positive attributes.

Fifth, which compiler are you using for developing.. I like DevC++, is it compatible? Any pages you can link to pertaining to this area?

Im so siked I finally installed a working Linux distro and I just wanna have more fun! Ive been trying for months so this is a big accomplishment for me even though it was a snap and maybe Ubuntu is made that way.. don't care.. now on the next stage.

Thank you
 
Old 06-12-2005, 11:09 PM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Hi JujitsuFreak!

I would highly recommend you taking a look in this link. It's an unofficial Ubuntu guide, and has a lot of tips and tricks:

http://www.ubuntuguide.org/

Bookmark it . I have no previous experience with wireless LAN, but I've found this:

http://www.ubuntulinux.org/wiki/WiFiHowto

Quote:
Third, does Linux create the swap drive automatically, or do I have to do that? I wish to transfer certain files from Vindoze to Ubuntu and toy with them there.
Yes and no. If you've chosen the default partition method during the installation process, then you have swap. If you did your partition manually, you've to create a partition of type swap. Otherwise you are running without any swap and that would explain why you system is slow. It's recommended to create a swap partition with double the size of your physical RAM. This is arguable, however, but it's acceptable .

You could, however, create swap afterward the installation if you have some free space. If you don't, you may need to resize a partition. The link I gave you above with Ubuntu's guide suggests gparted, the same could be accomplished with fdisk, however. When you have a swap partition, do:

Code:
sudo mkswap /dev/hda2
sudo swapon /dev/hda2
This assumes that your swap is located at /dev/hda2 (or second partition from your first IDE Harddrive). Needless to say, it can be scareing for a newbie. Best should be to start a fresh install and create your partitions properly if you've missed this step.

Quote:
which compiler are you using for developing.. I like DevC++, is it compatible? Any pages you can link to pertaining to this area?
Yes and no. Well, the C++ language is an standard. Compilers and libraries are not. In Linux, we use gcc/g++ to compile C/C++ code respectively. It's a command line only tool, unlike DevC. Still, you could find amazing IDE's for Linux, such as Anjuta or Eclipse which are far better then devC in my honest opinion.

I hope it helps.

Good luck!
 
Old 06-12-2005, 11:32 PM   #3
JujitsuFreak
LQ Newbie
 
Registered: May 2005
Location: NewEngland, US
Distribution: Attempting Ubuntu or Fedora Core 3
Posts: 24

Original Poster
Rep: Reputation: 15
Excellent!

Just what I needed.

Thank you!
 
Old 06-13-2005, 12:25 AM   #4
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
NP, you're welcome
 
Old 06-13-2005, 07:26 AM   #5
bluesman2333
Member
 
Registered: Dec 2003
Location: Phoenix, Az.
Distribution: Xubuntu Edgy
Posts: 330

Rep: Reputation: 30
By swap, if you mean a partition so you transfer files from windows to Linux and visa-versa, you need to format a small FAT partition. The FAT filesystem is readable by both windows and Linux.
 
Old 06-18-2005, 05:05 PM   #6
puffinman
Member
 
Registered: Jan 2005
Location: Atlanta, GA
Distribution: Gentoo, Slackware
Posts: 217

Rep: Reputation: 31
Linux can read NTFS fine as well.

Regarding the confusion as the purpose of swap space, it is not a place for windows and linux to swap stuff . It's a place for the OS to swap things out of RAM and onto the disk when it needs more RAM but has run out. Doing this a lot slows things down, because the whole purpose of RAM is to be very fast, and writing stuff to the hard drive (where the swap space is located) is relatively slow. If you have a lot of RAM and don't do anything too taxing, you might never swap. I have a gig of RAM and 2 gigs of swap space and both displayed on my gkrellm. I've never seen the swap used at all.

If you want to read files off of a windows drive in linux, just mount the drive properly (see man mount and man fstab) and read away.
 
Old 06-18-2005, 06:35 PM   #7
bluesman2333
Member
 
Registered: Dec 2003
Location: Phoenix, Az.
Distribution: Xubuntu Edgy
Posts: 330

Rep: Reputation: 30
By the way the OP used the word "swap", I took it to mean he was looking for a VFAT.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
looking for a couple basic answers rooster33 SUSE / openSUSE 2 10-24-2005 09:28 AM
I need a couple of answers... before i install gentoo.. UsualTuxpect Linux - Software 8 10-04-2004 03:20 PM
o yea and disk druid Spaz17 Linux - Newbie 1 07-04-2003 10:14 AM
new suse 8 installation...couple of probs. digitized_funk Linux - Newbie 1 09-12-2002 03:47 AM
couple of questions on installation methods and distributions.... prowzen Linux - General 3 07-25-2001 07:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 12:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration