search for: bluff

Displaying 16 results from an estimated 16 matches for "bluff".

Did you mean: fluff
2004 Aug 01
2
tables and default
I already setup several 2 gateways boxes, with rules too decide which lan should use which gateway. Now I''m stuck with a simpler problem. At home I was just making some experimental setup: * 1 adsl (ppp0) * 1 more tables in rt_tables (200 ping) called "bluff" * table ''bluff *has not* a default route root@fw-eden root # ip ro li table bluff 192.168.5.0/24 dev eth1 scope link * ip rule add from 192.168.5.2 table bluff prio 50 root@fw-eden root # ip ru li 0: from all lookup local 50: fr...
2006 Mar 10
0
[JOB] Ruby/RoR Software Engineer, Lake Bluff, IL | 75-120k
Ruby/RoR Software Engineer, Lake Bluff, IL | 75-120k My client is looking for highly talented software engineer to complement its development team. Candidate will be part of a team of developers building complex web based applications. He or she will be involved in architectural decisions and be responsible for implementing parts of t...
2007 Jul 18
1
Saving a dataset permanently in R
...dataset) The problem is that I can't copy my data into the dataframe. Is there any suggestions as of how I can transfer the data and how it can be saved so everytime I open R the dataset would be available.? Thanks Felipe D. Carrillo Fishery Biologist US Fish & Wildlife Service Red Bluff, California 96080
2007 Jul 24
1
ggplot2 axis color
...(colour="green", size=3,linetype=3) NewPlot$background.fill<-"cornsilk" NewPlot$background.colour <- "blue" NewPlot$axis.colour<-"red" ????? it doesn't do it Thanks Felipe D. Carrillo Fishery Biologist US Fish & Wildlife Service Red Bluff, California 96080 ____________________________________________________________________________________
2007 Aug 16
2
R graphics display window
Hi all: How can the R graphics window be customized programmatically? Either minimized,maximized or change the size of the default that ships with R. Thanks Felipe D. Carrillo Fishery Biologist US Fish & Wildlife Service Red Bluff, California 96080
2013 May 06
1
libvirt API reference disappeared from website
...t disappeared from libvirt.org: browsing to http://libvirt.org/html/libvirt-libvirt.html delivers no content. The content is still available via google cache http://webcache.googleusercontent.com/search?q=cache:libvirt.org/html/libvirt-libvirt.html So, is this removed on purpose? Or is this some bluff from my browser (but I checked this from different sites with different browsers ;-/ )? Cheers, Ulli -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (calvin)
2007 Jul 15
1
How to load a dataset
...r/Forklength, data = Chinook Run) I wonder how can I do that. I went to the rprofile.site and copied the path to my dataset there and it seems to work but I am wondering if that's how's done. Felipe Felipe D. Carrillo Fishery Biologist US Fish & Wildlife Service Red Bluff, California 96080 --------------------------------- [[alternative HTML version deleted]]
2012 Oct 18
1
R CMD check --force-biarch
...(copied there by the configure.win). If I run R CMD check RNetica --no-multiarch, this test runs correctly. If I run R CMD check RNetica --extra-arch, this fails at the same point. Thanks in advance for any help. Russell Almond almond@acm.org http://ralmond.net/ Russell G. Almond 12065 Cedar Bluff Trail Tallahassee, FL 32312 1-850-668-9624 http://ralmond.net almond@acm.org [[alternative HTML version deleted]]
2002 Jul 01
3
patch: readline support for sftp
...if + /* File to read commands from */ extern FILE *infile; @@ -902,15 +907,26 @@ for (;;) { char *cp; - - printf("sftp> "); - - /* XXX: use libedit */ - if (fgets(cmd, sizeof(cmd), infile) == NULL) { - printf("\n"); - break; - } else if (infile != stdin) /* Bluff typing */ - printf("%s", cmd); +#ifdef HAS_READLINE + char *rl; + if (infile == stdin) { + rl=readline("sftp> "); + if (rl && *rl) add_history(rl); + strncpy(cmd,rl,sizeof(cmd)-1); + cmd[sizeof(cmd)-1]=0; + } else { +#endif + printf("sf...
2006 Mar 25
0
DST is coming nigh - HELP!
...:\Temp\2006-03-26-17.13.32 0 KB 32-File 03.26.2006 17:13 Sure, I can set my timezone tomorrow to Turkish TZ, EEST instead of CEST, so that the File Explorer, the most often used tool to explore the files under Windows, won't confuse the casual user, but any DOS batch file will call my bluff. Here's what happens in File Explorer: Name Size Type Modified on \\p91\P\2006-03-26 18.57.38 0 KB 38-File 2006-03-26 18:57 C:\Temp\2006-03-26 18.58.41 0 KB 41-File 2006-03-26 18:58 in DOS: C:\ dir "\\p91\P\2006-03-26 18.57.38&qu...
2012 Feb 07
3
Suggestion for openssh
Hi! I do not know if it's the ideal place, but I'm sending some suggestion. Always use openssh and its enormous features. - I needed to create an environment with only sftp access and thus used: - Match User suporte ForceCommand / usr / lib / openssh / sftp-server OK! It worked perfectly! But only sftp. - Create an environment with only blocking the ssh, but scp and
2009 Sep 08
4
SQL Server 2005 and CentOS?
One of my clients use a software product that is "upgrading" and will shortly utilize micro$oft SQL server 2005. Currently the clients are XP on older machines with the database residing on a Samba / CentOS server and this works very well. Question: Does anyone run SQL server from XP in a virtualbox on CentOS? Any other configuration that works on a linux server? I do not want to have
2009 Jul 07
4
Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
Package: xen-utils-3.4 Version: 3.4.0-1 Severity: critical Justification: breaks unrelated software After installing xen-utils-3.4 besides my existing xen-3.2 system, I could not start xend-3.2 anymore. The message I was getting is this: "Failed to initialize dom0 state." As far as I know, xen 3.2 and 3.4 are supposed to be able to live peacefully on the same system. (The
2008 Oct 31
3
OT: SA/Apache "Best Practice"?
Alle, Here is our situation: Our customer leases their machines from us and contract us to to manage them (as far as all systems administration issues). The customer does not have root access to any machine (by their own choice, as they want us to be responsible if something goes awry). In the case of their web servers, we handle all configuration, they manage the content. We make changes
2007 Oct 30
0
Problem with ACLs "Too many ACE entries for file to convert to posix perms."
...it doesn't seem to change the behavior. > Usually, if someone is asked to show the configuration, put out the entire conf file. There's been a lot of dribs and drabs, but much has been missing. First thing I do is run a copy thru testparm. Most of this thread has been like blind mans bluff. Usually I try to keep it to a minimum, because people frequently don't trim out the stuff when they reply. Result, a *lot* of extraneous crap. As more and more people don't trim, the signal to noise ratio quickly approaches zero. As requested, I've put the whole thing in. I've...
2006 Oct 10
1
read.table versus read.csv (PR#9284)
...82 1057,University of South Alabama,AL,IIA,542,426,370,418,645,514,450,504,119,= 103,142,64,434 8310,Auburn Univ. at Montgomery,AL,IIA,519,422,343,403,621,507,411,483,56,54= ,63,28,201 1085,Univ. Ark. at Monticello,AR,IIB,453,363,330,349,561,448,402,428,23,24,4= 8,22,117 1086,Univ. Arkansas at Pine Bluff,AR,IIB,406,366,332,335,505,457,415,419,40,= 33,71,46,192 1088,Arkansas College (Lyon College),AR,IIB,499,*,330,399,618,*,402,488,14,5= ,21,2,42 1089,Arkansas Tech University,AR,IIB,439,381,337,374,550,479,427,471,44,71,5= 2,13,180 1090,Arkansas State Univ.-Main,AR,IIA,520,433,342,398,646,541,431,49...