Displaying 4 results from an estimated 4 matches for "hellokitti".
Did you mean:
hellokitty
2008 Oct 10
2
Digg's wine-1.1.6 announcement
FYI:
http://digg.com/linux_unix/Wine_1_1_6_Released
In case anyone wants to chime in with impressions.
2005 Feb 20
2
Voice Prompts with no sound
I have a weird problem... very puzzling..
Yesterday I had sound problems with the voice prompts, I couldnt hear them,
so I rebooted the system and voila, I was able to hear everything.. so I
went to bad.. and I just woke up and tried the system again and its back!!!
I dial the voicemail system and I cant hear the voice welcome.. I can hear
any voice prompts....
Has anybody had this kind of
2013 Jan 03
33
Option LABEL
Hallo, linux-btrfs,
please delete the option "-L" (for labelling) in "mkfs.btrfs", in some
configurations it doesn''t work as expected.
My usual way:
mkfs.btrfs -d raid0 -m raid1 /dev/sdb /dev/sdc /dev/sdd ...
One call for some devices.
Wenn I add the option "-L mylabel" then each device gets the same label,
and therefore some other programs
2011 May 06
1
Uniroot - error
Hi,
I have tried to use uniroot to solve a value (value a in my function) that
gives f=0, and I repeat this process for 10000 times(stimulations). However
error occures from the 4625th stimulation - Error in uniroot(f, c(0, 2),
maxiter = 1000, tol = 0.001) :
f() values at end points not of opposite sign
I have also tried interval of (lower=min(U), upper=max(U)) and it won't work
as well.