10 Steps to Convert a Windows User to Linux

0 comments
TwitThis
by jonathan de prizio
Introduction

With Linux becoming more popular and easier to use, more and more people are adopting it as their primary operating system. But the transformation from Windows user to Linux user can be a tough road to take. Most new users become long-term users because they have friends that introduce Linux to them, and help them through the first few weeks of rough-patches. Here are ten steps to help you introduce Linux to a would-be convert.

1. Select your mark

Let’s face it – Linux isn’t for everyone. Your grandmas, your uber-gamers, your technophobes; all of these are bad candidates for Linux conversion. You want someone that’s interested in computing, and someone that is decently tech-literate. The ideal candidate is one that has heard of Linux, but for whatever reason believes it would be too complex for him or her to use. Another important quality in a mark is someone who’s willing to take some time and work through the initial phase of changing to a new operating system. If a candidate doesn’t have these qualities, it might be best to look somewhere else.

2. Introduce the mark to free software on Windows

Once you’ve selected your potential convert, introduce him or her to free software on the Windows platform. It’s likely that he or she is already using Firefox (if it’s an IE user, you might want to pick someone else to convert), but there’s a chance that he or she doesn’t realize that it’s free software. Drop a hint about how Firefox was written the same way Linux is written; by a community of developers, rather than by a giant corporation. Explain why you think this is better: more eyeballs equals fewer bugs, more features, and more developers. For a full list of free software that runs on Windows, check out this page.

3. Show off your Linux desktop

One of the reasons that people get the “gotta have it” syndrome over Linux is the eye-candy of the Compiz-enabled desktop. Sure, it’s superficial, and we all know that there’s more to Linux than just a rotating cube and windows that minimize in a ball of fire, but it’s a great way to quickly grab someone’s attention and get them asking questions. “What is that?” “How did you do that?” “How can I get that?” Your answers for all of these questions will be points towards Linux.

4. Give your mark a LiveCD

You don’t want your to-be-convert to rush into things and get frustrated. This is a quick and easy way for them to go running back to Windows. Instead, give them a LiveCD; it’s a great way for them to become familiar with the Linux desktop, the interface, and the features included in the installation. Think of it as a toy that they can play with in their spare time. Don’t push it on them, just say “if you want to check it out, you can boot off this CD without making any modifications to your hard drive.” It’s a great way for the mark to get their feet wet.

5. The initial install

Hopefully, your mark has been impressed with what he’s seen on the LiveCD, and is ready to take the initial plunge. Great for him! Encourage him that it’s really no big deal. Walk him through the installation, and explain that he can keep his Windows partition and duel-boot with Linux, picking whichever he prefers to use at the moment. This is a great way for people to slowly become accustomed a new operating system. It’s imperative that you be around to help out the new user. The most important thing about Linux is that it has great community support – by sticking around and being a helpful hand, you’re encouraging your mark to use community channels to find solutions to problems.

6. The first boot

Again, you must, must, must remain helpful even after the operating system is installed, but let the new-convert try to figure things out on her own. Let her find her way around the desktop, check out the included programs, browse the web, and do the things she wants to do with her computer. Your job now is to sit back and just remain available when she has questions. Show her how to add and remove software; recommend programs when she asks, “what program do I use to do [insert task here]?” But throughout all of this, let the new user do her own thing.

7. The first few days

If all goes well, the newly-converted user will be enjoying her first Linux experience. But of course, there will be problems. Remain available to help work her through the tough times and the initial shock of a completely new desktop experience, but don’t force your advice when you aren’t asked.

8. Week two

This is a good time to start explaining other ways of getting help with Linux. The idea here is to make the user self-sufficient in trouble-shooting and problem solving, but still try to be the most valuable resource you can possibly be.

9. The first month and beyond

If your convert is still using her new Linux desktop at this point, it’s probably safe to declare success! Congratulations! You’ve turned someone on to a free-software operating system. By this time, her desktop should probably be well-configured, and all the programs she needs should be installed and working properly. By this time, you’ll probably be starting to get more advanced questions than before; things like, “How do I customize function [x]?” or “What does it mean when the update manager does [something]?” If you’re lucky, you’ll know all the answers; otherwise, use these valuable resources to find out some solutions! It’s always important to learn more yourself, so that you can proceed to step 10:

10. Repeat step 1 through 9

If you’ve been lucky enough to successfully convert a Windows user to Linux, you should definitely try it again with someone else! Use what you’ve learned with your previous experience and adapt it to fit your style and your mark. If all goes well, you should have your own personal army of Linux converts in no time at all!

Linux 101: A Newcomer's Guide

0 comments
TwitThis

By Juergen Haas, About.com Guide
See More About:

* operating system
* linux distribution


This guides provides you with step-by-step information that you may use for the process of comparing operating systems, deciding if Linux is for you, choosing a Linux distribution, installing and configuring it, and getting software applications for your Linux environment.
Step 1. Operating Systems: Unix vs. Windows

First you need to understand what an operating systems is. We will provide a brief comparison between Unix and Windows, the two major families of operating systems. Linux is a member of the Unix family.

Step 2. Linux, the Ultimate Unix

Unix is not a single operating system. It has over a hundred flavors. Linux was developed based on the Unix tradition. But it is not just another Unix flavor. It has turned the evolution of Unix into a revolution. Learn more here.

Step 3. Choose a Linux Distribution

Having over a hundred to choose from, which Linux distribution is for you? Here are some comparisons and factors to consider.

Step 4. Red Hat Linux Installation and Configuration

Fasten your seatbelts; you are about to embark on your first (or another) hands-on Linux journey. Provided for your reference is this step-by-step guide for Red Hat Linux installation and configuration, with screen shots.

Step 5. Software Picks for Your New Linux OS

Now that you are running the Linux operating system, you need software for business and pleasure. Let's take a look at some of the software options for your Linux operating system, such as office and business applications, and graphic software.

Step 6. How To Find A Linux Expert

When you decide to use Linux in your organization, as desktop systems and/or in the server room, it may be a good time to start thinking about obtaining the services of a "Linux guru".

Linux / Unix Command: xhost Command Library

0 comments
TwitThis

"Networking" on Linux

In contrast to the typical use of traditional "personal" computers, in Linux/Unix environments, working "on the network" has always been the norm, which explains the powerful networking features of Unix and Linux operating systems. You can easily connect to other computers and run graphical user interfaces over the network. In this article we describe a simple method to do your work on any computer on the network without leaving your seat.

The key command is: xhost - the server access control program for X. The xhost program is used to add and delete host (computer) names or user names to the list of machines and users that are allowed to make connections to the X server. This provides a rudimentary form of privacy control and security.

Overview: Let's call the computer you are sitting at the "local host" and the computer you want to connect to the "remote host". You first use xhost to specify which computer(s) you want to give permission to connect to (the X-server of) the local host. Then you connect to the remote host using telnet. Next you set the DISPLAY variable on the remote host. You want to set this DISPLAY variable to the local host. Now when you start up a program on the remote host, its GUI will show up on the local host (not on the remote host).

Example of a Typical Use

Assume the IP address of the local host is 128.100.2.16 and the IP address of the remote host is 17.200.10.5. Depending on the network you are on, you may also be able to use the computer names (domain names) instead of the IP addresses.

Step 1. On the local host

Type the following at the command line:

% xhost + 17.200.10.5
< press return >

Step 2. Log on to the remote host

% telnet 17.200.10.5

Step 3. On the remote host (through the telnet connection)

Instruct the remote host to display windows on the local host by typing:

% setenv DISPLAY 128.100.2.16:0.0

at the command line. (Instead of setenv you may have to use export on certain shells.)

< press return >

Step 4. Now you can run software from the remote host.

E.g.: when you type % xterm on the remote host, you should see an xterm window on the local host.

Step 5. After You Finish

You should remove the remote host from your access control list as follows. On the local host type:

% xhost - 17.200.10.5
< press return >

Quick Reference - xhost

* xhost + hostname: Adds hostname to X server access control list.
* xhost - hostname: Removes hostname from X server access control list.
* xhost + : Turns off acccess control (all remote hosts will have access to X server)
* xhost - : Turns access control back on.

Important: Use the man command (% man) to see how a command is used on your particular computer.



source=http://linux.about.com

Linux: GUI vs. Command Line

0 comments
TwitThis
By Juergen Haas, About.com Guide
Filed In:


1. Linux

In the Linux Forum, there is an interesting debate going on about GUI (Graphical User Interface) and CLI (Command Line Interface), two modes for users to interact with the computer. Valid but opposing arguments were made by both sides:

-- GUI makes it easy for the user, therefore makes the OS user-friendly.
-- GUI interface means the OS is "dumbed down"

-- CLI gives the user more control and options.
-- CLI is stone-aged; it belongs to a "The History of Computers" museum.

-- Xwindows is progress compared to the CLI.
-- Xwindows presents a really big security risk...load it and you are asking to be hacked.

-- Using GUI is faster. Picking and choosing icons sure beats trying to remember and typing command lines.
-- Using CLI is faster. A keyboard is pretty much all you need here, much faster than all that clicking, scrolling, clicking some more, scrolling some more, and more typing, then clicking.

-- GUI consumes too much CPU and memory.
-- With newer and more powerful computers, that is not a problem. And its benefits are well worth it.

My feeling is that people's strong preference for one interface and stern rejection to the other are sometimes more psychological than technical. There are those who are afraid that without the comfort of the colorful clipart they have grown accustomed to seeing on their screen, the blank screen will take them right back to the dark ages, when computers were handled only by a few tech wiz'. At the other end of spectrum, there are those with what's known as the "superiority complex" over GUI. For these people, GUI is totally beneath their über-geek status and mastering CLI is matter of wiz-kids honor.

The truth, as usual, lies somewhere in the middle. CLI and GUI are essentially complementary modes of interacting with the computer. CLI is generally easier if you can remember the commands and the options, which is the case if you use them a lot. If you don't use certain functions a lot, a nice GUI can help you find them quickly. Of course whenever you have to repeat a command many times you should automate the process by writing a script, but in theory you could link that script to a button or menu item in a GUI. It doesn't have to stay at the command line.

So, in the user-friendly vs. control and options debates, both sites have a point. But there is a third point: GUI and CLI can be used together to achieve great things that either one alone can't. This is particularly true with Linux where the user is given the flexibility of switching back and forth between GUI and Command Line easily. One example is that Linux CLI and GUI can give the user the ability to work on any computer on the network as if you were sitting at that computer. On Unix/Linux (running X-Windows) all you need to do is use the xhost command to specify which computers you want to allow access, and the DISPLAY environment variable to specify on which computer you want to start the GUI of the program you want to run.



source= http://linux.about.com/cs/softofficeutility/a/gui_cli.htm

Warrior Orochi Available Now on PSP And PC

0 comments
TwitThis

KOEI's latest title, Warriors Orochi, is now available to be purchased from the game stores (the PSP version) or via digital download only (the Windows version). If you liked KOEI's titles - Dynasty Warriors or/and Samurai Warriors, than there are some really big chances
that you will love this game, too, since it is a crossover of them - and it looks absolutely impressive. Not to mention that it's always nice to see hundreds of enemies invading your screens.

The two versions of the game have a few differences, but nothing to completely change the overall game experience. The PSP version finally brings the massive battlefields to the portable consoles - unlike the previous ones that had them divided into smaller cells - and includes a hefty 79 characters and two-player wireless co-op mode.

The PC version of Warriors Orochi features some enhanced graphics and much more enemies (it even comes with a customizable character count). Since the game is only available via direct download for the PCs, you wouldn't like to get a game that doesn't work on your system, would you? To be sure that you will be fully satisfied with the gaming experience, KOEI has created a Warriors Orochi System Checker that can be downloaded for free to analyze your PC and tell you if it meets the system requirements. Easy as pie.

In Warriors Orochi, the characters from both the Dinasty Warriors and Samurai Warriors franchises must team-up to wage war against a new and powerful force. The game also boasts an impressive rooster of 79 playable characters and four action-packed storylines feature some amazing team-ups and KOEI promises some long-awaited confrontations between characters from both series. I'd say it could be considered, in a way, some kind of Super Sm... oh, never mind, I wouldn't like to be considered a Mario Hater or something like this. Heh.



source

Learn more about Website Hosting

0 comments
TwitThis

Trying to identify a web hosting can be a very daunting task especially when there are so many available nowadays and all of them promise one thing or another because looking for and buying a reliable web hosting solution is an imperative decision. inding the best hosting service for your website can be complicated. The best way to select a quality web hosting is to take the selection process one step at a time.

If you are currently engaged in any facet of ecommerce, even service sectors, a website makes up a great deal of your business. Therefore, it is a safe assumption that you pay for hosting your website in some fashion. If you do not already have a dedicated server, perhaps you should revisit the decision for the best hosting options for your business.

Green hosting was scarce a few years ago, however, recently this type of web hosting has come into the limelight. There are a handful of companies who started off 100% green while others have gradually converted. Even some of the most widely known providers have made the switch to offer a more eco-friendly web hosting product. Many begin in the office by recycling waste paper and utilizing bio-fuel for heating purposes. This leads to the data centers where servers thrive off alternative sources such as wind, solar and geothermal energy. Some have went out and purchased RECs (Renewable Energy Credits), a certification which assures the company is using alternatives forms of power.

There are some who question the performance and overall reliability you receive with a green hosting platform. In actuality, renewable energy is proven to be just as reliable and effective as conventional electricity. Green hosts are successfully running their businesses just as everyone else is. Like the traditional provider is equipped with electrical backup sources, these companies are prepared to produce renewable energy to keep the operation flourishing.

In today's competitive world reliable web hosting is very critical especially for the success of online businesses. You need to seek a web hosting company that can provide you with these critical components and much more.



Source>
 
Powered By Blogger
Powered By Blogger
Powered By Blogger

Twitter Blog Templates © Copyright by . | Template by BloggerTemplates | Blog Trick at Blog-HowToTricks