LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   My Dream OS...Advice? (https://www.linuxquestions.org/questions/linux-general-1/my-dream-os-advice-853131/)

apt-get 12-29-2010 07:09 PM

My Dream OS...Advice?
 
Okay, I have my laptop set up so I have one partition with Windows on it (Shush, it's for recording :/ That's it.) and one with Ubuntu on it.

Now, I love Ubuntu and I love how I have it set up, but I wanna try something else and not accidentally everything else on my hard drive, and I'm pretty sure I can manage resizing my partitions all by myself.

So I want to add a third OS to the list. Here we go:

Features:
---------------------------------------
* 6 virtual terminals
* Primarily a command line
* GNOME (for the off chance I might need it)

That's all.

I want to make it so I can have mp3blaster running in one terminal, elinks in anothter, finch in another, one terminal for programming and the last for whatever I need at the moment.

I like apt-get (hence the name) and I'd like to be able to keep using it, but if I can't it's fine.

Also, I'd like to make the wireless to get working easily >:( It always takes me weeks to figure that out.


SO any suggestions on a distro I could configure to behave like this?

pljvaldez 12-29-2010 07:13 PM

Sounds like Debian to me! :D

Of course, most any distro can be setup that way. You just have to edit the inittab file for runlevel and number of virtual terminals (though I would recommend using screen instead of separate VT's with their own logins).

apt-get 12-29-2010 07:21 PM

Alright! I actually thought to myself "Someone's gonna bring up Debian" right after I posted it ;)

I might give it a try, but I might want something a little smaller. It's not gonna be using too much space. I do have a question though, if I wanted to let it read the files in my Ubuntu partition, how could I let it do that?

Timothy Miller 12-29-2010 07:25 PM

Do a netinstall of Debian then add just what you need, you'll have about as minimalistic as you can get for what you want installed.

And you could install wicd-curses to have EXTREMELY easy command line management of networking.

apt-get 12-29-2010 07:32 PM

I like wicd-curses! That looks really cool.

When I set up debian, how would I make sure it recognizes my wireless card and such? It's all internal, should it work out of the box?

jamathis 12-29-2010 07:41 PM

Sounds like you are looking for Debian. Of course you could always go the Slackware route and install slapt-get on it.

apt-get 12-29-2010 07:45 PM

Quote:

Originally Posted by jamathis (Post 4207188)
Sounds like you are looking for Debian. Of course you could always go the Slackware route and install slapt-get on it.

I'd like slack if I could get it to work haha...I can't get adduser to work for me, nor can I get virtual terminals :?

As far as debian goes, I should install i386, right? I can use 64 bit...just making sure I have my terms right lol.

TobiSGD 12-29-2010 11:38 PM

For installing 32 or 64 bit, it depends on your usage of the system, just do a forum search, there are many threads out there regarding this topic.

Regarding your wireless, it depends on your hardware if it will run out of the box. A good source for how to get wireless working in Debian (and for all other kinds of information) is the Debian Wiki.

By the way, if you want it more comfortable you may also have a look at tiling windows managers like awesome wm, i3, xmonad, dwm, ...

apt-get 12-29-2010 11:52 PM

Quote:

Originally Posted by TobiSGD (Post 4207335)
For installing 32 or 64 bit, it depends on your usage of the system, just do a forum search, there are many threads out there regarding this topic.

Regarding your wireless, it depends on your hardware if it will run out of the box. A good source for how to get wireless working in Debian (and for all other kinds of information) is the Debian Wiki.

By the way, if you want it more comfortable you may also have a look at tiling windows managers like awesome wm, i3, xmonad, dwm, ...

I figured out which one I needed to download :)

Also, the wireless card here is a Broadcom STA something or other. Trying to remember from when I had that live cd up a couple of minutes ago...hopefully it's all good

And I'm probably not going to use a window manager haha

TobiSGD 12-30-2010 12:11 AM

Your choice.

Regarding Broadcom wireless, anything from Broadcom is the ugliest thing under the sun, especially in Debian.

apt-get 12-30-2010 12:46 AM

Quote:

Originally Posted by TobiSGD (Post 4207369)
Your choice.

Regarding Broadcom wireless, anything from Broadcom is the ugliest thing under the sun, especially in Debian.

I know :P Hopefully it'll work out of the box...if it doesn't I'm gonna cry.

TobiSGD 12-30-2010 12:50 AM

It will not, you need to install the firmware, and because Broadcoms ugly licence it is not delivered with Debian (I think it is not delivered out of the box with any distro, but may be I am wrong here).

honeybadger 12-30-2010 02:45 AM

Also have a look at the screen command. With this you can run many apps in just ome terminal. I believe all the apps you mentioned can be run on a single console with this command.
Hope this helps.

rob.rice 12-30-2010 03:18 PM

Quote:

Originally Posted by apt-get (Post 4207192)
I'd like slack if I could get it to work haha...I can't get adduser to work for me, nor can I get virtual terminals :?

As far as debian goes, I should install i386, right? I can use 64 bit...just making sure I have my terms right lol.

to get virtual terminals on slackware in run levle 4 you need to edit this part of/etc/inittab

Code:

# These are the standard console login getties in multiuser mode:
c1:1235:respawn:/sbin/agetty 38400 tty1 linux
c2:1235:respawn:/sbin/agetty 38400 tty2 linux
c3:1235:respawn:/sbin/agetty 38400 tty3 linux
c4:1235:respawn:/sbin/agetty 38400 tty4 linux
c5:1235:respawn:/sbin/agetty 38400 tty5 linux
c6:12345:respawn:/sbin/agetty 38400 tty6 linux

so that all the lines look like this
c?:12345:respawn:/sbin/agetty 38400 tty? linux
replacing the questions marks with the numbers 1 through 5

what problems are you having with adduser ?

apt-get 12-30-2010 09:15 PM

Quote:

Originally Posted by rob.rice (Post 4208145)
what problems are you having with adduser ?

There's a thread in the Slackware forum.

Now that I'm in Debian I can't figure out how the hell to get wireless to work :/


All times are GMT -5. The time now is 08:27 AM.