today's howtos
-
Ubuntu 23.04 KVM Guest running in UEFI mode on Fedora 38 WKS
-
How To Block Specific Keywords Using Squid Proxy Server
The Squid proxy server is an open-source, high-performance proxy caching server for web clients that supports FTP, HTTPS, and HTTP data objects. It is mainly designed to accelerate content delivery by caching frequently requested data and freeing bandwidth.
-
How To Block Specific Domains Using Squid Proxy Server
Squid is a powerful and flexible proxy server and web cache daemon. It can be used for various purposes, from speeding up web servers by caching repeated requests to filtering web content and blocking certain websites.
-
Balancing Security and Functionality: Allowing Writes to Volumes with SELinux ON
Introduction Security-Enhanced Linux (SELinux) is a security feature that is included in many Linux distributions. SELinux provides a mechanism for enforcing mandatory access controls (MAC) on processes and files. It is an essential tool that helps protect systems against unauthorized access, malicious software, and other security threats.
-
Fortifying Access: Implementing Mandatory Access Control (MAC) with SELinux
The Importance of Access Control Access control is a crucial aspect of computer security that ensures only authorized entities can access specific resources on a system. It is used to restrict unauthorized access to system components, data, and functions while simultaneously ensuring that legitimate users can carry out their intended tasks. Access control helps to […]
-
Safeguarding Your Containers: An Introduction to Docker Security
The Popularity of Docker Docker is a tool that allows developers to create, deploy, and run applications in containers. These containers are lightweight and portable environments that can run on any machine with Docker installed.