Author Topic: Pre-install Linux Questions  (Read 9214 times)

0 Members and 1 Guest are viewing this topic.

Offline skip

  • Full Member
  • ***
  • Posts: 387
  • mmk
    • View Profile
Pre-install Linux Questions
« on: December 13, 2005, 11:41:36 am »
Hello,

Recently, my Windows XP corrupted and I lost a bunch of important files. Now, I am thinking of installing Linux. I know that a lot of you here use Linux as your primary Operating System and was hoping you guys would answer a bunch of questions I have. If you are going to critical about my lack of knowledge of Linux, please don’t bother posting, thanks:). Everyone has to start somewhere, right?

1.   What’s an easy to use Linux distribution? I was thinking Slackware, since a lot of you like it.
2.   Will I be able to do the things I want? Including, Surfing the web, typing of reports, listen to music, etc? No, I will not be playing BW, I know BW is not compatible with Linux.
3.   Can someone give me a screenshot of Slackware, or if you think there’s a better distribution, that screenshot, please.
4.   How much space will the Linux Distribution take up?
5.   How does it boot up?
6.   I’ve been told that for you to use Linux, you need to always type in code to do stuff. For example, if I needed to execute my browser. I would have to type in code. Is that correct?
7.   And the most important question of all, how do I install it? I gave a decent idea of how to, but just incase, how?

I’m sure I can get these answers from Google, but I’d have to search all over for it.

Thanks in advance.



Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Pre-install Linux Questions
« Reply #1 on: December 13, 2005, 12:09:32 pm »
Recently, my Windows XP corrupted and I lost a bunch of important files. Now, I am thinking of installing Linux. I know that a lot of you here use Linux as your primary Operating System and was hoping you guys would answer a bunch of questions I have. If you are going to critical about my lack of knowledge of Linux, please don’t bother posting, thanks:). Everyone has to start somewhere, right?
I fully support and acknowledge that you have to learn somewhere.  But asking dumb questions that can be googled continuously will start to annoy me :P

1.   What’s an easy to use Linux distribution? I was thinking Slackware, since a lot of you like it.
Slackware isn't easy; however, if you are comfortable with Slackware, you'll be comfortable with any distro.  It's a great one to learn on.

2.   Will I be able to do the things I want? Including, Surfing the web, typing of reports, listen to music, etc? No, I will not be playing BW, I know BW is not compatible with Linux.
Surfing the web = firefox
Typing reports = OpenOffice (which I love, btw)
Listen to music = XMMS (clone of Winamp)
BW = Install VMWare (I can help you find it), install a virtual copy of Windows, and run it in that.
There are many games that run on Linux (check www.happypenguin.org).  Some of the more well known ones are Doom 3, Neverwinter Nights, and the Quake series. 

3.   Can someone give me a screenshot of Slackware, or if you think there’s a better distribution, that screenshot, please.
When you're using Linux, you aren't seeing the distribution, you're seeing the window manager that you chose.  Linux works in the background, and the window manager (much like Window's Explorer) provides the look and feel.  I go with a very lightweight one, which offers no functionality.  Other people like fancier things. 

If you want fancy, you can be like Ergot [using KDE]:
http://www.javaop.com/~ergot/screenshots/
<edit> better yet: http://www.javaop.com/~ergot/screenshots/desktop
If you want plain, you can be like me [using WindowMaker]:
http://www.javaop.com/~iago/dec13.png
It's up to you.

4.   How much space will the Linux Distribution take up?
Between 1.4mb and 3gb.  Slackware's full install is 3gb, but I suggest having about 10gb so you can install stuff. 

5.   How does it boot up?
Good question.  When you install Slackware, it installs a program called "Linux Loader", or LILO.  Lilo writes itself to your Master Boot Record (MBR), which is the first place on your harddrive the BIOS looks to boot.  LILO can load any operating system (Linux, Windows, etc) that you tell it to.  You break your harddrive into "partitions", one partition can be Linux and another Windows.  If you are only planning on installing Linux, then it's easy++.  WARNING: If you install Linux, then install Windows, Windows will overwrite your MBR with itself without prompting, and you have to go back and fix Lilo.  Very rude. 

6.   I’ve been told that for you to use Linux, you need to always type in code to do stuff. For example, if I needed to execute my browser. I would have to type in code. Is that correct?
False.  I double-click on Firefox to run it.  In fact, I press alt-f.  But anyway, if you want to do something complicated, you can script it, but by no means do you need to know it.  I recommend eventually learning Bash scripting, though, it can save you a lot of headaches.

7.   And the most important question of all, how do I install it? I gave a decent idea of how to, but just incase, how?

That's a mouthful, and I'm only going to answer it quickly.  Maybe some day I'll put together a guide :)

- Download Slackware CD1 and CD2, and burn them
- Boot off CD1
- Hit enter when it asks what to boot, and follow the steps until you log in as root
- Run cfdisk (type it and press enter).  If you only plan to use Linux, make 2 partitions: one that takes up most of your harddrive, and one that takes up approximately double your RAM.  Change the second one's type to Swap.  Make note of the first one (like, if it's /dev/hda1, write that down)  Write, and exit cfdisk
- Run setup.  Press "add swap", and follow the steps.  When it asks you where to install Linux, tell it the path to your Linux partition (/dev/hda1).  For the rest, follow your common sense.  When asked, choose "kde".
- When prompted about installing Lilo, say use "Advanced" mode.  Press "begin", tell it to install to the MBR, when it asks where tell it your harddrive path without the number (probably /dev/hda).  Then hit "Linux", follow the steps, tell it where to find Linux (probably /dev/hda1).
- Everything else should be common sense.  Once it's done, eject the CD and reboot.  Hopefully it'll start up Linux, and ask you for a username.  Enter root, and the password that you chose.
- Once logged in as root, run "adduser". 
- Once the user has been created, type "exit" and log in as the user account
- Run "startx", and play with KDE.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Pre-install Linux Questions
« Reply #2 on: December 13, 2005, 04:52:00 pm »
There is a very in-depth guide to installing Slackware on LinuxQuestions.org (click here for the direct link) which I found useful, even though I didn't do all of it.

In fact, linuxquestions.org will probably have someone who can answer just about any question you could have.  If you can't get Linux installed or whatever, you should try there, although I know that many people here are probably more likely to go through it with you step by step.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Pre-install Linux Questions
« Reply #3 on: December 13, 2005, 05:29:53 pm »
yeah, I recommend here first, then linuxquestions.org if we don't know.

Offline Quik

  • Webmaster Guy
  • x86
  • Hero Member
  • *****
  • Posts: 3262
  • \x51 \x75 \x69 \x6B \x5B \x78 \x38 \x36 \x5D
    • View Profile
Re: Pre-install Linux Questions
« Reply #4 on: December 13, 2005, 05:34:24 pm »
As for installation, there's a very thorough guide (maybe too much so) here, which helps answer many questions.
Quote
[20:21:13] xar: i was just thinking about the time iago came over here and we made this huge bomb and light up the sky for 6 min
[20:21:15] xar: that was funny

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Pre-install Linux Questions
« Reply #5 on: December 13, 2005, 05:36:50 pm »
Quote
1.   What’s an easy to use Linux distribution? I was thinking Slackware, since a lot of you like it.
Slackware is a distro for old bearded UNIX sysadmins, that want their distro to stick to basic UNIX principles, through ten feet of snow, uphill, both ways. Of course, you can think of the community here as your snowblower (capable of handling the 10 feet, wow, thats good), yet uphill still may not be worth it for your first distro.

I'll stop speaking in metaphors. I like Slackware, personally, but I will tell you that it will not hold your hand and guide you. With a good support community, which I believe this one constitutes, you should be alright, however I personally use Ubuntu. Of course, my opinion is biased because my Linux computer is a PowerPC (and so is Torvald's, go Mac!), and Slackware doesn't run on Mac. In the end, expirament and pick the one you're most comfortable with.

Quote
2.   Will I be able to do the things I want? Including, Surfing the web, typing of reports, listen to music, etc? No, I will not be playing BW, I know BW is not compatible with Linux.
First, BW. Under wine, if I understand correctly (never played it personally), it performs flawlessly. I've played StarCraft under wine before, and it was just as fast as Windows, etc.

As for surfing the web, the Firefox browser (the best, IMO!), comes default with Ubuntu, and its mother browser, the Mozilla Suite, comes default with Slackware.

Typing of reports can be done with the Microsoft Office substitute, OpenOffice. I know it comes default in Ubuntu, but Slackware, I can't say. I know iago uses it in Slackware, so he should be able to get you set up.

As for listening to Music, *presents XMMS*, here's your new best friend. Basically, its a Winamp clone.

Quote
3.   Can someone give me a screenshot of Slackware, or if you think there’s a better distribution, that screenshot, please.
The look of Linux isn't dependant upon the distro, but on the Window Manager (exception, liveCD's that only support one). My personal favorite is Gnome. If you're used to Windows (which you are, switching from Windows XP), you might want to look into KDE.

Last but not least, the terminal. Hold your windows key and press R, type "cmd", and press enter. That's what Linux looks like without a Window Manager. Actually, its more like root@darkstar $ instead of C:\>, but you get the point.

Quote
4.   How much space will the Linux Distribution take up?
Anywhere from 50MB (Damn Small Linux) to 30GB (Ubuntu Linux, all packages on APT installed). Theres a wide variety of APT packages that you'd never use, such as GNU Hello World, screen readers, the Debian Hello World package, etc. The most, I think, is 5GBish, comparable to Windows.

Quote
5.   How does it boot up?
This is as variable as the distro size. On my Mac (400MHz, powerhouse!) it takes about two minutes (Ubuntu with base packages). When I had Ubuntu installed on my Dell (2.8GHz, real powerhouse!), it took perhaps 30 seconds.

Quote
6.   I’ve been told that for you to use Linux, you need to always type in code to do stuff. For example, if I needed to execute my browser. I would have to type in code. Is that correct?
Whoever told you that has been stuck in the command line too long. Sure, its possible to use Links or Lynx to browse the web, and then you need to type "links" or "lynx" in the terminal (they're console utilities), but for Firefox, you can have an icon on your desktop, just like Windows. However, over time, I spent more and more time in the command line, because the more you use it, like anything else, the more you know about it and find it easy to use.

Quote
7.   And the most important question of all, how do I install it? I gave a decent idea of how to, but just incase, how?
That's very dependant on which distro. When you decide, let me know, and if I have experience with it I'll give you a step-by-step.

Feel free to AIM me (joetheodd), YIM me (joetheodd), or MSN me (joetheodd@gmail.com) with any other questions.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline skip

  • Full Member
  • ***
  • Posts: 387
  • mmk
    • View Profile
Re: Pre-install Linux Questions
« Reply #6 on: December 13, 2005, 05:46:34 pm »
Thanks a bunch everyone:).

Since it's my first time on Linux, I'm going for simplicity. I plan on installing Linux alone, no Windows.

So, if I were to install Slackware, and how would I get a fancy desktop? Plain? I think I'm going to go with KDE.

I think I'm going to have a lot of trouble with installing Slackware.. By looking at rabbit's link & iago's brief tutorial, it looks complicated.. Are all Linux Distributions like this?

Quote
Warning - while you were typing 3 new replies have been posted. You may wish to review your post.
Wow, I must type slow.
« Last Edit: December 13, 2005, 05:51:28 pm by DJO910 »

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Pre-install Linux Questions
« Reply #7 on: December 13, 2005, 06:07:13 pm »
Thanks a bunch everyone:).

Since it's my first time on Linux, I'm going for simplicity. I plan on installing Linux alone, no Windows.

So, if I were to install Slackware, and how would I get a fancy desktop? Plain? I think I'm going to go with KDE.

I think I'm going to have a lot of trouble with installing Slackware.. By looking at rabbit's link & iago's brief tutorial, it looks complicated.. Are all Linux Distributions like this?

Quote
Warning - while you were typing 3 new replies have been posted. You may wish to review your post.
Wow, I must type slow.


When installing Slackware, it asks you which window manager to use. Pick kde.  If you want to change it later, run "xwmconfig", and you can pick a different one.  Try them all!

I installed Slackware the first time with no Linux experience and nobody helping me.  It's not really that tough.  Just follow your nose (err, common sense).  If you aren't worried about breaking something, all the better.  Experiment with different options, install it a couple times, or install it, play with stuff, and install it again if stuff breaks. 

I can't say how difficult other distros are, the only other one I installed was Red Hat Enterprise Server or something, which was 8 cd's, which was pretty nightmarish, walking to the server room and changing the cd.  Bah!

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: Pre-install Linux Questions
« Reply #8 on: December 13, 2005, 06:11:13 pm »
Thanks a bunch everyone:).

Since it's my first time on Linux, I'm going for simplicity. I plan on installing Linux alone, no Windows.

So, if I were to install Slackware, and how would I get a fancy desktop? Plain? I think I'm going to go with KDE.

I think I'm going to have a lot of trouble with installing Slackware.. By looking at rabbit's link & iago's brief tutorial, it looks complicated.. Are all Linux Distributions like this?

Quote
Warning - while you were typing 3 new replies have been posted. You may wish to review your post.
Wow, I must type slow.

Well, what specs are the computer you're going to be running it on?  Don't run KDE on anything that has less than like 800mhz processor, 16mb video, and 384mb RAM because it will be SLOWW.
During the install it will ask you what packages you'd like from I think "O", and it lists KDE, XFCE, WindowMaker, FluxBOX and some others.  I use XFCE because it's really lightweight and loads like a charm on my 400mhz 384mbRAM 2mb videocard computer, and it's pretty neat. :)
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline skip

  • Full Member
  • ***
  • Posts: 387
  • mmk
    • View Profile
Re: Pre-install Linux Questions
« Reply #9 on: December 13, 2005, 06:18:21 pm »
Alright, I think I'm going to go with Slackware, but I'll just try all of them, KDE, WindowMaker, etc.
Yeah, I'll be running specs over that.

If I were to try to install Slackware than screw up and when I try to re-install, will it override the screwed up Slackware or do I have to manually delete it off my HD?

I hope trying to install Slackware, than screwing up, then trying again over and over won't corrupt my HD :P.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Pre-install Linux Questions
« Reply #10 on: December 13, 2005, 06:22:27 pm »
Yep, just install again and it'll delete the old one, by default.

BTW, when it asks how to format the harddrive, pick ext3.  I don't know why, but apparently it's best. 

When it asks you what software to install, just tell it everything. 

If there's a question you don't understand (like inode density), just pick the default.  Defaults generally work well. 

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Pre-install Linux Questions
« Reply #11 on: December 13, 2005, 06:36:21 pm »
Way to go Joe, you almost copied iago's post word-for-word....

Anyways, I installed Slack about 10 times last weekend...I seem to get the hang of it.  The best option for me was to just partition, then run setup, blah blah, and I just did "full".

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Pre-install Linux Questions
« Reply #12 on: December 13, 2005, 08:20:48 pm »
Are you by any chance SaNNy?  Well, if you need help just talk to me on AIM because iago would push you my way anyways :(.  I'll probably be free Friday night :)
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline skip

  • Full Member
  • ***
  • Posts: 387
  • mmk
    • View Profile
Re: Pre-install Linux Questions
« Reply #13 on: December 13, 2005, 08:24:30 pm »
Alright, cool.

If I can't get it after about 10 tries, I'll either IM iago or you on my desktop computer and you give my step-by-step instructions while I install it on my laptop  ;D.

No, I'm not SaNNy.

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Pre-install Linux Questions
« Reply #14 on: December 13, 2005, 08:29:22 pm »
iago knows the install like the back of his hand o_O.  Well... if I could get you both at the same time, it'll make my life easier. :)
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Pre-install Linux Questions
« Reply #15 on: December 13, 2005, 08:42:26 pm »
Are you by any chance SaNNy?  Well, if you need help just talk to me on AIM because iago would push you my way anyways :(.  I'll probably be free Friday night :)

I already have :P

Quote
(19:24:51) iagox86: If you need help, talk to Ergot
(19:24:57) iagox86: I won't be around until after next monday

:)

Offline skip

  • Full Member
  • ***
  • Posts: 387
  • mmk
    • View Profile
Re: Pre-install Linux Questions
« Reply #16 on: December 14, 2005, 11:44:31 pm »
Well... it seems as though I can't get pass the first step! Burning the CDs, GJ me :).

But anyways, I downloaded both Slackware CDs using bittorrent. In my download folder are two files, "slackware-10.2-install-d2.iso" & "slackware-10.2-install-d1.iso." The file has a .iso extention but has folder icon. However, inside the ISO folder is three files, "slackware-10.2-install-d1," which is a WinZip file, "slackware-10.2-install-d1.iso.asc," and "slackware-10.2-install-d1.iso.md5." Should I put the whole ISO folder onto the discs or put the the three files onto the discs without unzipping the WinZip file, or..?

BTW, inside the WinZip file are two folders, "linux-2.6.13," and "slackware." Inside each of those folders are more WinZip files.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Pre-install Linux Questions
« Reply #17 on: December 15, 2005, 12:32:38 am »
You should burn the .iso file to a cd using Nero, or some other program.  Only the .iso needs to go. 

I know that WinRAR associates itself with .iso files, which is kind of silly, but no, you don't need to open it. 

For more info, search google for "burning an iso in windows" or something.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Pre-install Linux Questions
« Reply #18 on: December 15, 2005, 02:07:15 am »
You only want the .iso file, unless your going to check the MD5sum of it (which isn't a bad idea, really), in which case you need the .md5 too. I have no clue what a .asc is, but I guess its a checksum-ish thing.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline skip

  • Full Member
  • ***
  • Posts: 387
  • mmk
    • View Profile
Re: Pre-install Linux Questions
« Reply #19 on: December 17, 2005, 08:49:52 am »
Well, my HD failed me. Oh well, it's an old laptop (Inspiron 8100), I'm suprised it didn't corrupt earlier. Anyways, I ordered a new HD from NewEgg. A 80 GB Western Digital for about $120. It should arrive, lastest, Wednesday.

I have a few questions about Slackware, though :):
Which FS should I install?
What's "X"?
I don't quite undestand the configuring the network part of the installation.
Quote
After pressing enter, you are taken to a screen to configure your network. If you have DSL or Cable, you probably want to do this now. If you have dial up, you probably won't need this.

Select yes or no and press enter. If you selected yes to configure the net, you are taken to a screen for a host name. Unless you're installing this on a server or something where a lot of people will be accessing the machine, you can just make something up. If you are installing on a server, enter the hostname.

After entering a host name, press enter. After pressing enter, you enter the domain name. Again, you can pretty much make up whatever you want here. Unless of course you are installing on a server as said before.

If you are installing on a server, enter the required information, and press enter. After you press enter, you are taken to a screen where you can set up how you get an IP. Since I have a LAN, I select DHCP. After you make your selection, press enter.

After pressing enter, you come to another screen asking for networking information. You can just press enter here usually, unless your ISP needs more information. After pressing enter, you will be shown your networking information. If it looks good, press enter, if it doesn't, press the right arrow key to highlight "No", and press enter.

If you selected "No", you will be taken back through the networking set up. If you selected yes, you are taken to an area where you select what services to run. Unless people need to access your machine remotely, deselect SSHd at the very bottom. Sendmail is OK though. That way you can send mail from a command line.

After selecting what services to run, press enter. After pressing enter, you are asked if you would like to try custom screen fonts. "No" is already preselected, so press enter, unless you really want to try screen fonts out

After pressing enter, you are taken to another screen. Unless you are sure, press enter. "No" is already highlighted here, and is a safe option.
I can just put ANYTHING I want for the hostname and the domain name and what if I'm planning on using two ways to connect to the internet? At home, I use my DSL box and at places with free Wi-Fi, a NIC.

And, no, I haven't even tried to install Slackware my first time yet :P.

Thanks! :).

Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: Pre-install Linux Questions
« Reply #20 on: December 17, 2005, 09:13:20 am »
BTW, when it asks how to format the harddrive, pick ext3.  I don't know why, but apparently it's best. 

Journaling+ext2 = ext3= pwnination.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline skip

  • Full Member
  • ***
  • Posts: 387
  • mmk
    • View Profile
Re: Pre-install Linux Questions
« Reply #21 on: December 17, 2005, 09:15:35 am »
Oh, oops, haha :P.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Pre-install Linux Questions
« Reply #22 on: December 17, 2005, 01:59:46 pm »
Which FS should I install?
The default is ReiserFS, but apparently ext3 is better. 

What's "X"?
you aren't allowed to ask difficult questions.. :P

You do NOT need to know this, but it's for your own information.

The graphical interface on Linux is split into two pieces, a client and a server.  X is the server.  It communicates with the back end hardware, and contains the drivers.  It keeps track of which programs are running.  It listens on a standard port, and when the X client connects to it, it sends it what stuff is supposed to be on the screen (windows, etc).  The client, which is called a "Window Manager", decides how to display the windows, and sends things like keystrokes and mouse movements back to X. 

What you DO need to know: when you have Linux installed, it'll boot into a command prompt.  Type "startx", and press enter.  That starts the X server and the X client, and life is good. 

I can just put ANYTHING I want for the hostname and the domain name and what if I'm planning on using two ways to connect to the internet? At home, I use my DSL box and at places with free Wi-Fi, a NIC.

hostname is just the name of your computer.  Pick something creative.  Domain name doesn't matter, I've never seen it make a difference; I use javaop.com because it sounds good. 

If you're going through a router at home, or through cable, it's easy.  Just tell it you're using dhcp, and nothing else. 

If you're planning on using wireless, that might be a little trickier.  Slackware automatically installs wireless tools, but I prefer using my own shellscript:
http://www.javaop.com/~iago/home-wireless.sh
Often, wireless cards aren't recognized by default.  My Microsoft wireless card works fine by default (weird, eh?), and my Intel one doesn't.  You may have to do some searching for wireless drivers, but most common cards have them somewhere.  Worry about wireless later :P

Offline skip

  • Full Member
  • ***
  • Posts: 387
  • mmk
    • View Profile
Re: Pre-install Linux Questions
« Reply #23 on: December 19, 2005, 09:23:24 pm »
Well, I finally got my HDD and now, I have installed Slackware, yay!

I'm on Slackware as I speak :).

But, I got something messed up. The display doesn't take up the entire screen. There is a lot of extra black space, how do I make the display take up the entire screen?
EDIT: I tried the "Configure Desktop" thing, but the biggest display is 1024 x 768 and theres still a lot of black space. I remember from the installation there was bigger displays, I think.
Also, I'm currently logged in as root, how do I make a user?

And, thanks to everyone who helped me install Slackware :).


« Last Edit: December 19, 2005, 09:31:59 pm by DJO910 »

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Pre-install Linux Questions
« Reply #24 on: December 19, 2005, 09:31:31 pm »
I get a little black space around the edges :/ I don't mind though.

To make a user: adduser
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline skip

  • Full Member
  • ***
  • Posts: 387
  • mmk
    • View Profile
Re: Pre-install Linux Questions
« Reply #25 on: December 19, 2005, 09:37:41 pm »
Where do I go to do "adduser"? :P

But, I mean the black space is HUGE!

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: Pre-install Linux Questions
« Reply #26 on: December 19, 2005, 09:41:42 pm »
Uh, exit out of "X" (ctrl+shift+backspace) and then a black screen will come up where you typed "startx".  Type "adduser (name)"
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Pre-install Linux Questions
« Reply #27 on: December 19, 2005, 09:54:23 pm »
You need to supply a name? I though it prompts you for that o_o
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Pre-install Linux Questions
« Reply #28 on: December 19, 2005, 10:09:10 pm »
Or save your processor time and press Ctrl+Alt+2, and then you'll be delivered to tty2. Alt+1 to get back to X.

And deadly, thats a disgusting way to kill X. Yes, kill, not shut down. Eww!
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Pre-install Linux Questions
« Reply #29 on: December 19, 2005, 10:12:35 pm »
You mean Ctrl+Alt+F7 to get back.
And why even exit X? Just type into a console :/ ?
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: Pre-install Linux Questions
« Reply #30 on: December 19, 2005, 10:18:03 pm »
Because then you can logout and login to the new account right away!  Doesn't eveyone do that?
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Pre-install Linux Questions
« Reply #31 on: December 19, 2005, 10:28:04 pm »
True, but I'm just saying Joe's way is silly :/
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Chavo

  • x86
  • Hero Member
  • *****
  • Posts: 2219
  • no u
    • View Profile
    • Chavoland
Re: Pre-install Linux Questions
« Reply #32 on: December 20, 2005, 10:04:24 am »
You need to supply a name? I though it prompts you for that o_o
adduser -m -s /bin/bash <user>      >   prompts
Quote
But, I got something messed up. The display doesn't take up the entire screen. There is a lot of extra black space, how do I make the display take up the entire screen?
EDIT: I tried the "Configure Desktop" thing, but the biggest display is 1024 x 768 and theres still a lot of black space. I remember from the installation there was bigger displays, I think.
Are you using the standard vga display driver? If so, using your manufacturers driver may fix that.

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Pre-install Linux Questions
« Reply #33 on: December 20, 2005, 10:24:03 am »
Lies unTactical... just adduser will do!
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Chavo

  • x86
  • Hero Member
  • *****
  • Posts: 2219
  • no u
    • View Profile
    • Chavoland
Re: Pre-install Linux Questions
« Reply #34 on: December 20, 2005, 10:29:42 am »
Lies unTactical... just adduser will do!
I feel like I'm being interrogated when I use the prompts :P