Re: [CentOS] how to know when a system is compromised

2019-11-14 Thread SternData
Do you run rkhunter? On 11/14/19 9:40 AM, Christopher Wensink wrote: > How do you know when a Linux system has been compromised?  > > Every day I watch our systems with all the typical tools, ps, top, who, > I watch firewall / IPS logs, I have logwatch setup and mailing daily > summaries to me

Re: [CentOS] deprecations leading up to C8

2019-09-20 Thread SternData
Does that mean it's gone from the CentOS repos or just that PostFix is the default choice? On 9/19/19 6:04 PM, Fred Smith wrote: > Was reading the long list of things being deprecated in the RHEL 8 > release notes t'other day, and saw my old friend sendmail on the list. > > I've stuck by her

Re: [CentOS] how to find out the number of updates for a system

2019-05-22 Thread SternData
maybe yum -q check-update | wc -l On 5/22/19 8:42 AM, Ralf Prengel wrote: > Hallo, > I need the information how many updates are available for a system. > What is the best way to find it out in a one line bash script. > > Von meinem iPad gesendet >

[CentOS] PHP 7.3 and IUS repo

2019-05-22 Thread SternData
Does anyone know if PHP 7.3 is coming to the IUS repo soon? I'd rather upgrade from 7.2 than tear out IUS and replace with Remi. -- -- Steve ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] EPEL repo problem

2019-01-30 Thread SternData
On 1/30/19 5:57 AM, Stephen John Smoogen wrote: > On Wed, 30 Jan 2019 at 00:25, SternData > wrote: > >> This keeps logging: >> >> Could not get metalink >> https://mirrors.fedoraproject.org/metalink?repo=epel-7=x86_64 error >> was >> 14: HTTPS Error

[CentOS] EPEL repo problem

2019-01-29 Thread SternData
This keeps logging: Could not get metalink https://mirrors.fedoraproject.org/metalink?repo=epel-7=x86_64 error was 14: HTTPS Error 503 - Service Unavailable I've removed the epel-release package, done a "yum clean all", then reinstalled it, but still get the same error. -- -- Steve

[CentOS] Rsyslog warning

2018-12-20 Thread SternData
I see this error every day. What should I be looking at to fix it? rsyslogd: sd_journal_get_cursor() failed: 'Cannot assign requested address' [v8.24.0-34.el7] -- -- Steve ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] OT: good free email service ?

2018-12-02 Thread SternData
On 11/9/18 10:20 AM, Valeri Galtsev wrote: > Dear All, > > I know it is an oxymoron: good free ... service ;-) > > Still, can someone recommend good free email service? > https://www.zoho.com/mail/ pop, imap, 2FA ___ CentOS mailing list

Re: [CentOS] Red Hat is Planning To Deprecate KDE on RHEL By 2024

2018-11-02 Thread SternData
On 11/2/18 3:19 PM, mark wrote: > Leroy Tennison wrote: >> I use KDE and they need to, quality is lacking, every time I boot up I >> get to discover where my icons will be located (and this has been going >> on through at least a couple of recvisions). Locking doesn't help, even >> making the

[CentOS] ALPN and Http/2, CentOS 7.4

2017-08-26 Thread SternData
Now that 7.4 CR has delivered OpenSSL 1.0.2, I should be able to serve http/2 pages to Chrome, but I still see messages that ALPN is not enabled. OpenSSL 1.0.2 is installed: $ rpm -qa |grep openssl openssl-libs-1.0.2k-8.el7.x86_64 openssl-1.0.2k-8.el7.x86_64 But

Re: [CentOS] Hardening Apache on CentOS 7

2017-07-09 Thread SternData
On 07/09/2017 11:01 AM, Nicolas Kovacs wrote: > Hi, > > Some time ago one of my public servers (running Slackware64 14.0) got > attacked and was misused to send phishing emails. > > This misadventure made me more concerned about security, so I spent the > last few weeks catching up on security,

Re: [CentOS] Noise Cancellation of Server Noise

2016-12-25 Thread SternData
Google "server room active noise cancellation" On 12/24/2016 03:43 PM, H wrote: > Has anyone come across a device that could cancel out the noise from servers, > ie. the fan noise? I have a server rack near my office and would like to see > if i can decrease the noise level. It would seem to

Re: [CentOS] C6: latest util-linux-ng dependency on kernel? (Linode)

2016-11-22 Thread SternData
How do I work around this? I can't get a yum update to work. My kernel is 4.8.6-x86_64-linode78 -- -- Steve On 11/21/2016 07:05 AM, Tony Mountifield wrote: > In article >

Re: [CentOS] photos on iPhone 6

2016-10-20 Thread SternData
On 10/20/2016 02:56 PM, J Martin Rushton wrote: > A bit of a perennial I'm afraid. My wife has filled up her iPhone 6 > with photos, and wants them moved onto my computer. I'm running CentOS > 7 patched about 30 minutes ago. Needless to say the computer can't see > the data on the iPhone,

Re: [CentOS] dnf replacing yum?

2016-05-25 Thread SternData
On 05/25/2016 06:43 PM, Always Learning wrote: > > On Wed, 2016-05-25 at 22:32 +0100, Timothy Murphy wrote: > >> Also, yum had associations which it was sad to lose. > > Perhaps the Fedora ("We love consulting all affected users") replacement > could be named MUD. > > Now we await the System-D

[CentOS] A repo with latest httpd for http2?

2016-02-12 Thread SternData
Is there a well-run package repo that has httpd-2.4.17 or mod_http2 (or mod_h2)? I'd like to try out http2 without having to compile my own httpd. -- -- Steve ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] A repo with latest httpd for http2?

2016-02-12 Thread SternData
ote: >> >>> On 2/12/2016 11:13 AM, SternData wrote: >>> >>>> Is there a well-run package repo that has httpd-2.4.17 or mod_http2 (or >>>> mod_h2)? >>>> >>> >>> EL7 comes with httpd-2.4... >>> >>> #

Re: [CentOS] Utility to zero unused blocks on disk

2016-02-08 Thread SternData
On 02/08/2016 06:38 PM, Always Learning wrote: > > On Mon, 2016-02-08 at 14:22 -0800, John R Pierce wrote: > >> the only truly safe way to destroy data on magnetic media is to grind >> the media up into filings or melt it down in a furnace. > > I unscrew the casing, extract the disk

Re: [CentOS] Monitor Dummy Device

2016-01-17 Thread SternData
On 01/17/2016 10:42 AM, Joey wrote: > Dual-Screen Solution without connected a second Monitor What is a dual screen solution without a second monitor? Are you talking about virtual desktops? -- -- Steve ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Monitor Dummy Device

2016-01-17 Thread SternData
On 01/17/2016 10:58 AM, Joey wrote: > Am 2016-01-17 17:47, schrieb SternData: >> On 01/17/2016 10:42 AM, Joey wrote: >>> Dual-Screen Solution without connected a second Monitor >> >> What is a dual screen solution without a second monitor? Are you >> talk