similar to: setting files read-only form right click windows properties dialog

Displaying 20 results from an estimated 10000 matches similar to: "setting files read-only form right click windows properties dialog"

2004 Jan 16
2
Samba 3.0 pdc and winxp
Hi, I am trying to get an xp machine to join a samba 3.0 pdc domain. I keep getting the following error below. I can view the pdc shares with no problem. Can anyone point me in the correct direction on getting this fixed. Any help would be greatly appreciated. The domain name homenet might be a NetBIOS domain name. If this is the case, verify that the domain name is properly registered with
2004 Oct 20
1
Drawing multiple line plots
Hi All: Greetings, and best wishes from the festive times here at Kolkata, India -- the time of Durga Puja celebrations. I seek your advice as I try plotting lines for my data. The problem: I have created a dataframe that looks like this (name: myFrame): lowest second third fourth highest significance INAS 0.107 0.115 0.123 0.115 0.166 0.000 MMA 0.091 0.107 0.115
2003 Dec 14
3
Problem with data conversion
Hi All: I came across the following problem while working with a dataset, and wondered if there could be a solution I sought here. My dataset consists of information on 402 individuals with the followng five variables (age,sex, status = a binary variable with levels "case" or "control", mma, dma). During data check, I found that in the raw data, the data entry
2009 Sep 21
2
Combine vectors in order to form matrixes with combn
Hello! I've a problem with the combn function and a set of vector. I would like to make a simple combination where, instead of scalars, i would like to combine vector, in order to form matrixes. In other words, i have nineteen 6-items vectors (for example coef1-coef19), that i would like to combine in n!/k!(n-k)! 6x6 matrixes. I tried with a code like this mma <-
2008 Apr 20
3
Problem with object inside a function
Hi all, I have a problem with an object inside a formula in a function that I make. I create an object named qvartemp. This object is OK, look the levels: > print(levels(qvartemp)) [1] "baixomedio" "alto" Now I create a new object with a new formula: > new.form <- as.formula(gsub(qvar,"qvartemp",as.expression(mma$formula))) Look this new object: >
2008 Feb 21
1
update don't find an object
Hi, I have a situation here. I try this update: mmaa <- update(mma,biomass~qvartemp) but I have this message: Error in eval(expr, envir, enclos) : object "qvartemp" not found but this object exist: [1] "cont" "i" "levelsord" "mma" "qvar" "qvarmma" [7] "qvartemp" "test"
2006 Feb 01
4
winnipeg canada
Anyone in Winnipeg Canada?
1999 Apr 07
0
nonparametric mixed model ?
Dear friends. I hope you will bear over with a lengthy question. I have a problem of 76 patients on hemodialysis measured repeatedly once a month for nine months for methylmalonic acid and vitamin B12. The vitamin had been administered previously to these patients but was curtailed in the first part and then started again. There was a very clear response in that as vitamin B12 went down
2001 Sep 20
0
3d java etc.
There was some interest in the commands for creating an HTML file of 3D graphics that can be shown with a Java applet. Looking at things I discovered (of course) that I should really clean up quite a few things before releasing it for real. I hope to do some of that this weekend. In the meanwhile, here are a couple of pointers to the Java applet & documentation (apparently free for
2004 Mar 05
2
Problem with --link-dest when syncing AIX to Linux
Hello, i'm using rsync 2.6.0 for daily-syncing some remote AIX 5.2 machine to a local linux (RH 7.3) with using the --link-dest option for saving space on incremental backups. Even if there are no changes on the AIX machine, all files are newly transferred on every new sync. My test scenario (actisi=remote aix machine, actisa=local linux machine): =====> Initial rsync [mma@actisa
2005 Dec 13
0
Can't see shares on a server member
Hi team, I'm dealing with AS/U as a member server on a Samba 3.0.20 PDC. Jonction seems ok, and from the member server I can see PDC's shares (with net view) and authenticate user (with net logon user passwd /domain:domainname). On the other side, I fell into timeout when running smbclient -L member from the PDC. Here is a log.nmbd loglevel 10 from PDC as there is no other log
2008 Mar 04
0
Printer properties dialog looks and behaves different if driver is installed on samba or on XP
Hi I am using a HP LJ 4350 on samba 3.0.28 with cups as backend. We tried the HP PCL6 driver (not CUPS PS drivers), because it offers the possibility to print for example the first page on a different sheet from a different tray. This works fine, if a installe the driver on windows XP. If I install the driver on a samba server, a testpage shows no difference concerning driver files. But if i
2006 Mar 24
4
SAMBA install on IRIX 6.5
I am having problems with Samba on IRIX 6.5 authenticating via Active Directory. Installing the tardist of 3.0.21c did not give me kerberos/ldap/adc capabilities even though Kerberos and LDAP were prereq's. With OpenLDAP and Kerberos5 installed, my configure fails. I am trying this: ./configure --libdir=/usr/lib --includedir=/usr/include --prefix=/usr/samba --with-ldap --with-ads
2006 Apr 27
2
Samba+Ldap: Properties Dialog doesn't show owner, only groups, shares have R attribute set
Hi all, I have a samba PDC on linux (kernel 2.6.16-gentoo-r3, amd64, 2cpu's, samba 3.0.22). My passdb backend is an ldap-server on a different machine. I did an update from a slower machine. The configuration files on the old and new machines are equal. After the update all seems to be OK. I can login on the windows-clients and access the shares on the server. But a closer look shows that
2017 Mar 23
1
A question on stats::as.hclust.dendrogram
Hi all, This is the first time I'm writing to R-devel, and this time I'm just asking for the purpose for a certain line of code in stats::as.hclust.dendrogram, which comes up as I'm trying to fix dendextend. The line in question is at line 128 of dendrogram.R in R-3.3.3, at stats::as.hclust.dendrogram: stopifnot(length(s) == 2L, all( vapply(s, is.integer, NA) )) Is there any
2006 Jul 13
6
Webservices Xml-Rpc and authentication
Hello, I want to build an application where i have client and server. I need to exacute commands with XM-RPC. I can get all this working, following the howto''s in wiki and main website. But the problem is they are all unsecure. I can''t seem to find any web service examples where they use authentication, or ssl. Just wondering if anyone know how i go about doing this. At the
2009 Dec 19
2
Lattice boxplots
Hi All, I'm familiar with bwplot() in lattice package. Is it possible to get such a boxplot using lattice package: http://www.reading.ac.uk/ssc/publications/graphics/mma-fig1.gif instead of the following default: http://media.wiley.com/wires/WICS/WICS22/mfig005.gif My aim is to get a compact boxplot for publication. Having legend can help because otherwise x-axis labels are repeated for
2007 Aug 22
1
Right click on desktop
How do I customize what I see when I right click on the desktop? jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070822/7b186216/attachment.html>
2007 Mar 13
1
centos beta 5 right click on desktop
When I right click on the desktop and I get the menu... Where do I control the order of that menu??? I want hte open terminal to be first. Just like 4.4 was. Thanks, Jerry
2011 Feb 26
1
Re: WoW quits right after I click PLAY
seems I can't just add this to my post above, but HOW do you get the terminal error output for wine?