Wednesday, March 27, 2013

How to count duplicate the lines of a file by using Linux Shell Programming?

Q. Hi,

I'm new to linux and to shell programming. I have an assignment to create a shell script that shows all the folders, sub folders and files of the current directory. LS does this. But I must count how many duplicate lines each file has, and show the line that is repeated the most times in each file.

I really have no idea where to start. How can I read/compare lines within a file?

Thanks in advance!

A. grep . anyFile | sort | uniq | wc
grep . anyFile | sort | wc

If a line is repeated, the output of the top grep code will be less than the bottom one.

How do I download a version of Linux without deleting my windows xp?
Q. I want to download a version of Linux without erasing windows xp. Can someone please give me step-by-step information on how to do this.(If you are familiar with Linux could you please recommed the best version). Thanks.

A. Options to try Linux:

(1) Download what's called a "Live CD". That's a bootable CD which contains the Linux of your choice set up so that it runs directly off the CD and doesn't change your hard drive at all.
* pro: Easiest option to try it out and install it.
* con: Can be slow to boot and run, so if you want to experiment with Linux for days or weeks you might find using a Live CD tedious. Usually can't save anything because you can't write to the hard drive.

(2) Make your system dual-boot. Most Linux distributions allow you to split your hard drive by shrinking the space devoted to your "C:" drive and install Linux in the free space.
* pro: Get the best performance, as you're running directly on the hardware and reading and writing to a hard drive instead of a CD.
* con: Requires a permanent change to your hard disk and a modification of your Windows partition, introducting the possibility of a failure or glitch in this process ruining your Windows partition (I suggest you back up your drive or at least important files when you do this). Also, normally the Windows partition is invisible to Linux and vice versa (though there are tools to remedy this to varying degrees). If you switch a lot between OS'es, can be time consuming to reboot all the time.
* when it's best: Best option when you've decided to use Linux long term and it's the best performer. Also best if you plan to use the computer intensively and for long periods of time.


(3) Use an emulator. One is vmware, but you can find other options. Generally, emulators are programs that emulate a whole x86 computer in software. However, installing directly to your hard drive, you create a file that the emulator uses as a virtual hard disk and install onto that.
* pro: Requires no hardware changes. Can run both OS'es concurrently, so you can do things like cut and paste between the two systems, or even use networking. A good compromise between Live CD's in that it's faster than a live CD, slower than running directly on the hardware.
* con: Can be slower than running than on the native hardware. Some devices may not work properly running under emulation.
* when it's best: This option works best for folks who wish to use Windows mostly and Linux lightly, switching between the two, as the switching effort is next to none. Also best for short-term trials of one or more Linux distributions, as setting up different VM's is very easy.

(4) Loadlin is a system to let you install and run Linux on top of a FAT16 or FAT32 partition (default for Windows 98 and earlier; NTFS is default for NT, XP and later). Technically, you're dual booting and have to reboot to switch OS'es, but you don't need to repartition your drive:
* pro: Avoids the need to repartition
* con: Not an option for most people running XP, unless their drive is already formatted for FAT32.

As for favorite distribution, my current favorite is called "Ubuntu", derived from Debian (see link below). Debian is one of the best distributions but can be a complicated and intimidating setup for someone new to Linux. Ubuntu is a commercially supported derivative with a GUI installer, a friendly and powerful repartitioner, lots of popular and useful utilities built-in, and huge free online repositories available with even more software which can be installed automatically from a friendly GUI-based program.

Others are:

* Fedora Core, based on Red Hat Linux. Perhaps the most widely known and popular distribution in my experience. Broad support in terms of hardware and many programs both free and commercial are built to run on Red Hat, everything from Oracle Databases to freeware media players. Also offers an online package installation system like Debian and Ubuntu, which goes by the name of "yum" (never used it myself though).

* Slackware: A favorite of many Linux veterans. While it lacks the flashiness of more recent entrants like Red Hat, has a reputation for being a solid Linux distribution. In my experience I love setting up servers under slackware because I've had Slackware boxes run longer without crashing than anything else. Many Linux experts like it because of the simplicity with which one can configure it from the command line. However, as it's supported by a very small crew it evolves more slowly than others. An advantage or liability depending upon your point of view.

For others, shop around by visiting DistroWatch. There are many more options, too many to list. Everything from full-featured distributions which have every program under the sun to highly specialized distributions for everything from building parallel compute clusters (Parallel Knoppix, scientific Linux) to building video player boxes (GeexBox)

All the best, and have fun!!

How can I access to an internet connection on linux using the wireless?
Q. I want to access to a wireless connection in a PC with linux (ubuntu 10.04). But I can't find any connection. Lately I realized that the wireless light on my computer (fujitsu Siemens) is turned off. How can I turn it on and access to an internet connection by wireless.

A. Weeks after weeks ppl keep asking this question. The answer is because you are using a free linux that mostly relies on opensource technology and insanely restrictive laws in the USA do not allow to integrate proprietary drivers in open source technology.

Ubuntu is a cute little linux but a nightmare for ppl using wifi, forget about installing the drivers yourself unless you are a programmer. Solution? use a top notch linux like Mandriva Power pack or SUSE linux entreprise they cost money but u pay for windows don t u?

You could always try your luck with linux miint it contains some proprietary drivers but has many bugs we found and translation of many applications in English or other languages is not always proper.

RICK



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

linux laptop while its connected to the internet. I want to make a network on my Ubuntu Linux laptop. How?

A. I'm assuming your laptop with the Internet connection is connected with WiFi and the other laptop is hardwired to it with ethernet. You didn't specify a network setup, so this could be totally wrong.

You need to set up NAT on the computer with the Internet connection. Once you have that set up, you should configure the two ethernet interfaces (one on each laptop, they're connected to each other w/ a crossover cable) with IP addresses from a private IP range. You could use something such as 172.16.1.1 (laptop w/ Internet) and 172.16.1.2 (laptop w/o Internet). Then on the laptop w/o Internet, specify it's default gateway as 172.16.1.1.

Don't forget to turn on packet forwarding, this is a common problem that people have and can't seem to figure out:

echo 1 > /proc/sys/net/ipv4/ip_forward

This howto explains the process.

http://www.howtoforge.com/nat_iptables

How do I switch my Chromebook back to Linux OS?
Q. I recently bought a Acer C7 Chromebook. The only downfall I could see was that it ran on Chrome OS but I had found I could get ChrUbuntu on it and it would run as a fully functional linux laptop. I did this and it worked but since the Chrome OS still lives on in its own dedicated partition it automatically booted into the Chrome OS when I restarted the computer. I would like to know how to run it back in ChrUbuntu. I know it's still on my computer but I don't know how to boot back into it. Thanks in advance!

A. delete the chrome os & reinstall the chrubintu os

How do I connect Windows and Linux?
Q. I have two laptops behind the same router. Both connect to the internet just fine. One is Windows XP Media Center Edition and the other is Ubuntu 6.06. I'm used to using Windows file sharing to share files between Windows laptops. I want to do something similar now between the Windows and Linux laptop. I just care about reliability, speed, and convenience, not security. What are my options and how do I do it?

A. you need to install samba on your linux machine in order for windows to see your linux files.

on linux, you need to mount the windows share using the mount command. you'll need to use type "cifs".

if you can't figure it out, you could always just use IIS WebDAV on windows and Apache WebDAV on Linux. Same concept and it lets you access files just as you normally would but using the HTTP protocol.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

linux except for most of the programs i use won't work on it. Is there a linux version that will run Yahoo messenger 10, Itunes 9, Frostwire and google chrome? I really don't like pidgin because of the way i use messenger. I have had very little luck with wine.

A. In most cases there is a Linux version or an open source alternative

YAHOO MESSENGER

Try Pidgin again using the directions on configuration

Pidgin is Ubuntu's default instant messaging (IM) client, at least through 9.04, Jaunty Jackalope. It works for a wide range of protocols, including MSN Messenger, AIM, Yahoo Messenger, Jabber, IRC, IRQ and Gadu-Gadu
https://help.ubuntu.com/community/Pidgin

Pidgin Frequently Asked Questions (including configuration)
http://developer.pidgin.im/wiki/FAQ

ITUNES

Take a look at these open source options

Rhythmbox
http://projects.gnome.org/rhythmbox/

gtkpod (good for syncing)
http://www.gtkpod.org/about.html

Songbird
http://www.getsongbird.com/

aTunes
http://www.atunes.org/

FROSTWIRE

Frostwire Downloads (including Linux)
http://www.frostwire.com/?id=downloads

GOOGLE CHROME

Google Chrome for Linux
http://www.google.com/chrome?platform=linux&hl=en

There are many other open source software alternatives available a list can be found here
http://en.wikipedia.org/wiki/List_of_free_and_open_source_software_packages


LUg.

What version do I have to start learning linux?
Q. Which version do I have to start learning linux? What version is commonly used in the enterprise? Do all Linux versions have the same command? What is the difference between the versions of linux?

A. Any. All.

Redhat, Debian, and Ubuntu are common in enterprises. CentoOS is a free version of Redhat.

distrowatch.org.


...

How can I install and replace the new Ubuntu Linux?
Q. Hello everyone !
I have Ubuntu Linux version 9.04 installed in one partition of my laptop. There's a newer better version that has just been released (10.04) And I want to install it, but at the same time replace the old one completely with the new installation.
What is the best way to do this ? The way that it's less error-prone, or the easiest way.

Note. I have Windows installed as well and I use GRUB for dual booting.

A. Ubuntu 10.04 at present is unstable

For the time being I would suggest staying with Ubuntu 9.04 or perhaps an upgrade to Ubuntu 9.10 both of which are fine releases

How To Upgrade Ubuntu 9.04 (Jaunty Jackalope) To 9.10 (Karmic Koala) (Desktop & Server)
http://www.howtoforge.com/how-to-upgrade-ubuntu9.04-jaunty-jackalope-to-9.10-karmic-koala-desktop-and-server

Ubuntu 9.10 (Karmic Koala) User Guide
http://ubuntuguide.org/wiki/Ubuntu:Karmic


LUg.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Original Question

What is the best portable Linux for Windows Lover?
Q. I am looking to play around with Linux and I am wonder which one of the portable Linuxes would be the best for someone who is used to Windows.

A. Hii,

You can Use MANDRIVA, it has the almost same features like windows, I mean myself and many of my friend are using it, and we had find it better over other flavours of linux. Like for Instance.. following are the main features, that we have find Mandriva Linux working as Windows :

(i) No need to download additional packages or plugins to play any audio or video files. As you require in other flavours. for instance in fedora and Ubuntu
(ii) If you want to connect your computer with WIFI, internet, then many a times it has seen that Linux flavors create lots of flavours, as required drivers are not shipped with pakages, you need to download from respective linux forums. No such problem arises with Mandriva, it supports all the drivers to connect with internet, broadcom, WIFI, everything.
(iii) Its packages provide web-cam software as well, where you can even click funny photographs with the software.
(iv) INSTALLATION : easy to install, if compared with other Linux flavours, exception : Ubuntu
(v) Desktop features ,GUI, Terminal are very friendly, and can be easily understood by normal users.

--------------------------------------------------------------------------------

NOTE : If you are looking for powerful desktop features, more animations, more powerful animations and appearance than Windows Vista. Namely you want to concentrate more on looks, graphics and animation feature, go for UBUNTU, provided that you are not looking for more features.

Can you install any software on linux?
Q. If i have linux, can i download any software or buy any computer game, software, etc, and will it play on linux, or is only specific software designed for linux? How does that work, how come you need seperate versions for the different OS?
i thought i clicked on general computers, not sure how this ended up in womens health?

A. hmmm, you posted this in women's health lol. but...linux is different than windows. some windows programs will run in linux, but not all as these are different platforms. whatever you buy will say what platforms it is compatible with



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Original Question

How to develop a more "Student Friendly" course?
Q. Hello! Folks
I need some suggestions over here. I am working on development of some Linux training courses for a college in my town. I am good at the technical aspects that we are going to teach but didn't have any previous experience in course development. I want to make the course more user friendly and attractive for students. I want to keep student's interest within the course from the start to end of a module. Should we teach every topic with real life scenarios and is it possible? Well, every suggestion is welcomed.

A. I don't know about a real life scenario for every topic, but I'm sure that students would appreciate as much practical application as you can give them. As a non-tech person I always appreciate clear, well defined terms, don't assume people have that knowledge base. Discussion and interaction are always good as well. Good luck!

How to see kernel modules in linux?
Q. Hi guys, I m fresher for linux. I just completed my linux training. while in a interview i got agood questionthat is what is the command to see the kernel modules.

A. To see the all loadad module in linux kernel. Use the following command:

$cat /proc/modules



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

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

linux, can somebody walk me through step by step how to add commands? Also, how to whitelist and black list, also, how to create user groups? Thanks!

A. You need to give a little bit more detail, we need to know if you are using Craftbukkit, or just a regular server, as installing mods that give commands on Craftbukkit servers is WAAY easier, since you just add the jar file into a plugins folder, but on a regular server, each mod's installation varies and it can be complicated.

For white listing, go to the server properties file, then set whitelist to 'true' and then go to the whitelist file and add the usernames of those on the whitlist. A blacklist is not needed as anyone not on the whitelist will not be able to get in, or you can just use the /ban or /banip command that comes as standard.

how to define variables and constants for a linux user account?
Q. Say I created a linux user account called john. John wants to create a variable called MYVAL with the value Hello World in the linux shell (bash)

MYVAL = 'Hello World'

John does not want to redeclare this variable everytime he logs in. Is there some linux config file or start up file john can declare this variable in such that it will populate every time he starts up his machine?

A. Declare them in your .bashrc file by copying and pasting that line

Is there a way to download the mediawiki software and run it on locally for testing purposes?
Q. I'd like to start a wiki, and I've heard that the software is free, but I don't have anywhere to host it now. Is there a way I could set it up just to run locally and not available to the outside internet? (and add pages, edit pages, create user accounts, pretty much fully use it in every way, except locally). Thanks!

A. No problem. I have it running at home on a Linux box with Apache.

You'll need to start by installing a web server. Apache is free, and if you have Windows you can try IIS. There are plenty of tutorials on installing Mediawiki on both.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Original Question

How to create a custom linux live CD?
Q. Hi,

I want to create a small linux live CD with a few small programs on it (and nothing more, could even be command line only)

Anyone knows how I can do that?

Thanks in advance!

A. Have a look at these web pages they should give you an idea of how to do this.

http://gentoo-wiki.com/HOWTO_build_a_LiveCD_from_scratch
http://www.cyberciti.biz/tips/howto-create-live-linux-cd.html

What linux live cd should i get?
Q. I want to get a linux live cd which would you prefer.
I want it to run just like a desktop and reconize all my hardware and play my media and files.
Also can you give instructions on what to burn it as and how to boot it?

A. I'd recommend Ubuntu. It's available at http://www.ubuntu.com/

You might also try reading http://consumer.hardocp.com/article.html?art=MTI5OCwxLCxoY29uc3VtZXI= to get an idea of what it's like to use Ubuntu - it has some nice screenshots and pros and cons.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Original Question

What is the most basic linux operating system?
Q. What linux distro is the most basic?

I am looking for an operating system that includes:

-command line
-no splash screen when booted
-nothing else.

A. There's no one answer to this question. There are many small Linux distributions. Take your pick.

There's one called Tiny Linux which is pretty small (~7mb).
http://tinylinux.sourceforge.net/
SmallLinux may fit your bill.
http://sourceforge.net/projects/smalllinux/
MuLinux is a minimal distro. It fits on a floppy (1.44mb). Desktop is optional.
http://mulinux.dotsrc.org/
Here's a few lists of other distros that may be what you want. Most of them fit on a floppy disk.
http://www.linuxlinks.com/Distributions/Floppy/
http://computerstuff.jdarx.info/content/floppycd-linux-distributions

If you really want something smaller than that you can make your own distro. But I can't tell you how to do that.

Generally, what are the most commonly used programming languages?
Q. I know my way around Python and Visual Basic. That's about it. I also know some about the Linux command line, especially in Ubuntu context.

Can anyone help me to determine, what are the next several languages I should concern myself with studying?

A. It really shouldn't matter what languages you learn. What's really important is that you learn the patterns and data structures that span all languages. Once you do this, you'll pick up any language in about a couple weeks with no problem. As far as resume building is concerned, I would feel completely confident in landing a development job anywhere with C/C++ skills and a web job with PHP/SQL skills. Generally, C++ is so versatile because you don't have to rely on the underlying runtime frameworks (JRE for java, and .NET for VB/C#) that many companies try to avoid.

Saying that, Java is also a good one to dabble in if you haven't already, though I would not steer too clear of learning how do deal with memory in C/C++.

It's good you know Python, though you'll definitely need a more powerful language if your going to be serious about a career in software.

Get to know how to build makefiles and construct classes and such in C++ on ubuntu. Get to know how to do everything with a command prompt and vi. Once you understand all of this, you become much more powerful as a developer in general.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

linuxisbetter.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

linux except for most of the programs i use won't work on it. Is there a linux version that will run Yahoo messenger 10, Itunes 9, Frostwire and google chrome? I really don't like pidgin because of the way i use messenger. I have had very little luck with wine.

A. In most cases there is a Linux version or an open source alternative

YAHOO MESSENGER

Try Pidgin again using the directions on configuration

Pidgin is Ubuntu's default instant messaging (IM) client, at least through 9.04, Jaunty Jackalope. It works for a wide range of protocols, including MSN Messenger, AIM, Yahoo Messenger, Jabber, IRC, IRQ and Gadu-Gadu
https://help.ubuntu.com/community/Pidgin

Pidgin Frequently Asked Questions (including configuration)
http://developer.pidgin.im/wiki/FAQ

ITUNES

Take a look at these open source options

Rhythmbox
http://projects.gnome.org/rhythmbox/

gtkpod (good for syncing)
http://www.gtkpod.org/about.html

Songbird
http://www.getsongbird.com/

aTunes
http://www.atunes.org/

FROSTWIRE

Frostwire Downloads (including Linux)
http://www.frostwire.com/?id=downloads

GOOGLE CHROME

Google Chrome for Linux
http://www.google.com/chrome?platform=linux&hl=en

There are many other open source software alternatives available a list can be found here
http://en.wikipedia.org/wiki/List_of_free_and_open_source_software_packages


LUg.

Looking For a Good Free Linux version for kids, that can run without a hard drive?
Q. My niece other uncle(on her father side) gave her old computer, it doesn't run. But thats not the reason I ask, I have a smaller old internet computer, that I feel will be better for her(as I am her mother's bother, and it has a less energy drain then the old Dell has). My niece is only five years old, and all she needs it for is playing games, and doing pre-school work or something.

The linux version should run from a CD, so it must be a small installation, it also should be kid friendly.
ubuntu I would like, as it is nice, and it has the look and feel of windows, but its to large for a cd, maybe several cds, or a Live DVD, but not a cd. The computer had a linux based cd, but it got loss down the line, and it was old, so anything that will run on a CD, that easy to install first off, because i tried to use Damn Small, but I didn't understand the installation process
Thank you basilb101, for clearifing, I thought Mr. Micro was misspelling ubuntu

A. I like the suggestion of Edubuntu but it is a big download/install and liveCD will slow the computer down, i would suggest an install of edubuntu or puppy linux (under 150MB), maybe you could splash out on a IDE compact flash card?
Puppy linux is never truly installed it just moves files from the disk/flash drive to the ram it needs 128MB (i think!) or else a hdd for virtual memory
EDIT; ubuntu/kubuntu/edubuntu/xubuntu are all availabl on a single dvd which would be alot faster than a 700MB download but i don't think edubuntu is available on CD

How can I install and replace the new Ubuntu Linux?
Q. Hello everyone !
I have Ubuntu Linux version 9.04 installed in one partition of my laptop. There's a newer better version that has just been released (10.04) And I want to install it, but at the same time replace the old one completely with the new installation.
What is the best way to do this ? The way that it's less error-prone, or the easiest way.

Note. I have Windows installed as well and I use GRUB for dual booting.

A. Ubuntu 10.04 at present is unstable

For the time being I would suggest staying with Ubuntu 9.04 or perhaps an upgrade to Ubuntu 9.10 both of which are fine releases

How To Upgrade Ubuntu 9.04 (Jaunty Jackalope) To 9.10 (Karmic Koala) (Desktop & Server)
http://www.howtoforge.com/how-to-upgrade-ubuntu9.04-jaunty-jackalope-to-9.10-karmic-koala-desktop-and-server

Ubuntu 9.10 (Karmic Koala) User Guide
http://ubuntuguide.org/wiki/Ubuntu:Karmic


LUg.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Original Question

What is the most popular form of the linux operating system today?
Q. I knew about RedHat but not sure whether that is still in service?

A. 1 Ubuntu
2 Fedora
3 openSUSE
4 Mint
5 Debian
6 Mandriva
7 PCLinuxOS
8 Puppy
9 Sabayon
10 Arch

This is the list from http://www.distrowatch.com which states the most downloaded distros out there. Granted these are just desktop distros and I expect that both Debian and RHEL (Red Hat) make up the majority of the Linux servers out there.

Where do I find Linux download for free?
Q. Im looking for a free download of Linux. I can't find even a paid version anywhere for download. Where is it?

A. http://fedora.redhat.com

RJ



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

linux OS installed, such as apache. i've discovered that help and tutorials are easy to find once you know what the applications' names are, such as
apache=web server
mysql=database

you should be able to google your answers from there.

What is a good book/website to learn how to make a linux server out of some old computers?
Q. I can't seem to find something in depth or complete enough for me. I have a basic understanding of Fedora Core. Any tips or suggestions are greatly appreciated.

A. ask the question here
http://www.fedoraforum.org/
you will get a lot more information because of the specialised interest of its participants.

What are the basic steps to configure IPTables with Fedora Core 5?
Q. I want to use open-source operating system for the first time. Currently, I used to install fedora core 5 on my server, the problem is I don't know how to share my internet connection. And I tried to visit some online forums but I was not satisfied with there given answer. They just recommended to configure iptables but there is no information in a way how to do it. Please help me..Thank you very much!

A. Sorry, i have no experience with Fedora, only Ubuntu and never had to configure IPTables, but i found a few howto's on the net.
Hope at least one of them is helpfull.

Good luck.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

linux server by using 3rd parties vncviewer. But when the user (root) user is logged out, i am unable to establish the connection again! Why, can anyone helps on this? Because i've tried to search on the web, cant find the solution... thanks a lot....
But when the user is logged out, it cant be connected, how?

A. To start the server on the linux box, as the user type:
$ vncserver
It will come back with something like "started server on localhost:1" (I can't remember the exact syntax - the bit you are interested in is the :1)
To connect to this from another computer (running windoze, linux or any other client) you must use the :1 bit too, ie connect to:
machinename:1
Because linux is a true multiuser environment you are able to launch multiple desktops, :1, :2, :3 etc. These go over ports 5901, 5902, 5903 etc. Windoze (not being multiuser) does not allow you to start a new desktop for a VNC session and only allows you the one which goes over port 5900 and is machinename:0

How do I set up a Call of Duty 4 Cracked linux server?
Q. I have searched everywhere and I can't find a tutorial to create a cracked cod4 linux server. Is there anyone who knows where to find one?

A. That's because a tutorial won't help you. You need experience to figure it out.

I'm looking for software to run on a linux server that can be used to validate user access to my VB software?
Q. I've developed a program in Visual Basic and would like to distribute it be able to have the software check a linux server to see if the userid that is used to login to the software is both valid AND unique (to prevent duplicate logins).

Any suggestion on what I can use?
my VB application is a desktop application.

The verification software would be on the server on the internet.

The users could create their own password... I'd assign userids.

I know that something custom could be written, but I'd like to avoid that if there's an off-the-shelf solution.

A. take a look at using openldap



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

linux netbook 900 that does not have any version of windows installed. i wish to buy windows 7 home premium to install ... what else, besides home premium, will i need, or is preferable to install something like windows vista, for example?

A. With some savvy installation, it is even possible to run both Linux and WIndows 7 on one PC. Not at the same time of course. You will need to download and install a "Boot Manager" if you don;t know how to configure your PC to "dual boot". Dual boot just means that when you first start your PC. it will ask you which system you want to launch. Skip Vista and head for WIndows 7 if you are intent on avoiding XP, as Vista is a "hog" and "slug". My recommendation is for XP.

I have an DELL XP install disk. Can I put the disk on a usb and download it on my Linux netbook?
Q. Note the disk says for DELL only, and it's a Linux netbook with no disk drive so I would have to put it on a usb.

A. Download -> Yes
Installation -> No
The license agreement may not allow you to register the operating system and after three months (in most of the case) your operating system will be down close to no function at all. The disk may not work even with Dell but different model.

How easy is it to shift work between Linux and Windows computers?
Q. I am thinking of buying a cheap netbook ( the ASUS Eee PC 4G 701). Will I be able to write a document on the linux netbook and transfer it to Microsoft Word on my home computer, and is this difficult?

If you have any additional knowledge/experience of this netbook, it would be greatly appreciated.

Thanks!

A. If you are going to buy a Linux netbook I recommend buying one of the ones with Ubuntu Linux, such as dells or hp's. The Linux shipped on the eeepc is quite unpopular, and does not represent what Linux is capable of. (although you can reinstall another distribution on it)

HP Mini 110 Mi $279
http://dwarfurl.com/9461b

Dell Mini 10v $299
http://configure.us.dell.com/dellstore/config.aspx?oc=dncwfa2&c=us&l=en&s=dhs&cs=19

Linux has many of the same programs you may be use to: Firefox, OpenOffice.org, pidgin, which interoperate well.

Once you get use to Linux you wont want to go back :P



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

linux ubuntu operating system, i need to buy one but I have no clue about any of the linux command lines or anything. I also have a zyxel g router

A. I have a Dell desktop with a LinkSys WMP54GS wireless card. After installing Ubuntu the wireless card was automatically recognized.

How do I reset the numbers on Linux command line prompt?
Q. how do I reset the numbers on the command line prompt:

hostname[1000]%

I noticed when I log in it always starts at 1000 and counts up til I logout and login again. When I login again it still starts at 1000. How do I reset this number? I thought it was the history command, but learned it wasn't.

A. You need to set the prompt variables in your profile file or in the .bash_rc file.

Do a search on "linux .profile" (note the dot in front of "profile"). Look for ways to set the PS1 and PS2 prompts.

How can I safe a javascript generated page to an html file from a linux command line?
Q. Hi,
I have a javascript/ajax page that I'd like to save as the generated html to a file. URL
http://www.neaveru.com/digg/stats/kevinrose/max_comments/0/days/14

Is there a way to do that? I haven't found any firefox command-line like that.
Thanks!
safe?? save! ;)
sorry, I want to run this in a cron... so I can't click ;)

A. from FF & a cron, no way.

there might be some lynx variant or other 'get' tool that does JavaScript.

http://www.google.com/search?q=linux+JavaScript+command+line


you could capture the data that the ajax gets, and save that to a file... but not the graph.

is it your site? a little cgi program instead would be able to capture the graph.

I could do it in Safari on a mac with applescript!



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

linux, mandrake, and possibly ubuntu.

I have a Toshiba Satellite L35 notebook with:

- Ati graphics card
-intel pentium dual core processor
- 512 mb of ram
I am currently running vista basic, has anyone install linux on a system like mine. Any problems?

A. Linux will run on almost anything

Vector linux faster than windows 2000 or 95?
Q. Just how fast is vector? Will it run quickly on a computer with 450 megahertz 120 mb of ram and a 10 gig hdd. It is currently running 2000 and takes 10 minutes to fully load. And will I have problems installing? Is dial up internet possible with vector linux. Thanks for any answers!

A. i THINK vector will run on that but i'm not guaranteeing it. IF it runs, you will need a large swap partition (minimum 1G) and i'm not sure if dial up is possible anymore. it's getting harder and harder to find linux distros with dialup anymore and vector ain't one of the mainstream ones so odds are no. (but with linux, where there's a will, there's a way... with lots of help from google)

Can I set up my system as a dual-boot with Vector Linux and Windows 98?
Q. I have a computer running Win 98, and would like to run Vector Linux. Can I set it up as a dual-boot system safely?

A. Yes but you will need a boot loader like boot magic. You can download freeware and shareware at tucows.com. You can also try to use the same process that Redhat linux suggests. here is their link http://www.redhat.com/docs/manuals/linux/RHL-7.1-Manual/custom-guide/dualboot.html



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

linux terminal. Thanks
I don't know about import/export functions. I just want to upload via SSH. I know it's possible, I just don't know how.

A. See the SCP command (syntax in source link). It copies files over ssh. As you can see, it has an option to put an entire folder over at once.

Alternatively, there's SFTP (secure-ftp) which tunnels a ftp connection through ssh (valid only if the target server also has ftp service in addition to ssh).

How do I transfer files to and from my computer I'm remotely connected to through SSH?
Q. I want to be able to transfer files to and from my home computer remotely while accessing it from an SSH connection...How do I do this? Do I need to set up an FTP server on my home computer? It's running Debian Linux and I access it from my Android phone using ConnectBot.

A. If it's running an ssh server that will include scp and usually sftp.
You can connect with any scp/sftp client like winscp, rsync. If you set up SSH keys access you need not bother with passwords (though it's still a good idea to have some passphrase in case you lose the phone)

ftp is less secure, unless you use SSL

I am accessing my home linux box remotely from work. How can I copy files from that linux comp to my local com
Q. I am accessing my home linux computer remotely from my MacBook via SSH. I am behind a NAT, so I don't have a static IP. I want to retrieve some files from that linux box to my MacBook. Is there a reverse SCP command that I can use so that I can SCP the file from my home linux box to my MacBook at work through the already established tunnel?

A. You use scp direct (not through the tunnel). It can copy either way. One option is to log in to your Linux box through ssh, then use scp to the Mac from there. you would need the address of the mac, and forwarding set up at its' router. Alternatively use the scp from the mac console to your Linux machine. You must have its' address if you can ssh to it.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Original Question

Deleting windows partition out of ubuntu?
Q. I installed ubuntu linux today. Which is amazing btw. Well I installled it on a windows 2k machine. Now that im using ubuntu I dont really want windows dual booted with it. bc windows 2k is horrible. is there anyway I can delete the windows partition without reinstalling?

A. I would leave as is for now, Ubuntu 10 is due out within the next month. I don't know what version your ruining at the moment just wait untill version 10 is released then download that, and then install it and use all the hard drive....

if your using Ubuntu 8.4 version 9 is out now. and version 10 will be out some time next month

Whats the difference between Linux and windows hosting? Do i need Linux on my system to linux host?
Q. Whats are the advantages and the disadvantages of Linux hosting? why is it cheaper ? If I make a website in Dreamweaver and Flash CS5, can I Linux host?
Do I need to be wary about something?

A. All websites today currently run on either a Windows web server or a Linux-based server. The vast majority of websites run on a Linux-based platform as Linux has a strong reputation for security and web server performance. With standard (static) HTML-based websites, the web hosting platform doesn't make much difference. When it does make a difference, however, is when the website uses a dynamic scripting technology such as ASP (A Microsoft based technology), or PHP / PERL (Linux based technologies). A Windows-based hosting solution will run a Microsoft Windows server with IIS (Internet Information Server), and is necessary to run an ASP / ASP.NET scripted website. A Linux-based platform is typically used for PHP, Perl, and most other types of websites. Basically, unless your website uses ASP (pages ending in the .asp extention), Windows hosting is not necessary.

As an experienced webmaster I recommend BH web hosting which Iâm sure it would work for you and fulfill all your requirements. They have a really great offer for hosting & I have used them for over 3 yrs now, and have never had a single problem with them.

You can reach reviews about this web hosting provider and its latest DISCOUNT COUPONS at:
http://www.threehosts.com/reviews/1st
Only $3.95 /month (with discount coupon)


BH is compatible with Dreamweaver, just refer to:
http://www.threehosts.com/publish/dreamweaver.html


******IMPORTANT********
* This service was awarded the âBest Web Hosting OF The Yearâ.
*****************************

Hope thi helps.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

linux for mac and I need a link and I want to know how to do it. Thanks in advance.

A. Download the ISO file, use Apple's Disk Utility to burn it to a start-up DVD.
http://fedoraproject.org/en/get-fedora-ppc (for Mac's with a PowerPC processor i.e. G3, G4, G5).
(http://fedoraproject.org - for other processors.)

Is there a way to download linux without a disk drive?
Q. I got this new laptop (ultra portable) without a disk drive. I remember hearing ti was possible to get linux running with a flash drive but, what I want to know is if it's possible to download linux with it (dual boot). If not is there any other way? I'm using an Ubuntu like distro.

A. You have at least 2 options: use unetbootin (see link below) and use an usb drive. or use wubi to download ubuntu to your computer and install from there.
You should also check out the ubuntu remix for the netbook, )see the 3rd link.
Good luck

Is it possible to download Linux with a CD?
Q. I have an extremely old Windows laptop that can't go on the internet (it's modem doesn't work). I want to download Linux on it in order to see how the operating system works.

Is it possible to upload Linux to a CD and download it that way? If so, can someone tell me how?

A. Download an ISO image distribution and install it on a CD. Many distributions come with a live CD package that allows you to run the Linux OS from the CD drive without messing with your Windows installation. You might want to try an older version of Linux if the notebook is not up to speed. SimplyMEPIS (MEPIS.org) is a good combination of software that includes apps OpenOffice and stuff. I would download one of the older distributions like 7.0 or 6.5 for an older PC.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Original Question

What type of package do I use on Linux Mint 9?
Q. Most software I find isn't packaged specifically for Linux Mint. So I was wondering, do I use the packages for Ubuntu or the one classified under other or all distros?

I figured other or all would make more sense, but I thought since Linux Mint is from Ubuntu maybe its OK.

Yes, I'm new to Linux >.> Thanks for any help.

A. Any package ending with .deb should be installable in Linux Mint. That means any packages designed for Debian, Ubuntu, Linux Mint, or any other Debian derivatives will be fine.

What is the most streamlined method of upgrading the Linux kernel?
Q. I have tried several methods but I am looking that streamlines the process to a minimum. Does anyone know of such a method.

Distros.

Ubuntu>Linux Mint>Fedora
I am looking to upgrade to the latest Linux kernel

A. A generic kernel made for testing for the next version of your flavor of linux. For mepis, a debian based flavor, I add a sid repository to my apt/sources.list, aptitude update, and then install the latest kernel. I then comment out or delete the line in apt/sources.list, and test that I haven't hosed my applications. I did say to make a backup first didn't I?



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews