Displaying 8 results from an estimated 8 matches for "jiggeri".
Did you mean:
jiggery
2006 Jun 09
2
Terms..?
I read this list often, and although I'm not smart enough to contribute,
I learn a lot every day.
But I read a post from this morning that contained this:
>a fair amount of jiggery-pokery
Just wondering...is this a technical term? Where is it documented?
I won't offer any insight into what vision it gave me.
;-)
Thanks for all the work on the distribution and all the invaluable
2009 Jun 28
1
CentOS 5.3 and NTFS
Aaaaaa, I'm pulling out my hair over here!
I have an external USB drive which I had at work, connected just fine
to my CentOS 5.3 box. I recall there was some jiggery-pokery
involved, but do not recall just what.
So now I'm on my wife's freshly installed CentOS 5.3 laptop trying to
get it going, and I keep getting errors about
FATAL: Module fuse not found.
I saw this message from
2006 Dec 11
1
Using Rails Plugins with Camping
I just picked up Camping and I''m currently reviewing every little
tidbit of information I can find out about it.
I really liked the simplicity of RubyOnRails, but sometimes you want
something fast and everything is relative. After looking at Camping,
RubyOnRails seems like a lot of work if you just want to test out a
prototype of a small web app.
One thing I do miss are all the
2011 Jan 19
0
Make ConfBridge hang up on last participant
Is there a way to make ConfBridge hang up on the final participant in a
conference (obviously after some sort of initial grace period)?
Background - I have just moved all of the phones in my house to separate
extensions. As a replacement for the POTS-style shared line, I have
implemented a "barge in" feature; any internal extension is able to join
the call of any other internal
2010 Sep 09
3
1.9.2 why does relative_require need an additional backtrack in path
Why does Ruby-1.9.2-p0 require an additional ../ for relative paths
when compared to the same code for ruby1.8?
if RUBY_VERSION < ''1.9''
require File.dirname(__FILE__) + library
else
require_relative File.dirname(__FILE__) + ''/..'' + library
end
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core"
2007 Oct 16
4
Useradd & NIS issue if the user exist
Hi,
I have a class to add users to all the host servers. We are in
the process to have a coexisting user which belongs in NIS & as well as
/etc/passwd.
We have NIS clients (yp running) on all host servers.
So when running puppet is fails to add or modify user, bcos the user
already exists in NIS.
Eg: A user pcruise is an existing NIS user.
When using useradd or
2006 Oct 16
11
Configuring a 3510 for ZFS
Hi folks,
Myself and a colleague are currently involved in a prototyping exercise
to evaluate ZFS against our current filesystem. We are looking at the
best way to arrange the disks in a 3510 storage array.
We have been testing with the 12 disks on the 3510 exported as "nraid"
logical devices. We then configured a single ZFS pool on top of this,
using two raid-z arrays. We are getting
2006 Apr 05
23
DTrace as a security tool / http://systrace.org
I''d like to see if we can use DTrace to as the kernel implementation of
the BSD systrace security policy system (http://www.systrace.org). I
don''t really want to port systrace to Solaris because I think with
DTrace we already have all the necessary in kernel hooks to do this.
With systrace you express things like: "httpd can bind to port 80 but
not any other port, it