Displaying 20 results from an estimated 400 matches similar to: "would you please navigate me?"
2000 Jan 19
2
Samba and /etc/shadow.
Dear mailing-list!
I have Samba 2.0.6 on a Redhat 6.1 linux box.
How can I make samba use the /etc/shadow file
for authenticating users?
Reading the archives I assumed there should be
a compile-time option I should set, but I found
no such option.
Regards
--
Shahin Merat, Dept. of gastroenterology,
Shariati Hospital, N Kargar st., Tehran, Iran
merat@ams.ac.ir / merats@sums.ac.ir
2014 Mar 29
1
uefi
How can I install
a dual boot centos
in my laptop
while my windows has
UEFI partition?
--
With The Best
H.Lanjanian
-----------------------------------------------------------------------
Hossein Lanjanian,
Ph.D. student
Laboratory of Systems Biology and Bioinformatics
(LBB)
Institute of Biochemistry and Biophysics (IBB), University of
Tehran
Tehran, Iran
http://LBB.ut.ac.ir
2012 Jun 10
1
How to see the implementation of print function for a class from a package?
Dear R-helpers,
I want to see the code used when printing (using print(object) or by just
typing the object name) for a class from a package.
I can see the summary code using packagename::summary.classname but nothing
for print method and also plot methods.
In general, how can I see the COMPLETE code for a package? not just the
function defs?
--
Majid Einian,
PhD Candidate in
2014 Dec 08
1
Centralized Monitoring of Question
Hello Sir/Madam,
I have a question related to UPS monitoring by SNMP cards via NUT(Network UPS Tools).
We have a few SNMP Cards (MEGATEK) that connecting to a number of UPS`s. We need a centralized program to monitoring of our UPS`s.
We want to know that, NUT can help us?
Operating System: Windows or Linux
SNMP Card type: Netagent model for MEGATEK company (www.megatec.com.tw).
Yours
2012 Aug 17
4
Appending many different and separate Excel files using R
Dear all,
Good day!
I have a problem in reading Excel files in R and appending them to each other. Suppose we have several Excel files in a directory with headers and want to use R to append them in a single file with an additional variable in the final file indicating from which files the data come from.
As I have many Excel files and their sizes are very big I should write a loop in R to do
2004 May 08
1
help about R
Dear Sir/Madam
Hello
I'm Ph.D student of psychometric at the university of
Tehran.I use R version 1.8.1. I want to upgrade the R
into higher version.I downloaded the latest version
"R-1.9.0.tgz". Unfortunately I could not to upgrade
the R. Could you tell me how I can to upgrade the
R,please?
Best regards
Asghar Minaei
=====
Yours...Asghar Minaei
2002 Mar 04
1
Software engineer
Hello,
I have obtained your email from the Web and I am very interested in working for your company.
I have 7++ years of experience with software development, Internet development, database
management and hardware. I have worked for many companies both in Canada and in the
United States using different development environments.
I have a BS in Electrical Engineering and computer science and
2005 Nov 04
3
pxelinux menu questions
Hello all,
I have a few questions about the menuing system that I haven't been able
to find in the archives (it would be nice if they were available in a
searchable form other than having to click on a month-by month basis and
read through them - if they are searchable I would love to find a way to
do this but it hasn't jumped out at me).
My first question is : What is menu.c32? I
2008 Dec 15
2
rsync 3.0.4 ACL corruption
Hi,
I use rsync 3.0.4 on two opensuse 11 machines.
Every night, a big tree of machine A is synced to machine B.
These machines are samba PDC and BDC, users and groups are ldap-based,
and ACLs are heavily used. There are about 2.8 million files and dirs,
2.2 terabytes of data, and a complete ACL list produced with getfacl has
some 600 megabytes.
I've just noticed that ACLs get partially
2003 Dec 25
2
Fast logistic regression
Is there any faster implementation of logistic regression
than glm function in base package in R?
I am working on simulation study and discovered glm fitting part is the
bottle neck of my program.
-Masahiko
2016 Mar 12
6
The sad state of samba 4 adaption for home/small business routers.
Reindl Harald <h.reindl <at> thelounge.net> writes:
>bloatware means unsecure, uncomfortable webinterfaces with limited
>functionality compared what iptables alone offers you with some knowledge
> all that embedded crap is for people which needs handholding and have
> fun to own a dozen of halfbaken devices instead just one real box
It seems you still have some
2008 Apr 30
0
[LLVMdev] LLVM for parallelization
Dear Dr. Lattner
Hello
I'm
ali faradjpour and am a M.S. Student of Software Engineering. I've
studied about llvm. also I 've studied about code parallelization and
distribution. There are some problems in real applications
parallelization domain that i think using LLVM to overcome them is
useful. I know that the starting point of LLVM was toward Lifelong
Analysis and Optimization. I
2016 Mar 11
2
The sad state of samba 4 adaption for home/small business routers.
Reindl Harald <h.reindl <at> thelounge.net> writes:
> most likely because there is no serious market
>
> if i want a NAS i buy a NAS
> if i want a router i buy a router
>
>
> no struggle with updates and security holes
> no struggle with software versions
> no struggle with "i can have this and this but not combined with that"
> no struggle
2005 Nov 03
2
simple menu limitations
I am using the following simple menu and have noticed that items at the
bottom are dropping off. I seem to be limited to 12 items. Is there a
limit to how many items can be on the simple menu?
default pxelinux.cfg/menu.c32
prompt 0
MENU TITLE UWSP PXE Boot Menu
# TIMEOUT 200
LABEL bartpe
MENU LABEL Build 12
KERNEL /STARTROM.0
APPEND keeppxe
LABEL 11dnet
MENU LABEL Build 11DNET beta
2011 Jul 06
2
Logging a special message into Dovecot source code
Hi,
I wanna modify Dovecot source code.For that,I need to know how can we log a
special message into Dovecot source code?
I tried to write a function to write a message in a file and added it to
Dovecot source code,but it didn't work.
I'm wondering if we can use Dovecote logging functions,but I don't know what
are those functions and how can we use them.
Thanks in advance.
--
2012 Sep 18
0
Appending many different and separate Excel files using R
Hello,
This is the sort of question that could interess others, so you should
have CCed it to the list.
As for the question, from the package vignette, section 3.3.6:
"writeWorksheetToFile() is a wrapper function, calling loadWorkbook(),
createSheet() and saveWorkbook()
functions subsequently. It therefore allows for writing data into
worksheets of an Excel file in one call."
To
2012 Feb 20
0
[LLVMdev] stack dump
Hi Vahid, I suggest you use a more recent version. The latest version is 3.0.
Ciao, Duncan.
On 20/02/12 09:27, vahid eslami wrote:
>
> 0 down vote favorite
> <http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#>
> share [g+] share [fb] share [tw]
>
> i new in llvm.i just compile google code and got this error. " Stack dump: 0.
> Program
2002 Dec 06
1
Making TIMEOUT work?
I have problems getting the TIMEOUT value work the same way LILO/GRUB
does it.. ie it should wait until the timeout and then use the default
value. However, it goes straight for the default value without waiting
a single second (and a TIMEOUT value of 500 should mean 50 seconds,
as it counts in 1/10th of a second, right?)
SYSLINUX (isolinux) 2.00
----8<------8<----
SERIAL 0 38400
TIMEOUT
2012 Feb 16
1
[LLVMdev] parallelization of sequential program in thread level to run on multi-core processors
hi
i have only one week to do this project.i know its impossible.can you help
me?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120216/aae3954d/attachment.html>
2016 Mar 12
1
The sad state of samba 4 adaption for home/small business routers.
Reindl Harald <h.reindl <at> thelounge.net> writes:
> no, it's not for the masses, for the masses is what comes out-of-the-box
>
> there is not much difference between replace the operating system on a
> mass-product and just setup my own box from-scratch in the end
> i know what modern arm based devices can do
>
> the HP microserver comes with a
>