Top "Gentoo" questions

Gentoo Linux (/ˈdʒɛntuː/ jen-too) is a computer operating system built on top of the Linux kernel and based on the Portage package management system.

Apache server ignores .htaccess

I'm trying to get a website working on my test environment, but somehow it is not working. I can load …

php .htaccess kohana-3 gentoo
Bind Ctrl+Tab and Ctrl+Shift+Tab in tmux

I'm trying to a get a ctrl+tab and ctrl+shift+tab binding to work inside of a tmux session (…

linux putty tmux xterm gentoo
Hierarchical ldd(1)

Due to using Gentoo, it often happens that after an update programs are linked against old versions of libraries. Normally, …

linux gcc linker gentoo ldd
"#include <asm/io.h>" causes "error: asm/io.h: No such file or directory"

I am using gentoo and trying to compile a program to control the bits on the parallel port. It has …

c hardware-interface gentoo parallel-port
How to configure PHP under Apache web server in GENTOO Operating System?

is there anyone who knows how to install / configure php under apache? I have emerge php apache both. I wanted …

php apache gentoo mod-php
How to autoload a kernel module in Gentoo Linux?

I want to autoload some kernel modules when it's started. I've read the manual book, but can't help. Now the …

linux kernel-module gentoo
qemu + pulseaudio and bad quality of sound

I am using my gentoo as host os for kvm with vga passthrough for playing on windows, but I have …

qemu kvm gentoo pulseaudio
How do I rename the default postgres superuser to "root"?

I currently log in to PostgreSQL using psql -U postgres. How do I rename postgres user to root? If I …

postgresql gentoo
Django/Mod_WSGI 'client denied by server configuration'

I'm attempting to set up Apache 2.2, Django 1.1.2 and Gentoo. I wish to serve my project with the address: /comics I …

django apache gentoo
Custom Bash prompt is overwriting itself

I'm using custom bash prompt to show git branch. Everything is in /etc/bash/bashrc: function formattedGitBranch { _branch="$(git branch 2&…

bash command-prompt gentoo