I'm still seeing no valid argument towards not putting ndiswrapper on the LiveCD.
It's probably because they're all OSS fascists who believe using Windows drivers in Linux is a heresey and thus refuse to do it, personally attacking every user which suggests it and then making wild accusations ...
Wow. What an arrogant and callous response from a developer of Gentoo! "You're a careless fool and nobody cares about you." Thanks! I'm glad to know that the developers of this distribution don't give a flying fuck about its own users! It could be as easy as adding one line and compiling the module ...
What I want to know is why are all the devs so defensive about adding ndiswrapper to the LiveCD.
It doesn't make any sense. Seriously. Some hardware ISN'T SUPPORTED BY LINUX. Get the fuck over it. Some are supported through ndiswrapper. Are you going to cut people who don't have the cash to "buy ...
Today I updated my box and updated to the latest version of CVS on ~arch. I found after that I could no longer run CVS without it hanging on transfers. After trying many things, I tried to downgrade to a version below it, dev-util/cvs-1.12.12-r3 - and suddenly CVS worked again!
I've got a problem. I'm trying to get Totem to display TV-Out through my nVidia 6600GT. I have nvtv installed and enabled and am using the Experimental ebuild when explicitly enabled nvtv support. Everythings connected and yet... nothing. Is there some xorg.conf voodoo I have to perform before I get ...
Re-emerging ffmpeg afterwards may cause linking breakage. If it wont compile against the newest ffmpeg, it probably doesn't conform to the new API changes in the newest ffmpeg's. I'd recommend masking the latest version of ffmpeg, and keep going back until avifile compiles with ffmpeg. Once you're ...
I have learned after about two years of Gentoo Linux:
- Building things staticly is stupid. - Updating every week as opposed to every few months = better. - How to use BASH effectively. - The workings of DHCP, NFS and PXE (massive LTSP project for school). - How to fix any Linux distribution ...
Petition for proper ebuild to be made for Handbrake. The bug for the Handbrake ebuild seems to be dead from back in June. Anyone else care to pick it up?
emerge -C gentoo-webroot (forgot the actual name of the package)
rm -r /var/www
mkdir /var/www
chown apache:apache /var/www
emerge gentoo-webroot
/etc/init.d/apache2 stop && /etc/init.d/apache2 start
I did two separate portscans from websites to see if I were vulnerable. Currently, they say Port 111 on both TCP and UDP is open, which is the SUN RPC protocol.
So I thought, alright, just add a simple IPTables rule:
iptables -A INPUT -i $INTERNET -p tcp --dport 111 -j DROP iptables -A INPUT -i ...