Displaying 5 results from an estimated 5 matches for "accep".
Did you mean:
accept
2006 Jan 27
4
regular expressions, sub
...rences something like
(fv <- sub("log( [:alpha:] N )^ [:alpha:)","ln \\1^\\2",fu))
to change "log(g)^7" to "ln^7 g",
and to eliminate I(): sub("I(blabla)","\\1",fv) # I(xxx) -> xxx
The special characters are making trouble, sub acceps "(", ")" only in
pairs. Code for experimentation:
trysub <- function(s,t,e) {
ii<-0; for (i1 in c(TRUE,FALSE)) for (i2 in c(TRUE,FALSE)) for (i3 in
c(TRUE,FALSE)) for (i4 in c(TRUE,FALSE))
print(paste(ii<-ii+1,ifelse(i1," "," ~"),"ext"...
2003 Dec 01
0
No subject
...tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
611/portmap
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
786/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
846/sendmail: accep
udp 0 0 0.0.0.0:32770 0.0.0.0:*
626/rpc.statd
udp 0 0 192.168.1.102:137 0.0.0.0:*
1576/nmbd
udp 0 0 0.0.0.0:137 0.0.0.0:*
1576/nmbd...
2017 Oct 15
3
can only ssh unidirectional
...top firewalld
systemctl disable firewalld
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -t raw -F
iptables -t raw -X
iptables -t security -F
iptables -t security -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEP //error this line ,output iptables: Bad policy name. Run `dmesg' for more information.
although has some error, but the result sounds good:
[root at localhost examples]# ~/disable_firewall.sh
iptables: Bad policy name....
2015 May 18
32
[Bug 2400] New: StrictHostKeyChecking=no behaviour on HOST_CHANGED is excessively insecure
https://bugzilla.mindrot.org/show_bug.cgi?id=2400
Bug ID: 2400
Summary: StrictHostKeyChecking=no behaviour on HOST_CHANGED is
excessively insecure
Product: Portable OpenSSH
Version: 6.8p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component:
2016 Apr 29
4
Trying to build ices-0.4 on ubuntu and "libshout not usable"
...ed
perl script that gives me the basics.
-----------------------------------------
OS Ubuntu 14.04.4 LTS
Environment Variables:
CONTEXT_DOCUMENT_ROOT = /var/www/vhosts/cognisys.com/httpdocs
CONTEXT_PREFIX =
DOCUMENT_ROOT = /var/www/vhosts/cognisys.com/httpdocs
GATEWAY_INTERFACE = CGI/1.1
HTTP_ACCEPT =
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
HTTP_ACCEPT_ENCODING = gzip, deflate, sdch
HTTP_ACCEPT_LANGUAGE = en-US,en;q=0.8
HTTP_CACHE_CONTROL = max-age=0
HTTP_CONNECTION = keep-alive
HTTP_HOST = 69.73.179.57
HTTP_UPGRADE_INSECURE_REQUESTS = 1
HTTP_USER_AGENT = M...