Displaying 2 results from an estimated 2 matches for "chongo".
Did you mean:
chong
2009 Mar 11
4
[LLVMdev] a different hash for APInts
I'm working on a bug where LLVM takes over six minutes to compile a
module. After some hand-editing, the module looks like this:
class half
{
private:
union uif
{
unsigned int i;
float f;
};
static const uif _toFloat[1 << 16];
};
const half::uif half::_toFloat[1 << 16] =
{
{0x00000000}, {0x33800000}, {0x34000000}, {0x34400000},
{0x34800000},
2003 Sep 14
1
rsync over ssh without giving the user access to a shell?
...o use rsync via
ssh without also giving them shell access?
I want the rsync user to authenticate via ssh. I want to protect their
rsync session with ssh. However, I do not want to give them access to a
shell on the Linux server where rsyncd is running.
Any recommendations would be appreciated.
chongo (Landon Curt Noll) /\oo/\