Showing posts with label linux from scratch. Show all posts
Showing posts with label linux from scratch. Show all posts

Tuesday, May 21, 2013

How is a linux distro actually made?

Q. I'm trying to make a custom distro with LFS (linux from scratch) and I was just wonder, if I was completely serious about developing my own distro to distribute, how would I do it?
I realize that they use C/C++ but I was wondering do they compile it like LFS or do they (IE Ubuntu) make it completely from scratch somehow?

A. c program language as the main

then python for the rest

How can I build a Linux Distro?
Q. I have downloaded the latest stable kernel. How can I make a linux distro from scratch? What do I need?

A. Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source code.
http://www.linuxfromscratch.org/

Alternatively, you can easily customize your own Slax linux live right from your browser. If you are new to Linux you probably want to start with something like that.
http://www.slax.org/

Other Linux Distros
http://distrowatch.com/

What are the requirements to use Linux From Scratch?
Q. Do I need a linux os to run it?
Is there any third party software I need?
Is LFS a programming language?

What can I do to get the code if I were to base it off of Ubuntu?

A. To get started, all you need is a lot of free time. Go to linuxfromscratch.org and start reading the book and follow the instructions. The prerequisites are listed in there. It will also point to the downloads you need. LFS is not a programming language, it is just the book which lists how to install Linux entirely from sources.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, May 3, 2013

How can I build a Linux Distro?

Q. I have downloaded the latest stable kernel. How can I make a linux distro from scratch? What do I need?

A. Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source code.
http://www.linuxfromscratch.org/

Alternatively, you can easily customize your own Slax linux live right from your browser. If you are new to Linux you probably want to start with something like that.
http://www.slax.org/

Other Linux Distros
http://distrowatch.com/

What are the requirements to use Linux From Scratch?
Q. Do I need a linux os to run it?
Is there any third party software I need?
Is LFS a programming language?

What can I do to get the code if I were to base it off of Ubuntu?

A. To get started, all you need is a lot of free time. Go to linuxfromscratch.org and start reading the book and follow the instructions. The prerequisites are listed in there. It will also point to the downloads you need. LFS is not a programming language, it is just the book which lists how to install Linux entirely from sources.

Is there a way to hook up an old hard drive to my laptop?
Q. I'm going to start on a Linux from Scratch and I need to hook up an old 40 GB HDD that was in an old computer that I had a long time ago. I was wondering if there was anyway that I could hook it up through USB to my laptop. There's a whole lot of writing on the disk, so if you need any of it to figure it out, then I will add extended details.

A. Get a USB adapter or a HD caddy.



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

What is the best or easiest Linux to start using LFS on?

Q. I'm starting for the first time to use Linux from Scratch, but it says I have to use it on a 32-bit Linux. Which Linux would be easy to start on?

Any other help about starting to use LFS would help. What is Linux from Script??????????????????

A. Slackware would be a good choice, it includes most (all?) of the tools you'll need to start building your system.

What is the best way to build Linux for Scratch?
Q. I tried to make it my own distro right on my 8 gb hard drive but i ran into sooo sooo many errors like make and configure errors. I wanted to see how someone with experience started off. With a linux-swap partition? I just want everything to run smoothly. Please give me any tips or anything that would help

A. LSF is not for beginners.
Read and follow the directions VERY carefully. Even a slight mistake will result in failure.
1. Read the manual
2. If you have a problem you can get specific help on the IRC or mailing list for LSF. Post exactly what you have done and the errors you get.
Good luck

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

Wednesday, March 13, 2013

Where to start for becoming a linux master?

Q. I have ubuntu 8.10 installed on my macbook and I am familiar with the gui as well as other desktop environments. But, I have no clue how to program, what a source code is, or how to build my own linux distro from scratch. I do know how to install several operating systems, how to partition a hard drive, and how to install hardware. I'd like to be a programmer someday and I want to know where to start. Thanks!
I don't like kde at all.

A. Check this out:
http://www.linuxfromscratch.org/

It guides you through building a distro from scratch.

Source code is basically the "recipe" to a program. A compiler converts source code to binary.

KDE wasn't my preferred desktop environment at first either, but as I started using it and discovered how much more configurable it is and found some of it's unique features (that the other DE's don't have), it became my favorite desktop environment.

But if you want to learn more about Linux, try using a distro that doesn't try to emulate Windows. Using slackware has taught me a lot.

What is a good book for learning UNIX and Linux?
Q. I'm a windows person, but have played with Ubuntu before, but I don't know much of anything about it. I would like to learn to program bash/shell code. My end goal is to build my own custom Linux distro, if not through Linux From Scratch at least customize a solid system. Much appreciation!!!!

A. Here is a very basic and complete book on linux.
Good luck

What is the best or easiest Linux to start using LFS on?
Q. I'm starting for the first time to use Linux from Scratch, but it says I have to use it on a 32-bit Linux. Which Linux would be easy to start on?

Any other help about starting to use LFS would help. What is Linux from Script??????????????????

A. Slackware would be a good choice, it includes most (all?) of the tools you'll need to start building your system.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What are the requirements to use Linux From Scratch?

Q. Do I need a linux os to run it?
Is there any third party software I need?
Is LFS a programming language?

What can I do to get the code if I were to base it off of Ubuntu?

A. To get started, all you need is a lot of free time. Go to linuxfromscratch.org and start reading the book and follow the instructions. The prerequisites are listed in there. It will also point to the downloads you need. LFS is not a programming language, it is just the book which lists how to install Linux entirely from sources.

Is there a way to hook up an old hard drive to my laptop?
Q. I'm going to start on a Linux from Scratch and I need to hook up an old 40 GB HDD that was in an old computer that I had a long time ago. I was wondering if there was anyway that I could hook it up through USB to my laptop. There's a whole lot of writing on the disk, so if you need any of it to figure it out, then I will add extended details.

A. Get a USB adapter or a HD caddy.

Where to start for becoming a linux master?
Q. I have ubuntu 8.10 installed on my macbook and I am familiar with the gui as well as other desktop environments. But, I have no clue how to program, what a source code is, or how to build my own linux distro from scratch. I do know how to install several operating systems, how to partition a hard drive, and how to install hardware. I'd like to be a programmer someday and I want to know where to start. Thanks!
I don't like kde at all.

A. Check this out:
http://www.linuxfromscratch.org/

It guides you through building a distro from scratch.

Source code is basically the "recipe" to a program. A compiler converts source code to binary.

KDE wasn't my preferred desktop environment at first either, but as I started using it and discovered how much more configurable it is and found some of it's unique features (that the other DE's don't have), it became my favorite desktop environment.

But if you want to learn more about Linux, try using a distro that doesn't try to emulate Windows. Using slackware has taught me a lot.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, March 5, 2013

How is a linux distro actually made?

Q. I'm trying to make a custom distro with LFS (linux from scratch) and I was just wonder, if I was completely serious about developing my own distro to distribute, how would I do it?
I realize that they use C/C++ but I was wondering do they compile it like LFS or do they (IE Ubuntu) make it completely from scratch somehow?

A. c program language as the main

then python for the rest

How can I build a Linux Distro?
Q. I have downloaded the latest stable kernel. How can I make a linux distro from scratch? What do I need?

A. Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source code.
http://www.linuxfromscratch.org/

Alternatively, you can easily customize your own Slax linux live right from your browser. If you are new to Linux you probably want to start with something like that.
http://www.slax.org/

Other Linux Distros
http://distrowatch.com/

I'm making the sqitch to Ubunto, but don't know where to start?
Q. I like the idea of linux security over Windows, so I'm finally making the switch. I know how to download and install it, my only problem is I can't find a beginners guide or a how-to on learning Linux from scratch. Mostly what I can find are how-to's on altering windows based applications to work in Linux, but nothing on a basic starter's guide..

Anyone have any good resources?

A. http://box.net/public/benplaut/dfiles/ubuntu_user_guide_05.11.pdf



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

Is there a way to hook up an old hard drive to my laptop?

Q. I'm going to start on a Linux from Scratch and I need to hook up an old 40 GB HDD that was in an old computer that I had a long time ago. I was wondering if there was anyway that I could hook it up through USB to my laptop. There's a whole lot of writing on the disk, so if you need any of it to figure it out, then I will add extended details.

A. Get a USB adapter or a HD caddy.

Where to start for becoming a linux master?
Q. I have ubuntu 8.10 installed on my macbook and I am familiar with the gui as well as other desktop environments. But, I have no clue how to program, what a source code is, or how to build my own linux distro from scratch. I do know how to install several operating systems, how to partition a hard drive, and how to install hardware. I'd like to be a programmer someday and I want to know where to start. Thanks!
I don't like kde at all.

A. Check this out:
http://www.linuxfromscratch.org/

It guides you through building a distro from scratch.

Source code is basically the "recipe" to a program. A compiler converts source code to binary.

KDE wasn't my preferred desktop environment at first either, but as I started using it and discovered how much more configurable it is and found some of it's unique features (that the other DE's don't have), it became my favorite desktop environment.

But if you want to learn more about Linux, try using a distro that doesn't try to emulate Windows. Using slackware has taught me a lot.

What is a good book for learning UNIX and Linux?
Q. I'm a windows person, but have played with Ubuntu before, but I don't know much of anything about it. I would like to learn to program bash/shell code. My end goal is to build my own custom Linux distro, if not through Linux From Scratch at least customize a solid system. Much appreciation!!!!

A. Here is a very basic and complete book on linux.
Good luck



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

Is there a way to hook up an old hard drive to my laptop?

Q. I'm going to start on a Linux from Scratch and I need to hook up an old 40 GB HDD that was in an old computer that I had a long time ago. I was wondering if there was anyway that I could hook it up through USB to my laptop. There's a whole lot of writing on the disk, so if you need any of it to figure it out, then I will add extended details.

A. Get a USB adapter or a HD caddy.

Where to start for becoming a linux master?
Q. I have ubuntu 8.10 installed on my macbook and I am familiar with the gui as well as other desktop environments. But, I have no clue how to program, what a source code is, or how to build my own linux distro from scratch. I do know how to install several operating systems, how to partition a hard drive, and how to install hardware. I'd like to be a programmer someday and I want to know where to start. Thanks!
I don't like kde at all.

A. Check this out:
http://www.linuxfromscratch.org/

It guides you through building a distro from scratch.

Source code is basically the "recipe" to a program. A compiler converts source code to binary.

KDE wasn't my preferred desktop environment at first either, but as I started using it and discovered how much more configurable it is and found some of it's unique features (that the other DE's don't have), it became my favorite desktop environment.

But if you want to learn more about Linux, try using a distro that doesn't try to emulate Windows. Using slackware has taught me a lot.

What is a good book for learning UNIX and Linux?
Q. I'm a windows person, but have played with Ubuntu before, but I don't know much of anything about it. I would like to learn to program bash/shell code. My end goal is to build my own custom Linux distro, if not through Linux From Scratch at least customize a solid system. Much appreciation!!!!

A. Here is a very basic and complete book on linux.
Good luck



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

How can I build a Linux Distro?

Q. I have downloaded the latest stable kernel. How can I make a linux distro from scratch? What do I need?

A. Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source code.
http://www.linuxfromscratch.org/

Alternatively, you can easily customize your own Slax linux live right from your browser. If you are new to Linux you probably want to start with something like that.
http://www.slax.org/

Other Linux Distros
http://distrowatch.com/

What are the requirements to use Linux From Scratch?
Q. Do I need a linux os to run it?
Is there any third party software I need?
Is LFS a programming language?

What can I do to get the code if I were to base it off of Ubuntu?

A. To get started, all you need is a lot of free time. Go to linuxfromscratch.org and start reading the book and follow the instructions. The prerequisites are listed in there. It will also point to the downloads you need. LFS is not a programming language, it is just the book which lists how to install Linux entirely from sources.

Is there a way to hook up an old hard drive to my laptop?
Q. I'm going to start on a Linux from Scratch and I need to hook up an old 40 GB HDD that was in an old computer that I had a long time ago. I was wondering if there was anyway that I could hook it up through USB to my laptop. There's a whole lot of writing on the disk, so if you need any of it to figure it out, then I will add extended details.

A. Get a USB adapter or a HD caddy.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, February 20, 2013

What is the best or easiest Linux to start using LFS on?

Q. I'm starting for the first time to use Linux from Scratch, but it says I have to use it on a 32-bit Linux. Which Linux would be easy to start on?

Any other help about starting to use LFS would help. What is Linux from Script??????????????????

A. Slackware would be a good choice, it includes most (all?) of the tools you'll need to start building your system.

What is the best way to build Linux for Scratch?
Q. I tried to make it my own distro right on my 8 gb hard drive but i ran into sooo sooo many errors like make and configure errors. I wanted to see how someone with experience started off. With a linux-swap partition? I just want everything to run smoothly. Please give me any tips or anything that would help

A. LSF is not for beginners.
Read and follow the directions VERY carefully. Even a slight mistake will result in failure.
1. Read the manual
2. If you have a problem you can get specific help on the IRC or mailing list for LSF. Post exactly what you have done and the errors you get.
Good luck

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

Monday, February 11, 2013

I'm making the sqitch to Ubunto, but don't know where to start?

Q. I like the idea of linux security over Windows, so I'm finally making the switch. I know how to download and install it, my only problem is I can't find a beginners guide or a how-to on learning Linux from scratch. Mostly what I can find are how-to's on altering windows based applications to work in Linux, but nothing on a basic starter's guide..

Anyone have any good resources?

A. http://box.net/public/benplaut/dfiles/ubuntu_user_guide_05.11.pdf

What are the requirements to use Linux From Scratch?
Q. Do I need a linux os to run it?
Is there any third party software I need?
Is LFS a programming language?

What can I do to get the code if I were to base it off of Ubuntu?

A. To get started, all you need is a lot of free time. Go to linuxfromscratch.org and start reading the book and follow the instructions. The prerequisites are listed in there. It will also point to the downloads you need. LFS is not a programming language, it is just the book which lists how to install Linux entirely from sources.

Is there a way to hook up an old hard drive to my laptop?
Q. I'm going to start on a Linux from Scratch and I need to hook up an old 40 GB HDD that was in an old computer that I had a long time ago. I was wondering if there was anyway that I could hook it up through USB to my laptop. There's a whole lot of writing on the disk, so if you need any of it to figure it out, then I will add extended details.

A. Get a USB adapter or a HD caddy.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, February 10, 2013

How can I build a Linux Distro?

Q. I have downloaded the latest stable kernel. How can I make a linux distro from scratch? What do I need?

A. Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source code.
http://www.linuxfromscratch.org/

Alternatively, you can easily customize your own Slax linux live right from your browser. If you are new to Linux you probably want to start with something like that.
http://www.slax.org/

Other Linux Distros
http://distrowatch.com/

I'm making the sqitch to Ubunto, but don't know where to start?
Q. I like the idea of linux security over Windows, so I'm finally making the switch. I know how to download and install it, my only problem is I can't find a beginners guide or a how-to on learning Linux from scratch. Mostly what I can find are how-to's on altering windows based applications to work in Linux, but nothing on a basic starter's guide..

Anyone have any good resources?

A. http://box.net/public/benplaut/dfiles/ubuntu_user_guide_05.11.pdf

What are the requirements to use Linux From Scratch?
Q. Do I need a linux os to run it?
Is there any third party software I need?
Is LFS a programming language?

What can I do to get the code if I were to base it off of Ubuntu?

A. To get started, all you need is a lot of free time. Go to linuxfromscratch.org and start reading the book and follow the instructions. The prerequisites are listed in there. It will also point to the downloads you need. LFS is not a programming language, it is just the book which lists how to install Linux entirely from sources.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, February 9, 2013

Where to start for becoming a linux master?

Q. I have ubuntu 8.10 installed on my macbook and I am familiar with the gui as well as other desktop environments. But, I have no clue how to program, what a source code is, or how to build my own linux distro from scratch. I do know how to install several operating systems, how to partition a hard drive, and how to install hardware. I'd like to be a programmer someday and I want to know where to start. Thanks!
I don't like kde at all.

A. Check this out:
http://www.linuxfromscratch.org/

It guides you through building a distro from scratch.

Source code is basically the "recipe" to a program. A compiler converts source code to binary.

KDE wasn't my preferred desktop environment at first either, but as I started using it and discovered how much more configurable it is and found some of it's unique features (that the other DE's don't have), it became my favorite desktop environment.

But if you want to learn more about Linux, try using a distro that doesn't try to emulate Windows. Using slackware has taught me a lot.

What is a good book for learning UNIX and Linux?
Q. I'm a windows person, but have played with Ubuntu before, but I don't know much of anything about it. I would like to learn to program bash/shell code. My end goal is to build my own custom Linux distro, if not through Linux From Scratch at least customize a solid system. Much appreciation!!!!

A. Here is a very basic and complete book on linux.
Good luck

What is the best or easiest Linux to start using LFS on?
Q. I'm starting for the first time to use Linux from Scratch, but it says I have to use it on a 32-bit Linux. Which Linux would be easy to start on?

Any other help about starting to use LFS would help. What is Linux from Script??????????????????

A. Slackware would be a good choice, it includes most (all?) of the tools you'll need to start building your system.



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

Is there a way to hook up an old hard drive to my laptop?

Q. I'm going to start on a Linux from Scratch and I need to hook up an old 40 GB HDD that was in an old computer that I had a long time ago. I was wondering if there was anyway that I could hook it up through USB to my laptop. There's a whole lot of writing on the disk, so if you need any of it to figure it out, then I will add extended details.

A. Get a USB adapter or a HD caddy.

Where to start for becoming a linux master?
Q. I have ubuntu 8.10 installed on my macbook and I am familiar with the gui as well as other desktop environments. But, I have no clue how to program, what a source code is, or how to build my own linux distro from scratch. I do know how to install several operating systems, how to partition a hard drive, and how to install hardware. I'd like to be a programmer someday and I want to know where to start. Thanks!
I don't like kde at all.

A. Check this out:
http://www.linuxfromscratch.org/

It guides you through building a distro from scratch.

Source code is basically the "recipe" to a program. A compiler converts source code to binary.

KDE wasn't my preferred desktop environment at first either, but as I started using it and discovered how much more configurable it is and found some of it's unique features (that the other DE's don't have), it became my favorite desktop environment.

But if you want to learn more about Linux, try using a distro that doesn't try to emulate Windows. Using slackware has taught me a lot.

What is a good book for learning UNIX and Linux?
Q. I'm a windows person, but have played with Ubuntu before, but I don't know much of anything about it. I would like to learn to program bash/shell code. My end goal is to build my own custom Linux distro, if not through Linux From Scratch at least customize a solid system. Much appreciation!!!!

A. Here is a very basic and complete book on linux.
Good luck



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Tuesday, February 5, 2013

Where to start for becoming a linux master?

Q. I have ubuntu 8.10 installed on my macbook and I am familiar with the gui as well as other desktop environments. But, I have no clue how to program, what a source code is, or how to build my own linux distro from scratch. I do know how to install several operating systems, how to partition a hard drive, and how to install hardware. I'd like to be a programmer someday and I want to know where to start. Thanks!
I don't like kde at all.

A. Check this out:
http://www.linuxfromscratch.org/

It guides you through building a distro from scratch.

Source code is basically the "recipe" to a program. A compiler converts source code to binary.

KDE wasn't my preferred desktop environment at first either, but as I started using it and discovered how much more configurable it is and found some of it's unique features (that the other DE's don't have), it became my favorite desktop environment.

But if you want to learn more about Linux, try using a distro that doesn't try to emulate Windows. Using slackware has taught me a lot.

What is a good book for learning UNIX and Linux?
Q. I'm a windows person, but have played with Ubuntu before, but I don't know much of anything about it. I would like to learn to program bash/shell code. My end goal is to build my own custom Linux distro, if not through Linux From Scratch at least customize a solid system. Much appreciation!!!!

A. Here is a very basic and complete book on linux.
Good luck

What is the best or easiest Linux to start using LFS on?
Q. I'm starting for the first time to use Linux from Scratch, but it says I have to use it on a 32-bit Linux. Which Linux would be easy to start on?

Any other help about starting to use LFS would help. What is Linux from Script??????????????????

A. Slackware would be a good choice, it includes most (all?) of the tools you'll need to start building your system.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Monday, February 4, 2013

Where to start for becoming a linux master?

Q. I have ubuntu 8.10 installed on my macbook and I am familiar with the gui as well as other desktop environments. But, I have no clue how to program, what a source code is, or how to build my own linux distro from scratch. I do know how to install several operating systems, how to partition a hard drive, and how to install hardware. I'd like to be a programmer someday and I want to know where to start. Thanks!
I don't like kde at all.

A. Check this out:
http://www.linuxfromscratch.org/

It guides you through building a distro from scratch.

Source code is basically the "recipe" to a program. A compiler converts source code to binary.

KDE wasn't my preferred desktop environment at first either, but as I started using it and discovered how much more configurable it is and found some of it's unique features (that the other DE's don't have), it became my favorite desktop environment.

But if you want to learn more about Linux, try using a distro that doesn't try to emulate Windows. Using slackware has taught me a lot.

What is a good book for learning UNIX and Linux?
Q. I'm a windows person, but have played with Ubuntu before, but I don't know much of anything about it. I would like to learn to program bash/shell code. My end goal is to build my own custom Linux distro, if not through Linux From Scratch at least customize a solid system. Much appreciation!!!!

A. Here is a very basic and complete book on linux.
Good luck

What is the best or easiest Linux to start using LFS on?
Q. I'm starting for the first time to use Linux from Scratch, but it says I have to use it on a 32-bit Linux. Which Linux would be easy to start on?

Any other help about starting to use LFS would help. What is Linux from Script??????????????????

A. Slackware would be a good choice, it includes most (all?) of the tools you'll need to start building your system.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

What is the best or easiest Linux to start using LFS on?

Q. I'm starting for the first time to use Linux from Scratch, but it says I have to use it on a 32-bit Linux. Which Linux would be easy to start on?

Any other help about starting to use LFS would help. What is Linux from Script??????????????????

A. Slackware would be a good choice, it includes most (all?) of the tools you'll need to start building your system.

What is the best way to build Linux for Scratch?
Q. I tried to make it my own distro right on my 8 gb hard drive but i ran into sooo sooo many errors like make and configure errors. I wanted to see how someone with experience started off. With a linux-swap partition? I just want everything to run smoothly. Please give me any tips or anything that would help

A. LSF is not for beginners.
Read and follow the directions VERY carefully. Even a slight mistake will result in failure.
1. Read the manual
2. If you have a problem you can get specific help on the IRC or mailing list for LSF. Post exactly what you have done and the errors you get.
Good luck

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

What is a good book for learning UNIX and Linux?

Q. I'm a windows person, but have played with Ubuntu before, but I don't know much of anything about it. I would like to learn to program bash/shell code. My end goal is to build my own custom Linux distro, if not through Linux From Scratch at least customize a solid system. Much appreciation!!!!

A. Here is a very basic and complete book on linux.
Good luck

What is the best or easiest Linux to start using LFS on?
Q. I'm starting for the first time to use Linux from Scratch, but it says I have to use it on a 32-bit Linux. Which Linux would be easy to start on?

Any other help about starting to use LFS would help. What is Linux from Script??????????????????

A. Slackware would be a good choice, it includes most (all?) of the tools you'll need to start building your system.

What is the best way to build Linux for Scratch?
Q. I tried to make it my own distro right on my 8 gb hard drive but i ran into sooo sooo many errors like make and configure errors. I wanted to see how someone with experience started off. With a linux-swap partition? I just want everything to run smoothly. Please give me any tips or anything that would help

A. LSF is not for beginners.
Read and follow the directions VERY carefully. Even a slight mistake will result in failure.
1. Read the manual
2. If you have a problem you can get specific help on the IRC or mailing list for LSF. Post exactly what you have done and the errors you get.
Good luck



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, February 1, 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.

How do you build your own motherboard and Operating System from scratch?
Q. Hello i am going to make my own computer from scratch so i need to know some information on how to make an Operating System (Without basing it from some other one, though i want it to look like Snow Leapord), and how to make my own Mother/Logic Board. If any processors will be used they will be made by INTEL. Also i would like to know any proggrams or parts i will need to buy for this mission.

Thanks,
Tech

A. (blue links below you can click on)

I think the reason you want to build a custom motherboard, is most likely that you want a board that will fit in a PVR case or a DVD player case. But, why waste years trying to develop one, when you can just buy a Mini ATX off the shelf?
http://www.johnfatica.com/custom-home-theater-pc-htpc

If you really need a custom MotherBoard, maybe contact either:
Asus: 1-888-678-3688 - http://livesupport.asus.com
Intel: 1-408-765-8080 - http://intel.com/support/feedback.htm?group=desktop
or some other company that builds them.
http://search.yahoo.com
http://yellowpages.com


I can imagine that building your own operating system (OS) is easier.

Linux is a great start for making operating systems:
http://susestudio.com (Custom Linux OS)
http://nimblex.net (Custom Linux OS)
http://en.wikipedia.org/wiki/Visual_C (Custom OS)

Check this out too, its not finished:
http://reactos.org

Here's another program:
http://python.org

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

Where to start for becoming a linux master?

Q. I have ubuntu 8.10 installed on my macbook and I am familiar with the gui as well as other desktop environments. But, I have no clue how to program, what a source code is, or how to build my own linux distro from scratch. I do know how to install several operating systems, how to partition a hard drive, and how to install hardware. I'd like to be a programmer someday and I want to know where to start. Thanks!
I don't like kde at all.

A. Check this out:
http://www.linuxfromscratch.org/

It guides you through building a distro from scratch.

Source code is basically the "recipe" to a program. A compiler converts source code to binary.

KDE wasn't my preferred desktop environment at first either, but as I started using it and discovered how much more configurable it is and found some of it's unique features (that the other DE's don't have), it became my favorite desktop environment.

But if you want to learn more about Linux, try using a distro that doesn't try to emulate Windows. Using slackware has taught me a lot.

What is a good book for learning UNIX and Linux?
Q. I'm a windows person, but have played with Ubuntu before, but I don't know much of anything about it. I would like to learn to program bash/shell code. My end goal is to build my own custom Linux distro, if not through Linux From Scratch at least customize a solid system. Much appreciation!!!!

A. Here is a very basic and complete book on linux.
Good luck

What is the best or easiest Linux to start using LFS on?
Q. I'm starting for the first time to use Linux from Scratch, but it says I have to use it on a 32-bit Linux. Which Linux would be easy to start on?

Any other help about starting to use LFS would help. What is Linux from Script??????????????????

A. Slackware would be a good choice, it includes most (all?) of the tools you'll need to start building your system.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Older Posts Home