Showing posts with label linux operating system. Show all posts
Showing posts with label linux operating system. Show all posts

Saturday, May 11, 2013

What Linux operating system is best for a home audio and video recording system?

Q. Me and my friends are starting a band from scratch. We are building a computer from scratch and using a Linux Operating system to power it, but which distribution is the best for audio and video recording for a band?

A. Don't know about the "for a band" spec, but check out

64 Studio and

an Ubuntu clone that is for audio / video - it may be called mediabuntu or studiobuntu or something similar - do a google search on it

How to capture C and CPP files in the linux operating system?
Q. I am new to linux and have been trying to figure this out forever for a homework assignment! I am supposed to use appropriate linux commands to capture all "C or CPP" files in the linux operating system and make a list of the files. I am using Xubuntu. I am a beginner and could use any advice! Thanks!

A. What does it mean to capture a file??

If you mean to find the files and list the results, use the 'find' command to search for *.c and *.cpp files in the whole system. You will get the result on the screen, and you can redirect the output to a file.

To find *.c files:
find / -name *.c

To find *.cpp files:
find / -name *.cpp

Explanation: the "/" means to start the search at the top of the file system, meaning that the search will include all the system. The "-name" means to search by name, and "*.c" is the file pattern you want to find.

To redirect the output, use "> output_file" for example:
find / -name *.cpp > output_file

Hope it helps. See the manual page 'man find' to learn more.

What's the difference between Linux operating systems?
Q. Linux has a lot of operating systems, I'm not even going to bother to list them. I was wondering, it there a difference between them? Does each type of Linux operating system hold a specific purpose? For example, Red Hat holds a different functionality to Ubuntu, or something like that.

A. Linux has many distros but all versions of Linux are the same OS.

Linux is extremely customizable. So much so that it'd be impossible for one person to do all the tweaks necessary to have what most people consider a polished and functional operating system. On top of that many Linux distros are heavily customized for specific purposes. Robotics, hardware appliance (routers for example), Real time OS (traffic lights, microwave ovens, unmanned aircraft), Music studios, Network security, Home theatre, Cash register, various industrial and scientific specialties, generic servers and so on.

There are also distros that are specialized to fit on a 1.44 floppy, thumb drives and a few distros specifically designed to run on CDs rather than be installed on a machine. There are distros that mimic other operating systems such as Mac OS and Windows so closely that at a glance you wouldn't know that you were not using those OS's. Other's are branded such as Dell's version of Ubuntu which is customized for Dell hardware.

There are also commercial versions of Linux. Red Hat Enterprise for example which is designed for high end servers and IBM's SUSE which has customizations for running on IBM virtual servers/being the host OS for the virtual servers, a desktop version which much of Europe's governments uses.

Distros often come with sub distros that are customized for various purposes. For example most major distros have a KDE and a Gnome version These are customized to people's favorite window managers and some distros support up to 5 or 6 window managers with sub-distros. Most support at least 2 or 3. Long term support, special purpose sub-distros like Ubuntu Studio which is geared for musicians are also common with widely used general distros.

The majority of distros however are shortcuts for Linux users to get what they want/need without spending the thousand of hours personally making those customizations. For example some like myself do too much customization and install too much software to upgrade a machine every 2 years. So long term support versions appeal heavily to me. I need and use a large variety of applications so it's important to have very large software repositories. Other people choose high performance bare bone distros. Some people want total control over their sytem and choose primitive distros that give you the bare min necessary, anything else the user installs themselves and customize as they see fit. (not recommended for anybody but an expert).

There are philosophical choices involved in choosing a distro. One big split for example is RH vrs Debian based systems. The RH fork (RHE, SUSE, Mandriva, CentOS) and Debian fork (Ubuntu, Debian) have some small differences in the way they are built. For example RH systems use YUM for software installation while Debian based systems use Apt-Get. You can install and use YUM on Debian systems and Apt-Get on RH systems. It's just a matter of defaults. Same with how root privileges are handled, and other minor details. The average user won't notice such subtle differences.

I've included a link to distro watch which gives details about specific distros as well as release cycles and where to download them.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, May 10, 2013

How would you authenticate a yahoo messenger account in the Empathy IM Client, on Linux operating system?

Q. I have Linux operating system. And I cannot authenicate my email with the IM that is supported on the system

A. http://live.gnome.org/Empathy/FAQ#How_can_I_connect_to_.28a_protocol.29_in_Empathy_.3F

install telepathy-haze

How do i install linux operating system on my laptop?
Q. Can someone talk me through the process to download and install linux operating system, i know that i would like to switch to that operating system, but i dont know which package i should get, or what type of installation to download and how to install???

thanks for the help.

A. Download the Linux installer CD or DVD image file. Next, burn the image to a disc - this is not the same thing as just copying it onto a disc. If you have Windows Vista or 7 then right click the file and choose 'open with Windows disc image burner' from the menu. With Windows 8 choose 'burn image to disc' from the menu. If you have XP then you'll need to use software such as Isoburn to create the disc: http://www.imgburn.com/index.php?act=download

Next, boot the laptop from the CD or DVD and then follow the instructions that it presents you with. If you're unfamiliar with Linux you should probably use Ubuntu as it's the easiest to use.

If you're uncomfortable with this procedure then Ubuntu have a utility to automatically download and install it alongside Windows, you can do this from within Windows by following this link: http://www.ubuntu.com/download/desktop/windows-installer . This method also provides an easy way to remove it again.

what are some of the advantages and disadvantages of using the Linux operating system?
Q. I'm curious to some of the pros and cons of using the Linux operating system versus the conventional Windows Vista system?

A. Why Linux is Better
http://www.whylinuxisbetter.net/

Here are some options for installing or trying out Linux

Option One (Full installation)

I thoroughly recommend Linux Mint 8 Main Edition which is built upon Ubuntu 9.10 Its easy to install and easy to use plus it comes with much of the software you are likely to need preinstalled

Linux Mint 8 Download
http://www.linuxmint.com/edition.php?id=44

The Perfect Desktop - Linux Mint 8 (Helena) Installation
http://www.howtoforge.com/the-perfect-desktop-linux-mint-8-helena

Linux Mint 8 Helena User Guide
http://www.scribd.com/doc/23787138/Linux-Mint-8-Helena-User-Guide

You download the ISO. image of Linux Mint 8 then you need to create a Bootable LiveCD for installation

Linux Mint 8 can also be run direct from the LiveCD from Booting up without touching your Hard Drive

Option Two (Install Linux inside Windows)

Installing Ubuntu as a dual-boot with Windows without partitioning
http://www.psychocats.net/ubuntu/wubi

You keep Windows as it is, Wubi only adds an extra option to boot into Ubuntu. Wubi does not require you to modify the partitions of your PC, or to use a different bootloader, and does not install special drivers. It works just like any other application.

Wubi keeps most of the files in one folder, and if you do not like it, you can simply uninstall it as any other application.

Boot in to windows insert the Ubuntu 10.04 LiveCD and you will offered the option of installing inside windows which is where the Wubi installer comes in, you will be asked how many gigabytes you wish to allocate to Ubuntu (I recommend 8gb) then you set a password for your installation then click install and thats it.

Once Ubuntu is fully installed upon starting your PC you will be given a choice of which operating system you want to use Windows or Ubuntu

Ubuntu 10.04 Download
http://www.ubuntu.com/getubuntu/download

Ubuntu 10.04 (Lucid Lynx) User Guide
http://ubuntuguide.org/wiki/Ubuntu:Lucid

Linux Mint 9 has a similar feature called mint4win and the directions given above for Wubi can be followed
http://duncsweb.com/2009/09/27/mint4win-a-wubi-based-installer-of-linux-mint/

Linux Mint 9 Download
http://www.linuxmint.com/edition.php?id=52

Ubuntu 10.04 and Linux Mint 9 can also be run straight from the LiveCD without touching your Hard drive

Option Three (LiveCD)

Here the possibilities are endless as you can try out as many different Linux distros. until you find the one thats right for you DISTROWATCH.COM gives full listings (second lists the major distributions)
http://distrowatch.com/

Major Linux Distributions
http://distrowatch.com/dwres.php?resource=major


LUg.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, March 27, 2013

what are some of the advantages and disadvantages of using the Linux operating system?

Q. I'm curious to some of the pros and cons of using the Linux operating system versus the conventional Windows Vista system?

A. Why Linux is Better
http://www.whylinuxisbetter.net/

Here are some options for installing or trying out Linux

Option One (Full installation)

I thoroughly recommend Linux Mint 8 Main Edition which is built upon Ubuntu 9.10 Its easy to install and easy to use plus it comes with much of the software you are likely to need preinstalled

Linux Mint 8 Download
http://www.linuxmint.com/edition.php?id=44

The Perfect Desktop - Linux Mint 8 (Helena) Installation
http://www.howtoforge.com/the-perfect-desktop-linux-mint-8-helena

Linux Mint 8 Helena User Guide
http://www.scribd.com/doc/23787138/Linux-Mint-8-Helena-User-Guide

You download the ISO. image of Linux Mint 8 then you need to create a Bootable LiveCD for installation

Linux Mint 8 can also be run direct from the LiveCD from Booting up without touching your Hard Drive

Option Two (Install Linux inside Windows)

Installing Ubuntu as a dual-boot with Windows without partitioning
http://www.psychocats.net/ubuntu/wubi

You keep Windows as it is, Wubi only adds an extra option to boot into Ubuntu. Wubi does not require you to modify the partitions of your PC, or to use a different bootloader, and does not install special drivers. It works just like any other application.

Wubi keeps most of the files in one folder, and if you do not like it, you can simply uninstall it as any other application.

Boot in to windows insert the Ubuntu 10.04 LiveCD and you will offered the option of installing inside windows which is where the Wubi installer comes in, you will be asked how many gigabytes you wish to allocate to Ubuntu (I recommend 8gb) then you set a password for your installation then click install and thats it.

Once Ubuntu is fully installed upon starting your PC you will be given a choice of which operating system you want to use Windows or Ubuntu

Ubuntu 10.04 Download
http://www.ubuntu.com/getubuntu/download

Ubuntu 10.04 (Lucid Lynx) User Guide
http://ubuntuguide.org/wiki/Ubuntu:Lucid

Linux Mint 9 has a similar feature called mint4win and the directions given above for Wubi can be followed
http://duncsweb.com/2009/09/27/mint4win-a-wubi-based-installer-of-linux-mint/

Linux Mint 9 Download
http://www.linuxmint.com/edition.php?id=52

Ubuntu 10.04 and Linux Mint 9 can also be run straight from the LiveCD without touching your Hard drive

Option Three (LiveCD)

Here the possibilities are endless as you can try out as many different Linux distros. until you find the one thats right for you DISTROWATCH.COM gives full listings (second lists the major distributions)
http://distrowatch.com/

Major Linux Distributions
http://distrowatch.com/dwres.php?resource=major


LUg.

What company manufactures the linux operating system?
Q. i would like to find out what company manufactures the linux operating system.

A. It is all open source, and a multitude of different companies program it to the Linux standard. I am partial to Ubuntu, it installs easily finds all of my hardware and runs great.

Try this site for more info:

http://www.linux.org/dist/

How do i change my windows xp to a linux operating system.?
Q. How do i change my windows xp to a linux operating system?

A. You simply go to a website that you can download linux from. I would suggest ubuntu's website. Ubuntu is one of the easiest to use Linux distros. You then burn your download to a CD. Put the CD in your computer, restart computer, then Ubuntu Live CD will load. Then you have the option from the Live CD to install in to your computer, and it will take you through the steps, if you want to dual-boot and leave xp, or if you want to do a full installation, which removes everything on your hard drive. You could use the alternative install method, but I would recommend that you don't.
I think this is likely the website..
http://www.ubuntu.com



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How do I rescan for wireless connections when I've recently deleted them - Linux operating system?

Q. I recently purchased an Acer Netbook with Linpus Linux operating system. I stupidly deleted all of the wireless connections it found so that I wouldn't be inadvertently 'piggy backing'. However, I seem to have deleted even my own and it won't even scan for anything now, though I am following the correct procedures for it to do a re-scan. What have I done? Thank you for any guidance here!

A. Does Linpus have a package manager called synaptic? If it does you can probably reinstall what you have removed. I am not familiar with Linpus Linux.

How would you authenticate a yahoo messenger account in the Empathy IM Client, on Linux operating system?
Q. I have Linux operating system. And I cannot authenicate my email with the IM that is supported on the system

A. http://live.gnome.org/Empathy/FAQ#How_can_I_connect_to_.28a_protocol.29_in_Empathy_.3F

install telepathy-haze

How do i install linux operating system on my laptop?
Q. Can someone talk me through the process to download and install linux operating system, i know that i would like to switch to that operating system, but i dont know which package i should get, or what type of installation to download and how to install???

thanks for the help.

A. Download the Linux installer CD or DVD image file. Next, burn the image to a disc - this is not the same thing as just copying it onto a disc. If you have Windows Vista or 7 then right click the file and choose 'open with Windows disc image burner' from the menu. With Windows 8 choose 'burn image to disc' from the menu. If you have XP then you'll need to use software such as Isoburn to create the disc: http://www.imgburn.com/index.php?act=download

Next, boot the laptop from the CD or DVD and then follow the instructions that it presents you with. If you're unfamiliar with Linux you should probably use Ubuntu as it's the easiest to use.

If you're uncomfortable with this procedure then Ubuntu have a utility to automatically download and install it alongside Windows, you can do this from within Windows by following this link: http://www.ubuntu.com/download/desktop/windows-installer . This method also provides an easy way to remove it again.



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 to capture C and CPP files in the linux operating system?

Q. I am new to linux and have been trying to figure this out forever for a homework assignment! I am supposed to use appropriate linux commands to capture all "C or CPP" files in the linux operating system and make a list of the files. I am using Xubuntu. I am a beginner and could use any advice! Thanks!

A. What does it mean to capture a file??

If you mean to find the files and list the results, use the 'find' command to search for *.c and *.cpp files in the whole system. You will get the result on the screen, and you can redirect the output to a file.

To find *.c files:
find / -name *.c

To find *.cpp files:
find / -name *.cpp

Explanation: the "/" means to start the search at the top of the file system, meaning that the search will include all the system. The "-name" means to search by name, and "*.c" is the file pattern you want to find.

To redirect the output, use "> output_file" for example:
find / -name *.cpp > output_file

Hope it helps. See the manual page 'man find' to learn more.

What's the difference between Linux operating systems?
Q. Linux has a lot of operating systems, I'm not even going to bother to list them. I was wondering, it there a difference between them? Does each type of Linux operating system hold a specific purpose? For example, Red Hat holds a different functionality to Ubuntu, or something like that.

A. Linux has many distros but all versions of Linux are the same OS.

Linux is extremely customizable. So much so that it'd be impossible for one person to do all the tweaks necessary to have what most people consider a polished and functional operating system. On top of that many Linux distros are heavily customized for specific purposes. Robotics, hardware appliance (routers for example), Real time OS (traffic lights, microwave ovens, unmanned aircraft), Music studios, Network security, Home theatre, Cash register, various industrial and scientific specialties, generic servers and so on.

There are also distros that are specialized to fit on a 1.44 floppy, thumb drives and a few distros specifically designed to run on CDs rather than be installed on a machine. There are distros that mimic other operating systems such as Mac OS and Windows so closely that at a glance you wouldn't know that you were not using those OS's. Other's are branded such as Dell's version of Ubuntu which is customized for Dell hardware.

There are also commercial versions of Linux. Red Hat Enterprise for example which is designed for high end servers and IBM's SUSE which has customizations for running on IBM virtual servers/being the host OS for the virtual servers, a desktop version which much of Europe's governments uses.

Distros often come with sub distros that are customized for various purposes. For example most major distros have a KDE and a Gnome version These are customized to people's favorite window managers and some distros support up to 5 or 6 window managers with sub-distros. Most support at least 2 or 3. Long term support, special purpose sub-distros like Ubuntu Studio which is geared for musicians are also common with widely used general distros.

The majority of distros however are shortcuts for Linux users to get what they want/need without spending the thousand of hours personally making those customizations. For example some like myself do too much customization and install too much software to upgrade a machine every 2 years. So long term support versions appeal heavily to me. I need and use a large variety of applications so it's important to have very large software repositories. Other people choose high performance bare bone distros. Some people want total control over their sytem and choose primitive distros that give you the bare min necessary, anything else the user installs themselves and customize as they see fit. (not recommended for anybody but an expert).

There are philosophical choices involved in choosing a distro. One big split for example is RH vrs Debian based systems. The RH fork (RHE, SUSE, Mandriva, CentOS) and Debian fork (Ubuntu, Debian) have some small differences in the way they are built. For example RH systems use YUM for software installation while Debian based systems use Apt-Get. You can install and use YUM on Debian systems and Apt-Get on RH systems. It's just a matter of defaults. Same with how root privileges are handled, and other minor details. The average user won't notice such subtle differences.

I've included a link to distro watch which gives details about specific distros as well as release cycles and where to download them.

How do I rescan for wireless connections when I've recently deleted them - Linux operating system?
Q. I recently purchased an Acer Netbook with Linpus Linux operating system. I stupidly deleted all of the wireless connections it found so that I wouldn't be inadvertently 'piggy backing'. However, I seem to have deleted even my own and it won't even scan for anything now, though I am following the correct procedures for it to do a re-scan. What have I done? Thank you for any guidance here!

A. Does Linpus have a package manager called synaptic? If it does you can probably reinstall what you have removed. I am not familiar with Linpus Linux.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, March 7, 2013

What's the difference between Linux operating systems?

Q. Linux has a lot of operating systems, I'm not even going to bother to list them. I was wondering, it there a difference between them? Does each type of Linux operating system hold a specific purpose? For example, Red Hat holds a different functionality to Ubuntu, or something like that.

A. Linux has many distros but all versions of Linux are the same OS.

Linux is extremely customizable. So much so that it'd be impossible for one person to do all the tweaks necessary to have what most people consider a polished and functional operating system. On top of that many Linux distros are heavily customized for specific purposes. Robotics, hardware appliance (routers for example), Real time OS (traffic lights, microwave ovens, unmanned aircraft), Music studios, Network security, Home theatre, Cash register, various industrial and scientific specialties, generic servers and so on.

There are also distros that are specialized to fit on a 1.44 floppy, thumb drives and a few distros specifically designed to run on CDs rather than be installed on a machine. There are distros that mimic other operating systems such as Mac OS and Windows so closely that at a glance you wouldn't know that you were not using those OS's. Other's are branded such as Dell's version of Ubuntu which is customized for Dell hardware.

There are also commercial versions of Linux. Red Hat Enterprise for example which is designed for high end servers and IBM's SUSE which has customizations for running on IBM virtual servers/being the host OS for the virtual servers, a desktop version which much of Europe's governments uses.

Distros often come with sub distros that are customized for various purposes. For example most major distros have a KDE and a Gnome version These are customized to people's favorite window managers and some distros support up to 5 or 6 window managers with sub-distros. Most support at least 2 or 3. Long term support, special purpose sub-distros like Ubuntu Studio which is geared for musicians are also common with widely used general distros.

The majority of distros however are shortcuts for Linux users to get what they want/need without spending the thousand of hours personally making those customizations. For example some like myself do too much customization and install too much software to upgrade a machine every 2 years. So long term support versions appeal heavily to me. I need and use a large variety of applications so it's important to have very large software repositories. Other people choose high performance bare bone distros. Some people want total control over their sytem and choose primitive distros that give you the bare min necessary, anything else the user installs themselves and customize as they see fit. (not recommended for anybody but an expert).

There are philosophical choices involved in choosing a distro. One big split for example is RH vrs Debian based systems. The RH fork (RHE, SUSE, Mandriva, CentOS) and Debian fork (Ubuntu, Debian) have some small differences in the way they are built. For example RH systems use YUM for software installation while Debian based systems use Apt-Get. You can install and use YUM on Debian systems and Apt-Get on RH systems. It's just a matter of defaults. Same with how root privileges are handled, and other minor details. The average user won't notice such subtle differences.

I've included a link to distro watch which gives details about specific distros as well as release cycles and where to download them.

How do I rescan for wireless connections when I've recently deleted them - Linux operating system?
Q. I recently purchased an Acer Netbook with Linpus Linux operating system. I stupidly deleted all of the wireless connections it found so that I wouldn't be inadvertently 'piggy backing'. However, I seem to have deleted even my own and it won't even scan for anything now, though I am following the correct procedures for it to do a re-scan. What have I done? Thank you for any guidance here!

A. Does Linpus have a package manager called synaptic? If it does you can probably reinstall what you have removed. I am not familiar with Linpus Linux.

How would you authenticate a yahoo messenger account in the Empathy IM Client, on Linux operating system?
Q. I have Linux operating system. And I cannot authenicate my email with the IM that is supported on the system

A. http://live.gnome.org/Empathy/FAQ#How_can_I_connect_to_.28a_protocol.29_in_Empathy_.3F

install telepathy-haze



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

How do i install linux operating system on my laptop?

Q. Can someone talk me through the process to download and install linux operating system, i know that i would like to switch to that operating system, but i dont know which package i should get, or what type of installation to download and how to install???

thanks for the help.

A. Download the Linux installer CD or DVD image file. Next, burn the image to a disc - this is not the same thing as just copying it onto a disc. If you have Windows Vista or 7 then right click the file and choose 'open with Windows disc image burner' from the menu. With Windows 8 choose 'burn image to disc' from the menu. If you have XP then you'll need to use software such as Isoburn to create the disc: http://www.imgburn.com/index.php?act=download

Next, boot the laptop from the CD or DVD and then follow the instructions that it presents you with. If you're unfamiliar with Linux you should probably use Ubuntu as it's the easiest to use.

If you're uncomfortable with this procedure then Ubuntu have a utility to automatically download and install it alongside Windows, you can do this from within Windows by following this link: http://www.ubuntu.com/download/desktop/windows-installer . This method also provides an easy way to remove it again.

what are some of the advantages and disadvantages of using the Linux operating system?
Q. I'm curious to some of the pros and cons of using the Linux operating system versus the conventional Windows Vista system?

A. Why Linux is Better
http://www.whylinuxisbetter.net/

Here are some options for installing or trying out Linux

Option One (Full installation)

I thoroughly recommend Linux Mint 8 Main Edition which is built upon Ubuntu 9.10 Its easy to install and easy to use plus it comes with much of the software you are likely to need preinstalled

Linux Mint 8 Download
http://www.linuxmint.com/edition.php?id=44

The Perfect Desktop - Linux Mint 8 (Helena) Installation
http://www.howtoforge.com/the-perfect-desktop-linux-mint-8-helena

Linux Mint 8 Helena User Guide
http://www.scribd.com/doc/23787138/Linux-Mint-8-Helena-User-Guide

You download the ISO. image of Linux Mint 8 then you need to create a Bootable LiveCD for installation

Linux Mint 8 can also be run direct from the LiveCD from Booting up without touching your Hard Drive

Option Two (Install Linux inside Windows)

Installing Ubuntu as a dual-boot with Windows without partitioning
http://www.psychocats.net/ubuntu/wubi

You keep Windows as it is, Wubi only adds an extra option to boot into Ubuntu. Wubi does not require you to modify the partitions of your PC, or to use a different bootloader, and does not install special drivers. It works just like any other application.

Wubi keeps most of the files in one folder, and if you do not like it, you can simply uninstall it as any other application.

Boot in to windows insert the Ubuntu 10.04 LiveCD and you will offered the option of installing inside windows which is where the Wubi installer comes in, you will be asked how many gigabytes you wish to allocate to Ubuntu (I recommend 8gb) then you set a password for your installation then click install and thats it.

Once Ubuntu is fully installed upon starting your PC you will be given a choice of which operating system you want to use Windows or Ubuntu

Ubuntu 10.04 Download
http://www.ubuntu.com/getubuntu/download

Ubuntu 10.04 (Lucid Lynx) User Guide
http://ubuntuguide.org/wiki/Ubuntu:Lucid

Linux Mint 9 has a similar feature called mint4win and the directions given above for Wubi can be followed
http://duncsweb.com/2009/09/27/mint4win-a-wubi-based-installer-of-linux-mint/

Linux Mint 9 Download
http://www.linuxmint.com/edition.php?id=52

Ubuntu 10.04 and Linux Mint 9 can also be run straight from the LiveCD without touching your Hard drive

Option Three (LiveCD)

Here the possibilities are endless as you can try out as many different Linux distros. until you find the one thats right for you DISTROWATCH.COM gives full listings (second lists the major distributions)
http://distrowatch.com/

Major Linux Distributions
http://distrowatch.com/dwres.php?resource=major


LUg.

What company manufactures the linux operating system?
Q. i would like to find out what company manufactures the linux operating system.

A. It is all open source, and a multitude of different companies program it to the Linux standard. I am partial to Ubuntu, it installs easily finds all of my hardware and runs great.

Try this site for more info:

http://www.linux.org/dist/



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 linux operating system on my laptop?

Q. Can someone talk me through the process to download and install linux operating system, i know that i would like to switch to that operating system, but i dont know which package i should get, or what type of installation to download and how to install???

thanks for the help.

A. Download the Linux installer CD or DVD image file. Next, burn the image to a disc - this is not the same thing as just copying it onto a disc. If you have Windows Vista or 7 then right click the file and choose 'open with Windows disc image burner' from the menu. With Windows 8 choose 'burn image to disc' from the menu. If you have XP then you'll need to use software such as Isoburn to create the disc: http://www.imgburn.com/index.php?act=download

Next, boot the laptop from the CD or DVD and then follow the instructions that it presents you with. If you're unfamiliar with Linux you should probably use Ubuntu as it's the easiest to use.

If you're uncomfortable with this procedure then Ubuntu have a utility to automatically download and install it alongside Windows, you can do this from within Windows by following this link: http://www.ubuntu.com/download/desktop/windows-installer . This method also provides an easy way to remove it again.

what are some of the advantages and disadvantages of using the Linux operating system?
Q. I'm curious to some of the pros and cons of using the Linux operating system versus the conventional Windows Vista system?

A. Why Linux is Better
http://www.whylinuxisbetter.net/

Here are some options for installing or trying out Linux

Option One (Full installation)

I thoroughly recommend Linux Mint 8 Main Edition which is built upon Ubuntu 9.10 Its easy to install and easy to use plus it comes with much of the software you are likely to need preinstalled

Linux Mint 8 Download
http://www.linuxmint.com/edition.php?id=44

The Perfect Desktop - Linux Mint 8 (Helena) Installation
http://www.howtoforge.com/the-perfect-desktop-linux-mint-8-helena

Linux Mint 8 Helena User Guide
http://www.scribd.com/doc/23787138/Linux-Mint-8-Helena-User-Guide

You download the ISO. image of Linux Mint 8 then you need to create a Bootable LiveCD for installation

Linux Mint 8 can also be run direct from the LiveCD from Booting up without touching your Hard Drive

Option Two (Install Linux inside Windows)

Installing Ubuntu as a dual-boot with Windows without partitioning
http://www.psychocats.net/ubuntu/wubi

You keep Windows as it is, Wubi only adds an extra option to boot into Ubuntu. Wubi does not require you to modify the partitions of your PC, or to use a different bootloader, and does not install special drivers. It works just like any other application.

Wubi keeps most of the files in one folder, and if you do not like it, you can simply uninstall it as any other application.

Boot in to windows insert the Ubuntu 10.04 LiveCD and you will offered the option of installing inside windows which is where the Wubi installer comes in, you will be asked how many gigabytes you wish to allocate to Ubuntu (I recommend 8gb) then you set a password for your installation then click install and thats it.

Once Ubuntu is fully installed upon starting your PC you will be given a choice of which operating system you want to use Windows or Ubuntu

Ubuntu 10.04 Download
http://www.ubuntu.com/getubuntu/download

Ubuntu 10.04 (Lucid Lynx) User Guide
http://ubuntuguide.org/wiki/Ubuntu:Lucid

Linux Mint 9 has a similar feature called mint4win and the directions given above for Wubi can be followed
http://duncsweb.com/2009/09/27/mint4win-a-wubi-based-installer-of-linux-mint/

Linux Mint 9 Download
http://www.linuxmint.com/edition.php?id=52

Ubuntu 10.04 and Linux Mint 9 can also be run straight from the LiveCD without touching your Hard drive

Option Three (LiveCD)

Here the possibilities are endless as you can try out as many different Linux distros. until you find the one thats right for you DISTROWATCH.COM gives full listings (second lists the major distributions)
http://distrowatch.com/

Major Linux Distributions
http://distrowatch.com/dwres.php?resource=major


LUg.

What company manufactures the linux operating system?
Q. i would like to find out what company manufactures the linux operating system.

A. It is all open source, and a multitude of different companies program it to the Linux standard. I am partial to Ubuntu, it installs easily finds all of my hardware and runs great.

Try this site for more info:

http://www.linux.org/dist/



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How do i install linux operating system on my laptop?

Q. Can someone talk me through the process to download and install linux operating system, i know that i would like to switch to that operating system, but i dont know which package i should get, or what type of installation to download and how to install???

thanks for the help.

A. Download the Linux installer CD or DVD image file. Next, burn the image to a disc - this is not the same thing as just copying it onto a disc. If you have Windows Vista or 7 then right click the file and choose 'open with Windows disc image burner' from the menu. With Windows 8 choose 'burn image to disc' from the menu. If you have XP then you'll need to use software such as Isoburn to create the disc: http://www.imgburn.com/index.php?act=download

Next, boot the laptop from the CD or DVD and then follow the instructions that it presents you with. If you're unfamiliar with Linux you should probably use Ubuntu as it's the easiest to use.

If you're uncomfortable with this procedure then Ubuntu have a utility to automatically download and install it alongside Windows, you can do this from within Windows by following this link: http://www.ubuntu.com/download/desktop/windows-installer . This method also provides an easy way to remove it again.

what are some of the advantages and disadvantages of using the Linux operating system?
Q. I'm curious to some of the pros and cons of using the Linux operating system versus the conventional Windows Vista system?

A. Why Linux is Better
http://www.whylinuxisbetter.net/

Here are some options for installing or trying out Linux

Option One (Full installation)

I thoroughly recommend Linux Mint 8 Main Edition which is built upon Ubuntu 9.10 Its easy to install and easy to use plus it comes with much of the software you are likely to need preinstalled

Linux Mint 8 Download
http://www.linuxmint.com/edition.php?id=44

The Perfect Desktop - Linux Mint 8 (Helena) Installation
http://www.howtoforge.com/the-perfect-desktop-linux-mint-8-helena

Linux Mint 8 Helena User Guide
http://www.scribd.com/doc/23787138/Linux-Mint-8-Helena-User-Guide

You download the ISO. image of Linux Mint 8 then you need to create a Bootable LiveCD for installation

Linux Mint 8 can also be run direct from the LiveCD from Booting up without touching your Hard Drive

Option Two (Install Linux inside Windows)

Installing Ubuntu as a dual-boot with Windows without partitioning
http://www.psychocats.net/ubuntu/wubi

You keep Windows as it is, Wubi only adds an extra option to boot into Ubuntu. Wubi does not require you to modify the partitions of your PC, or to use a different bootloader, and does not install special drivers. It works just like any other application.

Wubi keeps most of the files in one folder, and if you do not like it, you can simply uninstall it as any other application.

Boot in to windows insert the Ubuntu 10.04 LiveCD and you will offered the option of installing inside windows which is where the Wubi installer comes in, you will be asked how many gigabytes you wish to allocate to Ubuntu (I recommend 8gb) then you set a password for your installation then click install and thats it.

Once Ubuntu is fully installed upon starting your PC you will be given a choice of which operating system you want to use Windows or Ubuntu

Ubuntu 10.04 Download
http://www.ubuntu.com/getubuntu/download

Ubuntu 10.04 (Lucid Lynx) User Guide
http://ubuntuguide.org/wiki/Ubuntu:Lucid

Linux Mint 9 has a similar feature called mint4win and the directions given above for Wubi can be followed
http://duncsweb.com/2009/09/27/mint4win-a-wubi-based-installer-of-linux-mint/

Linux Mint 9 Download
http://www.linuxmint.com/edition.php?id=52

Ubuntu 10.04 and Linux Mint 9 can also be run straight from the LiveCD without touching your Hard drive

Option Three (LiveCD)

Here the possibilities are endless as you can try out as many different Linux distros. until you find the one thats right for you DISTROWATCH.COM gives full listings (second lists the major distributions)
http://distrowatch.com/

Major Linux Distributions
http://distrowatch.com/dwres.php?resource=major


LUg.

What company manufactures the linux operating system?
Q. i would like to find out what company manufactures the linux operating system.

A. It is all open source, and a multitude of different companies program it to the Linux standard. I am partial to Ubuntu, it installs easily finds all of my hardware and runs great.

Try this site for more info:

http://www.linux.org/dist/



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Monday, February 18, 2013

What is the best (and free) Linux Operating System to download?

Q. What is the best (and free) Linux Operating System to download and what are the minimum requirements to run it? I have an old emachine that someone gave me about 2 years ago and I am taking Computer Science in college and I would like to gain some experience with it. Any suggestions would be appreciated.

A. Linux isn't an Operating System. Also, there is no best. You use what works for you. As for free, most, if not all GNU/Linux distrobutions are free with the optiuon to donate. They are sold in varies places, but they are gratis online. I'd recommend starting with Ubuntu minimal if you want to learn a few things as a beginner.

how do i install netgead wnda3100 wireless adapter to my computer which had a linux operating system?
Q. Hi i have a linux operating system running ubuntu 10.4 and i got a netgear wnda3100 wireless adapter so i can recieve wifi and the archive manager that runs with linux wont allow me to install the disk for netgear. THe archive manager also will not allow me to install anything else onto the computer.. PLEASE HELP!

A. You cannot install Windows software on Linux. The driver on the Netgear disk is for Windows. If your system does not auto-configure it, and it probably won't, you will need to find the driver online and install it. I couldn't find the driver when I searched. The links below might help you. Good luck.

What are the benefits of a Linux operating system?
Q. I've used Windows and and Mac operating systems, but never Linux. Are there any benefits to having a Linux operating system? Are there any disadvantages? Are they more likely to contract a virus?

A. A more informed user primary benefit.

Quicker more efficient system with less overhead and shit loads of free software. other beni

It won't make you a sandwich disadvantange.

Much less likely to get a virus, and if it does odds are it won't affect your machine but if you do get one you install Linux with a seperate home partition.

so when you have to format you just format your root partition.

Just for the record a Java/Flash/pdf buffer overflow attack can do just as much damage as a virus or more and is cross platform.

Typically these types of crap is put in pron and stuff people like to steal ie P2P over vuze or utorrent and stuff like that.


Most Linux users still Dual boot, just like allot of mac users boot camp.


Best place to start with Linux is to get Ubuntu and run the live Cd and see if you like it, you can also test your drivers running the live cd.

If you use Ubuntu you will probably need Ubuntu restricted extras from synaptic and a bunch of other stuff

You might run into problems with wireless drivers



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

What's the difference between Linux operating systems?

Q. Linux has a lot of operating systems, I'm not even going to bother to list them. I was wondering, it there a difference between them? Does each type of Linux operating system hold a specific purpose? For example, Red Hat holds a different functionality to Ubuntu, or something like that.

A. Linux has many distros but all versions of Linux are the same OS.

Linux is extremely customizable. So much so that it'd be impossible for one person to do all the tweaks necessary to have what most people consider a polished and functional operating system. On top of that many Linux distros are heavily customized for specific purposes. Robotics, hardware appliance (routers for example), Real time OS (traffic lights, microwave ovens, unmanned aircraft), Music studios, Network security, Home theatre, Cash register, various industrial and scientific specialties, generic servers and so on.

There are also distros that are specialized to fit on a 1.44 floppy, thumb drives and a few distros specifically designed to run on CDs rather than be installed on a machine. There are distros that mimic other operating systems such as Mac OS and Windows so closely that at a glance you wouldn't know that you were not using those OS's. Other's are branded such as Dell's version of Ubuntu which is customized for Dell hardware.

There are also commercial versions of Linux. Red Hat Enterprise for example which is designed for high end servers and IBM's SUSE which has customizations for running on IBM virtual servers/being the host OS for the virtual servers, a desktop version which much of Europe's governments uses.

Distros often come with sub distros that are customized for various purposes. For example most major distros have a KDE and a Gnome version These are customized to people's favorite window managers and some distros support up to 5 or 6 window managers with sub-distros. Most support at least 2 or 3. Long term support, special purpose sub-distros like Ubuntu Studio which is geared for musicians are also common with widely used general distros.

The majority of distros however are shortcuts for Linux users to get what they want/need without spending the thousand of hours personally making those customizations. For example some like myself do too much customization and install too much software to upgrade a machine every 2 years. So long term support versions appeal heavily to me. I need and use a large variety of applications so it's important to have very large software repositories. Other people choose high performance bare bone distros. Some people want total control over their sytem and choose primitive distros that give you the bare min necessary, anything else the user installs themselves and customize as they see fit. (not recommended for anybody but an expert).

There are philosophical choices involved in choosing a distro. One big split for example is RH vrs Debian based systems. The RH fork (RHE, SUSE, Mandriva, CentOS) and Debian fork (Ubuntu, Debian) have some small differences in the way they are built. For example RH systems use YUM for software installation while Debian based systems use Apt-Get. You can install and use YUM on Debian systems and Apt-Get on RH systems. It's just a matter of defaults. Same with how root privileges are handled, and other minor details. The average user won't notice such subtle differences.

I've included a link to distro watch which gives details about specific distros as well as release cycles and where to download them.

How do I rescan for wireless connections when I've recently deleted them - Linux operating system?
Q. I recently purchased an Acer Netbook with Linpus Linux operating system. I stupidly deleted all of the wireless connections it found so that I wouldn't be inadvertently 'piggy backing'. However, I seem to have deleted even my own and it won't even scan for anything now, though I am following the correct procedures for it to do a re-scan. What have I done? Thank you for any guidance here!

A. Does Linpus have a package manager called synaptic? If it does you can probably reinstall what you have removed. I am not familiar with Linpus Linux.

How would you authenticate a yahoo messenger account in the Empathy IM Client, on Linux operating system?
Q. I have Linux operating system. And I cannot authenicate my email with the IM that is supported on the system

A. http://live.gnome.org/Empathy/FAQ#How_can_I_connect_to_.28a_protocol.29_in_Empathy_.3F

install telepathy-haze



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's the difference between Linux operating systems?

Q. Linux has a lot of operating systems, I'm not even going to bother to list them. I was wondering, it there a difference between them? Does each type of Linux operating system hold a specific purpose? For example, Red Hat holds a different functionality to Ubuntu, or something like that.

A. Linux has many distros but all versions of Linux are the same OS.

Linux is extremely customizable. So much so that it'd be impossible for one person to do all the tweaks necessary to have what most people consider a polished and functional operating system. On top of that many Linux distros are heavily customized for specific purposes. Robotics, hardware appliance (routers for example), Real time OS (traffic lights, microwave ovens, unmanned aircraft), Music studios, Network security, Home theatre, Cash register, various industrial and scientific specialties, generic servers and so on.

There are also distros that are specialized to fit on a 1.44 floppy, thumb drives and a few distros specifically designed to run on CDs rather than be installed on a machine. There are distros that mimic other operating systems such as Mac OS and Windows so closely that at a glance you wouldn't know that you were not using those OS's. Other's are branded such as Dell's version of Ubuntu which is customized for Dell hardware.

There are also commercial versions of Linux. Red Hat Enterprise for example which is designed for high end servers and IBM's SUSE which has customizations for running on IBM virtual servers/being the host OS for the virtual servers, a desktop version which much of Europe's governments uses.

Distros often come with sub distros that are customized for various purposes. For example most major distros have a KDE and a Gnome version These are customized to people's favorite window managers and some distros support up to 5 or 6 window managers with sub-distros. Most support at least 2 or 3. Long term support, special purpose sub-distros like Ubuntu Studio which is geared for musicians are also common with widely used general distros.

The majority of distros however are shortcuts for Linux users to get what they want/need without spending the thousand of hours personally making those customizations. For example some like myself do too much customization and install too much software to upgrade a machine every 2 years. So long term support versions appeal heavily to me. I need and use a large variety of applications so it's important to have very large software repositories. Other people choose high performance bare bone distros. Some people want total control over their sytem and choose primitive distros that give you the bare min necessary, anything else the user installs themselves and customize as they see fit. (not recommended for anybody but an expert).

There are philosophical choices involved in choosing a distro. One big split for example is RH vrs Debian based systems. The RH fork (RHE, SUSE, Mandriva, CentOS) and Debian fork (Ubuntu, Debian) have some small differences in the way they are built. For example RH systems use YUM for software installation while Debian based systems use Apt-Get. You can install and use YUM on Debian systems and Apt-Get on RH systems. It's just a matter of defaults. Same with how root privileges are handled, and other minor details. The average user won't notice such subtle differences.

I've included a link to distro watch which gives details about specific distros as well as release cycles and where to download them.

How do I rescan for wireless connections when I've recently deleted them - Linux operating system?
Q. I recently purchased an Acer Netbook with Linpus Linux operating system. I stupidly deleted all of the wireless connections it found so that I wouldn't be inadvertently 'piggy backing'. However, I seem to have deleted even my own and it won't even scan for anything now, though I am following the correct procedures for it to do a re-scan. What have I done? Thank you for any guidance here!

A. Does Linpus have a package manager called synaptic? If it does you can probably reinstall what you have removed. I am not familiar with Linpus Linux.

How would you authenticate a yahoo messenger account in the Empathy IM Client, on Linux operating system?
Q. I have Linux operating system. And I cannot authenicate my email with the IM that is supported on the system

A. http://live.gnome.org/Empathy/FAQ#How_can_I_connect_to_.28a_protocol.29_in_Empathy_.3F

install telepathy-haze



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, February 6, 2013

How do i get a linux operating system?

Q. I would like one of the free linux operating systems for my old computer but i have a really slow connection so i can't download it without it taking a few days. Is there anyway i can order it somewhere and it still be free? Thanks.

A. if you dont want to order and wiat for about a month then you can buy this months Linux magazine for about £5 ($10) and it comes with 6 different distributions on a CD that can be used as a trial CD or to instal it.

How do i install linux operating system on my laptop?
Q. Can someone talk me through the process to download and install linux operating system, i know that i would like to switch to that operating system, but i dont know which package i should get, or what type of installation to download and how to install???

thanks for the help.

A. Download the Linux installer CD or DVD image file. Next, burn the image to a disc - this is not the same thing as just copying it onto a disc. If you have Windows Vista or 7 then right click the file and choose 'open with Windows disc image burner' from the menu. With Windows 8 choose 'burn image to disc' from the menu. If you have XP then you'll need to use software such as Isoburn to create the disc: http://www.imgburn.com/index.php?act=download

Next, boot the laptop from the CD or DVD and then follow the instructions that it presents you with. If you're unfamiliar with Linux you should probably use Ubuntu as it's the easiest to use.

If you're uncomfortable with this procedure then Ubuntu have a utility to automatically download and install it alongside Windows, you can do this from within Windows by following this link: http://www.ubuntu.com/download/desktop/windows-installer . This method also provides an easy way to remove it again.

what are some of the advantages and disadvantages of using the Linux operating system?
Q. I'm curious to some of the pros and cons of using the Linux operating system versus the conventional Windows Vista system?

A. Why Linux is Better
http://www.whylinuxisbetter.net/

Here are some options for installing or trying out Linux

Option One (Full installation)

I thoroughly recommend Linux Mint 8 Main Edition which is built upon Ubuntu 9.10 Its easy to install and easy to use plus it comes with much of the software you are likely to need preinstalled

Linux Mint 8 Download
http://www.linuxmint.com/edition.php?id=44

The Perfect Desktop - Linux Mint 8 (Helena) Installation
http://www.howtoforge.com/the-perfect-desktop-linux-mint-8-helena

Linux Mint 8 Helena User Guide
http://www.scribd.com/doc/23787138/Linux-Mint-8-Helena-User-Guide

You download the ISO. image of Linux Mint 8 then you need to create a Bootable LiveCD for installation

Linux Mint 8 can also be run direct from the LiveCD from Booting up without touching your Hard Drive

Option Two (Install Linux inside Windows)

Installing Ubuntu as a dual-boot with Windows without partitioning
http://www.psychocats.net/ubuntu/wubi

You keep Windows as it is, Wubi only adds an extra option to boot into Ubuntu. Wubi does not require you to modify the partitions of your PC, or to use a different bootloader, and does not install special drivers. It works just like any other application.

Wubi keeps most of the files in one folder, and if you do not like it, you can simply uninstall it as any other application.

Boot in to windows insert the Ubuntu 10.04 LiveCD and you will offered the option of installing inside windows which is where the Wubi installer comes in, you will be asked how many gigabytes you wish to allocate to Ubuntu (I recommend 8gb) then you set a password for your installation then click install and thats it.

Once Ubuntu is fully installed upon starting your PC you will be given a choice of which operating system you want to use Windows or Ubuntu

Ubuntu 10.04 Download
http://www.ubuntu.com/getubuntu/download

Ubuntu 10.04 (Lucid Lynx) User Guide
http://ubuntuguide.org/wiki/Ubuntu:Lucid

Linux Mint 9 has a similar feature called mint4win and the directions given above for Wubi can be followed
http://duncsweb.com/2009/09/27/mint4win-a-wubi-based-installer-of-linux-mint/

Linux Mint 9 Download
http://www.linuxmint.com/edition.php?id=52

Ubuntu 10.04 and Linux Mint 9 can also be run straight from the LiveCD without touching your Hard drive

Option Three (LiveCD)

Here the possibilities are endless as you can try out as many different Linux distros. until you find the one thats right for you DISTROWATCH.COM gives full listings (second lists the major distributions)
http://distrowatch.com/

Major Linux Distributions
http://distrowatch.com/dwres.php?resource=major


LUg.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, February 2, 2013

how do i install netgead wnda3100 wireless adapter to my computer which had a linux operating system?

Q. Hi i have a linux operating system running ubuntu 10.4 and i got a netgear wnda3100 wireless adapter so i can recieve wifi and the archive manager that runs with linux wont allow me to install the disk for netgear. THe archive manager also will not allow me to install anything else onto the computer.. PLEASE HELP!

A. You cannot install Windows software on Linux. The driver on the Netgear disk is for Windows. If your system does not auto-configure it, and it probably won't, you will need to find the driver online and install it. I couldn't find the driver when I searched. The links below might help you. Good luck.

What are the benefits of a Linux operating system?
Q. I've used Windows and and Mac operating systems, but never Linux. Are there any benefits to having a Linux operating system? Are there any disadvantages? Are they more likely to contract a virus?

A. A more informed user primary benefit.

Quicker more efficient system with less overhead and shit loads of free software. other beni

It won't make you a sandwich disadvantange.

Much less likely to get a virus, and if it does odds are it won't affect your machine but if you do get one you install Linux with a seperate home partition.

so when you have to format you just format your root partition.

Just for the record a Java/Flash/pdf buffer overflow attack can do just as much damage as a virus or more and is cross platform.

Typically these types of crap is put in pron and stuff people like to steal ie P2P over vuze or utorrent and stuff like that.


Most Linux users still Dual boot, just like allot of mac users boot camp.


Best place to start with Linux is to get Ubuntu and run the live Cd and see if you like it, you can also test your drivers running the live cd.

If you use Ubuntu you will probably need Ubuntu restricted extras from synaptic and a bunch of other stuff

You might run into problems with wireless drivers

What Linux operating system is best for a home audio and video recording system?
Q. Me and my friends are starting a band from scratch. We are building a computer from scratch and using a Linux Operating system to power it, but which distribution is the best for audio and video recording for a band?

A. Don't know about the "for a band" spec, but check out

64 Studio and

an Ubuntu clone that is for audio / video - it may be called mediabuntu or studiobuntu or something similar - do a google search on it



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

How do I rescan for wireless connections when I've recently deleted them - Linux operating system?

Q. I recently purchased an Acer Netbook with Linpus Linux operating system. I stupidly deleted all of the wireless connections it found so that I wouldn't be inadvertently 'piggy backing'. However, I seem to have deleted even my own and it won't even scan for anything now, though I am following the correct procedures for it to do a re-scan. What have I done? Thank you for any guidance here!

A. Does Linpus have a package manager called synaptic? If it does you can probably reinstall what you have removed. I am not familiar with Linpus Linux.

How would you authenticate a yahoo messenger account in the Empathy IM Client, on Linux operating system?
Q. I have Linux operating system. And I cannot authenicate my email with the IM that is supported on the system

A. http://live.gnome.org/Empathy/FAQ#How_can_I_connect_to_.28a_protocol.29_in_Empathy_.3F

install telepathy-haze

How do i get a linux operating system?
Q. I would like one of the free linux operating systems for my old computer but i have a really slow connection so i can't download it without it taking a few days. Is there anyway i can order it somewhere and it still be free? Thanks.

A. if you dont want to order and wiat for about a month then you can buy this months Linux magazine for about £5 ($10) and it comes with 6 different distributions on a CD that can be used as a trial CD or to instal it.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Thursday, January 31, 2013

What's the difference between Linux operating systems?

Q. Linux has a lot of operating systems, I'm not even going to bother to list them. I was wondering, it there a difference between them? Does each type of Linux operating system hold a specific purpose? For example, Red Hat holds a different functionality to Ubuntu, or something like that.

A. Linux has many distros but all versions of Linux are the same OS.

Linux is extremely customizable. So much so that it'd be impossible for one person to do all the tweaks necessary to have what most people consider a polished and functional operating system. On top of that many Linux distros are heavily customized for specific purposes. Robotics, hardware appliance (routers for example), Real time OS (traffic lights, microwave ovens, unmanned aircraft), Music studios, Network security, Home theatre, Cash register, various industrial and scientific specialties, generic servers and so on.

There are also distros that are specialized to fit on a 1.44 floppy, thumb drives and a few distros specifically designed to run on CDs rather than be installed on a machine. There are distros that mimic other operating systems such as Mac OS and Windows so closely that at a glance you wouldn't know that you were not using those OS's. Other's are branded such as Dell's version of Ubuntu which is customized for Dell hardware.

There are also commercial versions of Linux. Red Hat Enterprise for example which is designed for high end servers and IBM's SUSE which has customizations for running on IBM virtual servers/being the host OS for the virtual servers, a desktop version which much of Europe's governments uses.

Distros often come with sub distros that are customized for various purposes. For example most major distros have a KDE and a Gnome version These are customized to people's favorite window managers and some distros support up to 5 or 6 window managers with sub-distros. Most support at least 2 or 3. Long term support, special purpose sub-distros like Ubuntu Studio which is geared for musicians are also common with widely used general distros.

The majority of distros however are shortcuts for Linux users to get what they want/need without spending the thousand of hours personally making those customizations. For example some like myself do too much customization and install too much software to upgrade a machine every 2 years. So long term support versions appeal heavily to me. I need and use a large variety of applications so it's important to have very large software repositories. Other people choose high performance bare bone distros. Some people want total control over their sytem and choose primitive distros that give you the bare min necessary, anything else the user installs themselves and customize as they see fit. (not recommended for anybody but an expert).

There are philosophical choices involved in choosing a distro. One big split for example is RH vrs Debian based systems. The RH fork (RHE, SUSE, Mandriva, CentOS) and Debian fork (Ubuntu, Debian) have some small differences in the way they are built. For example RH systems use YUM for software installation while Debian based systems use Apt-Get. You can install and use YUM on Debian systems and Apt-Get on RH systems. It's just a matter of defaults. Same with how root privileges are handled, and other minor details. The average user won't notice such subtle differences.

I've included a link to distro watch which gives details about specific distros as well as release cycles and where to download them.

How do I rescan for wireless connections when I've recently deleted them - Linux operating system?
Q. I recently purchased an Acer Netbook with Linpus Linux operating system. I stupidly deleted all of the wireless connections it found so that I wouldn't be inadvertently 'piggy backing'. However, I seem to have deleted even my own and it won't even scan for anything now, though I am following the correct procedures for it to do a re-scan. What have I done? Thank you for any guidance here!

A. Does Linpus have a package manager called synaptic? If it does you can probably reinstall what you have removed. I am not familiar with Linpus Linux.

How would you authenticate a yahoo messenger account in the Empathy IM Client, on Linux operating system?
Q. I have Linux operating system. And I cannot authenicate my email with the IM that is supported on the system

A. http://live.gnome.org/Empathy/FAQ#How_can_I_connect_to_.28a_protocol.29_in_Empathy_.3F

install telepathy-haze



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Older Posts Home