search for: nosy

Displaying 20 results from an estimated 22 matches for "nosy".

Did you mean: noisy
2019 Sep 06
4
smbldap-showuser and ldapsearch can't show groups user belongs to.
Quick-n-easy questions: Let's say user raub is added to group nosy using smbldap-groupmod smbldap-groupmod -m raub nosy Now, according to ol' ldapsearch, ldapsearch -vvv -H "ldaps://ldap.example.com" -D "uid=admin,ou=People,dc=example,dc=com" -W -b "dc=example,dc=com" -s sub "(cn-nosy)" group nosy has a dn attribute...
2019 Sep 09
0
smbldap-showuser and ldapsearch can't show groups user belongs to.
..., Mauricio Tavares wrote: > On Fri, Sep 6, 2019 at 4:12 PM Rowland penny via samba > <samba at lists.samba.org> wrote: >> On 06/09/2019 20:14, Mauricio Tavares via samba wrote: >>> Quick-n-easy questions: >>> >>> Let's say user raub is added to group nosy using smbldap-groupmod >>> >>> smbldap-groupmod -m raub nosy >>> >>> Now, according to ol' ldapsearch, >>> >>> >>> ldapsearch -vvv -H "ldaps://ldap.example.com" -D >>> "uid=admin,ou=People,dc=example,dc=com&q...
2001 Aug 31
1
Finally, it can be told!
The reason I have been being very nosy, yet very secretive. vorbismodule 0.0a ----------------- This is a Python (http://www.python.org/) module that can be use to read files in the Ogg Vorbis format, using the same interface as defined in the wave and sunau modules. At the moment it only supports reading Vorbis files, and I've o...
2001 Aug 31
1
Finally, it can be told!
The reason I have been being very nosy, yet very secretive. vorbismodule 0.0a ----------------- This is a Python (http://www.python.org/) module that can be use to read files in the Ogg Vorbis format, using the same interface as defined in the wave and sunau modules. At the moment it only supports reading Vorbis files, and I've o...
2010 Jul 26
1
Optimize peers registration under jitter/delay.
...at users to be as much as he can online even in delay/jitter conditions. Of course if is response time too much like over 1000, 2000 ms i prefer to re register if it can. - is any connection between these timers for keepalive connections , re register etc... and choppy sounds/sometimes interrupted/nosy, in an active call? If yes how can i optimize both things: to hav' a good sound and to keepalive connections for peers. Thank you very much for support... please feel free to ask me any question or misunderstanding of this mail, and I'll email you with more detail.
2011 Dec 04
2
Running puppet agent and master from cron jobs
I see that there''s a thread from September asking a very similar question ("Official puppetlabs position on cron vs puppet as a service?"). I want to ask what should I take into account when making this decision? Just some background: - All my servers are Red Hat or CentOS - We have about 5 servers managed by Puppet now. The goal is to have ~50 servers. These are generally
2019 Nov 13
2
Compiling libc++ using GNU Arm Embedded Toolchain for arm-cortex-m4
...+: TOOLCHAIN_ROOT_DIR="${HOME}/ARMToolchain-9-2019-q4-major" export CC="${TOOLCHAIN_ROOT_DIR}/bin/arm-none-eabi-gcc" export CXX="${TOOLCHAIN_ROOT_DIR}/bin/arm-none-eabi-g++" C_AND_CXX_COMMON_FLAGS_BASE="-mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard --specs=nosys.specs\ --sysroot=${TOOLCHAIN_ROOT_DIR} -I${TOOLCHAIN_ROOT_DIR}/arm-none-eabi/include\ -L${TOOLCHAIN_ROOT_DIR}/lib -L${TOOLCHAIN_ROOT_DIR}/lib/gcc/arm-none-eabi/9.2.1" C_AND_CXX_COMMON_FLAGS_MORE="-mthumb -mabi=aapcs" C_AND_CXX_COMMON_FLAGS="$C_AND_CXX_COMMON_FLAGS_BASE...
2006 May 15
1
encrypting databases
...thing that requires a symmetric key, that I will ask the user to enter at login. Either that or just use some hash of the user''s login password. Either way, I''ll store this encryption key in the session, my thinking being that not storing the keys permanently will help prevent any nosy sysadmin seeing the data, even with the source code. My question is this, how might I get the encryption key from my session into the model to do the (de|en)cryption? The session hash is not available to the model as this violates MVC apparently. I don''t want to have to pass the key as a...
2006 Jan 14
1
controller_path says undefined local ....
undefined local variable or method `controller_path'' Do I need to install anything explicit? For the nosies, I''m looking for (building) a breadcrumb routine (as page independant/DRY-less as possible). Like "mods > crm > customer > add contact" Regards, Gerard -- "Who cares if it doesn''t do anything? It was made with our new
2002 Nov 11
0
R to SAS
Is there any solution for exporting R databases into SAS directly? Thanks Istv?n J?nosi Planim?ter Kft. Budapest, Hungary 36-1-320-49-55; 36-1-452-0545 janosi at planimeter.hu www.planimeter.hu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2004 Oct 08
0
really can't bear the pain of the broken leg
Humph--Harriet's ready wit! All the better. A man must be very much -----Original Message----- From: barry baures [mailto:syslinux at zytor.com] To: harris ingersoll; mario boudinot; taylor comer; marcelo meisels; russ nosis; lloyd grow Sent: Tuesday, August, 2004 11:18 PM Subject: really can't bear the pain of the broken leg See the specials on Brufen, , V,al''ium,
2001 Nov 15
3
again chroot
...or scp to a certain path? If there is already support for this, does anybody have a howto about this issue? Why I am asking this question: I want to provide ONLY uploading and downloading on a public server for very few users. These users will be authenticated by their keys. As mankind is very nosy I want to suppress any "just looking around in your server attempts". They just have to see their upload and download area - nothing more. FTP is no good idea because we need encryption and authenticity of the transferred data. Best regards Manfred Heubach --------------------------...
2008 Oct 16
1
puppet not creating users?
Hello! My problem is - puppet is not creating users... I''ve got class: class admins { @user { "graf0": ensure => present, uid => 1500, comment => "Full name", home => "/home/graf0", managehome=> true, shell => "/bin/bash", password => ''SOMEVALIDSHADOWPW'', tag => admin } } Then, in have
2017 Oct 31
3
Cross compiling for Baremetal ARM without using GCC
...o build LLVM/Clang (compiler_rt) from LLVM/Clang source following this - http://llvm.org/docs/HowToCrossCompileLLVM.html but I got this error, TARGET_TRIPLE=arm-none-eabi MYHOSTBIN=${HOME}/clang/source/build_x64/bin MYGNUARM_ROOT=${HOME}/opt/gcc-arm-none-eabi-6-2017-q2-update MYCFLAGS="--specs=nosys.specs -mcpu=cortex-m4 -mthumb -mfloat-abi=softfp -mfpu=fpv4-sp-d16" cmake -G "Ninja" \ -DCMAKE_CROSSCOMPILING=True \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=${HOME}/clang/toInstall \ -DLLVM_TABLEGEN=${MYHOSTBIN}...
2009 Dec 13
2
how to replace a single backward slash with a double backward slash?
Dear R-helpers: Hours ago, I asked how to replace a single forward slash with a double backward slash and recieved great help. Thanks again for all the repliers. In the meantime, I wonder how to replace a single backward slash with a double backward slash? e.g., I want change "c:\test" into "c:\\test" I tried the following but does not work.
2015 Jan 28
2
CentOSn7 & graphite-web RPM
Am 28.01.2015 um 07:07 schrieb Philip Keogh: Hi Philip, > There's a .spec file that the author ran through mock on EL7: > https://github.com/mckern/carbon/blob/rpm_spec/rpm_spec/carbon.spec By author you mean the author of the RPM? > (If you need to know how to generate an RPM from a .spec see > https://fedoraproject.org/wiki/How_to_create_an_RPM_package ) Ta. > You can
2002 Dec 15
0
Newsletter Vol 1 Issue 12: Safety For Children On The Web & Virus Protection
...ildren about safety online; children should never give out personal information such as full name, address, birth date, phone number, where they go to school or other identifying information * Monitor your childrens' online activity; know what they do online. Let children know you are not being nosy; that you are only trying to protect them * Don't place a computer that is attached to the Internet in a child's bedroom; keep wired computers in a main area in the house where online problems can be easily detected * Research children-friendly aides such as monitors (which can tell you whe...
1998 Oct 13
5
compare / contrast of linux fw and others
Hi, I was wondering how a linux box configured as a firewall stacked up against some of the commercial products like checkpoint-1 and gauntlet. Can someone direct me to a good book or online doc that compares linux to some other firewall methods? Mind you, I''m not talking about a firewall in the classical sense, ie ip forwarding turned off and used as a proxy, but the typical Linux box
2005 Jan 26
2
Any danger in having two shares with same name?
Hi, Don't ask why I'm posing this question -- actually, I WILL explain below -- but is there any danger in having two shares in Samba with the same name? Here's our situation. We have a bunch of production machines out in the field. On those machines, we are constantly setting up "special project shares" for each user (different from the user's Home directory) that
2016 Jul 27
3
installing centos 7 32 bit i386 to laptop
good morning Johnny. On 07/27/2016 05:38 AM, Johnny Hughes wrote: > On 07/26/2016 11:44 PM, geo wrote: >> On 07/26/16 22:22, Johnny Hughes wrote: >> <<>> >> >> hello Johnny, >> >> glad you caught my post. >> >>> If you can not get that NIC working with the default kernel, you could >>> try the experimental kernel per the