search for: easi

Displaying 20 results from an estimated 36429 matches for "easi".

Did you mean: ease
2010 Aug 18
4
Linux should be as easy as Windows
>From a "Standards" thread I saw this : "Linux should be as easy as Windows" I would like to point out that this is a thinking problem. A shift in thinking is required. That should say : "Open source and Free software should be as easy as Windows" In this way we allow someone running BSD, Solaris or some port of Debian to an old Dec AlphaServer
2006 Oct 30
2
operator console
Hi, My users are currently using an operator console interface like this: see it at: http://www.whssf.org/interface.jpg which came with a Praxon PDX we got about 5 years ago, which is now unsupported, it works very good and converts any analog phone plugged into the system into a powerful console, (provided you have a computer next to it) you just provide the box ip, user login, user pass,
2008 Nov 21
0
new easy-to-use, installable live CD of the Ruby on Rails framework
Hi guys, I am one of the developers for TurnKey Linux, an opensource project that aims to develop high-quality software appliances that are easy to use, easy to deploy, and free. Our motto is "everything that can be easy, should be easy!" We recently released TurnKey Ruby on Rails, an easy-to-use, lightweight, installable live CD of the Ruby on Rails web framework that can run on real
2009 Apr 18
2
syslinux on kubuntu easy way?
...time? Also the normal kubuntu kernel packages seem to come with symbolic links not supported by fat filesystem. Does anyone know an easy way around that? maybe using an overlay filesystem? I couldn't find what I was looking for on google. I would like to use syslinux over extlinux because it is easier to reset the syslinux partition back to the boot partition inside of windows on a reinstall of windows. And because I can edit the boot order from either windows or linux.
2006 Jan 31
2
Easy way to reject all incoming packets except from certain IPs?
...GUI provided with CentOS (or another GUI for CentOS) without having to resort to Shorewall. It's fine if the answer is "go with Shorewall". I just didn't want to have to become a Shorewall expert for this really small task. Any help/advice on this is appreciated. Am I missing an easier way? Preston -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060131/e94537ee/attachment-0005.html>
2013 Oct 15
3
[LLVMdev] Reverse engineering for LLVM bit-code
HI, I am interested in whether LLVM bit-code is ready for a distribution format(stored in software distribution package); is it easy to revert LLVM IR to C/C++ source code like Java byte code? My understanding is that. 1. LLVM IR is more like assembly code, so it is not easy for reverse engineering. 2. If it is easy for reverse engineering, does it mean it is not suitable for distribution
2008 Jul 27
1
A easy way to write formula
Hi I have a data frame, including x1, x2, x3, and y. I use lm() to fit second-order linear model, like the following: ft <- lm(y ~ x1 + x2 + x3 + I(x1 * x1) + I(x1 * x2) + I(x1 * x3) + I(x2 * x2) + I(x2 * x3) + I(x3 * x3), mydata) if the independent variable number is large, the formula will be very long. Is there a easy way to write formula like the above one? I have read the R
2007 Feb 08
11
Best phone for easy provisioning
Does anyone have any recommendations for a phone that has easy to understand/implement central provisioning? I've used CISCO 79XX phones, and they're great (but too expensive). I like Grandstream phones, but their provisioning sucks. What is everybody else using in large environments where individual config is not an option? ---------------------------------------- Rod Bacon
2006 Jun 12
3
easy question
easy question, but can anyone give me a referance to what ''yield'' is? how to implement, where to use? ..feeling kinda stupid, but thanks in advance, j -- Posted via http://www.ruby-forum.com/.
2011 May 12
2
Which is more rich and easy, wxRuby or fxRuby?
Which one is more feature rich and easy to use, wxRuby or fxRuby? Can I develop a full-fledged client-server Windows based app. with wxRuby? -- Posted via http://www.ruby-forum.com/.
2004 Oct 20
26
CentOS-2 errata
The following errata for CentOS-2 have been built and uploaded the the centos mirror: RHSA-2004:494-01 Updated ImageMagick packages fix security vulnerabilities This package contains a fix for RedHat bug #62100:ImageMagick does not start from Gnome menu panel. The release number has been updated to indicate that this package has been modified for CentOS-2. Files available:
2006 Mar 23
6
easy scaffold question(s)
I''m doing very well with the Hibbs Rolling on Rails tutorial. I have an easy question for my personal notes. I''m coming up with a simple framework of steps for creating a basic database. It includes the following maxims to make original app creation easy: app_name = MySQL database name SQL_tablename = model_name model_name = controller-name Is this going to work for getting
2007 Aug 16
6
an easy way to construct this special matirx
Hi, Sorry if this is a repost. I searched but found no results. I am wondering if it is an easy way to construct the following matrix: r 1 0 0 0 r^2 r 1 0 0 r^3 r^2 r 1 0 r^4 r^3 r^2 r 1 where r could be any number. Thanks. Wen [[alternative HTML version deleted]]
2013 Jun 19
4
AuthorizedKeysCommand idea
Hi, I've been kicking this idea around, and the problem with it escapes me. I'm looking for someone to tell me why this is a bad idea. The new OpenSSH includes the AuthorizedKeysCommand, which was mostly added to let people use a command to look up user keys in LDAP. LDAP key lookup have some limitations -- specifically, the common openssh-lpk_openldap schema won't let you add
2017 Oct 10
14
/boot partition too small
...the /boot size.? it's too small and I can't do yum updates. if it's not easy to actually increase it, is it safe to take a chunk in my root filesystem (like /new.boot or something) and just mount it as /boot from now on so it uses the space or is that not a good idea?? I am sure I could easily copy the rpms/kernel stuff over to it and then unmounts the real /boot and mount this new area as /boot. Can?you administrators let me know what you think of all this??? Thanks in advance. KM
2012 Nov 15
3
[LLVMdev] svn mirror git?
On 15 Nov 2012, at 12:31, <dag at cray.com> wrote: > - Easier third-party merging. Merging via git merge/rebase is MUCH > simpler than merging a tarball from svn. I know the llvm leaders > don't seem to care about this but it is a real issue for many users. > > - Ease of fork/merge. git makes it easy to experiment with long-lived >...
2011 Mar 16
2
Detecting bad lexical scoping
I've recently hunted down a troublesome bug in my own code, and am looking for an easy mechanism to detect this kind of error in other R code. The problem was an undefined variable inside of a function. Unfortunately, R looked for that variable in the global environment and found it since there was variable with that name in my testing scripts (note to self: do not name things "x").
2007 Dec 14
1
Result depends on previous result; easy with a loop; but without a loop?
Dear all, I am pretty sure that this has been discussed before. Unfortunately, I can not find anything in the archives -- probably because I am "RSiteSearching" for the wrong terms. If I remember correctly, I think I even asked this question a few years ago. But I cannot even find this. The basic problem is that a result depends on a previous result. This is easy with a loop--but
2007 Sep 17
4
Must be easy, but haven't found the function (numerical integration)
Hi, I have a data frame of 2 columns with the following types : data$day char data$value num And I plot my data with : plot(strptime(donnees$day,format="%Y-%m-%d %H:%M:%S"),donnees$value, type="l") And I'd just like to get the numerical value of the integration of this graph. I looked at ?integrate but, as far as I understood (that is, not very much, due to my poor
2017 Jun 23
1
Introducing minister
Hi All, Kubernetes and Openshift have amazing projects called minikube and minishift which make it very easy to setup those distributed systems for easy development. As the Gluster ecosystem grows, we have more external projects which require easy setup of multi node Gluster cluster. Hence, along those lines, I introduce to you...minister (mini + Glu"ster"). Please do check out the