Displaying 20 results from an estimated 500 matches similar to: "SAMBA 2.0.7 supports solaris 8"
1999 Jun 10
3
Directory Permissions
I have set up several shares which our staff will have access to. They
are central repositories where we will be storing things like documents
and drivers, etc. I would like to allow staff to add items into the
shares, but to now be able to remove anything (Except maybe what they put
in..)
I have created a share called drivers:
[drivers]
comment = General Hardware
2011 Nov 21
4
Having less languages in Firefox (hunspell dictionaries provide too many locales)
Hello,
on CentOS 6, I am routinely writing mails in English, German and
French and using the related hunspell dictionaries for the spelling in
Firefox (I'm using Google Apps).
This works fine but the problem is that languages are added for all
the possible locales (English US, UK, Philippines, Bostwana, Trinidad
and Tobago, Denmark (sic!), ... and German Germany, Austria... and
French
2004 May 18
3
Q.931 clearing causes
Dear all -
Some wisom please. We have a need to customise the Q.931 clearing causes being sent back to the network based on decisions made in some scripts or extension logic.
i.e. I want to be able to decide to clear a call (either answered or during the alerting phase) with any clearing cause needed. E.g. 'All circuits busy' or 'network fault' or 'vacant number' etc.
2006 Sep 26
2
creation of new variables
Hello All,
I have 8 variables named
a b c d e f g h
I need to create four variables from these 8 vraibles in R.
the new variables are ab,cd,ef,gh.
Can anyone pleas help me
thanks,
Pratap
---------------------------------
[[alternative HTML version deleted]]
2007 Oct 10
2
Deleting the White Space in an R graph
Hi All,
Is there a way we can delete the empty white space around when we generate any graph/map using R? The final output should be onaly a picture with no white spaces all around.
Cheers,
Pratap
---------------------------------
5, 50, 500, 5000 - Store N number of mails in your inbox. Click here.
[[alternative HTML version deleted]]
2009 Sep 07
2
Writing R Scripts and passing command line arguments
Hi Guys
I am Abhishek, primarily a bioinformatician. I have recently started using
a lot of R thanks to some excellent packages available.
Lately I have felt the need to batch process few of the R scripts I have
been working with and strangely enough I am not able to find a good resource
on how to best do this. I did find few old threads on the archives but none
convinced me much. So here I am
2009 Sep 09
4
Joining Characters in R {issue with paste}
Hi Guys
I am want to join to strings in R. I am using paste but not getting
desirable result.
For the sake of clarity, a quick example:
> a="Bio"
> b="iology"
> paste(a,b)
[1] "Bio iology"
*There is a SPACE in the word biology which is what I dont want *
Thanks,
-Abhi
[[alternative HTML version deleted]]
2014 Jul 25
2
Does openssh supports multi-channeling ?
Hi All,
In openssh, do we support multi-channeling?
Rather than opening a new TCP socket for each SSH connection, all the SSH
connections are multiplexed into one TCP connection.
If so, from which version , do openssh supports it?
Thanks
Ravi Pratap
2010 Feb 25
5
Plotting 15 million points
Hi All
I have a vector of about 15 million numbers which I would like to
plot. The goal is the see the distribution. I tired the usual steps.
1. Histogram : never gets complete my window freezes w/out log base 10
2. Density : I first calculated the kernel density and then plotted
it which worked.
It would be nice to superimpose histogram with density but as of now I
am not able to get this
2020 May 25
3
child killed by signal 6
Hello,
from time to time I keep getting problems with some emails causing
signal 6. I've already reported those, but it seems not to be easy to
find the cause. From the logs, it seems to occur in sieve implementation.
I've checked the email envelopes tody by accident, probably this part of
my telnet session might help:
a11 fetch 1 all
* 1 FETCH (RFC822.SIZE 16750 INTERNALDATE
2002 Jun 23
2
NT_STATUS_BAD_NETWORK_NAME
What is the cause of this particular error.
# smbclient -L localhost
will either work or return this
added interface ip=192.168.0.16 bcast=192.168.0.255 nmask=255.255.255.0
Got a positive name query response from 192.168.0.16 ( 192.168.0.16 )
Anonymous login successful
Domain=[HOME] OS=[Unix] Server=[Samba 2.2.4]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
It working is an intermittent
2007 Aug 20
3
Differentiation
Hi,
Could anyone tell me what is the command used in R to do
1. Differentiation
2. Newton Raphson method (Numerical Analysis in general...)
Are there any packages separately for this?
Thanks for your help!
BR, Shubha
[[alternative HTML version deleted]]
2010 Jan 13
3
Operating on each row of data frame
Hi All
I have a data frame in which there are 4 columns .
Column 1 : name
Column 2-4 : values
I would like to calculate mean/Standard error of values in column 2-4 and
store them in column 5,6 respectively.
I have done the following but doesn't seem to work
mean_N_SE <-function(x)
{
name <- x[1]
vals <- c(x[2:4])
temp_mean <- mean(vals)
SE <- sqrt(var(x)/length(x))
}
2012 Oct 03
4
Regarding licensing Terms
Hi,
I have developed one application using ggmap package.It is based on google
map.
I am a bit confused regarding its licensing terms.I want to know that can i
use it with my other applications.
Is it legal?
--
With Regards,
Narendra Pratap
Principal Research Developer
Hitech Robotic Systemz Ltd.
[[alternative HTML version deleted]]
2014 Mar 17
1
protocol error : expected control record
Hi All,
During scp, I am seeing this message
protocol error : expected control record
This message came because scp sink was expecting the message starting from
'C' or 'D' , something like C0644 299 group or D0755 0 docs but during dns
query we were printing "Using IP address" message on the stdout.
So , the message in the buffer was "Using IP address" and
2006 Oct 04
1
" Error in "names<-.default"
Hi All,
Can some one explain me the following error-
" Error in "names<-.default"
'names' attribute [1199] must be the same length as the vector [17]".
Thanks,
Pratap
---------------------------------
[[alternative HTML version deleted]]
2006 Oct 04
2
convert vector to matrix
Hi All,
I have vector containing 10 elements(odservations). I need to put this into a matrix, where the matrix should contain only one column.
I need this to be done using the cbind command because in the final table I should have a column of attributes( from adifferent vector) and a column of vectors from the matrix above
Please suggest me how this can be done
Thanks and
2008 Jan 29
1
Form Pairs of Variables for a paired t-test
Hi Users,
This is regarding the paired t-test. I have 5 variables (say) Data$v1,Data$v2,Data$v3,Data$v4,Data$v5 in my data frame. Now, I need to perform a paired t-test on all the possible 10 pairs.How do I set up the pairs table directly and pass those variables in to t-test.
Thanks in advance,
Pratap
---------------------------------
Now you can chat without
2004 Dec 20
1
Interest in commercial support for R, R-metrics and related packages
I am a partner at Assembla, a software services group that helps companies
make use of open source techniques and software. We have been asked by a
company in the financial services sector to provide support for their use of
R, Rmetrics and possibly SciViews.
I am trying to locate other companies in the financial services industry
that might be interested in commercial support for R, Rmetrics
2007 Apr 18
8
Phone meeting about kernel virtualization hooks
I would like to host a phone meeting to discuss the plans for the xen
sub-architecture of x86. Hopefully Chris can share his vision and we
can agree on some next steps to getting this done and into the mainline
kernel. From my understanding, it would be good if the "To" list could
make it. If anyone believes others should attend, please let them
know.
Please let me know if you are