similar to: Windows permissions

Displaying 20 results from an estimated 2000 matches similar to: "Windows permissions"

2004 Jul 19
2
PDC without profiles?
Hi -- I'd like to try running Samba as a PDC simply for authentication -- that is without doing any profile management, i.e. I'd like Windows to not write anything to the network after logout. Is this possible with Samba? I'm not seeing an obvious answer to this. Thanks! -jag -- Joshua Ginsberg <joshg@brainstorminternet.net> Brainstorm Internet Network Operations
1998 Nov 28
1
No subject
Dear Friends, Yesterday I posed a question to the list concerning the possibility of doing animation examples in R. Here is an example S-Plus (4.5 for Windows ) that I wrote to illustrate my problem. If I try this in R (comment out the graphsheet and guilocator calls) I don't see my results until after the function has iterated through the 100 trials. I would like to plot each iteration.
2003 Aug 19
1
samba LDAP authentication
Hi We have already setup LADP server for entire institute, but we dont have admin access on that server. We want to user the same LDAP accounts for samba authentication for department server. Is it possible to do this without admin password for LDAP. I searched alot but couldn't find anything for this. thanx in advance. - v a i b h a v - ------------------- It looked like something
2018 Feb 16
1
[GSoC 2018] Introduction and Project Proposal
Hello, I am Mohammed Nafees, a Computer Science student at the University of Waterloo, Canada and I am going to apply for Google Summer of Code 2018. I am interested in working on the project "Reimplement LLDB's command-line commands using the public SB API. ". How can I start, and how can I contact the mentors? I have completed Google Summer of Code 2017 with KDE (project
2005 May 05
6
Need some quick help with lattice - barchart
For the following code below, the x-axis ticks are 1,2,3,4,5,6,7 when I was expection them to be 1,2,8,9,10,11,12. Please help me figure out where is the mistake. library(lattice) testdata <- as.data.frame(t(structure(c( 1,2005,9.24,6.18,634, 2,2005,8.65,6.05,96, 8,2004,6.81,6.51,16, 9,2004,9.0,7.29,8, 10,2004,8.84,6.18,524, 11,2004,8.54,6.35,579, 12,2004,9.97,6.3,614, 12,2005,8.75,5.84,32,
2015 Jun 03
0
Lirc 0.9.0
Does anyone have any experience getting LIRC 0.9.0 up and running on CentOS 6.6? I have the packages from EPEL installed: lirc.x86_64 0.9.0-8.el6 @epel lirc-doc.x86_64 0.9.0-8.el6 @epel lirc-libs.x86_64 0.9.0-8.el6 @epel lirc-remotes.x86_64 0.9.0-8.el6 @epel And my IR
2016 Jul 26
4
installing centos 7 32 bit i386 to laptop
greetings one and all. installing centos 7 32 bit i386 to laptop; specs: toshiba satellite l455d-s5976 amd sempron si-42 2 GB ddr2 250 GB hdd ]$ lspci|grep Realtek 0e:00.0 Network controller: Realtek Semiconductor Co., Ltd. \ RTL8187SE Wireless LAN Controller (rev 22) 14:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. \ RTL8101/2/6E PCI Express Fast/Gigabit Ethernet
2009 Feb 03
0
Multiple statements in tryCatch
Hi, tryCatch seems to be evaluating the all expressions wrapped in it before passing control to the error handling function. For example, the code below will try to evaluate "results" even though the call to odbcConnect fails. I was hoping that the mechanism would work in the same way as a C++ try catch structure and pass control to the catch... as soon as an exception is generated.
2009 Jan 23
1
Returning NA from lm
Hi. I need to apply run a regression analysis for groups of data of fixed length:100 As, 100 Bs, 100 Cs etc. eg x Key Value A 1 A 21.2 A 4 A 6.5 ...repeat 96 times with differing values of A B 1 B 2.3 B NA B 6.5 ...repeat 96 times with differing values of B etc I run these against a linear model using tapply(data$Value, data$Key,FUN=regr,100)
2009 Jan 06
5
Changing Matrix Header
Dear all, I have the following matrix. > dat A A A A A A A A A A [1,] 0 0 0 0 0 0 0 0 0 0 [2,] 0 0 0 0 0 0 0 0 0 1 [3,] 0 0 0 0 0 0 0 0 0 2 How can I change it into: [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [1,] 0 0 0 0 0 0 0 0 0 0 [2,] 0 0 0 0 0 0 0 0 0 1
2016 Jul 28
0
installing centos 7 32 bit i386 to laptop
On 07/28/16 13:38, geo.inbox.ignored wrote: <<>> > what is command to restore boot to 6.8 install. it has been a very long > time when last had need. now when i do, recall fails me. > ===> then again, not as bad as i was thinking. or, no guts, no blue chips. booted rescue mode again, then chroot /mnt/sysimage. ls /sbin/grub*, there it sat and the brain snapped,
2005 Jul 16
2
Logitech Marble Mouse on CentOS 4
Hello there! I just bought this trackball and connected it to a CentOS 4 box. I googled on how to edit xorg.conf for the 2 scrollbuttons, and they work while using this section: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option
2001 Nov 15
0
RSYNC: Any Idiots guides out there
There is a rather rambling tutorial at: http://www.ccp14.ac.uk/ccp14admin/rsync/ (this does not have ssh tunnelling in there) Though for the following - if the files are owned by root - root will be the only one able to rsync them across? Maybe creating a special account with some extra file privaledges but not 100% root could get the job done for you? Lachlan. > I need to set-up
2003 Jan 15
2
Bug or Feature? LogLik.nls and non-central F distribution.
I have a dataset that I am running non-linear regression on via the following code: Hill <- function(E0,Em,C50,g,C){ # # Hill is the hill interaction function. # # E0 Represents the minimum interaction Effect # # Em Represents the Maximum Interaction Effect # # C50 represents the concentration at which 50% of the effect occurs. # # gamma represents the cooperativity of the
2016 Jul 28
3
installing centos 7 32 bit i386 to laptop
On 07/28/16 12:31, John R Pierce wrote: > On 7/27/2016 11:36 PM, geo.inbox.ignored wrote: >> when i am trying something new, as i am now, i like to pull files so >> i have them local. saves going back online if i mess something up and >> have need again. > > then, ideally, pull down a copy of the whole '7/*/i386/' tree of the > altarch respository, and put it
2014 Jan 07
0
Announce: Puppet 2.7.25 is available
Released January 7, 2014. 2.7.25 is a bugfix release in the Puppet 2 series. Please note that this release is supported by the community; Puppet Labs is not responsible for maintaining the release. This release fixes: Andrew Parker (1): 233e80 (Maint) Add rake task for running specs on win Dominic Cleal (1): 3ea78c (PUP-1255) Fix assumed default file mode to 0644 Kylo Ginsberg
2004 Jul 14
3
Compareing backends
How does the speed of SQL compare to the speed of LDAP? If the speeds are comparable, why bother with LDAP, which doesn't handle writes very well? Jim C. -- ----------------------------------------------------------------- | I can be reached on the following Instant Messenger services: | |---------------------------------------------------------------| | MSN: j_c_llings@hotmail.com AIM:
2004 Jul 08
0
Profiles upload but don't download?
Hello -- I'm testing out using 3.0.3 from the Fedora Core 2 distro (recompiled from SRPM to include ldapsam) as a PDC with an OpenLDAP backend. I've got the PDC functions working excellently. I've got Roaming Profiles (with the PDC as the profile host) partially working, but I can't get the full functionality I want. I have two test workstations that I'm working with. I
2011 Apr 26
1
How does wrandom strategy works with Queue?
Hi, wrandom strategy for Queue says...rings random interface, but uses the member's penalty as a weight when calculating their metric. So a member with penalty 0 will have a metric somewhere between 0 and 1000, and a member with penalty 1 will have a metric between 0 and 2000, and a member with penalty 2 will have a metric between 0 and 3000. Please note, if using this strategy, the member
2016 Jul 26
0
installing centos 7 32 bit i386 to laptop
On 26/07/16 19:04, geo.inbox.ignored wrote: > > greetings one and all. > > installing centos 7 32 bit i386 to laptop; > > specs: > > toshiba satellite l455d-s5976 > amd sempron si-42 > 2 GB ddr2 > 250 GB hdd > > ]$ lspci|grep Realtek > 0e:00.0 Network controller: Realtek Semiconductor Co., Ltd. \ > RTL8187SE Wireless LAN Controller (rev 22) >