As a business owner, you should have your website so that you can get customers through internet and earn revenues. When you are all set to publish your website, you should look for a suitable hosting provider who can provide accessible services at reasonable prices. There are several types of web hosting service providers, so you need to be bit careful. Before you buy services of some web hosting service provider ask which operating system they use for hosting. In today's world where every now and then there is a new technology being introduced it is important to have the best service provider to meet the future requirements. It is better to choose Linux hosting or Linux reseller hosting on web servers as operating system like Microsoft Windows does not support many latest software and programs.
Most of the people know about Microsoft Windows as it's mainly used at home, work or at school. It's very simple to use Windows for beginners and as you don't need any knowledge of the various commands. You can just open the required file or folder or application by just locating the cursor on it and then clicking it with mouse. Linux is a system with an open-source code which means that it's free and source codes are appropriately documented and simply extended.
Origin
In Bemba, Kubuntu actually means "towards humanity", while in Kirundi (language spoken in Burundi) it means beer. Therefore, there's a small dispute amongst the folks regarding its actual meaning. In few other languages, it also has few more meanings, but the above-mentioned two are the most recognized ones.
Kubuntu versus Ubuntu 9.10
The title of this post can be rather misleading for Linux geeks as Kubuntu runs on Ubuntu and there's no way to make such a comparison. However, this article is targeted to create a better understanding amongst the amateurs.
The first is to realize that there is a version of spider solitaire as well as about fifty other card based games that come on Ubuntu systems. The reason most can't find it is because it seems to be hidden. So it is actually there if you know where to look for it! Here is where to go find it:
Go to Applications then Games and select the program AisleRiot Solitaire. At first this looks like a normal version of Solitaire but it does have the spider version inside. Click on Game then Select Game to bring up a list of card games. One of these will be the spider version that many have grown to love. Problem solved for most of us.
Ubuntu is already one of the best Linux operating systems for windows users to start to convert to Linux. To be clear this netbook remix is designed to be supplied to computer manufacturers to install on their new Linux sub-notebooks. It is not a new operating system. It is called a netbook remix, to make the best use of the smaller netbook screen and also to introduce new users to the differences between Windows and Linux. The Ubuntu operating system has the reputation that when you use it, "Programs just work."
What will the average computer user see that is different?
They will notice different programs. Firefox is the main web browser. Firefox 3 has already been seen as being far faster and more secure than Internet Explorer. OpenOffice is the standard office package but it does not include a mail server. The mail server on Ubuntu is Evolution. More familiar may be the Skype program that allows text messages as well as telephone calls over the Internet to PC's as well as home telephones. There is a new Internet Messenger called Pigeon. Image editing is carried out using Gimp and Photos are managed using F-spot. Instead of having to hunt for all of these in Ubuntu netbook remix, they are presented on the initial screen when you log on.
When you go to shut the computer down or log off there is a button on the screen towards the bottom right of the screen. You will find this is different to the standard Ubuntu log-off that is in the top right next to the date and time. This may put off some people who already Ubuntu on their ordinary machine.
Various pieces of information can be seen across the top of the page including the date and time, the status of any network connection and if Skype is connected. It is different and it will take a little while to work around the options on the screen before you know what everything means.
All in all this should be welcome to introduce new users to the world of Ubuntu Linux.
One reason that Linux surpasses Windows for virus resistance is that Linux is open source. When an attack occurs hundreds or perhaps thousands of techies start working on solutions and post them to the Internet. You won't have to wait for an anti-virus company to come up with something.
What other factors make Linux systems more virus resistant? For a virus to take effect it must be part of a running program. Simply opening an attachment in the Microsoft Windows environment does the trick. The last time (pun intended) I opened an electronic greeting card on my Windows computer I was rewarded with a nasty virus. It took quite some time to remove it even with the aid of technical support. Linux systems won't launch the virus unless the user reads the email, saves the attachment, modifies the appropriate permission assigning execution permission to the attachment, and then explicitly executes the attachment. Unless all these steps happen the virus remains in quarantine. While an educated Linux user could carry out all these steps unleashing the virus this unhappy state of events doesn't occur often in properly organized systems.
Another limits virus impact in the Linux world. Ordinary Linux users don't have permission to do a lot. Even if they unleashed a virus it usually wouldn't go very far. Getting beyond the individual computer requires administrative power - the kind held by Root Users in Linux and Administrators in Windows. Regular users of Linux are usually not accorded root permission. In contrast, a newly installed Windowssystem automatically creates the first user as an Administrator. In our mind this is asking for trouble.
Just think - a regular Windows user has permission to install files that can run amok and destroy lots of good things. It seems that in Windows the operating system, the applications, and the data are inextricably intertwined. As if they were asking for trouble.
I have read that bananas are in danger. It looks like biodiversity is a thing of the past in banana-land or at least in the commercial banana world. So there is some chance that one powerful banana virus will make banana splits a thing of the past. The very diversity of Linux systems offers some protection. And it's a LAMP onto the world as discussed in the next two articles.
The Linux to PS3 Installer - Forget About The CD's
Turn your PS3 into a multifunctional computer by installing Linux safely.
- Run the emulator and install the Windows operating system and more
- Play 50% more file formats
- Never have an un-playable file again!
- Use advanced movie players to play your downloaded movies
- Receive lifetime upgrades for free with the best features possible
- Play PC games and run PC applications with no hassle
- Install Yellow Dog Linux and Ubuntu Linux!
- Installing on a Netbook
- Using the Launcher
- Window Listing
- Maximized Windows
- Switching Back to the Regular Ubuntu Desktop
- Applications to Make Your Netbook Better
- Other Changes from the Desktop Edition
- Summary
The Netbook Edition is now officially supported, so it can be downloaded from the same location as the other editions of Ubuntu at http://releases.ubuntu.com. After you have downloaded the ISO, you need to copy it to a USB flash drive. The Create Startup Disk utility in System > Administration is designed to copy an Ubuntu ISO to a USB key.
Prior versions of the Netbook Edition were called the Netbook Remix and were distributed as .img files rather than .iso files as they are now.
This process will delete anything on the USB flash drive, so make certain you copy any files you need to keep to a safe location before starting this process.
Dell Inspiron 1545 Battery
Finally, at the bottom is a slider for persistent storage on the USB key. Unless you need the space on the USB key for something else, simply choose the maximum amount by sliding the slider all the way to the right.
It was at that moment I decided to make a go of it with Linux as my sole operating system. After nearly 2 years of tweaking, making mistakes, fixing those mistakes, and then making even more mistakes, I finally feel qualified to give you advice.
In light of this experience, I now present "11 Crucial Things An Ubuntu Newbie Should Know".
Commands
1. ps -A: One of the reasons I hated Windows so much was the task manager. When a program would hang, you'd have to open task manager, tell it to kill the program, and wait 5 minutes for the system to kill the application, All the while, it would bog down the processor, hog memory, and be an overall nuisance. 50% of the time, you would have to restart the computer to get the process to clear.
Not so in Ubuntu/Linux. All you have to kill a program is open the terminal, and type "ps -A". This will pull up a list of all the processes currently running, with the name of the program, along with a 4-5 digit number next to it. Then, type "kill -9 PN" (PN should be substituted with the actual Process Number), and hit enter. This will kill the app, no questions asked. It will not ask you any questions, or give you any excuses. That program is now dead, until the time you decide to resurrect it. This will not work with things like Apache, or other process daemons. If you're not sure, just try to kill it. If it doesn't die, then it is probably a daemon. You will have to find the actual documentation to stop the daemon.
Bonus tip: In Ubuntu (Gutsy and later), the command to stop Apache is: sudo /etc/init.d/apache2 stop To restart: sudo /etc/init.d/apache2 start
2. gksudo nautilus: Nautilus is the GUI-based file browser for Gnome, which is the default window manager for Ubuntu. If you are not used to the command line, this command will save you hours when it comes to file operations. Well, it will only save you hours for things that have to be done as root. Things like special system configuration, and other things where you need upgraded privileges will be much faster when you use this command.
Just open the terminal, type "gksudo nautilus", enter your password, and magically you can do anything you want. For faster access, right click the Desktop, select "create launcher", enter "gksudo nautilus" as the command. You can now click the shortcut on your Desktop , rather than opening the terminal and entering a command each time you need access to Nautilus.
3. dmesg: If you have managed to really mess something up, or are having trouble getting things to work, you may need someone with greater experience to take a look. Typing "dmesg" in your terminal window will call up all the messages from your system kernel. Copy and paste this into a text document, attach it to an email, and let a true expert get a look at what is going on with your hardware.
Upgrades:
4. Ubuntu's package manager, Synaptic, is a GUI front-end for Aptitude. What you don't know is that Synaptic is set to run in what could be called "safe-mode". It will not go get the latest and greatest versions of the software you are running. It will get the last (often 6 months older) version of the software you want to run. You can upgrades faster by enabling optional software repositories.
To do this, open Synaptic (System > Administration > Synaptic Package Manager), then select Settings > Repositories. Once you are in the repositories window, select the "Updates" tab. The Ubuntu "security" and "recommended updates" repository have already been selected. To get the newer stuff, you need to check "backports" and "proposed" software. Apply, and reload. This should get most of your software up to date, along with the kernel.
5. The kernel: While having the latest and greatest stable kernel can improve system performance, it can also break little fixes you have made along the way. An example: I had gone through the painstaking process of editing some configuration files to get my webcam to work. The last kernel update overwrote the changes I had made, and in the process, disabled my webcam. This can get irritating, but eventually a kernel release might fix an issue on its own, so I guess it is an ok, if not completely lossless tradeoff.
6. Upgrading to the newest version of Ubuntu: Don't do it right away. Always give a new version at least two months in regular use before you decide to upgrade. I have tried to upgrade for 3 releases now, in the first two weeks of availability for the upgrade. Each time, there has been a major failure, mostly in the area of graphics and sound. If your release is stable, there is no reason to upgrade right away, other than a few minor changes in speed and stability. You forfeit these if you upgrade on the first day of a new release. You have been warned.
Got Help?:
7. You can Google it: If you haven't googled it, do not trounce into a forum and ask the question. People are nice, but they really can't stand laziness. If you have searched, and can't find it, it may be a more advanced question that really needs more expert analysis.
Here's the search formula that reaps the best rewards for me: [manufacturer] [model] [problem] [ubuntu distribution]...(e.g. sony vaio webcam installation hardy). You can vary this formula a little bit, as sometimes it takes a few searches to get the hang of it. The one thing that you should not change is having your version of the distribution in the search. The reason is that fixes, and places where applications install can be different depending on the version you are using. This will ensure that you receive the best solution possible.
8. The Forums: Most of the time, Googling the problem will send you to the Ubuntu forums. Get a user name, log in, and be respectful. Be sure you try everything they tell you to before griping that it won't work. The help and advice is free, and usually very helpful in nature.
9. Launchpad: This is a bug reporting service that Ubuntu users use to get bugs and various other problems fixed. You can reach the project at https://launchpad.net/ubuntu . Once you get there, click on report a bug, and follow the instructions. Be sure the problem has not been reported already, as they will ask. Provide as much information about the incident as possible. They will keep you posted on the progress as far as the problem being resolved, and assign a priority rating based on the severity of the problem. I've had to use it 2 or 3 times. Even the minor problems have been resolved in 2-3 weeks.
10. Don't Be Afraid To Break It
This is the most important rule. This ain't your Granny's china. Stuff will break, you will be the one to break it. You will also be the one fixing it, along with your friend Google. Be patient, be persistent, and walk away for a bit if the solution just won't come. Vindication will come, and when the fix is done properly, or you changed a variable that caused performance to increase, there will a mountaintop rush. Chances are, your significant other won't care, but that won't matter. Feel free to prance around in your boxers, and act like you just won the Nobel Prize.
11. Everything in Windows can be replaced with Open Source software: Really, it can. It takes a little time to find it, but when you do, a whole new world will open up. You'll start to see how things work better than you expected. Things will play that would not on Windows, you'll be able to open every attachment you ever wanted to. Productivity will increase, thereby giving you more time to make your system work faster, and work on your own open source program.
I can't include everything I've learned over the past two years here. There are some other articles that I have written on software packages, and the pros and cons of each. Just google my name and iSnare to get a full list of what I have written on the subject. In conclusion, have fun with Ubuntu, share your knowledge with others, and fear God. Seriously.
The price for any Ubuntu distribution will always be free. This has been made possible by the thousands of people who give up their free time to develop this operating system. You may ask yourself even though the operating system is made by a big public community it doesn't mean to say that the software that it has been distributed with the OS, has also been made by public communities of their own. An answer to this will be that yes they have, all the software Ubuntu uses like itself have all been developed from developers within a community giving up their free time. All software within Ubuntu contains an open source licence this allows the software to be redistributed, and for the source code that it is programmed from to be changed. This is how the Ubuntu community selects its software that is going to be released in the upcoming version of the Ubuntu operating system.
This is one of the biggest worries for Windows users as most viruses can be deadly and apocalyptic to your computer system if not quarantined or removed. The reason why Ubuntu users do not need to worry about viruses is that most creators of viruses see no point in writing viruses for Linux rather that Windows, because Linux is only the third most popular operating system behind Mac and Windows. By joining the millions of users today who are using Ubuntu you are doing good deeds for your computer, this is because you are preventing it from being damaged by spyware and other viruses.
Ubuntu is the right choice for you as many of the software that you use that have Mac and Windows releases will most likely have a Ubuntu release, this may also be known as a Linux Release. The other advantage of Ubuntu is its very quick and handy software centre allows the quick and easy download of thousands of applications that are all free. There are many different packages categorised into different groups such as games, Developer tools, Office software, internet and many more.
Windows software can be made compatible by installing software such as VMware or Virtual Box and creating virtual Windows machines and putting all your windows only programs on without harming your Ubuntu Operating System. But if you're using a net book or small hard drive it would be ideal for you to install a software package called wine this would be the ideal less storage space equivalent to Virtual box this allows exe and msi files to run on ubuntu. But if you are using a desktop computer I would suggest using Virtual Box as it would be much more efficient.
Ubuntu has two types of support for the user these are the community support and the professional support. This professional support is only aimed at users who request this and other businesses who are interested in incorporating Ubuntu into their businesses. These services are provided Canonical Ltd, Owned by Mark Shuttleworth the leading developer of Ubuntu. The difference with Ubuntu and Windows is that in Ubuntu because the operating system has been developed by the community, if you have a problem you can very quickly and easily talk to the person who developed that part of the system via IM Chat and ask them if they can think of a solution. I don't see normal people who use windows often ending up talking to Bill Gates about their problems.
Here, the article compares some of the features of Windows 7 and Ubuntu 9.10:
Installation and upgrades
Users can easily upgrade their PCs with the new version of Ubuntu and it can also installed on your vintage PCs. Further, like Windows 7 and Mac OS X, Ubuntu 9.10 automatically keeps users’ operating system up-to-date. While, Windows 7 will update only the Microsoft software and the OS, Ubuntu updates itself with any other software installed on users’ system.
Multimedia
Due to their own terms and conditions, Ubuntu does not ship with the ability to play commercial DVDs. However, you can download the commercial DVD support via Ubuntu Restricted Extras in the Software Centre. It has Rhythmbox player for music and the Movie Player for video.
Software and applications
According to developers, Ubuntu is like Apple’s iPhone and supports vast softwares and applications. Users can have instant access to thousands of free and open-source applications. It comes with free OpenOffice.org 3.1 installed by default as its office productivity suite through which you can create professional documents, spreadsheets and presentations. The suite is compatible with all office apps including MS Office.
Windows 7 users have to buy Microsoft Office, or they can download OpenOffice and GIMP. While Windows users will have Outlook for their email, Ubuntu comes with Evolution, its emailing and calendaring software.
Windows 7 comes with Internet Explorer 8 and MSN Windows Live messenger, Ubuntu 9.10 ships with Firefox 3.5 and Empathy multiple protocol IM client.
Cloud Service
Microsoft also provides a cloud storage application called Live Mesh that offers 25GB of storage for free, but the service is not integrated with the OS as in Ubuntu.
Speed and hardware
In terms of speed, the latest OS of Microsoft is definitely lighter on hardware than its predecessor, Vista and it will run well on older hardware. However, Ubuntu 9.10 also works well on a wide range of hardware.
Security
- Word Processing
- Solitaire
- Very light Internet browsing
- Why can't I get email from my daughter?
- My printer stopped printing, do I need a new one?
Since she was using Hotmail, I could almost guarantee that she had blocked her daughter's email address (Microsoft places the spam / junk mail button dangerously close to the delete button). Sure enough, a trip to the blocked senders settings revealed what I suspected. Her daughter's email address and a dear friend were blocked. I rectified that in a few clicks.
Next, her printer problem turned out to be a paper jam. After clearing it, the computer was happily printing again. I left her home in under 15 minutes after correcting the problems that had nothing to do with Ubuntu, and she was beaming like a kid in a candy shop.
MORAL OF THE STORY
Properly setup and customized for an individual's computing needs, Ubuntu Linux can be used successfully and easily by anyone of any age and computing ability. AND, the problems associated with computing under the Windows environment disappear.
My only regret is that I did not start looking into and learning about Linux prior to 2006.
My first impression of Ubuntu is that I like it, a lot. It seems very stable seems to be very user-friendly and easy-to-use.
The installation process for software and applications is slightly different from Windows, but not very difficult. I downloaded and easily installed Skype for Linux and made a few International phone calls. It worked just fine.
Ubuntu has a several advantages over Windows. One of the major advantages of Ubuntu is that it is almost immune from viruses. Ubuntu is free of charge. Ubuntu seems to take up far less room on the hard drive and because it is almost immune from viruses it does not require an antivirus program gobbling up resources. My PC now seems to run four times faster with Ubuntu than it did with Microsoft XP but admittedly when I installed Ubuntu it got rid of a lot of junk: old unused software, probably a few orphaned files and a lot of old e-mails.
Most popular Windows program seem to have an Ubuntu/Linux version or counterpart. Windows programs will not run on Ubuntu unless you install a program called wine to run them. I haven't had the need to do this as of yet.
I have another Desktop PC running Vista. I bought a switch which allows me to use two computers with just one mouse, one keyboard and one monitor. This has worked out very well for me because now I don't have Ubuntu instead of but as well as Microsoft Windows.
If you have just upgraded and have an old PC or laptop lying around then I strongly recommend before you get rid of your old machine that you install Ubuntu and give it a try. I think you will be very pleased and very impressed. I know I was.