Matata said:
Ok, I tryed SuSe and I must say it´s REALLY COOL!!! It´s pretty fast (much more than XP to me) and it looks really great. Now here are my questions:
1)Since I have to make a partition in the HD to install SuSE, is there any way to create a partition without having to format the HD (because my father doesn´t like changes in the PC) because I want to leave XP installed.
2)Is the boot menu created automatically by SuSE when you install it?
3)Can you recommend me a good anti-virus for Linux?
4)What´s WineHQ?
5)Is openoffice already installed when you install SuSE?
6)What´s an FTP install?
7)How can I learn how to compile things (because I read that you have to compile by yourself most of the things you want to install in Linux).
Thanks.
Here are some answers:
1. The latest version 9.0 should automatically partition windows and linux so they can run side by side.
2. I believe so
3. Can't really answer you on this... but there are no viruses for linux, they are all programmed to run on windows computers, and do not harm linux.
4. WineHQ is an organization that makes the WINE software. WINE stands for Wine Is Not an Emulator. It's a program that can run some windows software.
5. With my version (8.1) an icon for openoffice.org was up, but when I clicked on it, it went through the installation. So it installs the installation program.
6. This install is a install that loads directly from the internet. You download a installer program which then downloads all the software and installs it. Personally I would recommend buying the profesional edition from amazon.com for $60... it comes with TONS and TONS of software... and if you want to compile programs, then it's sort of a must, because although you can search around through the internet looking for the libraries needed to compile programs, it's much easier to have them all on a disk.
7. Well.. I suppose I could help you here. (I complile ALL of my programs now, since the precompiled programs don't run on my version any more). The first thing is to have all the development libraries installed. If you look at the requirements of the programs and for example, it says it needs GTK, then you'll need the GTK_devel package installed, or if it says SDL then you need SDL_devel package installed, etc. The compiling itself is VERY simple. This is the way I do it. I run Konqueror, the default file manager, extract the source package, then go into the source directory that was extracted. In the directory there will be two files that must be noted, a file called CONFIGURE (this one is not ALWAYS in here though) and one called MAKEFILE. On konqueror I there is a setting in the tool-bar to turn on the TERMINAL EMULATOR. This opens a little command prompt in which you can type in commands for the directory you are in. First you type ./configure (if the file CONFIGURE is in the directory, if not just do the second command), then type MAKE. this will build the executables. You can then install the executables in the program directory or run them from where they are. If you wish to install them in the program directory (usr/local/) then you must have super-user file permisions (a user account cannot affect system directories). Type in SU in the terminal emulator, and then type in the ROOT password you set during the installation. Then type MAKE INSTALL. NOW YOU'RE done. That may seem difficult.. but it's not. Here's a shortened version.
1. extract source package, go into extracted directory
2. on the menu-bar click on WINDOW--->OPEN TERMINAL EMULATOR.
3. In terminal type in ./configure
4. Then type in MAKE.
5. then, su , and then enter your password.
6. then type MAKE INSTALL.
--------------------------------------------
If it didn't then go to
www.justlinux.com, I HIGHLY recommend that you become a member at this forum. It has over 57,000 members , many of which are linux experts. THEY CAN ANSWER ALL OF YOUR LINUX QUESTIONS. It's an excellent support forum... and of course there are many SuSE 9.0 users there that can help you with more SuSE specific stuff.
You're welcome if this helped you at all!