Skip navigation.
Home
Now Shipping Version 7.0

Some suggestions for Newbies.


Posts: 188

Linux is growing in popularity and it's daily use is starting to show up more and more frequently. Many companies and corporations in Europe and the US are using Linux as an alternative OS to keep IT costs down. In the years I've been using Linux, the number of users and corporate supporters has grown exponentially. If you are frustrated by Microsoft's licensing and cost and are ready to make the jump to a more useful, robust operating system, then I have some suggestions for you!

First off, in choosing MEPIS keep in mind that in order to install ANY software, you must install MEPIS to the hard drive, not "should" or "might want to" or anything else like that. Repeating, you MUST install MEPIS to the hard drive. The Live CD gives you a chance to carry your settings and other documents with you however, to personalize the entire system, you need to have it on a hard drive.

You may say, "But I'm not comfortable using MEPIS just yet and I still need Windows!" Well, getting an extra drive and doing a dual boot is an excellent option IF you "need" Windows. Since I no longer have any use for Microsoft stuff, I couldn't tell you how to do the dual boot thing. However, I know there are others here who can.

Next up: Printing... If you don't already have an HP printer, get one. These are by far the best supported printers when used with Linux. HP has been a long standing corporate supporter of Linux and happily distributes information about it's printers to interested software developers. With the advent of the HP Toolbox, now available by default in MEPIS, HP printers and All-In-One's are a God send.

Accessing the Internet: If you are using a dial-up connection, you know... a modem; get a GOOD one. Most modern modems are designed for use with Windows and may or may not work with Linux. Most are at this stage because there are a select few chipset manufacturers when it comes to modems. If you can find a controller-based modem, get it. You will have better luck getting it to work and longer performance life.

If you're using a router and don't have wireless networking, you got it easy with MEPIS. This will work out of the box 90% of the time. MEPIS OS Center will help you get online if you fall in the 10% that has a problem.

If you're using wireless, hang on to your hat, well at least as far as the MEPIS beta's go. Many have had problems getting their wireless to work right but never fear! There are several in the forums that can help get it going if you just can't seem to get it to work right.

"I used to be able to view Windows Media stuff on the Internet. How do I do that with Linux?" Once you're installed on the hard drive, open Synaptic and install "mozplugger." It will patch in the right helpers to make your Internet experience exactly the way you remember it.

Your documents: "What about all my Word and Excel documents? How can I access those?" Easy answer: OpenOffice.org. The developers at OOo have done an excellent job creating an MS compatible office suite that is just as easy to use as MS Office. It seems to me that OOo is easier to use than MS Office and doesn't have the strange quirks that MS Office has. OpeenOffice.org has the word processing, spreadsheet, presentation and databasing applications you've grown accustomed to using without all the head aches of licensing and cost.

I'm sure there are other things I should cover but this isn't necessarily the place or time but I do welcome any questions or comments. Just e-mail me at: and I'll respond as soon as possible.

Happy Linux-ing!!

Michael
=====================================================
"Reality? Oh, yeah. That has nothing to do with me."

Jon Du Quesne's picture

Excellent!

Michael, excellent suggestions all!

I want to throw out one more. When you find a Linux distribution (or *BSD OS) that you like (such as Mepis (wink, wink)), pay some money for it. The wonderful thing about freely available, open-source operating systems is that you can "try before you buy". Play with them, get frustrated with them, learn from them. Once you have one (or more) that you think "fit the bill" send money to the company or organization.

You can also do like many of us do and contribute your time, expertise, and experiences. But it's nice to reward the passionate work that people like Warren do by givin' em some cash Smiling

Thanks again Michael for starting this thread Smiling

Jon

Never forget

that while praise and compliments are always welcome, governments, lenders, and grocers/butchers hold out for cash.

-----------------------------
Microsoft and Open Source can play well together. Just look at how well Orca and penguins play together.

i agree. Excellent article

i agree. Excellent article Michael. I encourage all newbies to stick with the frustration of learning a new operating syatem. I remember it was frustrating in my dos -early windoze day. It's still frustrating for me now at times as I'm still trying to figure out my sql so I can play with mythtv and a few small issues but linux gives me so many more opportunities than windows did. With Mepis, I can easily configure my desktop for kde, gnome, xfce or whatever else I want to play with (but I am getting worried about this buddy buddy thing with ubuntu - it was one of my many rejects in search of the perfect distro)
Linux is worth the effort to learn. Give yourself 3 months totally windoze free environment and you will love it.

sag47's picture

More Great Printers

rgnglzrd wrote:
Next up: Printing... If you don't already have an HP printer, get one. These are by far the best supported printers when used with Linux. HP has been a long standing corporate supporter of Linux and happily distributes information about it's printers to interested software developers. With the advent of the HP Toolbox, now available by default in MEPIS, HP printers and All-In-One's are a God send.

Brother printers, scanners, and faxes are now greatly supported. Download a driver at
http://solutions.brother.com/linux/
and use alien to convert the rpm into a MEPIS debian installer package. Here is a post on it:
http://www.mepis.org/node/10849

HOWTO use Alien to convert a package:
Open the Linux Konsole by clicking KStartMenu > Run Command > and type in "konsole" without the quotes
Next follow my commands:
user@2[~]$ su
Password:
root@2[user]# dir
Backups GvR mycheckbook plugin_stack.trace Wallpapers
Desktop Incomplete mycheckbook.backup public_html
Documents Mail News Shared
droidbattles Music Pictures uharc.png
root@2[user]# cd Desktop/
root@2[Desktop]# alien package.rpm
Using alien to convert package.rpm
...package.i386.deb created.
root@2[Desktop]#

A few points to be made:
su is for super user and you must use your root password. You can only use alien as root.

Remember that linux (like UNIX) is case sensitive so typing in desktop is incorrect and will come up as file not found if it's spelled Desktop.

Please help keep the free domain of my engineering design site open by visiting the following link. http://www.team9.tk/

EnigmaOne's picture

'down-case' 'em!

sag47 wrote:
Remember that linux (like UNIX) is case sensitive so typing in desktop is incorrect and will come up as file not found if it's spelled Desktop.

Which is, of course, why one of the first things one should do is to 'down-case' all directory names casually accessible in the /home/~/ directory.

Home of the Point-N-Click Help Files
http://www.catb.org/~esr/faqs/smart-questions.html

Remember...

Great point on the Brother printers!!! I ddin't know Brother had finally jumped on the Linux bandwagon. I'm glad they did because they make some really great all-in-one units.

EnigmaOne wrote:
Which is, of course, why one of the first things one should do is to 'down-case' all directory names casually accessible in the /home/~/ directory.

Keep in mind this thread is targeted for NEWBIES. Please explain the terms you use.

"Down-case" refers to changing all directories and filenames to lower case for easier access and less confusion. I've been guilty of NOT doing this one myself!!!

And as has been said before, if you really LOVE using MEPIS, send Warren some cash for his hard work OR buy a copy from TA Fusion. Either way, Warren deserves our support for creating a truly fine, easy to install and easy to use distro.

Michael
=====================================================
"Reality? Oh, yeah. That has nothing to do with me."

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.