Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 15, 2022 02:43 pm GMT

A Bash script to configure Linux

I made a Bash script to configure Debian-based Linux machines for cybersecurity:

GitHub logo jmau111 / golinux

A simple Bash script to configure Debian-based Linux distros

golinux

A simple Bash script to configure Debian-based Linux distros

How to use

git clone https://github.com/jmau111/golinuxcd golinuxbash golinux

Opt out

You can either select "1" to proceed or "2" to skip a specific step.

Warnings

Be careful. The script assumes you won't need many default configurations such as printers, FTP, telnet.

Fortunately, you can choose to opt out of some steps. Just choose "No" (type 2).

I strongly encourage you to update && upgrade to prevent bad errors and apply security patches.




The script is quite straightforward:

git clone https://github.com/jmau111/golinuxcd golinuxsudo -sbash golinux

I've included a way to opt out of some specific steps.

Of course, it's not exhaustive at all, and I like to keep it very light, without too much third-party apps. It's cybersecurity-oriented, but even in that perspective, it's pretty light.


Original Link: https://dev.to/jmau111/a-bash-script-to-configure-linux-565n

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To