search for: easy

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

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 Alph...
2006 Oct 30
2
operator console
...user pass, and extension, and voila. I'll be switching the company's phone system to Asterisk. I know * is way much more flexible and rich featured than the box we currently have, ...but I'll need to give the users a good mean to "see" what's going on, who is busy, easy transfer with click here and there, easy conference, easy queue handler, easy way to see/use many lines at the same time is there any "best" console they can use? I don't mind using a commercial product, if the only part we have to pay for is the gui, besides, we will buying the ent...
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 hardware in addition to most types of virtual...
2009 Apr 18
2
syslinux on kubuntu easy way?
Is there an easy way to use syslinux and use the normal kernel upgrades without having to edit files each 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 w...
2006 Jan 31
2
Easy way to reject all incoming packets except from certain IPs?
Is there an easy way to reject all incoming packets except those that come from certain IPs? I can't find any way via iptables or via the 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 wa...
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 format? Otherwise code obfuscation in IR...
2008 Jul 27
1
A easy way to write formula
...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 introduction, however, I don't find a easy way. Any hints will be appreciated. Thanks, Jinsong
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? ------------------...
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
...-5.3.8-5.c2.1.i386.rpm: ImageMagick-c++-5.3.8-5.c2.1.i386.rpm: ImageMagick-c++-devel-5.3.8-5.c2.1.i386.rpm: ImageMagick-devel-5.3.8-5.c2.1.i386.rpm: ImageMagick-perl-5.3.8-5.c2.1.i386.rpm: More details are available from the RedHat web site at https://rhn.redhat.com/errata/rh21as-errata.html The easy way to make sure you are up to date with all the latest patches is to run: # yum update -- John Newbigin - Computer Systems Officer School of Information Technology Swinburne University of Technology Melbourne, Australia http://www.it.swin.edu.au/staff/jnewbigin
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 wor...
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
...machines, and a simple sqlite lookup for AuthorizedKeysCommand? If a user can't log into the local machine, because PAM or no local account or whatever, the presence of the key shouldn't matter. For key adds/changes/deletions, I just push the new sqlite DB to all my machines. This seems easy. Too easy. What am I missing? Thanks, ==ml -- Michael W. Lucas - mwlucas at michaelwlucas.com, Twitter @mwlauthor http://www.MichaelWLucas.com/, http://blather.MichaelWLucas.com/ Absolute OpenBSD 2/e - http://www.nostarch.com/openbsd2e coupon code "ILUVMICHAEL" gets you 30% off &amp...
2017 Oct 10
14
/boot partition too small
First off - let me say I am not an administrator.?? I need to know?if there is an easy way to increase my /boot partition.? When I installed CentOS 6 after running 5, it was my oversight not to increase 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 s...
2012 Nov 15
3
[LLVMdev] svn mirror git?
...;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 > development branches. svn forces all development into trunk which > limits experimentation and innovation. Neither of these are true. There is nothing stopping people from working in branches in svn and merging from branches is easy. The advantage with gi...
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 &quot...
2007 Dec 14
1
Result depends on previous result; easy with a loop; but without a loop?
...y, 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 how can I do this without a loop? Lets give an example: initial.matrix <- rbind(rep(1,4), matrix(0,ncol=4,nrow=5)) the.other.matrix <- matrix(runif(20), ncol=4, nrow=5) the initial matrix should be filled according to the following (pseudo-code) rule: if (row==1) initial....
2007 Sep 17
4
Must be easy, but haven't found the function (numerical integration)
...ntegrate but, as far as I understood (that is, not very much, due to my poor english), it seems that it doesn't work with values in data frame. Could you please help me to do this ? Thanks in advance, Have a nice week, Ptit Bleu. -- View this message in context: http://www.nabble.com/Must-be-easy%2C-but-haven%27t-found-the-function-%28numerical-integration%29-tf4465684.html#a12732936 Sent from the R help mailing list archive at Nabble.com.
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 github page,...