search for: highon

Displaying 3 results from an estimated 3 matches for "highon".

Did you mean: higdon
2016 Feb 02
2
Wiki Update - Aide Link
...got his windows machine infected there last night. I'm wondering if it makes sense to change the link to point to one of the following guides which are very decent: http://www.server-world.info/en/note?os=CentOS_6&p=aide http://www.server-world.info/en/note?os=CentOS_7&p=aide https://highon.coffee/blog/security-harden-centos-7/ Would be happy to make the change, but hopefully the malicious URL can be taken down. Many thanks! Mike
2016 Feb 02
0
Wiki Update - Aide Link
...cted there > last night. I'm wondering if it makes sense to change the link to point > to one of the following guides which are very decent: > > http://www.server-world.info/en/note?os=CentOS_6&p=aide > http://www.server-world.info/en/note?os=CentOS_7&p=aide > https://highon.coffee/blog/security-harden-centos-7/ > > Would be happy to make the change, but hopefully the malicious URL can > be taken down. > I've updated the page, Manuel
2009 Dec 24
4
How to separate a data set by its factors
I have a large data set of airport data and wish to analyze it by hour and day of the week. hour and day of the week are factors. I can do something such as: histogram(~(Arrival.Val) | DAY*Hour, type="count", breaks=60) which displays the data the way I want it in principle, but the plots are too small to read. I added layout=c(7,6,4) to the argument list, but then I only get the first