Results 1 through
20
while searching for:
"gentoo"
How do you install python bindings to gtksourceview in Gentoo?
try:
root# emerge -a gnome-python-desktop
John M.
http://www.rockfloat.com/board/post/?id=572
May 25, 2007 @03:48
(Replies: 0)
(Rank: 0.061)
gentoo
Manage runlevel scripts on debian or ubuntu
To add apache2 to the default runlevel:
update-rc.d apache2 defaults
To remove apache2 from the default runlevel:
update-rc.d -f apache2 remove
http://gentoo-wiki.com/TIP_Converting_from_or_to_Debian#Debian_6
http://www.rockfloat.com/board/post/?id=561
March 20, 2007 @21:47
(Replies: 0)
(Rank: 0.061)
gentoo
How do you specify which jvm you want Firefox to use?
You can check what Firefox sees as it's Java plugin by putting into the address bar: about:plugins
You can control what it sees [on Gentoo] by doing:
root# eselect java-nsplugin list
root# eselect java-nsplugin set sun-jdk-1.5
Pretty sweet,
[...]
http://www.rockfloat.com/board/post/?id=547
November 21, 2006 @22:43
(Replies: 0)
(Rank: 0.061)
gentoo
How do you set a specific user and system java on Gentoo?
Check to see which java versions are available on your system:
user# java-config -L #Notice the currently active jvm is in green
On my machine, one of the jvm's that I can then set is: sun-jdk-1.5.0.06
Set the SYSTEM wide jvm like this:
ro
[...]
http://www.rockfloat.com/board/post/?id=514
April 18, 2006 @21:16
(Replies: 0)
(Rank: 0.061)
gentoo
How do you generate a schema diagram, or ER diagram of a database?
You can do this using the following two tools
1. PostgreSQL Autodoc
2. dot
Here's the quick and dirty howto (on gentoo):
user# sudo emerge -a graphviz
user# wget http://www.rbt.ca/autodoc/binaries/postgresql_autodoc-1.25.tar.gz
user# tar
[...]
http://www.rockfloat.com/board/post/?id=519
May 05, 2006 @16:59
(Replies: 0)
(Rank: 0.061)
gentoo
How do you setup or install a printer via cups?
Here's an example using an HP 4050 with a JetDirect card:
Use http://localhost:631 to add the printer using these options:
Name: HP4050FOOBAR
Device: AppSocket/HP JetDirect
Device URI: socket://fully.qualified.hostname
Make: PostScript
Mode
[...]
http://www.rockfloat.com/board/post/?id=535
June 28, 2006 @19:50
(Replies: 0)
(Rank: 0.061)
gentoo
How do you avoid restarting Apache all the time when working with mod_python?
First put this in your Apache vhost configuration:
PythonAutoReload On
PythonDebug On
Then make sure Apache isn't running, and start it up manually telling it to run as a single process. Here's how I do it on Gentoo Linux:
user$ sudo /usr/
[...]
http://www.rockfloat.com/board/post/?id=574
May 26, 2007 @07:07
(Replies: 0)
(Rank: 0.000)
How do you use the grub sub system, or what do you do when all you see is: grub >
If you ever find yourself needing to talk directly to grub this will hopefully help you:
grub> kernel /linux-2.6.19-gentoo-r5 root=/dev/hda1
# Then if you're using a ramdisk *cough* Ubuntu *cough*
grub> initrd=/initrd.img
# Now you can try
[...]
http://www.rockfloat.com/board/post/?id=560
March 17, 2007 @05:04
(Replies: 0)
(Rank: 0.000)
Apache slow to respond due to lack of entropy - and it says no PID file when starting?
If Apache2:
* accepts connections
* does not respond to clients
* creates exactly one process
* is not stopped by
Then you probably don't have enough entropy in your system. This happens when the computer sits idle much of the time.
[...]
http://www.rockfloat.com/board/post/?id=528
November 08, 2005 @02:47
(Replies: 0)
(Rank: 0.000)
What do the Gentoo USE flag colors mean as seen in portage with emerge -uDav?
- Red: this means the flag is enabled
- Blue: this means the flag is disabled (-)
- Yellow: this means the flag is new
- Green: this means the flag is toggled (it's value changed since the last compile)
John M.
http://www.rockfloat.com/board/post/?id=523
June 12, 2006 @00:18
(Replies: 0)
(Rank: 0.000)
Re: How do you check for gentoo security updates not found in emerge -uDa w
Reportedly you can now do:
root# glsa-check -v -l affected
John M.
http://www.rockfloat.com/board/post/?id=46
March 20, 2006 @21:00
(Replies: 0)
(Rank: 0.000)
How do you fix: authdaemond: could not translate host name "pgsql.example.com"?
In Gentoo land, this means you emerged net-libs/courier-authlib with the "postgres" use flag enabled. Courier's authentication logic essentially looks to several "data stores" to use for authentication. The problem is that you're rig thinks it shou
[...]
http://www.rockfloat.com/board/post/?id=539
September 30, 2006 @02:47
(Replies: 0)
(Rank: 0.000)
How can you speed up firefox on gentoo?
try installing it with some stripped down use flags:
user# USE="moznoxft -truetype -gtk2 -gnome" sudo emerge mozilla-firefox
or...
for a more permenant solution, add this line to /etc/portage/package.use:
net-www/mozilla-firefox moznoxft
[...]
http://www.rockfloat.com/board/post/?id=78
October 28, 2004 @02:52
(Replies: 0)
(Rank: 0.000)
How do you use the Realplayer-10 or Helix Player plugin in Firefox?
In Gentoo anyway, try:
root# ln -s /opt/RealPlayer/mozilla/nphelix.so /usr/lib/nsbrowser/plugins/nphelix.so
Restart Firefox and enjoy.
John M.
http://www.rockfloat.com/board/post/?id=503
January 22, 2006 @21:17
(Replies: 0)
(Rank: 0.000)
If a large merge fails in gentoo, say during 100 packages, can you resume?
Yep. If something goes wrong during the middle of a huge merge, you can resume. Say for example you are doign emerge -e world and a new version of sun-sdk is involved, which has fetch restrictions turned on... you'll come back to find the merge sto
[...]
http://www.rockfloat.com/board/post/?id=500
December 10, 2005 @00:52
(Replies: 0)
(Rank: 0.000)
What is the recommended way to specifiy a hard coded IP in Gentoo?
Edit: /etc/conf.d/net with this:
config_eth0=("10.0.0.50 netmask 255.255.255.0")
routes_eth0=("default via 10.0.0.1")
John M.
http://www.rockfloat.com/board/post/?id=19
November 18, 2005 @21:46
(Replies: 0)
(Rank: 0.000)
Tips on getting the Atheros 5211 to work with madwifi on gentoo?
Here is a good reference:
http://madwifi.sourceforge.net/dokuwiki/doku.php?id=gentoo
http://forums.gentoo.org/viewtopic-t-375750-highlight-madwifi.html
Here's some other stuff:
ln -s /etc/init.d/net.lo /etc/init.d/net.ath0
John M.
http://www.rockfloat.com/board/post/?id=481
October 01, 2005 @06:58
(Replies: 0)
(Rank: 0.000)
Good references for setting up a simple Linux operating system backup?
Here are a few resources:
- http://gentoo-wiki.com/HOWTO_Backup
- http://www.tldp.org/LDP/sag/html/backups-intro.html
- http://software.newsforge.com/software/05/02/16/169208.shtml
- http://kmself.home.netcom.com/Linux/FAQs/backups.html
[...]
http://www.rockfloat.com/board/post/?id=411
September 27, 2005 @07:37
(Replies: 0)
(Rank: 0.000)
How do you check for gentoo security updates not found in emerge -uDa world?
Try:
user# glsa-check --list $(glsa-check --test new)
Just remember you'll probably see all sorts of glsa's that don't make sense. This is usually because you have stuff installed that was masked (because of old age) before you uninstalled it
[...]
http://www.rockfloat.com/board/post/?id=510
September 22, 2005 @04:12
(Replies: 1)
(Rank: 0.000)
How does gpg key signing work?
Here's a little info:
http://dev.gentoo.org/~cryos/keysigning_lwe_05.html
John M.
http://www.rockfloat.com/board/post/?id=409
September 20, 2005 @04:14
(Replies: 0)
(Rank: 0.000)