Arch Linux is a simple, lightweight Linux distribution aimed at keeping things simple.
2
votes
1answer
495 views
iptables does not list rules i have created
I'm using this guide to set-up a shared internet connection between two PC's.
At step 8 it says I should run the commands:
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
/etc/rc.d/iptables ...
4
votes
2answers
265 views
modify path globally
Is there a standard for $PATH and the order of things that are supposed to be in there? out of the box Arch Linux doesn't have /usr/local/bin in the $PATH. I want to add it but I'm not sure if there's ...
2
votes
3answers
1k views
Are there rc logs in arch?
One of my processes is failing to start fairly early in the boot process (I suspect mdadm and I suspect that it's just taking longer than the rc script allows for) but I can't quite catch/see it ...
2
votes
2answers
847 views
Minimalist window decorations etc in OpenBox or similar
I am currently customising my netbook's ArchLinux install. I really like the minimalist basic style of things like the ThinMC window borders in Gnome, and the FullFlat Firefox theme. What options are ...
2
votes
1answer
397 views
Enable kwebkitpart in Konqueror
In KDE SC 4.5.0 it's possible to use a WebKit part for rendering in Konqueror. I don't think it's on by default (I could be wrong) and I believe I've installed all the requirements for it... How do I ...
5
votes
5answers
8k views
dns queries not using nscd for caching
I'm trying to use nscd (Nameservices Cache Daemon) to cache dns locally so I can stop using bind to do it. I've gotten it started and ntpd seems to attempt to use it. But everything else for hosts ...