similar to: Optimizing Linux with Samba

Displaying 20 results from an estimated 2000 matches similar to: "Optimizing Linux with Samba"

2000 Aug 31
1
User level vs. Share level
Hi, I wonder if you could tell me or point me in the direction of a document that would explain the differences between user level and share level security and explain the advantages and disadvantages of each one. Especially reasons for using user mode over share mode. Thanks for your help, Tim James.
2011 Nov 23
2
bizarre seq() behavior?
Is there any rational explanation for the bizarre seq() behavior below? > seq(2,8.1, lenght.out=3) [1] 2 3 4 5 6 7 8 > help(seq) > seq(2,8,length.out=3) [1] 2 5 8 > seq(2,8.1,length.out=3) [1] 2.00 5.05 8.10 Except maybe that it is early in the morning :) Best regards, Ryszard Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304
2012 Jan 10
2
strange Sys.Date() side effect
Any ideas what is the problem with this code? > N <- 2; c(Sys.Date(), sprintf('N = %d', N)) [1] "2012-01-10" NA Warning message: In as.POSIXlt.Date(x) : NAs introduced by coercion Best regards, Ryszard Ryszard Czerminski AstraZeneca Pharmaceuticals LP 35 Gatehouse Drive Waltham, MA 02451 USA 781-839-4304 ryszard.czerminski@astrazeneca.com
2006 May 19
2
Innovative Enterprise Microarray Software
3rd Millennium is announcing the release of its award winning Array Repository and Data Analysis System (ARDAS) version 2. ARDAS is a web-enabled enterprise software system that provides a complete and fully integrated solution to microarray data acquisition, management, and analysis. ARDAS includes three main modules: 1- A Laboratory Information Management System (LIMS) 2- A repository and data
2005 May 15
7
Shockwave - any progress?
I have achieved much of what I wanted to achieve using Wine, with one exception. I was hoping to be able to use Shockwave content, but despite installing Firefox and the Shockwave plugin, it does not work - it seems to stop after the promotional film before the actual requested content. I know there are "pay" solutions to this problem, but was wondering if anyone had found a free
1999 Apr 21
0
FW: NTools ENewsFlash -- Report: NT 3.5x Faster Than Linux (PR#15743)
Greg.D'Hondt@trw.com wrote: > I am bothering you to find out the validity of the statements made below. I > would like to provide a rebuttal to my organization to keep > Linux/Samba/Apache on the list as alternatives to the MS Server/IIS > solution. Greg, See my rebuttal article (for the Samba part of the benchmark) at :
2012 Jan 12
3
strsplit() does not split on "."?
Any ideas what is wrong? > strsplit("a.b", ".") # generates empty strings with split="." [[1]] [1] "" "" "" > strsplit("a b", " ") # seems to work fine with split=" ", and other characters... [[1]] [1] "a" "b" > > R.Version() $platform [1]
2016 May 19
2
Datakam Player (Registrator Viewer)
A few months ago, I tried to get Datakam Player (Registrator Viewer) to work on my Linux system using wine, without success. I have since installed a newer wine, and it now starts and can open the files created by my dashcam, but it does not play them - the video area remains black, there is no sound and the speed and location displays do not change. Short of trying an even newer wine, which
2006 May 19
1
Innovative Enterprise Microarray Software
3rd Millennium is announcing the release of its award winning Array Repository and Data Analysis System (ARDAS) version 2. ARDAS is a web-enabled enterprise software system that provides a complete and fully integrated solution to microarray data acquisition, management, and analysis. ARDAS includes three main modules: 1- A Laboratory Information Management System (LIMS) 2- A repository and data
2010 Sep 27
1
smooth contour lines
Is there an easy way to control smoothness of the contour lines? In the plot I am working on due to the undersampling the contour lines I am getting are jugged, but it is clear "by eye" these should be basically straight lines. In maps package I found smooth.map function, but maybe there is a more generic way of accomplishing the same thing. Ideally there would be an option to control
2000 Apr 19
1
Automatic Installation of Printer Drivers from Printer Share
Using Samba 2.0.6 Hi All, I have this working fine for Windows 95. I can double click on a printer share and when prompted install the printer driver from the hidden share \\%h\printer$. It says all over the notes that this will only work under Windows 95, and will not work for Windows NT. However looking in the archives of this group, I can see that some people report Windows NT working if they
2009 Mar 16
3
RepliWeb R-1 Console
I am trying to install RepliWeb R-1 Console, but it is failing. I have a self-extracting installer that I used on my Windows-based laptop but when I try to run that with Wine, this happens: I do: wine R1_win.exe Some extraction happens, then: File not found C:\windows\temp\rw_products>.\check_before_install.exe err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not
2012 Jan 25
1
Error in predict.randomForest ... subscript out of bounds with NULL name in X
RF trains fine with X, but fails on prediction > library(randomForest) > chirps <- c(20,16.0,19.8,18.4,17.1,15.5,14.7,17.1,15.4,16.2,15,17.2,16,17,14.1) > temp <- c(88.6,71.6,93.3,84.3,80.6,75.2,69.7,82,69.4,83.3,78.6,82.6,80.6,83.5,76 .3) > X <- cbind(1,chirps) > rf <- randomForest(X, temp) > yp <- predict(rf, X) Error in predict.randomForest(rf, X) : subscript
2006 Jan 07
1
Leisure Suit Larry's Greatest Hits and Misses
I am now at the point where I have one more thing to install before I can scrap my Windows box - and it's Leisure Suit Larry's Greatest Hits and Misses. I have installed the DOS-based parts of it in dosbox, and also used sarien and freesci to handle some of it, but there is a significant part of this collection that needs Windows. Trying an installation with the default Windows version
2009 Jul 16
1
Sending things to Jabber but not within an extension
I have set my Asterisk server up to connect to my Jabber server and send messages with the caller ID details in them to the recipients of incoming calls - this is working very nicely. There are a few other things I can think of right now that I would like to send to Jabber but as yet I do not know whether they are possible. They are: (a) a count of messages in a voicemail box - triggered
2011 Jan 20
1
randomForest: too many elements specified?
I getting "Error in matrix(0, n, n) : too many elements specified" while building randomForest model, which looks like memory allocation error. Software versions are: randomForest 4.5-25, R version 2.7.1 Dataset is big (~90K rows, ~200 columns), but this is on a big machine ( ~120G RAM) and I call randomForest like this: randomForest(x,y) i.e. in supervised mode and not requesting
2013 Jul 26
2
[LLVMdev] floor
I'm getting some problems because it seems that the compiler is treating "floor" differently from other math library functions like "sin". The Args and RetVal have the parameter and return types marked as void. For mips16, it's important that I be able to know the original signature for floating point functions. In some cases, need to create calls to helper
2004 Nov 12
3
xen dies on Linux agpgart interace
Xen appears to kernel panic. Boot up terminates and hangs with the message "agpgart: Maximum main memory to use for agp memory: 152 M. " This is a compiled Xen-2.0 latest snapshot with agp support in the kernel. Has anyone else had similar problems with agp? Nate ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express
2005 Feb 18
2
Lessons Learned from LinuxWorld Expo
I have just published a article (http://masnetworks.biz/node/20) about exhibiting at LinuxWorld Expo and the lessons learned. I heard some talk about some interest in doing the San Fran show. Please feel free to contact me for any suggestions, help, CD's & DVD's etc. -- Matt Shields http://masnetworks.biz http://sexydates4u.com http://shieldslinux.com http://shieldsmedia.com
2013 Jul 26
0
[LLVMdev] floor
Here is a test case: extern double floor(double); extern double floor_(double); double x = 1.5; double y, y_; void foo() { double y = floor(x); double y_ = floor_(x); } If I compile this for Mips16, it calls the proper helper function for floor_ but not for floor, because the signature for floor in callee info is wrong. Args[0] = void RetTy = void