Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×
Linux systems log a great deal of information. Each system service you install has its own log or logs, not just those generated by dmesg or the boot log. It is not uncommon to find thousands of entries in these files over a short period of time. . All this event logging is very useful for gathering insights into exactly what's going on in your computer (especially when a problem occurs), but the log files can grow to be very large and difficult to look through. Important warnings could be hidden in the log files. However, finding them among hundreds of entries can be difficult. It would be a time-consuming and manual task. Logwatch relieves the system administrator of this burden by monitoring log files on your behalf. It will monitor the log files you specify and notify you by email when an entry requires your attention. Once we have configured Logwatch to our liking, it will automatically check for events we want to monitor. We no longer have to do this manually. The tutorial linked below will show you how to install and configure Logwatch on Linux systems. . Logwatch is an essential tool for enhancing security on Linux systems by automating log file analysis, enabling efficient detection of critical events and anomalies. Logwatch, Linux Monitoring, Automated Alerts, Security Tools. . Anthony Pell
Linux is considered the most secure operating system on the planet. But you might be surprised to find out that Ubuntu doesn't ship with the firewall enabled or a simple-to-use GUI installed. Let's fix that. . Ubuntu is one of the most user-friendly Linux distributions on the market. It's also one of the most widely used open-source operating systems (OS). And given that Linux is often considered the most secure operating system available, it's a bit baffling why the OS doesn't default to enabling the firewall, and include a GUI tool to make using the firewall something that even new users can take care of. Fortunately, there's a straightforward GUI application you can install to make enabling and working with Uncomplicated Firewall a very simple endeavor. The only caveat is the installation of the GUI requires you to run a single command. I will walk you through the installation of the UFW GUI and how to use it. . Discover the process of activating your Ubuntu firewall using a graphical interface, enhancing usability and security administration.. Ubuntu Firewall GUI, Uncomplicated Firewall, Network Security Management. . Brittany Day
File permissions are critical for the security of a Linux system. But how do you set default permissions for new files on Linux? . If you've used Linux for any length of time, you'd know how important Linux file permissions are. But what about permissions for when you create new files? A utility called umask lets you set default file permissions for new files on Linux. A umask is a "bit mask" that sets permission bits on new files. On Linux systems, it's a standalone command, though modern shells like Bash or Zsh include it as a built-in command. . Learn how to configure default access rights for newly created files in Linux through umask settings, and improve the security oversight of your system.. Umask Command, File Permissions, Linux Security, System Management, Linux Administration. . Brittany Day
Learn how you can easily set up automatic updates for the Rocky Linux operating system. . Operating system updates are a part of every admin’s daily routine. The problem is, sometimes, those updates can be pushed to the side for more important things. But, what’s more important than keeping your OSs up to date and secure? Sure, there are always crucial issues that regularly arise that you must deal with. However, those issues should never keep you from ensuring your operating systems are up to date. But when you are that busy, you could at least take the time to set up automatic updates, so they do happen regularly. After all, you don’t want to miss out on important security patches, performance enhancements and new features. With Rocky Linux, there’s a very handy tool you can install and use for automating those updates. This tool enables you to configure updates for regular or even security updates. . Maintain your Rocky Linux environment's security and performance by configuring automatic updates for effortless oversight.. automatic Updates, Rocky Linux, OS Configuration, security management, update management. . Brittany Day
Want to make dealing with SELinux considerably easier? Learn about three semanage commands that will help you accomplish this while not disabling the critical security system in this quick tutorial. . I get it--SELinux is challenging, and when your applications or services are prevented by the security layer, your first inclination is to set it to either Disabled or Permissive . In a time when security is at a premium, you can't afford to make that change, else you risk the security of your entire system or your network. You don't want that. Instead of putting everything at risk, why not make use of a tool that can help you out? That tool is semanage, which is the SELinux policy management tool. With semanage, you can adjust file contexts, port contexts and booleans, which will go a long way to help you make things workable, while not disabling the security system. . Unlock the power of SELinux using semanage commands for a fortified security stance while keeping your systems operational. Discover best practices in this comprehensive tutorial.. SELinux Management, semanage Commands, Security Configuration. . Brittany Day
Whether you are troubleshooting a network issue or verifying the security of your network, monitoring network activity is crucial to maintaining a secure Linux system. Learn about multiple great methods for monitoring network activity on a Linux system in this LinuxConfig tutorial. . There are many reasons why you may want to monitor the network activity on your Linux system. You may be troubleshooting a network issue, you may want to check to make sure that there are no malicious applications creating suspicious network activity, or you may simply want to know if any processes are phoning home. Whatever the reason, here are a few methods to see which processes on your system are engaged in network activity and who they are communicating with. In this tutorial you will learn : How to monitor network connections and listening services with netstat How to monitor network connections and listening services with lsof How to monitor network connections and listening services with ifconfig What tools you can use to examine the data being sent over the network . Discover practical techniques to oversee network operations on your Linux machine, aiding in diagnostics and security assessments.. Linux Network Monitoring, Security Management, Process Monitoring. . Brittany Day
Looking to secure a Kubernetes cluster? One step you should take is unloading unnecessary kernel modules in your Linux containers. Learn how to stop modules from loading on your containers in a helpful tutorial. . Kubernetes is an incredible container management system. But with that power comes a great deal of responsibility on the behalf of the developers and admins. If you aren't deploying secure containers on secure clusters, you're fighting a losing battle from the beginning. Fortunately, this is Linux we're talking about, so there's plenty you can do to help ensure the security of your deployments. One very crucial task you can undertake is to prevent unwanted kernel modules from loading on your containers. You'd be surprised at how many modules load at boot—many of them you probably don't need to be using within your containers. But how do you stop them from loading? I'm going to show you. . Docker Swarm serves as a formidable orchestration platform. Yet, with such capability arises a significant level of accountability.. Kubernetes Security, Container Management, Linux Administration, Kernel Module Management. . Brittany Day
Learn how to secure an inherited Linux system you didn’t build but are suddenly responsible for: . They say that buying a used house or car is just buying someone else’s problems. What ducttape repairs are hiding inside the walls or under the hood? Without knowing the maintenance history, you need to investigate to avoid the unexpected. Whether there is a rogue server, admins departing the company, or acquisitions and mergers, at some point in your sysadmin journey you will inherit a server that you didn’t build but are suddenly responsible for. This article will focus on a few areas to start securing and getting familiar with the new system. Taking a triage approach is only a starting point: Security is part of the ongoing life cycle of managing a system. Be mindful that this system is hosting an application or service that needs to remain available. Use any required change management processes your company has in place. Also, be familiar with your company’s security policies and where you can reference them for appropriate settings. The link for this article located at RedHat is no longer available. . They say that buying a used house or car is just buying someone else’s problems. What ducttape rep. learn, secure, inherited, linux, system, didn’t, build, suddenly, responsible. . Brittany Day
Get the latest Linux and open source security news straight to your inbox.