Showing posts with label gentoo linux. Show all posts
Showing posts with label gentoo linux. Show all posts

Tuesday, May 21, 2013

How do I install Gentoo Linux?

Q. I want to compile and install Gentoo Linux, anyone done this before?

A. You read the handbook.
http://www.gentoo.org/doc/en/handbook/index.xml

If you still can't figure it out, you're not ready for Gentoo. Sorry to sound harsh, that's just the way it is.

How do I run multiple commands on a Unix/Linux system without a GUI?
Q. I have a gentoo linux system with no GUI. I want to compile stuff, and while it's running, execute more stuff at the command line. How can I give it one command, then give it more commands without installing a GUI (running multiple terminals) or using SSH?

A. Try to use screen (if it is installed on your system -- read man 1 screen).

You can
- create a new "window" with Ctrl-A c
- kill a "windows" with Ctrl-A k
- switch between "windows" with Ctrl-A <space> and Ctrl-A <backspace>
- you can detach the screen (run in background -- you can even logout -- your jobs will still run): Ctrl-A d
- reattaching:
$ screen -r

That's only for starters. Read the built-in help: Ctrl-A ? and the manual for more information.

Of course you can work with background jobs too, but it will be a quite demanding task when you are juggling between 4 or 5 jobs.
It gets even more complicated when you're using && and || operators or redirections.

You can send your job to the background with either "&" at the end of the line or just by pressing Ctrl-Z (stop) and the executing "bg" command (check your shells manual)
You can "retrieve" a background job by issuing the fg <jobnr> command.

Example:
- start 2 long running jobs:

$ ./compile &
$ ./update_doc &

The & operator marks the end of line, so you could actually use single line instead:

$ ./compile & ./update_doc &


- check the job list:

$ jobs

[1]- Running ./compile &
[2]+ Running ./update_doc &

$ "foreground" the first job and send it back to background

$ fg %1
Ctrl-Z
$ bg

kill the second job:

$ kill %2
[2]+ Terminated ./update_doc

Believe me -- you'll prefer screen ;-)

Edit:
yet another solution -- if you're an Emacs user -- just start your editor, M-X shell, voila! I know some hard-core Emacs users who actually _never_ leave their editor.

How do i convert files to .psx?
Q. I downloaded some roms for a psx emulator, but it needs files in the .psx extension i guess :/ the game came with a .bin file and a .cue file. How do i make this work?

Oh, I am running Gentoo Linux btw, and using pcsx as the emulator, neither of which should matter too much i dont think.

A. Open up either the .cue or .bin file using your emulator

OR

Use the PSX Emulator called "ePSXe"
http://www.epsxe.com/

Configure it and open up either the .cue or .bin file



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, May 14, 2013

How do I run multiple commands on a Unix/Linux system without a GUI?

Q. I have a gentoo linux system with no GUI. I want to compile stuff, and while it's running, execute more stuff at the command line. How can I give it one command, then give it more commands without installing a GUI (running multiple terminals) or using SSH?

A. Try to use screen (if it is installed on your system -- read man 1 screen).

You can
- create a new "window" with Ctrl-A c
- kill a "windows" with Ctrl-A k
- switch between "windows" with Ctrl-A <space> and Ctrl-A <backspace>
- you can detach the screen (run in background -- you can even logout -- your jobs will still run): Ctrl-A d
- reattaching:
$ screen -r

That's only for starters. Read the built-in help: Ctrl-A ? and the manual for more information.

Of course you can work with background jobs too, but it will be a quite demanding task when you are juggling between 4 or 5 jobs.
It gets even more complicated when you're using && and || operators or redirections.

You can send your job to the background with either "&" at the end of the line or just by pressing Ctrl-Z (stop) and the executing "bg" command (check your shells manual)
You can "retrieve" a background job by issuing the fg <jobnr> command.

Example:
- start 2 long running jobs:

$ ./compile &
$ ./update_doc &

The & operator marks the end of line, so you could actually use single line instead:

$ ./compile & ./update_doc &


- check the job list:

$ jobs

[1]- Running ./compile &
[2]+ Running ./update_doc &

$ "foreground" the first job and send it back to background

$ fg %1
Ctrl-Z
$ bg

kill the second job:

$ kill %2
[2]+ Terminated ./update_doc

Believe me -- you'll prefer screen ;-)

Edit:
yet another solution -- if you're an Emacs user -- just start your editor, M-X shell, voila! I know some hard-core Emacs users who actually _never_ leave their editor.

How do i convert files to .psx?
Q. I downloaded some roms for a psx emulator, but it needs files in the .psx extension i guess :/ the game came with a .bin file and a .cue file. How do i make this work?

Oh, I am running Gentoo Linux btw, and using pcsx as the emulator, neither of which should matter too much i dont think.

A. Open up either the .cue or .bin file using your emulator

OR

Use the PSX Emulator called "ePSXe"
http://www.epsxe.com/

Configure it and open up either the .cue or .bin file

What distro of linux works best with world of warcraft? also kde vs gnome which one?
Q. I've tried playing wow on ubuntu through wine, and the graphics are all chopy at low settings. But when I play in windows 7 the graphics are fine? Is there a better distro that will not make the game so choppy? (Like emulate windows drivers) also is arch linux, gentoo, or saybian good for this game or 3d drivers in general?

A. The choice of distro does not really affect performance to that degree; the presence of suitable drivers does. You may wish to try installing the proprietary drivers for the video cards.

https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia
https://help.ubuntu.com/community/BinaryDriverHowto/ATI

The choice of KDE or GNOME should not really impact gaming, though you may need to disable Compiz or compositing in KDE temporarily. Arch Linux and Gentoo do not ship proprietary drivers by default. Sabayon does include them, but that is because of a difference in opinion / politics, not technical.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, May 11, 2013

What is the best lightweight Linux distro for my computer?

Q. I have a Compaq Deskpro EP/SB with Pentium II 333MHz processor (256MB RAM). I need a lightweight Linux operating system that is fast and reliable. I have tired Peppermint OS but it is too slow on this computer. I don't like Puppy Linux, nor Macpup. I need something different.

Thanks :)

A. Hi
With your processor and amount of ram you have to go with a puppy derivative. Puplets
http://puppylinux.org/main/Puplet%20for%20special%20features.htm

DSL (Dam small Linux)
http://www.damnsmalllinux.org/

Tinycore.
Tinycore requires alot of work.
http://distro.ibiblio.org/tinycorelinux/

Bodhi Linux
http://www.bodhilinux.com/

Gentoo Linux
http://www.gentoo.org/

Lubuntu.
http://lubuntu.net/

Look on distrowatch and do a search for small linux distros.

To be frank puppy has the best support of all the medium Linux distros via the murga forums.
http://www.murga-linux.com/puppy/

you wont get a snazzy desktop to run with those computer specs.

What linux distribution do you recommend?
Q. If you want to learn how to adminster Linux systems properly, not simply for use as a Windows replacement?

A. This are the most common distros. I DON'T RECOMMEND ANY OF THIS to learning linux at sysadmin level:
Red hat (or centos or fedora)
Ubuntu (or Mint)
Suse

All those distros are designed to be user friendly and easy.

You need a distro that keeps configuration plain and simple, instead of trying to hide it with a nice gui.
I RECOMMEND YOU:
Arch Linux
Gentoo
linux from scratch

I have used archlinux myself, and I can tell you is really easy to learn AND does not hide any of its configuration using guis.

Archlinux has a GREAT wiki, so, even if you are going to configure all by yourself, you'll have great step-by-step guides.
I don't recommend you archbang or sabayon, since they hide their configuration, and its not what you want (You want to learn!)

And that's it. I'll leave you with this from the arch linux wiki:

Whereas many GNU/Linux distributions attempt to be more user-friendly, Arch Linux has always been, and shall always remain user-centric.
Arch Linux targets and accommodates competent GNU/Linux users by giving them complete control and responsibility over the system.
Arch Linux users fully manage the system on their own. The system itself will offer little assistance, except for a simple set of maintenance tools that are designed to perfectly relay the user's commands to the system. Arch developers do not expend energy re-inventing GUI system tools; Arch is founded upon sensible design and excellent documentation.
This user-centric design necessarily implies a certain "do-it-yourself" approach to using the Arch distribution. Rather than pursuing assistance or requesting a new feature to be implemented by developers, Arch Linux users have a tendency to solve problems themselves and share the results with the community and development team â a "do first, then ask" philosophy. This is especially true for user-contributed packages found in the Arch User Repository â the official Arch Linux repository for community-maintained packages.

What are the requirements to distribute a linux live iso?
Q. I want to create a custom linux iso with a few of my personally developed applications and distribute it online. I know Linux is open source, but does this mean I can legally sell the ISO? Are some distros better suited for this than others?

A. Some distros are better suited. Some already have live-cd systems prebuilt, you simply add applications. Ubuntu, Slax, and Gentoo are common live distros.

You can sell the ISO, as long as you don't violate any licenses. Most licenses are GPLs, Creative Commons, or BSDs. You have to comply with the terms of each license, including distribution and availability of source code.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, April 11, 2013

What is the best type of linux for a beginning programmer?

Q. I just started software developing at ASU and my teacher recommends using linux over windows but I've seen all different formats and i don't know which one is the best to start off with i would be dual booting with vista 64 bit

A. For developing I would go with one of the technical distributions such as slackware or gentoo. The only thing is they are not only very UNIX-like, they are tough to wrap your brain around generally. Mark Shuttleworth, who started Ubuntu, got his start on Slackware.

Generally I would go with one with a KDE desktop. XFCE4 is nice -- that's my preferred desktop -- however KDE has a LOT tools which make programming easier. And slackware of course offers KDE and XFCE4 as its default desktops. It does not offer GNOME.

The downside of Ubuntu and its derivatives is that one of the innovations of Ubuntu is precisely that it does not offer easy access to the GNU tools, including GCC and make and gdb -- the debugger. You have to go to synaptic or open a terminal and type "sudo apt-get build-essential".

The technical linuxes, Debian, Slackware, Fedora, Gentoo -- or Linux from Scratch -- demand that you get comfortable with the command line. Nevertheless, even for a beginning programmer, I would precisely say that those are the best type of Linux -- or let's face it, GNU/Linux -- for a beginning programmer.

Also, Debian and Fedora have live CDs available, while you can get A taste of Slackware (though they don't say so) using dyne:bolic ( http://www.dynebolic.org ) or slax ( http://www.slax.org ) both of which are live cds. Therefore you can try them without installing them on your hard drive yet at all -- highly recommended.

What distro of linux is best for my computer?
Q. I just bought a pc of of ebay. Its an HP DC5700 running at 1.86ghz with an intel core 2 duo proccessor. and 1 gb of ram. I really want an easy to use distro of linux thats light, and easy to use. And that will use both cores in the computer. Could someone please give me some suggestions, ima kinda new to this linux stuff.

A. I recommend you to "Puppy Linux". It is an amazing distribution for older machines.

There are over three hundred Linux distributions that you can choose from. The choices can be overwhelming. There is no agreement as to what is the best linux distro. We know that Linux Ubuntu is the most popular on the desktop and Red Hat Enterprise Linux is the most popular in enterprise settings. But popularity does not equal best fit.

So what is the best linux distro? It depends on your needs and what you are looking for.

1. For newbies:

If you are new to Linux, I suggest you use Linux Mint or PCLinux. These are the most user friendly distributions.

2. Everyday Linux:

If you are looking for a distro that is going to be around a while and is relatively easy to use, then I suggest Fedora or Ubuntu. Fedora is based by Red Hat and Ubuntu is backed by Canonical.

3. Light and fast:

If you have an older system Puppy Linux is the choice for you. It is an amazing distribution for older machines.

4. Server:

CentOS is simply an unbranded and free version of Red Hat Enterprise Linux. Debian is also an excellent choice, being well known for its stability.

5. Music Production:

Ubuntu Studio is the most popular music and recording solution out there.

6. Multimedia :

If you are interested in turning your computer into a multimedia station, Mythbuntu is the distro for you. The learning curve is a little high, but worth it.

7. Power User:

If you really want to learn Linux, then Gentoo or Slackware is the way to go. Slackware just happens to be the oldest Linux distribution still in active development.

8. Netbooks:

If you are think of using Linux on a netbook, EasyPeasy or Jolicloud are both good choices.

9. KDE Desktop:

For those who like the KDE desktop enviroment OpenSUSE or Kubuntu are probably the best.

10. Kids:

If you have kids the best option for them is Edubuntu.

Hope you"ll get idea which linux distro is best for your PC.

What is the best version of Linux for programmers?
Q. Hi, I'm a programmer and I'm currently using Ubuntu as my main OS which I want. I looking for the best version of Linux or any other type of free OS that is good for a programmer. Ubuntu is the most user friendly version of Linux but I want a OS that is good for a programmer. Anyone have any suggestions?

A. I'm not too sure, I think that all GNU/Linux distros are a good choice, you may want to go with one that is very stable such as, CentOS (Red Hat Enterprise Linux), Debian, or Slackware. You may even want to try Gentoo (or Sabayon Linux which is a user friendly Gentoo) which you need to know how your computer components work to set it up properly.

You may want to look through:
http://www.linux.com/archive/feed/54657
http://freedomhec.pbworks.com/

Free Linux Books:
http://www.techbooksforfree.com/linux.shtml



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, March 23, 2013

How do i convert files to .psx?

Q. I downloaded some roms for a psx emulator, but it needs files in the .psx extension i guess :/ the game came with a .bin file and a .cue file. How do i make this work?

Oh, I am running Gentoo Linux btw, and using pcsx as the emulator, neither of which should matter too much i dont think.

A. Open up either the .cue or .bin file using your emulator

OR

Use the PSX Emulator called "ePSXe"
http://www.epsxe.com/

Configure it and open up either the .cue or .bin file

What distro of linux works best with world of warcraft? also kde vs gnome which one?
Q. I've tried playing wow on ubuntu through wine, and the graphics are all chopy at low settings. But when I play in windows 7 the graphics are fine? Is there a better distro that will not make the game so choppy? (Like emulate windows drivers) also is arch linux, gentoo, or saybian good for this game or 3d drivers in general?

A. The choice of distro does not really affect performance to that degree; the presence of suitable drivers does. You may wish to try installing the proprietary drivers for the video cards.

https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia
https://help.ubuntu.com/community/BinaryDriverHowto/ATI

The choice of KDE or GNOME should not really impact gaming, though you may need to disable Compiz or compositing in KDE temporarily. Arch Linux and Gentoo do not ship proprietary drivers by default. Sabayon does include them, but that is because of a difference in opinion / politics, not technical.

What is the best lightweight Linux distro for my computer?
Q. I have a Compaq Deskpro EP/SB with Pentium II 333MHz processor (256MB RAM). I need a lightweight Linux operating system that is fast and reliable. I have tired Peppermint OS but it is too slow on this computer. I don't like Puppy Linux, nor Macpup. I need something different.

Thanks :)

A. Hi
With your processor and amount of ram you have to go with a puppy derivative. Puplets
http://puppylinux.org/main/Puplet%20for%20special%20features.htm

DSL (Dam small Linux)
http://www.damnsmalllinux.org/

Tinycore.
Tinycore requires alot of work.
http://distro.ibiblio.org/tinycorelinux/

Bodhi Linux
http://www.bodhilinux.com/

Gentoo Linux
http://www.gentoo.org/

Lubuntu.
http://lubuntu.net/

Look on distrowatch and do a search for small linux distros.

To be frank puppy has the best support of all the medium Linux distros via the murga forums.
http://www.murga-linux.com/puppy/

you wont get a snazzy desktop to run with those computer specs.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, March 20, 2013

What is the best lightweight Linux distro for my computer?

Q. I have a Compaq Deskpro EP/SB with Pentium II 333MHz processor (256MB RAM). I need a lightweight Linux operating system that is fast and reliable. I have tired Peppermint OS but it is too slow on this computer. I don't like Puppy Linux, nor Macpup. I need something different.

Thanks :)

A. Hi
With your processor and amount of ram you have to go with a puppy derivative. Puplets
http://puppylinux.org/main/Puplet%20for%20special%20features.htm

DSL (Dam small Linux)
http://www.damnsmalllinux.org/

Tinycore.
Tinycore requires alot of work.
http://distro.ibiblio.org/tinycorelinux/

Bodhi Linux
http://www.bodhilinux.com/

Gentoo Linux
http://www.gentoo.org/

Lubuntu.
http://lubuntu.net/

Look on distrowatch and do a search for small linux distros.

To be frank puppy has the best support of all the medium Linux distros via the murga forums.
http://www.murga-linux.com/puppy/

you wont get a snazzy desktop to run with those computer specs.

What linux distribution do you recommend?
Q. If you want to learn how to adminster Linux systems properly, not simply for use as a Windows replacement?

A. This are the most common distros. I DON'T RECOMMEND ANY OF THIS to learning linux at sysadmin level:
Red hat (or centos or fedora)
Ubuntu (or Mint)
Suse

All those distros are designed to be user friendly and easy.

You need a distro that keeps configuration plain and simple, instead of trying to hide it with a nice gui.
I RECOMMEND YOU:
Arch Linux
Gentoo
linux from scratch

I have used archlinux myself, and I can tell you is really easy to learn AND does not hide any of its configuration using guis.

Archlinux has a GREAT wiki, so, even if you are going to configure all by yourself, you'll have great step-by-step guides.
I don't recommend you archbang or sabayon, since they hide their configuration, and its not what you want (You want to learn!)

And that's it. I'll leave you with this from the arch linux wiki:

Whereas many GNU/Linux distributions attempt to be more user-friendly, Arch Linux has always been, and shall always remain user-centric.
Arch Linux targets and accommodates competent GNU/Linux users by giving them complete control and responsibility over the system.
Arch Linux users fully manage the system on their own. The system itself will offer little assistance, except for a simple set of maintenance tools that are designed to perfectly relay the user's commands to the system. Arch developers do not expend energy re-inventing GUI system tools; Arch is founded upon sensible design and excellent documentation.
This user-centric design necessarily implies a certain "do-it-yourself" approach to using the Arch distribution. Rather than pursuing assistance or requesting a new feature to be implemented by developers, Arch Linux users have a tendency to solve problems themselves and share the results with the community and development team â a "do first, then ask" philosophy. This is especially true for user-contributed packages found in the Arch User Repository â the official Arch Linux repository for community-maintained packages.

What are the requirements to distribute a linux live iso?
Q. I want to create a custom linux iso with a few of my personally developed applications and distribute it online. I know Linux is open source, but does this mean I can legally sell the ISO? Are some distros better suited for this than others?

A. Some distros are better suited. Some already have live-cd systems prebuilt, you simply add applications. Ubuntu, Slax, and Gentoo are common live distros.

You can sell the ISO, as long as you don't violate any licenses. Most licenses are GPLs, Creative Commons, or BSDs. You have to comply with the terms of each license, including distribution and availability of source code.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, March 19, 2013

How do I install Gentoo Linux?

Q. I want to compile and install Gentoo Linux, anyone done this before?

A. You read the handbook.
http://www.gentoo.org/doc/en/handbook/index.xml

If you still can't figure it out, you're not ready for Gentoo. Sorry to sound harsh, that's just the way it is.

How do I run multiple commands on a Unix/Linux system without a GUI?
Q. I have a gentoo linux system with no GUI. I want to compile stuff, and while it's running, execute more stuff at the command line. How can I give it one command, then give it more commands without installing a GUI (running multiple terminals) or using SSH?

A. Try to use screen (if it is installed on your system -- read man 1 screen).

You can
- create a new "window" with Ctrl-A c
- kill a "windows" with Ctrl-A k
- switch between "windows" with Ctrl-A <space> and Ctrl-A <backspace>
- you can detach the screen (run in background -- you can even logout -- your jobs will still run): Ctrl-A d
- reattaching:
$ screen -r

That's only for starters. Read the built-in help: Ctrl-A ? and the manual for more information.

Of course you can work with background jobs too, but it will be a quite demanding task when you are juggling between 4 or 5 jobs.
It gets even more complicated when you're using && and || operators or redirections.

You can send your job to the background with either "&" at the end of the line or just by pressing Ctrl-Z (stop) and the executing "bg" command (check your shells manual)
You can "retrieve" a background job by issuing the fg <jobnr> command.

Example:
- start 2 long running jobs:

$ ./compile &
$ ./update_doc &

The & operator marks the end of line, so you could actually use single line instead:

$ ./compile & ./update_doc &


- check the job list:

$ jobs

[1]- Running ./compile &
[2]+ Running ./update_doc &

$ "foreground" the first job and send it back to background

$ fg %1
Ctrl-Z
$ bg

kill the second job:

$ kill %2
[2]+ Terminated ./update_doc

Believe me -- you'll prefer screen ;-)

Edit:
yet another solution -- if you're an Emacs user -- just start your editor, M-X shell, voila! I know some hard-core Emacs users who actually _never_ leave their editor.

How do i convert files to .psx?
Q. I downloaded some roms for a psx emulator, but it needs files in the .psx extension i guess :/ the game came with a .bin file and a .cue file. How do i make this work?

Oh, I am running Gentoo Linux btw, and using pcsx as the emulator, neither of which should matter too much i dont think.

A. Open up either the .cue or .bin file using your emulator

OR

Use the PSX Emulator called "ePSXe"
http://www.epsxe.com/

Configure it and open up either the .cue or .bin file



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, March 2, 2013

What are the requirements to distribute a linux live iso?

Q. I want to create a custom linux iso with a few of my personally developed applications and distribute it online. I know Linux is open source, but does this mean I can legally sell the ISO? Are some distros better suited for this than others?

A. Some distros are better suited. Some already have live-cd systems prebuilt, you simply add applications. Ubuntu, Slax, and Gentoo are common live distros.

You can sell the ISO, as long as you don't violate any licenses. Most licenses are GPLs, Creative Commons, or BSDs. You have to comply with the terms of each license, including distribution and availability of source code.

What is the best type of linux for a beginning programmer?
Q. I just started software developing at ASU and my teacher recommends using linux over windows but I've seen all different formats and i don't know which one is the best to start off with i would be dual booting with vista 64 bit

A. For developing I would go with one of the technical distributions such as slackware or gentoo. The only thing is they are not only very UNIX-like, they are tough to wrap your brain around generally. Mark Shuttleworth, who started Ubuntu, got his start on Slackware.

Generally I would go with one with a KDE desktop. XFCE4 is nice -- that's my preferred desktop -- however KDE has a LOT tools which make programming easier. And slackware of course offers KDE and XFCE4 as its default desktops. It does not offer GNOME.

The downside of Ubuntu and its derivatives is that one of the innovations of Ubuntu is precisely that it does not offer easy access to the GNU tools, including GCC and make and gdb -- the debugger. You have to go to synaptic or open a terminal and type "sudo apt-get build-essential".

The technical linuxes, Debian, Slackware, Fedora, Gentoo -- or Linux from Scratch -- demand that you get comfortable with the command line. Nevertheless, even for a beginning programmer, I would precisely say that those are the best type of Linux -- or let's face it, GNU/Linux -- for a beginning programmer.

Also, Debian and Fedora have live CDs available, while you can get A taste of Slackware (though they don't say so) using dyne:bolic ( http://www.dynebolic.org ) or slax ( http://www.slax.org ) both of which are live cds. Therefore you can try them without installing them on your hard drive yet at all -- highly recommended.

What is the best version of Linux for programmers?
Q. Hi, I'm a programmer and I'm currently using Ubuntu as my main OS which I want. I looking for the best version of Linux or any other type of free OS that is good for a programmer. Ubuntu is the most user friendly version of Linux but I want a OS that is good for a programmer. Anyone have any suggestions?

A. I'm not too sure, I think that all GNU/Linux distros are a good choice, you may want to go with one that is very stable such as, CentOS (Red Hat Enterprise Linux), Debian, or Slackware. You may even want to try Gentoo (or Sabayon Linux which is a user friendly Gentoo) which you need to know how your computer components work to set it up properly.

You may want to look through:
http://www.linux.com/archive/feed/54657
http://freedomhec.pbworks.com/

Free Linux Books:
http://www.techbooksforfree.com/linux.shtml



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, March 1, 2013

What linux distribution do you recommend?

Q. If you want to learn how to adminster Linux systems properly, not simply for use as a Windows replacement?

A. This are the most common distros. I DON'T RECOMMEND ANY OF THIS to learning linux at sysadmin level:
Red hat (or centos or fedora)
Ubuntu (or Mint)
Suse

All those distros are designed to be user friendly and easy.

You need a distro that keeps configuration plain and simple, instead of trying to hide it with a nice gui.
I RECOMMEND YOU:
Arch Linux
Gentoo
linux from scratch

I have used archlinux myself, and I can tell you is really easy to learn AND does not hide any of its configuration using guis.

Archlinux has a GREAT wiki, so, even if you are going to configure all by yourself, you'll have great step-by-step guides.
I don't recommend you archbang or sabayon, since they hide their configuration, and its not what you want (You want to learn!)

And that's it. I'll leave you with this from the arch linux wiki:

Whereas many GNU/Linux distributions attempt to be more user-friendly, Arch Linux has always been, and shall always remain user-centric.
Arch Linux targets and accommodates competent GNU/Linux users by giving them complete control and responsibility over the system.
Arch Linux users fully manage the system on their own. The system itself will offer little assistance, except for a simple set of maintenance tools that are designed to perfectly relay the user's commands to the system. Arch developers do not expend energy re-inventing GUI system tools; Arch is founded upon sensible design and excellent documentation.
This user-centric design necessarily implies a certain "do-it-yourself" approach to using the Arch distribution. Rather than pursuing assistance or requesting a new feature to be implemented by developers, Arch Linux users have a tendency to solve problems themselves and share the results with the community and development team â a "do first, then ask" philosophy. This is especially true for user-contributed packages found in the Arch User Repository â the official Arch Linux repository for community-maintained packages.

What are the requirements to distribute a linux live iso?
Q. I want to create a custom linux iso with a few of my personally developed applications and distribute it online. I know Linux is open source, but does this mean I can legally sell the ISO? Are some distros better suited for this than others?

A. Some distros are better suited. Some already have live-cd systems prebuilt, you simply add applications. Ubuntu, Slax, and Gentoo are common live distros.

You can sell the ISO, as long as you don't violate any licenses. Most licenses are GPLs, Creative Commons, or BSDs. You have to comply with the terms of each license, including distribution and availability of source code.

What is the best type of linux for a beginning programmer?
Q. I just started software developing at ASU and my teacher recommends using linux over windows but I've seen all different formats and i don't know which one is the best to start off with i would be dual booting with vista 64 bit

A. For developing I would go with one of the technical distributions such as slackware or gentoo. The only thing is they are not only very UNIX-like, they are tough to wrap your brain around generally. Mark Shuttleworth, who started Ubuntu, got his start on Slackware.

Generally I would go with one with a KDE desktop. XFCE4 is nice -- that's my preferred desktop -- however KDE has a LOT tools which make programming easier. And slackware of course offers KDE and XFCE4 as its default desktops. It does not offer GNOME.

The downside of Ubuntu and its derivatives is that one of the innovations of Ubuntu is precisely that it does not offer easy access to the GNU tools, including GCC and make and gdb -- the debugger. You have to go to synaptic or open a terminal and type "sudo apt-get build-essential".

The technical linuxes, Debian, Slackware, Fedora, Gentoo -- or Linux from Scratch -- demand that you get comfortable with the command line. Nevertheless, even for a beginning programmer, I would precisely say that those are the best type of Linux -- or let's face it, GNU/Linux -- for a beginning programmer.

Also, Debian and Fedora have live CDs available, while you can get A taste of Slackware (though they don't say so) using dyne:bolic ( http://www.dynebolic.org ) or slax ( http://www.slax.org ) both of which are live cds. Therefore you can try them without installing them on your hard drive yet at all -- highly recommended.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, February 22, 2013

What is the best lightweight Linux distro for my computer?

Q. I have a Compaq Deskpro EP/SB with Pentium II 333MHz processor (256MB RAM). I need a lightweight Linux operating system that is fast and reliable. I have tired Peppermint OS but it is too slow on this computer. I don't like Puppy Linux, nor Macpup. I need something different.

Thanks :)

A. Hi
With your processor and amount of ram you have to go with a puppy derivative. Puplets
http://puppylinux.org/main/Puplet%20for%20special%20features.htm

DSL (Dam small Linux)
http://www.damnsmalllinux.org/

Tinycore.
Tinycore requires alot of work.
http://distro.ibiblio.org/tinycorelinux/

Bodhi Linux
http://www.bodhilinux.com/

Gentoo Linux
http://www.gentoo.org/

Lubuntu.
http://lubuntu.net/

Look on distrowatch and do a search for small linux distros.

To be frank puppy has the best support of all the medium Linux distros via the murga forums.
http://www.murga-linux.com/puppy/

you wont get a snazzy desktop to run with those computer specs.

What linux distribution do you recommend?
Q. If you want to learn how to adminster Linux systems properly, not simply for use as a Windows replacement?

A. This are the most common distros. I DON'T RECOMMEND ANY OF THIS to learning linux at sysadmin level:
Red hat (or centos or fedora)
Ubuntu (or Mint)
Suse

All those distros are designed to be user friendly and easy.

You need a distro that keeps configuration plain and simple, instead of trying to hide it with a nice gui.
I RECOMMEND YOU:
Arch Linux
Gentoo
linux from scratch

I have used archlinux myself, and I can tell you is really easy to learn AND does not hide any of its configuration using guis.

Archlinux has a GREAT wiki, so, even if you are going to configure all by yourself, you'll have great step-by-step guides.
I don't recommend you archbang or sabayon, since they hide their configuration, and its not what you want (You want to learn!)

And that's it. I'll leave you with this from the arch linux wiki:

Whereas many GNU/Linux distributions attempt to be more user-friendly, Arch Linux has always been, and shall always remain user-centric.
Arch Linux targets and accommodates competent GNU/Linux users by giving them complete control and responsibility over the system.
Arch Linux users fully manage the system on their own. The system itself will offer little assistance, except for a simple set of maintenance tools that are designed to perfectly relay the user's commands to the system. Arch developers do not expend energy re-inventing GUI system tools; Arch is founded upon sensible design and excellent documentation.
This user-centric design necessarily implies a certain "do-it-yourself" approach to using the Arch distribution. Rather than pursuing assistance or requesting a new feature to be implemented by developers, Arch Linux users have a tendency to solve problems themselves and share the results with the community and development team â a "do first, then ask" philosophy. This is especially true for user-contributed packages found in the Arch User Repository â the official Arch Linux repository for community-maintained packages.

What are the requirements to distribute a linux live iso?
Q. I want to create a custom linux iso with a few of my personally developed applications and distribute it online. I know Linux is open source, but does this mean I can legally sell the ISO? Are some distros better suited for this than others?

A. Some distros are better suited. Some already have live-cd systems prebuilt, you simply add applications. Ubuntu, Slax, and Gentoo are common live distros.

You can sell the ISO, as long as you don't violate any licenses. Most licenses are GPLs, Creative Commons, or BSDs. You have to comply with the terms of each license, including distribution and availability of source code.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, February 21, 2013

What are the requirements to distribute a linux live iso?

Q. I want to create a custom linux iso with a few of my personally developed applications and distribute it online. I know Linux is open source, but does this mean I can legally sell the ISO? Are some distros better suited for this than others?

A. Some distros are better suited. Some already have live-cd systems prebuilt, you simply add applications. Ubuntu, Slax, and Gentoo are common live distros.

You can sell the ISO, as long as you don't violate any licenses. Most licenses are GPLs, Creative Commons, or BSDs. You have to comply with the terms of each license, including distribution and availability of source code.

What is the best type of linux for a beginning programmer?
Q. I just started software developing at ASU and my teacher recommends using linux over windows but I've seen all different formats and i don't know which one is the best to start off with i would be dual booting with vista 64 bit

A. For developing I would go with one of the technical distributions such as slackware or gentoo. The only thing is they are not only very UNIX-like, they are tough to wrap your brain around generally. Mark Shuttleworth, who started Ubuntu, got his start on Slackware.

Generally I would go with one with a KDE desktop. XFCE4 is nice -- that's my preferred desktop -- however KDE has a LOT tools which make programming easier. And slackware of course offers KDE and XFCE4 as its default desktops. It does not offer GNOME.

The downside of Ubuntu and its derivatives is that one of the innovations of Ubuntu is precisely that it does not offer easy access to the GNU tools, including GCC and make and gdb -- the debugger. You have to go to synaptic or open a terminal and type "sudo apt-get build-essential".

The technical linuxes, Debian, Slackware, Fedora, Gentoo -- or Linux from Scratch -- demand that you get comfortable with the command line. Nevertheless, even for a beginning programmer, I would precisely say that those are the best type of Linux -- or let's face it, GNU/Linux -- for a beginning programmer.

Also, Debian and Fedora have live CDs available, while you can get A taste of Slackware (though they don't say so) using dyne:bolic ( http://www.dynebolic.org ) or slax ( http://www.slax.org ) both of which are live cds. Therefore you can try them without installing them on your hard drive yet at all -- highly recommended.

What distro of linux is best for my computer?
Q. I just bought a pc of of ebay. Its an HP DC5700 running at 1.86ghz with an intel core 2 duo proccessor. and 1 gb of ram. I really want an easy to use distro of linux thats light, and easy to use. And that will use both cores in the computer. Could someone please give me some suggestions, ima kinda new to this linux stuff.

A. I recommend you to "Puppy Linux". It is an amazing distribution for older machines.

There are over three hundred Linux distributions that you can choose from. The choices can be overwhelming. There is no agreement as to what is the best linux distro. We know that Linux Ubuntu is the most popular on the desktop and Red Hat Enterprise Linux is the most popular in enterprise settings. But popularity does not equal best fit.

So what is the best linux distro? It depends on your needs and what you are looking for.

1. For newbies:

If you are new to Linux, I suggest you use Linux Mint or PCLinux. These are the most user friendly distributions.

2. Everyday Linux:

If you are looking for a distro that is going to be around a while and is relatively easy to use, then I suggest Fedora or Ubuntu. Fedora is based by Red Hat and Ubuntu is backed by Canonical.

3. Light and fast:

If you have an older system Puppy Linux is the choice for you. It is an amazing distribution for older machines.

4. Server:

CentOS is simply an unbranded and free version of Red Hat Enterprise Linux. Debian is also an excellent choice, being well known for its stability.

5. Music Production:

Ubuntu Studio is the most popular music and recording solution out there.

6. Multimedia :

If you are interested in turning your computer into a multimedia station, Mythbuntu is the distro for you. The learning curve is a little high, but worth it.

7. Power User:

If you really want to learn Linux, then Gentoo or Slackware is the way to go. Slackware just happens to be the oldest Linux distribution still in active development.

8. Netbooks:

If you are think of using Linux on a netbook, EasyPeasy or Jolicloud are both good choices.

9. KDE Desktop:

For those who like the KDE desktop enviroment OpenSUSE or Kubuntu are probably the best.

10. Kids:

If you have kids the best option for them is Edubuntu.

Hope you"ll get idea which linux distro is best for your PC.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How do I run multiple commands on a Unix/Linux system without a GUI?

Q. I have a gentoo linux system with no GUI. I want to compile stuff, and while it's running, execute more stuff at the command line. How can I give it one command, then give it more commands without installing a GUI (running multiple terminals) or using SSH?

A. Try to use screen (if it is installed on your system -- read man 1 screen).

You can
- create a new "window" with Ctrl-A c
- kill a "windows" with Ctrl-A k
- switch between "windows" with Ctrl-A <space> and Ctrl-A <backspace>
- you can detach the screen (run in background -- you can even logout -- your jobs will still run): Ctrl-A d
- reattaching:
$ screen -r

That's only for starters. Read the built-in help: Ctrl-A ? and the manual for more information.

Of course you can work with background jobs too, but it will be a quite demanding task when you are juggling between 4 or 5 jobs.
It gets even more complicated when you're using && and || operators or redirections.

You can send your job to the background with either "&" at the end of the line or just by pressing Ctrl-Z (stop) and the executing "bg" command (check your shells manual)
You can "retrieve" a background job by issuing the fg <jobnr> command.

Example:
- start 2 long running jobs:

$ ./compile &
$ ./update_doc &

The & operator marks the end of line, so you could actually use single line instead:

$ ./compile & ./update_doc &


- check the job list:

$ jobs

[1]- Running ./compile &
[2]+ Running ./update_doc &

$ "foreground" the first job and send it back to background

$ fg %1
Ctrl-Z
$ bg

kill the second job:

$ kill %2
[2]+ Terminated ./update_doc

Believe me -- you'll prefer screen ;-)

Edit:
yet another solution -- if you're an Emacs user -- just start your editor, M-X shell, voila! I know some hard-core Emacs users who actually _never_ leave their editor.

How do i convert files to .psx?
Q. I downloaded some roms for a psx emulator, but it needs files in the .psx extension i guess :/ the game came with a .bin file and a .cue file. How do i make this work?

Oh, I am running Gentoo Linux btw, and using pcsx as the emulator, neither of which should matter too much i dont think.

A. Open up either the .cue or .bin file using your emulator

OR

Use the PSX Emulator called "ePSXe"
http://www.epsxe.com/

Configure it and open up either the .cue or .bin file

What distro of linux works best with world of warcraft? also kde vs gnome which one?
Q. I've tried playing wow on ubuntu through wine, and the graphics are all chopy at low settings. But when I play in windows 7 the graphics are fine? Is there a better distro that will not make the game so choppy? (Like emulate windows drivers) also is arch linux, gentoo, or saybian good for this game or 3d drivers in general?

A. The choice of distro does not really affect performance to that degree; the presence of suitable drivers does. You may wish to try installing the proprietary drivers for the video cards.

https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia
https://help.ubuntu.com/community/BinaryDriverHowto/ATI

The choice of KDE or GNOME should not really impact gaming, though you may need to disable Compiz or compositing in KDE temporarily. Arch Linux and Gentoo do not ship proprietary drivers by default. Sabayon does include them, but that is because of a difference in opinion / politics, not technical.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, February 19, 2013

How do I install Gentoo Linux?

Q. I want to compile and install Gentoo Linux, anyone done this before?

A. You read the handbook.
http://www.gentoo.org/doc/en/handbook/index.xml

If you still can't figure it out, you're not ready for Gentoo. Sorry to sound harsh, that's just the way it is.

How do I run multiple commands on a Unix/Linux system without a GUI?
Q. I have a gentoo linux system with no GUI. I want to compile stuff, and while it's running, execute more stuff at the command line. How can I give it one command, then give it more commands without installing a GUI (running multiple terminals) or using SSH?

A. Try to use screen (if it is installed on your system -- read man 1 screen).

You can
- create a new "window" with Ctrl-A c
- kill a "windows" with Ctrl-A k
- switch between "windows" with Ctrl-A <space> and Ctrl-A <backspace>
- you can detach the screen (run in background -- you can even logout -- your jobs will still run): Ctrl-A d
- reattaching:
$ screen -r

That's only for starters. Read the built-in help: Ctrl-A ? and the manual for more information.

Of course you can work with background jobs too, but it will be a quite demanding task when you are juggling between 4 or 5 jobs.
It gets even more complicated when you're using && and || operators or redirections.

You can send your job to the background with either "&" at the end of the line or just by pressing Ctrl-Z (stop) and the executing "bg" command (check your shells manual)
You can "retrieve" a background job by issuing the fg <jobnr> command.

Example:
- start 2 long running jobs:

$ ./compile &
$ ./update_doc &

The & operator marks the end of line, so you could actually use single line instead:

$ ./compile & ./update_doc &


- check the job list:

$ jobs

[1]- Running ./compile &
[2]+ Running ./update_doc &

$ "foreground" the first job and send it back to background

$ fg %1
Ctrl-Z
$ bg

kill the second job:

$ kill %2
[2]+ Terminated ./update_doc

Believe me -- you'll prefer screen ;-)

Edit:
yet another solution -- if you're an Emacs user -- just start your editor, M-X shell, voila! I know some hard-core Emacs users who actually _never_ leave their editor.

How do i convert files to .psx?
Q. I downloaded some roms for a psx emulator, but it needs files in the .psx extension i guess :/ the game came with a .bin file and a .cue file. How do i make this work?

Oh, I am running Gentoo Linux btw, and using pcsx as the emulator, neither of which should matter too much i dont think.

A. Open up either the .cue or .bin file using your emulator

OR

Use the PSX Emulator called "ePSXe"
http://www.epsxe.com/

Configure it and open up either the .cue or .bin file



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, February 17, 2013

How do i convert files to .psx?

Q. I downloaded some roms for a psx emulator, but it needs files in the .psx extension i guess :/ the game came with a .bin file and a .cue file. How do i make this work?

Oh, I am running Gentoo Linux btw, and using pcsx as the emulator, neither of which should matter too much i dont think.

A. Open up either the .cue or .bin file using your emulator

OR

Use the PSX Emulator called "ePSXe"
http://www.epsxe.com/

Configure it and open up either the .cue or .bin file

What distro of linux works best with world of warcraft? also kde vs gnome which one?
Q. I've tried playing wow on ubuntu through wine, and the graphics are all chopy at low settings. But when I play in windows 7 the graphics are fine? Is there a better distro that will not make the game so choppy? (Like emulate windows drivers) also is arch linux, gentoo, or saybian good for this game or 3d drivers in general?

A. The choice of distro does not really affect performance to that degree; the presence of suitable drivers does. You may wish to try installing the proprietary drivers for the video cards.

https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia
https://help.ubuntu.com/community/BinaryDriverHowto/ATI

The choice of KDE or GNOME should not really impact gaming, though you may need to disable Compiz or compositing in KDE temporarily. Arch Linux and Gentoo do not ship proprietary drivers by default. Sabayon does include them, but that is because of a difference in opinion / politics, not technical.

What is the best lightweight Linux distro for my computer?
Q. I have a Compaq Deskpro EP/SB with Pentium II 333MHz processor (256MB RAM). I need a lightweight Linux operating system that is fast and reliable. I have tired Peppermint OS but it is too slow on this computer. I don't like Puppy Linux, nor Macpup. I need something different.

Thanks :)

A. Hi
With your processor and amount of ram you have to go with a puppy derivative. Puplets
http://puppylinux.org/main/Puplet%20for%20special%20features.htm

DSL (Dam small Linux)
http://www.damnsmalllinux.org/

Tinycore.
Tinycore requires alot of work.
http://distro.ibiblio.org/tinycorelinux/

Bodhi Linux
http://www.bodhilinux.com/

Gentoo Linux
http://www.gentoo.org/

Lubuntu.
http://lubuntu.net/

Look on distrowatch and do a search for small linux distros.

To be frank puppy has the best support of all the medium Linux distros via the murga forums.
http://www.murga-linux.com/puppy/

you wont get a snazzy desktop to run with those computer specs.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, February 14, 2013

What are the requirements to distribute a linux live iso?

Q. I want to create a custom linux iso with a few of my personally developed applications and distribute it online. I know Linux is open source, but does this mean I can legally sell the ISO? Are some distros better suited for this than others?

A. Some distros are better suited. Some already have live-cd systems prebuilt, you simply add applications. Ubuntu, Slax, and Gentoo are common live distros.

You can sell the ISO, as long as you don't violate any licenses. Most licenses are GPLs, Creative Commons, or BSDs. You have to comply with the terms of each license, including distribution and availability of source code.

What is the best type of linux for a beginning programmer?
Q. I just started software developing at ASU and my teacher recommends using linux over windows but I've seen all different formats and i don't know which one is the best to start off with i would be dual booting with vista 64 bit

A. For developing I would go with one of the technical distributions such as slackware or gentoo. The only thing is they are not only very UNIX-like, they are tough to wrap your brain around generally. Mark Shuttleworth, who started Ubuntu, got his start on Slackware.

Generally I would go with one with a KDE desktop. XFCE4 is nice -- that's my preferred desktop -- however KDE has a LOT tools which make programming easier. And slackware of course offers KDE and XFCE4 as its default desktops. It does not offer GNOME.

The downside of Ubuntu and its derivatives is that one of the innovations of Ubuntu is precisely that it does not offer easy access to the GNU tools, including GCC and make and gdb -- the debugger. You have to go to synaptic or open a terminal and type "sudo apt-get build-essential".

The technical linuxes, Debian, Slackware, Fedora, Gentoo -- or Linux from Scratch -- demand that you get comfortable with the command line. Nevertheless, even for a beginning programmer, I would precisely say that those are the best type of Linux -- or let's face it, GNU/Linux -- for a beginning programmer.

Also, Debian and Fedora have live CDs available, while you can get A taste of Slackware (though they don't say so) using dyne:bolic ( http://www.dynebolic.org ) or slax ( http://www.slax.org ) both of which are live cds. Therefore you can try them without installing them on your hard drive yet at all -- highly recommended.

What is the best version of Linux for programmers?
Q. Hi, I'm a programmer and I'm currently using Ubuntu as my main OS which I want. I looking for the best version of Linux or any other type of free OS that is good for a programmer. Ubuntu is the most user friendly version of Linux but I want a OS that is good for a programmer. Anyone have any suggestions?

A. I'm not too sure, I think that all GNU/Linux distros are a good choice, you may want to go with one that is very stable such as, CentOS (Red Hat Enterprise Linux), Debian, or Slackware. You may even want to try Gentoo (or Sabayon Linux which is a user friendly Gentoo) which you need to know how your computer components work to set it up properly.

You may want to look through:
http://www.linux.com/archive/feed/54657
http://freedomhec.pbworks.com/

Free Linux Books:
http://www.techbooksforfree.com/linux.shtml



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, February 7, 2013

What is the best lightweight Linux distro for my computer?

Q. I have a Compaq Deskpro EP/SB with Pentium II 333MHz processor (256MB RAM). I need a lightweight Linux operating system that is fast and reliable. I have tired Peppermint OS but it is too slow on this computer. I don't like Puppy Linux, nor Macpup. I need something different.

Thanks :)

A. Hi
With your processor and amount of ram you have to go with a puppy derivative. Puplets
http://puppylinux.org/main/Puplet%20for%20special%20features.htm

DSL (Dam small Linux)
http://www.damnsmalllinux.org/

Tinycore.
Tinycore requires alot of work.
http://distro.ibiblio.org/tinycorelinux/

Bodhi Linux
http://www.bodhilinux.com/

Gentoo Linux
http://www.gentoo.org/

Lubuntu.
http://lubuntu.net/

Look on distrowatch and do a search for small linux distros.

To be frank puppy has the best support of all the medium Linux distros via the murga forums.
http://www.murga-linux.com/puppy/

you wont get a snazzy desktop to run with those computer specs.

What linux distribution do you recommend?
Q. If you want to learn how to adminster Linux systems properly, not simply for use as a Windows replacement?

A. This are the most common distros. I DON'T RECOMMEND ANY OF THIS to learning linux at sysadmin level:
Red hat (or centos or fedora)
Ubuntu (or Mint)
Suse

All those distros are designed to be user friendly and easy.

You need a distro that keeps configuration plain and simple, instead of trying to hide it with a nice gui.
I RECOMMEND YOU:
Arch Linux
Gentoo
linux from scratch

I have used archlinux myself, and I can tell you is really easy to learn AND does not hide any of its configuration using guis.

Archlinux has a GREAT wiki, so, even if you are going to configure all by yourself, you'll have great step-by-step guides.
I don't recommend you archbang or sabayon, since they hide their configuration, and its not what you want (You want to learn!)

And that's it. I'll leave you with this from the arch linux wiki:

Whereas many GNU/Linux distributions attempt to be more user-friendly, Arch Linux has always been, and shall always remain user-centric.
Arch Linux targets and accommodates competent GNU/Linux users by giving them complete control and responsibility over the system.
Arch Linux users fully manage the system on their own. The system itself will offer little assistance, except for a simple set of maintenance tools that are designed to perfectly relay the user's commands to the system. Arch developers do not expend energy re-inventing GUI system tools; Arch is founded upon sensible design and excellent documentation.
This user-centric design necessarily implies a certain "do-it-yourself" approach to using the Arch distribution. Rather than pursuing assistance or requesting a new feature to be implemented by developers, Arch Linux users have a tendency to solve problems themselves and share the results with the community and development team â a "do first, then ask" philosophy. This is especially true for user-contributed packages found in the Arch User Repository â the official Arch Linux repository for community-maintained packages.

What are the requirements to distribute a linux live iso?
Q. I want to create a custom linux iso with a few of my personally developed applications and distribute it online. I know Linux is open source, but does this mean I can legally sell the ISO? Are some distros better suited for this than others?

A. Some distros are better suited. Some already have live-cd systems prebuilt, you simply add applications. Ubuntu, Slax, and Gentoo are common live distros.

You can sell the ISO, as long as you don't violate any licenses. Most licenses are GPLs, Creative Commons, or BSDs. You have to comply with the terms of each license, including distribution and availability of source code.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What distro of linux works best with world of warcraft? also kde vs gnome which one?

Q. I've tried playing wow on ubuntu through wine, and the graphics are all chopy at low settings. But when I play in windows 7 the graphics are fine? Is there a better distro that will not make the game so choppy? (Like emulate windows drivers) also is arch linux, gentoo, or saybian good for this game or 3d drivers in general?

A. The choice of distro does not really affect performance to that degree; the presence of suitable drivers does. You may wish to try installing the proprietary drivers for the video cards.

https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia
https://help.ubuntu.com/community/BinaryDriverHowto/ATI

The choice of KDE or GNOME should not really impact gaming, though you may need to disable Compiz or compositing in KDE temporarily. Arch Linux and Gentoo do not ship proprietary drivers by default. Sabayon does include them, but that is because of a difference in opinion / politics, not technical.

What is the best lightweight Linux distro for my computer?
Q. I have a Compaq Deskpro EP/SB with Pentium II 333MHz processor (256MB RAM). I need a lightweight Linux operating system that is fast and reliable. I have tired Peppermint OS but it is too slow on this computer. I don't like Puppy Linux, nor Macpup. I need something different.

Thanks :)

A. Hi
With your processor and amount of ram you have to go with a puppy derivative. Puplets
http://puppylinux.org/main/Puplet%20for%20special%20features.htm

DSL (Dam small Linux)
http://www.damnsmalllinux.org/

Tinycore.
Tinycore requires alot of work.
http://distro.ibiblio.org/tinycorelinux/

Bodhi Linux
http://www.bodhilinux.com/

Gentoo Linux
http://www.gentoo.org/

Lubuntu.
http://lubuntu.net/

Look on distrowatch and do a search for small linux distros.

To be frank puppy has the best support of all the medium Linux distros via the murga forums.
http://www.murga-linux.com/puppy/

you wont get a snazzy desktop to run with those computer specs.

What linux distribution do you recommend?
Q. If you want to learn how to adminster Linux systems properly, not simply for use as a Windows replacement?

A. This are the most common distros. I DON'T RECOMMEND ANY OF THIS to learning linux at sysadmin level:
Red hat (or centos or fedora)
Ubuntu (or Mint)
Suse

All those distros are designed to be user friendly and easy.

You need a distro that keeps configuration plain and simple, instead of trying to hide it with a nice gui.
I RECOMMEND YOU:
Arch Linux
Gentoo
linux from scratch

I have used archlinux myself, and I can tell you is really easy to learn AND does not hide any of its configuration using guis.

Archlinux has a GREAT wiki, so, even if you are going to configure all by yourself, you'll have great step-by-step guides.
I don't recommend you archbang or sabayon, since they hide their configuration, and its not what you want (You want to learn!)

And that's it. I'll leave you with this from the arch linux wiki:

Whereas many GNU/Linux distributions attempt to be more user-friendly, Arch Linux has always been, and shall always remain user-centric.
Arch Linux targets and accommodates competent GNU/Linux users by giving them complete control and responsibility over the system.
Arch Linux users fully manage the system on their own. The system itself will offer little assistance, except for a simple set of maintenance tools that are designed to perfectly relay the user's commands to the system. Arch developers do not expend energy re-inventing GUI system tools; Arch is founded upon sensible design and excellent documentation.
This user-centric design necessarily implies a certain "do-it-yourself" approach to using the Arch distribution. Rather than pursuing assistance or requesting a new feature to be implemented by developers, Arch Linux users have a tendency to solve problems themselves and share the results with the community and development team â a "do first, then ask" philosophy. This is especially true for user-contributed packages found in the Arch User Repository â the official Arch Linux repository for community-maintained packages.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Older Posts Home