Displaying 7 results from an estimated 7 matches for "gogl".
Did you mean:
goal
2005 Dec 14
4
Fuzzy search on a phrase
I''m trying to use Ferret to do fuzzy searches. If I use fuzzy search for
just one word, it works fine:
index.search(''name:gogle~0.4'')
However, if I try to use a phrase, it doesn''t work:
index.search(''name:"gogle search engine"~0.4'')
On the other hand, I could do:
index.search(''name:gogle~0.4 AND name:search~0.4 AND
name:engine~0.4'')
This...
2017 Oct 26
3
Joined a second DC, some glitches...
...skip_invalid_chown=True, passdb=passdb, service=SYSVOL_SERVICE)
File "/usr/lib/python2.7/dist-packages/samba/ntacls.py", line 162, in setntacl
smbd.set_nt_acl(file, security.SECINFO_OWNER | security.SECINFO_GROUP | security.SECINFO_DACL | security.SECINFO_SACL, sd, service=service)
gogling around seems that even root cannot handle wrong ACLs (and they
are wrong, because i've just changed the xID).
I've simply copied (via rsync) the sysvol from the first DC and after
that 'samba-tool ntacl sysvolreset' worked as expected.
I supposed this have to be added to the wi...
2019 Nov 22
2
sendmail on Centos 7.7
On Fri, 2019-11-22 at 10:55 -0500, Stephen John Smoogen wrote:
> [smooge at smoogen-laptop ~]$ host -t MX smtp-relay.gmail.com.com
> smtp-relay.gmail.com.com mail is handled by 10 mx203.inbound-mx.org.
> smtp-relay.gmail.com.com mail is handled by 10 mx203.inbound-mx.net.
.w smtp-relay.gmail.com.com
smtp-relay.gmail.com.com has address 79.124.78.105
smtp-relay.gmail.com.com has address
2019 Nov 22
0
sendmail on Centos 7.7
...address 2607:f8b0:400e:c08::1c
$ whois 74.125.142.28
...
NetRange: 74.125.0.0 - 74.125.255.255
CIDR: 74.125.0.0/16
NetName: GOOGLE
NetHandle: NET-74-125-0-0-1
Parent: NET74 (NET-74-0-0-0-0)
NetType: Direct Allocation
OriginAS:
Organization: Google LLC (GOGL)
RegDate: 2007-03-13
Updated: 2012-02-24
Ref: https://rdap.arin.net/registry/ip/74.125.0.0
....
2013 Jan 26
0
google APi or java popup or slide window information
How can I do with R an APi or java popup or slide window information ?
I would like to generate a html or php files raster map colors, with a
numerical values, and with information popup window over each data. Do
you know any Java or gogle APi examples?
2004 Sep 30
12
Block domains with Shorewall
Hi,
like implementing this script with shorewall?
--------------------------------------------
#!/bin/sh
dig ads.web.aol.com | grep "ads." | grep -v \; | grep -v \< | cut -f5 |
while read aolblock1; do
iptables -A OUTPUT -p all --destination $aolblock1 -j DROP
done
---------------------------------------
Thanks,
Aventino Faria
2017 Oct 26
0
Joined a second DC, some glitches...
...passdb=passdb, service=SYSVOL_SERVICE) File
> "/usr/lib/python2.7/dist-packages/samba/ntacls.py", line 162, in
> setntacl smbd.set_nt_acl(file, security.SECINFO_OWNER |
> security.SECINFO_GROUP | security.SECINFO_DACL |
> security.SECINFO_SACL, sd, service=service)
>
> gogling around seems that even root cannot handle wrong ACLs (and they
> are wrong, because i've just changed the xID).
>
> I've simply copied (via rsync) the sysvol from the first DC and after
> that 'samba-tool ntacl sysvolreset' worked as expected.
>
> I supposed t...