>The installation process may take a while (several hours.. or less) It depends on what you're talking about. With relatively fast internet (I have 20Mb/s), I can have a functional box up with my favorite DE in just an hour or so. It's true that I configure things here and there for the next couple days as I need them, and each configuration is simple and only takes a second or two, but several hours seems a lot long…
ArchLinux, Not Just For The Elite
11–20 of 59 posts
Re: ArchLinux, Not Just For The Elite
#12It's pretty stupid, but the only problem I have with using something like Arch on my desktop is I can never seem to get the fonts to look nice (ie. like they do in OS X or Ubuntu) when I've installed/configured Xorg myself.
Have you tried this? https://wiki.archlinux.org/index.php/Font_Configuration Fonts needs some setups indeed before to get something good.
Personally speaking, since I am so xterm oriented, the best thing I did was install the bitmap font Tamsyn, which I just adore. Easy to read and use. It is available from AUR, but I just download it to a directory in my home folder and use xset to add it to my fontpath.
(And Arch's wiki has an incredible wealth of information. It is one of my favorite online resources, along with OpenBSD's FAQ.)
Re: ArchLinux, Not Just For The Elite
#13Re: ArchLinux, Not Just For The Elite
#14"Arch Linux is a very fun and stable distribution that successfully blends the bleeding edge, stability and hackability of Linux" let's define 'stable' http://www.tuxtips.org/?cat=3
Re: ArchLinux, Not Just For The Elite
#15>The installation process may take a while (several hours.. or less) It depends on what you're talking about. With relatively fast internet (I have 20Mb/s), I can have a functional box up with my favorite DE in just an hour or so. It's true that I configure things here and there for the next couple days as I need them, and each configuration is simple and only takes a second or two, but several hours seems a lot long…
The biggest gotcha for me as a newcomer was trying to install on a laptop, having no ethernet access handy, and not knowing that I'd need to install wireless_tools when running through the initial setup in order to get online.
The amount of time it takes varies greatly according to what you consider to be complete. I never stop tweaking my system, and there are always some points of dissatisfaction with it. But Arch is a great distro. It's very well-documented, and is pretty much delightful to configure.
Re: ArchLinux, Not Just For The Elite
#16"Arch Linux is a very fun and stable distribution that successfully blends the bleeding edge, stability and hackability of Linux" let's define 'stable' http://www.tuxtips.org/?cat=3
I would say it has a bit of both kinds.
If you are looking for a pain-free linux system, Arch Linux isn't it. You will run into little things like this, living one step behind the bleeding edge (basically someone compiles your software for you, does a sanity check, then you get it ASAP). Don't get me wrong, I love it, and will continue to use it as long as it has the most flexible and clean system, because I appreciate their dedication to simplicity of implementation.
Re: ArchLinux, Not Just For The Elite
#17 pacman -Ss gnome # searches for gnome
pacman -S gnome # installs gnomeRe: ArchLinux, Not Just For The Elite
#18>The installation process may take a while (several hours.. or less) It depends on what you're talking about. With relatively fast internet (I have 20Mb/s), I can have a functional box up with my favorite DE in just an hour or so. It's true that I configure things here and there for the next couple days as I need them, and each configuration is simple and only takes a second or two, but several hours seems a lot long…
Two things helped me a lot with my Archlinux installation: 1) I previously tried in a virtual machine 2) I had a second machine next to mine to look up stuff in the wiki and follow the installation guide.
Re: ArchLinux, Not Just For The Elite
#19I like arch, except for the stupid command line arguments to pacman. I wish they had just kept it more standard. There's nothing wrong with naming "install" install and "search" search. Feels to me like a case of inventing complexity just to make it feel a little more elitist. pacman -Ss gnome # searches for gnome pacman -S gnome # installs gnome
Re: ArchLinux, Not Just For The Elite
#20I like arch, except for the stupid command line arguments to pacman. I wish they had just kept it more standard. There's nothing wrong with naming "install" install and "search" search. Feels to me like a case of inventing complexity just to make it feel a little more elitist. pacman -Ss gnome # searches for gnome pacman -S gnome # installs gnome
Nevertheless, you may add some alias to change the behavior if it's annoying you.