Skip to content

dylankrish/linux-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Scripts

Clone all scripts

git clone https://github.com/dylankrish/linux-scripts.git

Harden SSH

curl -sSL https://raw.githubusercontent.com/dylankrish/linux-scripts/refs/heads/main/ssh-harden.sh | bash

[Debian/Ubuntu] Set up Auto Updates

curl -sSL https://raw.githubusercontent.com/dylankrish/linux-scripts/refs/heads/main/debian-autoupdate.sh | sudo bash

[Fedora] Set up Auto Updates

curl -sSL https://raw.githubusercontent.com/dylankrish/linux-scripts/refs/heads/main/fedora-autoupdate.sh | sudo bash

[RHEL] Set up Auto Updates + Kernel Patching

curl -sSL https://raw.githubusercontent.com/dylankrish/linux-scripts/refs/heads/main/el-autoupdate.sh | sudo bash

EPEL Extra Packages for Enterprise Linux

Follow instructions for CentOS Stream https://docs.fedoraproject.org/en-US/epel/getting-started/

Install Packages

# add packages
sudo dnf install htop vim git -y

sudo dnf update -y
sudo dnf -y install podman podman-docker

# enable podman services
sudo systemctl enable --now podman.socket
sudo systemctl enable --now podman-auto-update.timer

# install cockpit
sudo dnf install cockpit cockpit-packagekit cockpit-pcp cockpit-podman cockpit-storaged -y

About

A series of scripts I use to set up Linux VMs quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages