Displaying 20 results from an estimated 2000 matches similar to: "Plugin-suggestion"
2019 Jan 13
2
Samba 4 users - UID/GID - or how to migrate
Hello,
I try to migrate my old SAMBA Installation to a new Installation. SAMBA
is running. But my Windows users can see the shares but cannot open Files.
My old Installation /etc/samba/smb.con
...
workgroup = DUCK
server string = %h server (Samba, Ubuntu)
interfaces = eth0 192.168.1.200/255.255.255.0 localhost
bind interfaces only = Yes
security =
2006 Mar 14
3
Check whether externam URL is valid?
Hey,
I have users entering URLs into my app, is there anyway in which I can
check to see if the URLs actually point to something before saving the
user input? Maybe a kind of ''ping''-action that returns true on success?
(btw: does anyone of a tentative release date for Rails1.1? I''ve been
slobbering all over my RailsRecipes book and I can''t wait! Also, Scott
2013 Feb 17
3
Select components of a list
Hi Gustav,
Try this:
lapply(1:length(models),function(i) lapply(models[[i]],function(x) summary(x)$coef[2,]))[[1]] #1st list component
[[1]]
#??? Estimate?? Std. Error????? z value???? Pr(>|z|) # pm10
#5.999185e-04 1.486195e-04 4.036606e+00 5.423004e-05
#[[2]]
#??? Estimate?? Std. Error????? z value???? Pr(>|z|) #ozone
#0.0010117294 0.0003792739 2.6675428048 0.0076408155
#[[3]]
#???
2005 Nov 24
1
Autocompleting combobox: fact or fiction?
Hey,
I''ve got a script.aculo.us autocompleting textfield that works
wonderfully, but how do I make the value of the selected option submit
with the form...for that matter, do autocompleting textboxes have
''option'' tags, or is what I want to do simply impossible 8[
Thanks,
Gustav
gustav-Y7mMFpLgOV2wB/GGPSRsq0B+6BGkLq7r@public.gmane.org
--
Posted via
2015 Sep 21
3
New software based on libvirt
Hello,
I'm introducing to you the decentralized cloud Cherrypop.
Combining libvirt and LizardFS (as of now) it becomes a cloud completely
without masters. Thus, any node is sufficient for the cloud to be up
and therefore no wasted resources and no single point of failure.
It's still pretty crude software but will work with some tinkering. Hope
you try it and like it!
For more
2015 Sep 22
1
Re: [libvirt] New software based on libvirt
On 09/22/2015 05:12 AM, Michal Privoznik wrote:
> On 21.09.2015 21:28, Gustav Fransson Nyvell wrote:
>> Hello,
>>
>> I'm introducing to you the decentralized cloud Cherrypop.
>>
>> Combining libvirt and LizardFS (as of now) it becomes a cloud completely
>> without masters. Thus, any node is sufficient for the cloud to be up
>> and therefore no
2006 Aug 10
6
Getting started w/ Ruby on Rails
Hi,
I would like to get started with RoR, since it seems to be a terriffic
platform for Webdevelopment. However, I''m unsure what "level" you need
to be on in terms of programming to get started?
Best regards,
Gustav
--
Posted via http://www.ruby-forum.com/.
2006 Jan 30
10
How do I get the the full URL of an incoming request
Hey,
Is is possible to get the full URL
(''http://www.sender-domain.com/links/list.html'')
from where a user was sent to my site
(www.my-domain.com/controller/action) e.g. by clicking on a link? (I
read about something called a ''request'' object, I don''t know what it is
or does, is that what I''m looking for?
I''m very new to Rails
2007 Jan 05
5
php rpm centos4.4
Hi
i need to install php when i download and install the cacti it say that and i
can not find any pure php rpm but it is an php-excel and so on, what php should
i use ?
the yum command do noit find any php to update since i have php installed than
it complains that it needs php-pear and i am in the same situation and i have
several to choose among ..., php-ldap is missing ...
Matthias Nilsson
2006 Apr 04
1
Moving to Rails-1.1 from Rails-1.0
Hey
I want to port my app (, which is still in early development) to
Rails-1.1 from Rails-1.0. What''s the safest way to go about doing this?
Can I do so without changing any of the stuff I''ve done so far? =]
BTW...does anyone know where Scott Raymond''s Rails-1.1 write-up is? I''ve
been reading a lot about it but I''ve been getting "page not
2006 Feb 19
1
action.controller.domain instead of dmn/cntrlr/action ?
Hey,
I want my users to be able to use the following notation:
-- http://id.action.controller.domain.com/
instead of having to type in the standard Rails:
-- http://domain.com/controller/action/id
How can I do this? Is it even possible? If not, don''t you think this is
something that the core team should have a look at?
(PS. I''m using MySQL for backend and developed
2003 Jun 19
2
Grouping binary data
Dear all,
I'm analyzing a binary outcome using glm() with a binomial distribution and
a logit link, and have now reached the point where I'd like to do some
model checking. Since my data are in binary form I'd like to collapse over
the cross-classification of the factors before the model checking.
Are there any nice and simple ways doing this? If so, how? If not, I'd be
2006 Feb 22
1
Back returns "Warning: Page has Expired" ?!?!
Hey,
I''ve found that certain browsers (IE and Ffx in particular) display a
warning page whenever the user clicks on the ''back'' button after having
just come from a page generated by a post. This makes perfect sense, it
warns users about duplicate rows being entered etc.
However! Is there anyway to gracefully redirect the user to a ''safe''
page say
2004 Aug 31
1
Active Directory?
Can someone tell me if you can set Samba up as the PDC (Primary Domain
Controller) for an Active Directory?
I would like to replace Windows 2000 AD with Samba on Linux but I cannot
find info on how to do this, so I am not sure if it is possible?
Any further info or help on this is much appreciated.
Regards
Gustav
2000 Jan 27
2
Many Unix accounts to one samba account
Hi Folks.
I have set up a samba server on a machine running Linux 6.1 and it works
perfectly. But i have a problem :
Approx. 200 teachers are going to register the students absence,
and I don't want them to have one password each. ( You know teachers and passwords ).. :-)
I thought I could change the Samba password once per month and deliver it to the teachers by e-mail.
But I dont want
2012 Apr 18
2
png2theora.c + QImage
Hello there,
I have been working on an alternative version of the png2theora example:
The basic idea is to change the input of the program, using a QImage
[1] variable
instead of a png array.
This is my base file:
http://www.maefloresta.com/tmp/example.cpp
The point where I am stuck starts at this comment:
// LOOK HERE (line 313)
And here is the issue: QImage supports RGB images, so my first
2001 Nov 06
4
ext3 on md0
Hi!
Is it safe to use ext3 on a md0 device on 2.2.19?? 2.4.x??
/Pär-Ola Nilsson
2006 May 10
1
Allowed quasibinomial links (PR#8851)
Full_Name: Henric Nilsson
Version: 2.3.0 Patched (2006-05-09 r38014)
OS: Windows 2000 SP4
Submission from: (NULL) (83.253.9.137)
When supplying an unavailable link to `quasibinomial', the error message looks
strange. E.g.
> quasibinomial("x")
Error in quasibinomial("x") : 'x' link not available for quasibinomial family,
available links are "logit",
2004 Oct 18
3
答复: R plot problems
Thank you for your help!
I gave you an example, you could run it in R . Maybe you will understand my meaning clearly.
x <- data.frame(main.name="AAA", x.name=rep(c("Apply","Watermelon","Lemon","Banana",
2014 Sep 05
2
Opus decoding performance on ARM devices
Hi,
Thank you for your response. I pulled yesterday to commit
da97db1ca1f92592af3534c9a2596da0e9a009ca, added a bunch of more defines to
my compile options, and assembled & linked in
armopts.s,celt_pitch_xcorr_arm.s.
Performance jumped up from about 4.8 Mb/s to 5.3 Mb/s on the same device,
so it is improvement. Not sure what other tweaks there would be to try,
but if it could match the