@DustinB3403
Kudos to You! for prompt response!
Posts
-
RE: Synology File Server slow compared to QNAP.
-
Free alternative for OpenDNS, with minimal info on what's going on?
Hi there,
I am looking to add one more layer for security by securing DNS at our office for free, if possible.
I had a look on OpenDNS (free available only for Home), Quad9 (free for business, but no information on what's going on - reports/dashboard), Comodo Dome Shield (free one is limited for 300k dns queries).....
I'm looking for free, even if there's no control to add black list/policies, default policies are fine, but need little info/dashboard on what's going on through our Network.
Thanks!
-
Looking for free RMM kind, or at least with H/W and S/W inventory software with agent.
Hi there,
I was using ITarian (previously known as Comodo One).
I been there as beta user for longer, but still good with free, due to many features with agent based software.Now not free anymore.
My main concern is Global Software inventory and hardware inventory, would be great if can get more features for free
, so I was looking at Spiceworks Connectivity Dashboard which seems fine with agents installed.
Wants to any other options available.
By the way, what happened to Sodium, it was some relevant software I believe?
Thanks!
-
RE: Software to complete Disable/Enable Windows updates on Windows 10?
All computers Windows updates running individually on their own, not managed by WSUS or any other third party tool, for information.
-
RE: System Admin - checklist for Don'ts and Important points please!
@scottalanmiller said in System Admin - checklist for Don'ts and Important points please!:
underlying technical reasons
@scottalanmiller
I understand about "figure out underlying technical reasons ", I have been trying for the same, let's say, yesterday I was going deep about BCDR (Business Continuity and Disaster Recovery), which given me clarification on In and Out. -
RE: Is someone using Wazuh? Is alternative for Graylog, ME Data Security etc.?
@travisdh1 said in Is someone using Wazuh? Is alternative for Graylog, ME Data Security etc.?:
@openit said in Is someone using Wazuh? Is alternative for Graylog, ME Data Security etc.?:
I'm not familiar with Manage Engine Data Security Plus, so no idea how it compares to that.
Manage Engine Data Security Plus = File server auditing - monitor, alert, and report on all file accesses and modifications made to your file server environment.
I really need this kind, to monitor our Windows File server shares, once in a while, people come to ask me who deleted or modified these etc.
-
Putting hands on RHEL, to be familiar, get certification and to apply for any Linux roles around.
Hi there,
I got little hands-on experience on CentOS and Ubuntu, but what I realized is RedHat is the market around me and people expecting RHEL line certification when it comes to full-time Linux or partial Linux job roles.
I know CentOS is the same as RHEL, but thinking to use free servers (16) from RHEL under Developer Plan, run some servers in-house, get familiar with RHEL (if not functionality, let it be an interface, license registration, and any other new things).
So in this process, I am planning to setup Snipe-IT here. Well, the commands must be the same, just name of OS and I can say I'm managing RedHat Linux in my profile
https://computingforgeeks.com/install-snipe-it-asset-management-on-centos-8-linux/
Any advice in general?
-
RE: Windows 10 and RHEL 8 Dual Boot help.
Cool, issue resolved.
https://www.techotopia.com/index.php/Dual_Booting_RHEL_with_Windows
Adding below thing to /etc/grub.d/40_custom was enough, all went good.
menuentry "Windows 10" {
set root=(hd0,1)
chainloader +1
}