Core dump overflow

Core dump in progress...

LFCS prep - Managing SELinux

| Comments

In this post we’ll go over using SELinux to manage the security of a Linux system.

NSA Security-Enhanced Linux or SELinux is a mandatory access control architecture controlled through the /etc/selinux/config file.

LFCS prep - Managing encrypted partitions

| Comments

Today we’ll go over creating LUKS-encrypted partitions with cryptsetup. LUKS (Linux Unified Key Setup) is a block device encryption format that is the standard on Linux systems. Also, because it stores all the necessary data in the partition header, it’s easy to migrate partitions.

LFCS prep - LDAP server and client configuration

| Comments

Something that you may come up with in the exam and that I’ve been avoiding is the LDAP topic. In this post we’ll look at server and client configuration for LDAP.

For this scenario, the hostname of my LDAP server is centos.example.com. The domain is example.com and the entry is inside /etc/hosts

I used CertDepot as inspiration..the LDAP syntax and topic really keeps me away from approaching it.