Today we’ll look at the following LFCS objectives:
Log into graphical and text mode consoles
Boot systems into different runlevels manually
Install, configure and troubleshoot the bootloader
Today we’ll look at the following LFCS objectives:
Log into graphical and text mode consoles
Boot systems into different runlevels manually
Install, configure and troubleshoot the bootloader
Today we’ll look at firewall configuration on CentOS / RedHat by using firewalld, the replacement for iptables. Since they are both mutually exclusive, if you decide to use firewalld, ensure that iptables is not running and cannot be started, by masking the service with systemctl mask iptables
In a previous post we looked at sharing folders with NFS. Now we take a step further to look at a client-only configuration that allows on demand mounting / unmounting of various filesystems. There is no need for /etc/fstab entries and resources are preserved better. The automounter is provided by the autofs package. After installing it, check that the autofs service has been started, before proceeding with the configuration.
Today we’ll look at logical volume management tasks. LVM improves the traditional partition to disk approach, adding flexibility (extending and reducing space), snapshot capabilities and redundancy.
Setting up a local package repository is useful when you need to save bandwidth or you won’t have access to internet. In this post we’ll set up a local yum repository from the DVD source, install vsftpd from it, and then host the repository over FTP.
Today we’ll look over configuring various network settings with nmcli, the command line tool for NetworkManager.
SSH-ing between various systems is something you will definitely be doing a lot in infosec. So today I’ll quickly go over an exam objective of configuring SSH for key based authentication and disabling root logins for extra security.
Kevgir is a machine vulnerable to multiple web application vulnerabilities designed by the canyoupwnme team. So..can we pwn it? Let’s see!
So, you got physical access to a machine, but you don’t remember (or never knew) the root password. This post will walk you through how to reset the root password on a CentOS 7 system.
The Vulnhub machine I picked for today’s target is called Gibson. For this challenge, there are also some hints:
Let’s see what Gibson has in store for us!