A built a server with White Box Linux for an app at work.
It was a lot simpler than when I messed with Red Hat a couple of years ago.
I’m considering a Linux client with an old PC.
What’s a good browser?
How about Firefox? That is what I am using now, most people seem to love it, and there are Linux versions.
What about firefox? It shows a linux version. Just scroll down to English.
Use Firefox, like most of the rest of the IE-Free World.
Opera has made Linux versions of its browsers for years as well, and I used them before I switched to Mozilla. But Opera’s marketshare (and, therefore, web designer mindshare) has fallen, especially after the Firefox Revolution. That means fewer websites are really built with Opera in mind, which can have an effect on how good it looks.
If you want something extremely simple that can still do graphics and tables, try links. But that’s not what most people want or need. If your machine is really low-end, however, you might not have the ability to run Firefox, in which case links is your only real option for graphical browsing.
Really, get Firefox.
Ah, you might want to try “Firefox.”
Anybody mention Firefox yet?
Personally though, I prefer Mozilla, the older browser that comes with their suite. I only use the browser, though.
-
-
- I use Mozilla for the small amount of time I use a Linux PC (when my main PC is defragging/cirus-scanning) but there are two things I hate about it–one is that the browser freezes and the page stays blank until the page has entirely loaded. The other is that I haven’t found how to get the mouse scrollwheel to move the damn scrollbar up and down, like it does by default in Windows. I have updated through a couple versions of Mozilla so I don’t think that’s the problem. Is there any way to get the mousewheel to scroll correctly?
~
- I use Mozilla for the small amount of time I use a Linux PC (when my main PC is defragging/cirus-scanning) but there are two things I hate about it–one is that the browser freezes and the page stays blank until the page has entirely loaded. The other is that I haven’t found how to get the mouse scrollwheel to move the damn scrollbar up and down, like it does by default in Windows. I have updated through a couple versions of Mozilla so I don’t think that’s the problem. Is there any way to get the mousewheel to scroll correctly?
-
Well, I can tell you I had neither of these problems with Mozilla on either Mandrake or Red Hat. At least with the mouse issue, it sounds like a system setting might be incorrect. Dunno about the browser freeze thing, I’ve used broadband so long I guess it may be happening to me as well but I’m not noticing it because the pages load so quickly.
As others have said, Firefox is the best choice for a graphic environment.
If you ever have a need to browse the web through a text interface, you can use Lynx. It’s probably already installed on your system, and you can use it from scripts to automatically download pages from the web, should you need that capability.
White Box comes with Mozilla and found the sound card.
That, like the man said, is the easy part. Downloaded Firefox and not a .ZIP or an .EXE in sight.
What’s a good Linux for Newbies site?
Thanks
CP
Download the file that is named firefox-1.0.installer.tar.gz. When it’s downloaded into a directory (probably you want this in your home directory) unzip it by typing ‘tar zxf firefox-1.0.installer.tar.gz’ into a command line prompt (launch xterm), type ‘cd firefox-installer’ to get into the new directory, and type ‘./firefox-installer’ to begin the process.
After the install is over, create an icon on your desktop (try right-clicking on the background) that will launch a program called ‘your home directory/firefox-installer/firefox’.
There’s probably a more graphical way to do all this, but that’s how I like to do these things.
I like to use wget to do that, although I’ll admit the rather complex command line options that program has are probably too much for the user new to the command line. To make a gross and largely unsupportable generalization, wget is to lynx as sed is to ed.
On the plus side, a single wget invocation can sometimes replace a much more complicated script, if the script is mainly focused on crawing a directory or inserting delays between fetches.
It might be worthwhile for someone to design a graphical frontend to wget. I’m thinking Tcl/Tk or Perl/Tk.
Your problem lies not with your Mozilla configuration but your XFree86 configuration. I’d rather not try to explain it as I may leave something out, so search for documentation on the ZAxisMapping option.
Mozilla is my browser of choice. I’ve tried Firefox and others but Mozilla is the only one that lets me configure what moving the scrollwheel holding meta keys does. (For instance, I like for holding alt while scrolling to go through the browsing history. Most browsers set this combination to adjust the font size though, and Mozilla is the only browser I’ve found that can change this.) Yeah, it’s a small subtlety, but one that can be very annoying when you’re used to one way and are forced to use another. Of course at the CLI, I use Lynx. I run FreeBSD by the way, not Linux, but it has mostly the same software.
-
-
- I don’t know which problem you are talking about. The mouse scroll wheel not working is really the larger problem. I have tried setting different mouse types but that doesn’t matter–and pressing the mouse scrollwheel works (sends a 3rd-button signal or whatever) but scrolling does nothing, the scrollwheel doesn’t work in any program. And the mouse is brand-new and works perfectly in Windows.
~
- I don’t know which problem you are talking about. The mouse scroll wheel not working is really the larger problem. I have tried setting different mouse types but that doesn’t matter–and pressing the mouse scrollwheel works (sends a 3rd-button signal or whatever) but scrolling does nothing, the scrollwheel doesn’t work in any program. And the mouse is brand-new and works perfectly in Windows.
-
-
-
- Well nevermind, I tried using the mouse directly in the USB port, and now it works right, even the scollwheel. But the speakers I was using need a USB port for power, there are only two USB ports on the machine and the keyboard was already a USB. So now I got no sound. Oh well…
~
- Well nevermind, I tried using the mouse directly in the USB port, and now it works right, even the scollwheel. But the speakers I was using need a USB port for power, there are only two USB ports on the machine and the keyboard was already a USB. So now I got no sound. Oh well…
-
In most versions of linux, look at the file " etc/X11/XF86Config"
for the scroll to work correctly, you should have something like:
Section “InputDevice”
Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
somewhere for the scroll to work.
it’s possible you aren’t using the IMPS/2 protocol or the ZAxisMApping
I use Konqueror.
They’re saying that it’s Linux, not Mozilla, that’s troubling you. It’s working in Windows because Windows still has better automatic handling for such things; your mouse driver in Linux just ain’t configured right. Unless you get mousewheel action in other Linux programs and not in Mozilla, you should look around for info on configuring wheelmice - start with http://www.linuxdoc.org/ which has info on a lot of stuff.
Last time I installed Linux (it was a distribution of Mandrake IIRC) it configured the mouse automatically and worked perfectly. But your milage always varies from distro to distro.
Actually they’re saying it’s XFree86, not Linux or Mozilla, that’s troubling him. But don’t worry. XFree86 troubles everybody.
If you don’t feel like installing more USB ports, they do make USB to PS2 adapters that you can try for either your mouse or keyboard. Most USB mice and keyboards come with the adapters included these days.