Displaying 5 results from an estimated 5 matches for "booger".
Did you mean:
bodger
2009 Dec 17
2
samba password complexity help?
...grep or something, as opposed to
returning a value as a function. And it does not seem to accept a "-d"
switch. There seems to be no man page for cracklib-check. I have a
dictionary in /usr/share/cracklib
Here is what cracklib-check does...
# cracklib-check
test
test: it is too short
booger
booger: it is based on a dictionary word
bfg9000
bfg9000: OK
^C
# cracklib-check booger <-- attempting to check password "booger"
^C <-- sits there for input, ctrl-c to get out
It does not seem to be a program that "returns" something, so I don...
2004 Jun 29
1
hxplay versus realplay
...watch it with realplay, the program choked and died.
Also, when I tried to watch Mixtape.small.ogg with RealPlayer 10 on Windows, I
got a message that it needed a plugin. I clicked OK to download and install
it. Then, I got a message that the necessary plugin could not be found.
That looks like boogers on RealNetworks.
Regards,
John
2012 Jun 26
5
Next Problem: Puppet 2.7 + Passenger won't connect
OK. What did I booger up this time ?
agent.myexample.org and puppetmaster.myexample.org are the same server.
----------------------------------------------------------------------------
# puppetd --no-daemonize --onetime --debug --noop
debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist
deb...
2012 Jul 20
2
kmod-nvidia?
I just went to install kmod-nvidia on a 64-bit CentOS 6.2 system... and
enabling elrepo, yum can't find it. There's a page for it, but that was
last updated last year, and there are also references to packages for
older Nvidia cards, but not the current.
What do I not know?
mark
2006 Jan 31
19
Best Practices: Escaping text on input or output?
In web applications that have user generated content, it is clearly
necessary to provide some ability to ''escape'' user generated text to
avoid SQL injection, XSS, and other nasty attacks. The existing dogma
on this point seems to favor escaping text as it comes out of the
database, rather than doing it on the way in.
I''m not sure that I understand the logic behind