Displaying 20 results from an estimated 25 matches for "kimee".
Did you mean:
aimee
2019 Apr 30
2
firewalld configuration for securing SSH
Ah. I understand now. I was considering roughly the same, but wasn't
sure whether that or rich rules was preferable.
-- Kimee
On Sat, 2019-04-27 at 01:39 +0200, Thibaut Perrin wrote:
> No, I think the rules you created might have a better place in a
> custom xml file instead of being given to firewall cmd directly :)
>
> On Fri, 26 Apr 2019 at 23:01, Kimberlee Integer Model <
> kimee.i.model at gmail....
2019 Apr 26
2
firewalld configuration for securing SSH
I'm not sure I follow, you just think the modified one should be called
"ssh-custom", or you think there shouldn't be a modified service file
at all?
-- Kimee
On Fri, 2019-04-26 at 19:46 +0200, Thibaut Perrin wrote:
> Hi there,
>
> Wouldn't that be a better solution to create a custom xml file to put
> in /etc/firewalld and load that "ssh-custom" service instead ?
>
> Thanks
>
> On 26/04/2019, Kimberlee Integer M...
2019 Apr 26
2
firewalld configuration for securing SSH
Thank you, I've gone in and made the listed changes changed firewalld
sections to use services instead of just port numbers.
-- Kimee
On Wed, 2019-04-24 at 17:05 -0700, Akemi Yagi wrote:
> On Wed, Apr 24, 2019 at 12:13 AM Kimberlee Integer Model
> <kimee.i.model at gmail.com> wrote:
> >
> > HI all,
> >
> > 1st time contributor here. I was using the guide on securing SSH,
> > and
>...
2019 Apr 30
0
firewalld configuration for securing SSH
...g, and according to both
firewalld.service(5) and firewalld.org the service XML files, can only
handle source/destination/port, and cannot handle the actions to be
performed. I will update where possible to use the service files, but
log/accept limit will still need to be encoded in rich rules.
-- Kimee
On Mon, 2019-04-29 at 20:43 -0400, Kimberlee Integer Model wrote:
> Ah. I understand now. I was considering roughly the same, but wasn't
> sure whether that or rich rules was preferable.
>
> -- Kimee
>
>
> On Sat, 2019-04-27 at 01:39 +0200, Thibaut Perrin wrote:
> &g...
2019 Apr 24
3
firewalld configuration for securing SSH
...ged to
firewall-cmd --permanent --add-rich-rule='rule port port="22"
protocol="tcp" accept limit value="4/m"'
firewall-cmd --permanent --remove-service ssh
firewall-cmd --permanent --remove-port 22/tcp
firewall-cmd --reload
newly minted wiki username is "KimeeModel".
Regards,
Kimee
2019 Apr 26
0
firewalld configuration for securing SSH
No, I think the rules you created might have a better place in a custom xml
file instead of being given to firewall cmd directly :)
On Fri, 26 Apr 2019 at 23:01, Kimberlee Integer Model <
kimee.i.model at gmail.com> wrote:
> I'm not sure I follow, you just think the modified one should be called
> "ssh-custom", or you think there shouldn't be a modified service file
> at all?
>
> -- Kimee
>
> On Fri, 2019-04-26 at 19:46 +0200, Thibaut Perrin wrot...
2019 Apr 26
0
firewalld configuration for securing SSH
Hi there,
Wouldn't that be a better solution to create a custom xml file to put
in /etc/firewalld and load that "ssh-custom" service instead ?
Thanks
On 26/04/2019, Kimberlee Integer Model <kimee.i.model at gmail.com> wrote:
> Thank you, I've gone in and made the listed changes changed firewalld
> sections to use services instead of just port numbers.
>
> -- Kimee
>
>
> On Wed, 2019-04-24 at 17:05 -0700, Akemi Yagi wrote:
>> On Wed, Apr 24, 2019 at 12:13 AM...
2019 Apr 25
0
firewalld configuration for securing SSH
On Wed, Apr 24, 2019 at 12:13 AM Kimberlee Integer Model
<kimee.i.model at gmail.com> wrote:
>
> HI all,
>
> 1st time contributor here. I was using the guide on securing SSH, and
> noticed that the firewall-cmd snippets for filtering by requests per
> time seem somewhat outdated. From what I can tell the given snippets,
> relay arguments...
2017 Dec 04
1
ggtern and bquote...
D'oh! Thanks for pointing this out. I blame caffeine depletion at the time...
-pd
> On 4 Dec 2017, at 15:48 , Eik Vettorazzi <E.Vettorazzi at uke.de> wrote:
>
> reading ?plotmath you might notice that "_" isn't the propper syntax for
> subscripts. This will work:
>
> ggtern(data=x11,aes(A,B,C,xend = c(0.7,.00,0.7),yend =
> c(.30,.50,.0),zend
2023 Oct 16
1
Ynt: creating a time series
hello,
because ? have data between these times and it has 177647 elements
________________________________
G?nderen: Marc Girondot via R-help <r-help at r-project.org> ad?na R-help <r-help-bounces at r-project.org>
G?nderildi: 16 Ekim 2023 Pazartesi 13:43
Kime: r-help at r-project.org <r-help at r-project.org>
Konu: Re: [R] creating a time series
Why did you expect to have
2017 Dec 04
1
YNT: ggtern and bquote...
Hi,
My example code is this;
x11<-data.frame(A=c(.6,.6,.6),B=c(.20,.20,.20),C=c(0.20,.20,.20))
ggtern(data=x11,aes(A,B,C,xend = c(0.7,.00,0.7),yend = c(.30,.50,.0),zend =c(.0,.50,0.3)))+
geom_point()+
theme_showarrows()+geom_segment(size=.5)+
geom_text_viewport(x=c(.45,.27,.37),y=c(.32,.29,.22),label=as.expression("P_a","P_b","P_c"))
2017 Dec 04
0
YNT: ggtern and bquote...
reading ?plotmath you might notice that "_" isn't the propper syntax for
subscripts. This will work:
ggtern(data=x11,aes(A,B,C,xend = c(0.7,.00,0.7),yend =
c(.30,.50,.0),zend =c(.0,.50,0.3)))+
geom_point()+
theme_showarrows()+geom_segment(size=.5)+
geom_text_viewport(x=c(.45,.27,.37),y=c(.32,.29,.22),label=c("P[a]","P[b]","P[c]"),
parse=TRUE)
2017 Dec 04
2
ggtern and bquote...
>>>>> peter dalgaard <pdalgd at gmail.com>
>>>>> on Mon, 4 Dec 2017 14:55:19 +0100 writes:
>> On 4 Dec 2017, at 11:58 , Levent TERLEMEZ via R-help
>> <r-help at r-project.org> wrote:
>>
>> Dear Users,
>>
>> What is the proper way to write symbol, superscript,
>> subscript in
2023 Oct 16
1
creating a time series
Why did you expect to have 177647 elements ?
I found that 177642 is the correct number:
Marc
baslangic <- as.POSIXct("2017-11-02 13:30:00", tz = "CET")
bitis <- as.POSIXct("2022-11-26 23:45:00", tz = "CET")? #
zaman_seti <- seq.POSIXt(from = baslangic, to = bitis, by = 60 * 15)
y2017_11_02 <- seq(from=as.POSIXct("2017-11-02
2006 Jul 12
7
Does anyone work with iso-8859-1 database ?
hello,
Our database is in is-8859-1, and I want to update some text fields
without success due to some accentuate characters ?? ect ...
In my html page (where the charset is iso-8859-19) my textarea
display the accentuate characters well and when the user post the form
... I thought that I just need to save it .... without success since
ruby map one byte for one character ...
So I
2007 Jun 14
44
Best use of 4 drives?
I''m putting together a NexentaOS (b65)-based server that has 4 500 GB drives on it. Currently it has two, set up as a ZFS mirror. I''m able to boot Nexenta from it, and it seems to work ok. But, as I''ve learned, the mirror is not properly redundant, and so I can''t just have a drive fail (when I pull one, the OS ends up hanging, and even if I replace it, I have to
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
flight 17325 linux-linus real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/17325/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl 9 guest-start fail REGR. vs. 12557
test-amd64-i386-xl-credit2 15 guest-stop fail REGR. vs. 12557
test-amd64-i386-xl 15 guest-stop
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
flight 17454 linux-linus real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/17454/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 12557
Regressions which are regarded as allowable (not blocking):
test-amd64-i386-qemut-rhel6hvm-amd 7 redhat-install fail
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
flight 17612 linux-linus real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/17612/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-pair 17 guest-migrate/src_host/dst_host fail REGR. vs. 12557
Regressions which are regarded as allowable (not blocking):
test-amd64-i386-rhel6hvm-intel 9 guest-start.2 fail
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
flight 17901 linux-linus real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/17901/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-qemuu-rhel6hvm-intel 4 xen-install fail REGR. vs. 12557
test-amd64-i386-pv 4 xen-install fail REGR. vs. 12557
test-amd64-amd64-pv 4