Results 1 through
10
while searching for:
"apple"
how do you get the Realtek ALC201A (AC'97 compliant codec) to work on freebsd 4.8
so far i've read about adding this to the kernel:
# For non-pnp sound cards with no bridge drivers only:
device pcm0 at isa? irq 10 drq 1 flags 0x0
#
# For PnP/PCI sound cards
device pcm
applenana
http://rockfloat.com/board/post/?id=279
June 25, 2003 @16:16
(Replies: 0)
(Rank: 0.000)
Recommended ebuilds - gnome
Here's a list of the stuff I use:
eog
file-roller
gdm
gedit
gnome-applets
gnome-audio
gnome-cups-manager
gnome-media
gnome-netstatus
gnome-nettool
gnome-power-manager
gnome-screensaver
gnome-utils
gnome-volume-manager
gcalctool
gcon
[...]
http://rockfloat.com/board/post/?id=534
April 15, 2006 @17:48
(Replies: 0)
(Rank: 0.000)
how do you install the Apple python class?
Try:
user# tar zxvf Apple-1.2.3.tar.gz
user# cd Apple-1.2.3
user# sudo python setup.py install
after doing this you can then use the Apple class from anywhere, here's a hello world to test with:
-----
#!/usr/bin/env python
import app
[...]
http://rockfloat.com/board/post/?id=90
November 16, 2003 @05:17
(Replies: 0)
(Rank: 0.000)
Does gnome support icon grouping in the task bar?
yes.
Right click the list applet (vertical handle left of the tasks) and go properties. There you will see preferences regarding grouping.
John M.
http://rockfloat.com/board/post/?id=99
January 28, 2004 @02:15
(Replies: 0)
(Rank: 0.000)
how do you use grep to search for things?
--> tips for piping to grep:
root# ls /foo | grep -e apple -e butter
will search thru the /foo directory looking for files that have either apple or butter in the name
root# ls /foo | grep apple | grep butter
will search thru the /foo directory
[...]
http://rockfloat.com/board/post/?id=299
June 13, 2003 @14:11
(Replies: 0)
(Rank: 0.000)
Re: how do you take a screen shot?
you can also use:
root# gnome-panel-screenshot --delay=5
applenana
http://rockfloat.com/board/post/?id=401
May 13, 2003 @19:47
(Replies: 0)
(Rank: 0.000)
How do you put a process into the background?
Try this:
root# cp /some/file /some/directory &
this will copy the file, and do so in the background. If you forget to add the "&" to the end... you can always do it later by hitting ctrl + z which will show that the process has been "stopped"
[...]
http://rockfloat.com/board/post/?id=198
November 20, 2002 @16:12
(Replies: 0)
(Rank: 0.000)
how do you toggle dos fullscreen on windows 2000
try this:
alt + enter
applennana
http://rockfloat.com/board/post/?id=388
June 14, 2002 @19:38
(Replies: 0)
(Rank: 0.000)
here's one way you can test file transfer speed
I found this very helpful for testing how fast a machine can transfer data on it's disks:
root# hdparm -t /dev/hda
i haven't ried it, but this can sometimes improve speed:
root# hdparm -c3 -m16 /dev/hda
apple
http://rockfloat.com/board/post/?id=254
May 02, 2002 @17:34
(Replies: 0)
(Rank: 0.000)
now to tell what version of linux your using
try this:
root# less /proc/version
Linux version 2.4.2-2 (root@porky.devel.redhat.com) (gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-79)) #1 Sun Apr 8 19:37:14 ED
T 2001
apple
http://rockfloat.com/board/post/?id=374
May 01, 2002 @19:17
(Replies: 0)
(Rank: 0.000)