Displaying 20 results from an estimated 20000 matches similar to: "Automatic Installation of Printer Drivers from Printer Share"
1999 May 21
1
Optimizing Linux with Samba
Hello,
We are reading a lot in the press about which is better, NT or Linux, and I
am not going to start a thread about that! However, one of the issues that
does seem to be repeated, is that both operating systems and software need
to be 'tuned' to get the best possible results. Furthermore, you need to be
an expert, with considerable experience to know what to do. I am running a
Linux
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
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
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
2000 Apr 26
2
Automatically setting up printer drivers in NT4
Is it possible to get samba(2.0.6 running on Solaris 7) to automatically
install printer drivers for NT clients?
Most of the documentation I've read only mentions windows 9x, but the O'Reillys
book makes it sound like it
might also be possible for NT. I have tried following the procedure in the
book, but it only seems to partially
set up the printer, allowing me to view spooling
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
2000 May 18
2
Pb with 2.0.6/2.0.7 and browsing
Hello,
When my Samba is the local master browser, it doesn't appear in the
Network Neighborhood of the client. There is only the client itself.
When the client (Windows NT 4 Workstation) is the local master, the
Network Neighborhood shows the only two nodes that I have on my test
network, ie the Samba server and the NT 4 Workstation.
For the browsing, I use the default
1999 Apr 30
0
Latest stable version 2.0.3 with Arc/info
Hello,
First I must say, I am not an expert with arc/info, but one of our users uses it regularly and wants to work with files directly on our samba server, which runs under linux 2.0.36. It seems there are two modules that she regularly uses arc and arc edit. When she does complex, heavy operations such as a 'clean' using arc, it just sticks there permanently after sorting, however doing
1999 Sep 13
0
problem setting time with net time
Applies to samba 2.0.5a, windows NT and Windows 95/98 clients
In the logon script, I use the following
net time \\server /set /yes
so that all the machines have the same time, synchronised with the server.
This has been working fine until about a week ago, when occasionally some of
the clients seem to get there time set to a date in March 2000. This problem
is intermittent, it doesnt happen
1999 Apr 12
1
Deleting someone elses print job
I need to set up one user so he can use the Windows Print Manager to
delete any print job, he is the print manager. However I do not want him
to have any other kind of supervisory privelages on the linux server for
now. How do I do this?
Thanks in advance,
Nicholas Waltham
1999 Mar 26
1
Cannot Compile Samba 2.0.3
Hi,
I am trying to compile samba 2.0.3 sources which I delayed a few days ago,
unfortunately it won't compile, it looks like there are some sources missing
in the rpc_server source directory...
Please let me know how I can proceede with compiling the sources. I would
like to try and fix a problem with being unable to change passwords under
windows nt, when I have password syn activated.